All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: "M. Fletcher" <mpf30@cam.ac.uk>
Cc: linux-media@vger.kernel.org
Subject: Re: Unable to load dvb-usb-rtl2832u driver in Ubuntu 12.04
Date: Tue, 21 Aug 2012 18:41:22 +0300	[thread overview]
Message-ID: <5033AC22.608@iki.fi> (raw)
In-Reply-To: <00f401cd7fb2$d402c530$7c084f90$@cam.ac.uk>

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/

  reply	other threads:[~2012-08-21 15:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-21 15:29 Unable to load dvb-usb-rtl2832u driver in Ubuntu 12.04 M. Fletcher
2012-08-21 15:31 ` Antti Palosaari
2012-08-21 15:37   ` M. Fletcher
2012-08-21 15:41     ` Antti Palosaari [this message]
2012-08-21 16:13       ` M. Fletcher
2012-08-21 16:16         ` Antti Palosaari
2012-08-21 17:54           ` M. Fletcher
2012-08-21 17:56             ` Antti Palosaari
2012-08-21 22:45             ` poma
  -- strict thread matches above, loose matches on Subject: below --
2012-08-21 14:24 M. Fletcher
2012-08-21 14:31 ` Antti Palosaari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5033AC22.608@iki.fi \
    --to=crope@iki.fi \
    --cc=linux-media@vger.kernel.org \
    --cc=mpf30@cam.ac.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.