Comment 10 for bug 152626

Revision history for this message
Gustavo Rahal (gustavo-grahal) wrote : Re: Atmel at76 driver crashes

AnAlach, how did you install version 0.17? Did you use at76_usb-0.17.tar.gz ? I compiled this version and it seems to load ok (I just execute a "make install")

then:

lsmod |grep at76
at76_usb 108004 0
usbcore 138632 4 at76_usb,ehci_hcd,uhci_hcd

but dmesg gives me:

[ 325.724483] /build/buildd/linux-ubuntu-modules-2.6.22-2.6.22/debian/build/build-generic/wireless/at76/at76c503.c: 2522: assertion dev->istate == INIT failed
[ 326.452209] /build/buildd/linux-ubuntu-modules-2.6.22-2.6.22/debian/build/build-generic/wireless/at76/at76c503.c: 2492: assertion dev->istate == SCANNING failed

so i'm not sure if there is anything else to do since there was a module rename... seems like it's still using the old module somehow.