(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:
[ 3.763577] usb 1-1.2: New USB device found, idVendor=2013, idProduct=0258
[ 3.789233] usb 1-1.2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 3.812349] usb 1-1.2: Product: PCTV 461
[ 3.821277] usb 1-1.2: Manufacturer: PCTV
[ 3.851542] usb 1-1.2: SerialNumber: 0011317095
[ 8.168479] media: Linux media interface: v0.10
[ 8.378842] Linux video capture interface: v2.00
[ 8.716662] em28xx: New device PCTV PCTV 461 @ 480 Mbps (2013:0258, interface 0, class 0)
[ 8.902343] em28xx: DVB interface 0 found: isoc
[ 8.962590] em28xx: chip ID is em28178
[ 9.404296] em28178 #0: EEPROM ID = 26 00 01 00, EEPROM hash = 0x663c7aa0
[ 9.417372] em28178 #0: EEPROM info:
[ 9.427071] em28178 #0: microcode start address = 0x0004, boot configuration = 0x01
[ 9.449362] em28178 #0: AC97 audio (5 sample rates)
[ 9.460396] em28178 #0: 500mA max power
[ 9.470444] em28178 #0: Table at offset 0x27, strings=0x148c, 0x1874, 0x0a6a
[ 9.486916] em28178 #0: Identified as PCTV DVB-S2 Stick (461e) (card=92)
[ 9.499908] em28178 #0: dvb set to isoc mode.
[ 9.513346] usbcore: registered new interface driver em28xx
[ 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)
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:
root@raspberrypi:/home/pi# uname -a
Linux raspberrypi 3.18.7+ #755 PREEMPT Thu Feb 12 17:14:31 GMT 2015 armv6l GNU/Linux
To download, and install the outernet softwares based on the install.sh script, it is esay, dont produce any problem.
After the first start, resizeing the SD card filesystem, and enable the ssh server, it recognize the PCTV 461e receiver. It need some config step, and it can access from wired connection, as a working device.
I tryed to make the wifi AP setup too. (with a wifi dongle, based on atheros-chipset). It seems, they changed the supported modules. The setap.sh script intall some needed packages, and after finished without any working setup. I made some manual config, based more or less on the raspberry AP setup howto here: RPI-Wireless-Hotspot - eLinux.org
but its far from a stable, finished setup: after any restart need some manual steps, if I want to access it from wired and wifi side too.
Consequently it need to modify the setap.sh script for this new image version.
I put here the modules list, it can see the new modules for the AP setup.