5th Apr, 2015, 02:29 AM
Hi guys,
I've bought a DVB-T tuner usb stick: Hamlet XDVBT900BK, and I'm trying to have it working on my Xbian on RPi2.
This is my kernel version:
xbian@xbian ~ $ uname -a
Linux xbian 3.18.8+ #1 SMP PREEMPT Thu Mar 5 03:13:36 CET 2015 armv7l GNU/Linux
And this is what I get when I plug it in:
xbian@xbian ~ $ dmesg | tail
[ 4459.511956] usb 1-1.5.4: new high-speed USB device number 8 using dwc_otg
[ 4459.601831] usb 1-1.5.4: New USB device found, idVendor=1b80, idProduct=d3a4
[ 4459.601861] usb 1-1.5.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4459.601874] usb 1-1.5.4: Product: Rtl2832UDVB
[ 4459.601884] usb 1-1.5.4: Manufacturer: Realtek
Here is the output of lsusb:
xbian@xbian ~ $ lsusb
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 04e8:61b6 Samsung Electronics Co., Ltd
Bus 001 Device 005: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
Bus 001 Device 006: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 008: ID 1b80:d3a4 Afatech
Where the tuner should be the last line.
As far as I've understood digging around, proper kernel module should be dvb-usb-rtl28xxu.ko, and I have it under /lib/modules/3.18.8+/kernel/drivers/media/usb/dvb-usb-v2/, but when I plug the tuner in, nothing happens. No kernel module is loaded, and no device is created under /dev.
Any suggestion ?
Thanks in advance
I've bought a DVB-T tuner usb stick: Hamlet XDVBT900BK, and I'm trying to have it working on my Xbian on RPi2.
This is my kernel version:
Terminal
xbian@xbian ~ $ uname -a
Linux xbian 3.18.8+ #1 SMP PREEMPT Thu Mar 5 03:13:36 CET 2015 armv7l GNU/Linux
And this is what I get when I plug it in:
Terminal
xbian@xbian ~ $ dmesg | tail
[ 4459.511956] usb 1-1.5.4: new high-speed USB device number 8 using dwc_otg
[ 4459.601831] usb 1-1.5.4: New USB device found, idVendor=1b80, idProduct=d3a4
[ 4459.601861] usb 1-1.5.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4459.601874] usb 1-1.5.4: Product: Rtl2832UDVB
[ 4459.601884] usb 1-1.5.4: Manufacturer: Realtek
Here is the output of lsusb:
Terminal
xbian@xbian ~ $ lsusb
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 04e8:61b6 Samsung Electronics Co., Ltd
Bus 001 Device 005: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
Bus 001 Device 006: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 008: ID 1b80:d3a4 Afatech
Where the tuner should be the last line.
As far as I've understood digging around, proper kernel module should be dvb-usb-rtl28xxu.ko, and I have it under /lib/modules/3.18.8+/kernel/drivers/media/usb/dvb-usb-v2/, but when I plug the tuner in, nothing happens. No kernel module is loaded, and no device is created under /dev.
Any suggestion ?
Thanks in advance