Re: Can't compile with kernel 2.6.7

Joerg Albert <[email protected]> Thu, 19 Aug 2004 22:34:41 +0200 (CEST)
Newsgroups gmane.linux.drivers.at76c503a.user
Message-ID <[email protected]>
On Thu, 19 Aug 2004, Johannes Bauer wrote:

> However, I still can't get my USB adapter to work, as it doesn't get
> recognized properly - I don't even get a
>
> USB device ... (vend/prod xxx/yyy) is not claimed by any active driver.
>
> as suggested in the Berlios FAQ, but only a lame
>
> kernel: usb 1-2: new full speed USB device using address 6
>
> But I guess that's a little bit off topic here, I'll have to ask
> somewhere else for hotplug configuration with Debian.

If lsmod does not display any Berlios modules (all start with at76* from
version 0.12beta17 on), that either a hotplug problem or your USB id isn't
included in the driver yet. What does lsusb says about the device?
Grep for the hexnumber thru the *.c sources of the driver, any match for
the pair? If not, try to figure out which chipset is inside (or try all),
put your pair in one of the .c files and try again.

If however the modules got loaded, switch on debugging in at76c503
and at76_usbdfu and post your syslog (with debugs):
	modprobe -v at76c_usbdfu debug=1
	modprobe -v at76c503 debug=-1
	(insert device)

/Jörg