Re: Unable to load dvb-usb-rtl2832u driver in Ubuntu 12.04

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 08/21/2012 06:37 PM, M. Fletcher wrote:
It should be inside drivers/media/usb/dvb-usb-v2/ modinfo dvb_usb_rtl28xxu
should list it.

Correct, it was in drivers/media/usb/dvb-usb-v2/
modinfo gives the expected output

Also it is highly possible your device usb id is not known >by driver, you
should add it, easiest is just replace some existing rtl2832u device id.

Can you please advise how I do this? lsusb gives my device ID as 185b:0680

Open the rtl28xxu.c file and find line:
	{ DVB_USB_DEVICE(USB_VID_TERRATEC, USB_PID_NOXON_DAB_STICK,
replace it:
	{ DVB_USB_DEVICE(0x185b, 0x0680,

Compile and install.

Enable debugs:
#modprobe dvb_usb_rtl28xxu; echo -n 'module dvb_usb_rtl28xxu +p' > /sys/kernel/debug/dynamic_debug/control

plug stick in and look what dmesg says. With a good luck there is supported RF-tuner and it works, but most likely there is some RF-tuner which is not supported and it does not work.


regards
Antti

--
http://palosaari.fi/
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux