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

2012-08-21 Thread M. Fletcher
I am trying to setup a Compro U680F USB DVB-T adaptor in Ubuntu 12.04 (kernel 3.2.0-29-generic). The compro device ID is given (lsusb) as 185b:0680. The following page suggests this device is supported by the RT2832U driver:

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

2012-08-21 Thread Antti Palosaari
On 08/21/2012 05:24 PM, M. Fletcher wrote: I am trying to setup a Compro U680F USB DVB-T adaptor in Ubuntu 12.04 (kernel 3.2.0-29-generic). The compro device ID is given (lsusb) as 185b:0680. The following page suggests this device is supported by the RT2832U driver:

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

2012-08-21 Thread M. Fletcher
Apologies for the confusion. Having done more digging I think the dvb_usb_rtl2832u module was added by the package download from here http://www.dfragos.me/2011/11/installation-of-the-rt2832u-driver-in-linux/. This is confirmed by looking through the corresponding 'MakeFile'. I have therefore

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

2012-08-21 Thread Antti Palosaari
On 08/21/2012 06:29 PM, M. Fletcher wrote: Apologies for the confusion. Having done more digging I think the dvb_usb_rtl2832u module was added by the package download from here http://www.dfragos.me/2011/11/installation-of-the-rt2832u-driver-in-linux/. This is confirmed by looking through the

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

2012-08-21 Thread M. Fletcher
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

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

2012-08-21 Thread Antti Palosaari
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

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

2012-08-21 Thread M. Fletcher
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, Line changed as follows: //{ DVB_USB_DEVICE(USB_VID_TERRATEC, USB_PID_NOXON_DAB_STICK, { DVB_USB_DEVICE(0x185b, 0x0680,

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

2012-08-21 Thread Antti Palosaari
On 08/21/2012 07:13 PM, M. Fletcher wrote: 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, Line changed as follows: //{ DVB_USB_DEVICE(USB_VID_TERRATEC, USB_PID_NOXON_DAB_STICK,

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

2012-08-21 Thread M. Fletcher
I appreciate all of your help. I found the following http://sdr.osmocom.org/trac/wiki/rtl-sdr which seems to support the E4000 on the Compro U680F. Could that driver be incorporated with the RTL83xxu from V4L-DVB? Regards, Marc -- To unsubscribe from this list: send the line unsubscribe

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

2012-08-21 Thread Antti Palosaari
On 08/21/2012 08:54 PM, M. Fletcher wrote: I appreciate all of your help. I found the following http://sdr.osmocom.org/trac/wiki/rtl-sdr which seems to support the E4000 on the Compro U680F. Could that driver be incorporated with the RTL83xxu from V4L-DVB? Regards, Marc It is userspace

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

2012-08-21 Thread poma
On 08/21/2012 07:54 PM, M. Fletcher wrote: I appreciate all of your help. I found the following http://sdr.osmocom.org/trac/wiki/rtl-sdr which seems to support the E4000 on the Compro U680F. Could that driver be incorporated with the RTL83xxu from V4L-DVB? Regards, Marc -- To