To get the update, all you need to do is issue the following command as root:
rpi-update
If you are doing a fresh install, it is recommended to to do this before running the install scripts.
To get the update, all you need to do is issue the following command as root:
rpi-update
If you are doing a fresh install, it is recommended to to do this before running the install scripts.
(Some technical details):
If somebody would like to check, how the PCTV 461e will registering in the system, here is the messages during the init in the dmesg:
[ 99.579364] i2c i2c-1: m88ds3103: found a ‘Montage M88DS3103’ in cold state
[ 99.582132] i2c i2c-1: m88ds3103: downloading firmware from file ‘dvb-demod-m88ds3103.fw’
[ 99.906808] i2c i2c-1: m88ds3103: found a ‘Montage M88DS3103’ in warm state
[ 99.906856] i2c i2c-1: m88ds3103: firmware version 3.B
And here is the kernel module list, supporting the PCTV 461e device in the new raspbian image. (list of the lsmod cmd)
rc_pinnacle_pctv_hd 1104 0
em28xx_rc 9106 0
rc_core 23526 3 em28xx_rc,rc_pinnacle_pctv_hd
a8293 1839 1
m88ts2022 5482 1
regmap_i2c 2944 1 m88ts2022
m88ds3103 11409 1
i2c_mux 2471 1 m88ds3103
em28xx_dvb 21973 4
dvb_core 100357 2 em28xx_dvb,m88ds3103
em28xx 69607 2 em28xx_dvb,em28xx_rc
tveeprom 12131 1 em28xx
v4l2_common 8285 1 em28xx
joydev 9766 0
videodev 154352 2 em28xx,v4l2_common
media 16088 1 videodev
t.janos
On the RaspberryPi download site there is available a new raspbian image, actually this:
2015-02-16-raspbian-wheezy.zip downloadable from here:
http://downloads.raspberrypi.org/raspbian_latest
I dindot check the changelog pages, but it seems, they corrected/updated some small errors.
I downloaded it, and made a fresh install, based on it.
Its basic version info:
[email protected]:/home/pi# uname -a
Linux raspberrypi 3.18.7+ #755 PREEMPT Thu Feb 12 17:14:31 GMT 2015 armv6l GNU/Linux
t.janos
Thanks for this. Currently doing a Librarian overhaul so I’ll take care of it as soon as that’s done.