Re: Berlios driver: version 0.12beta1 - cvs main trunk supports both 2.4.x and 2.6.0
Alex Schultz <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Joerg Albert wrote: >Hi Alex, > >On Fri, 26 Dec 2003, Alex Schultz wrote: > > > >>For some reason it stopped working. The next time I started up, it >>doesn't work. I look in dmesg and I noticed that there are some wrong >>board type errors. Please note, I'm not using the standard version or >>the driver, I modified it to use the acc firmware, otherwise the radio >>doesn't turn on (I'm using the SMC 2662 V.2, My mods to use the acc >>firmware work properly with the 2.4.x kernel version). I tried it >>without my mods, and I don't get the wrong board type errors, but the >>radio doesn't turn on. I have remembered to use both iwconfig, then used >>ifconfig and set an IP. >> >> > >I had another look into the sources. If you get the error line > "inconsistent board types 3 != 1" >chances are that you just replaced in at76c503-rfmd.c: > #include "fw-pkg-rfmd-1.101.0-84.h" >by > #include "fw-pkg-rfmd-acc-1.101.0-84.h" > >This won't work anymore , because the at76c503-rfmd.c also passes its >board type (RFMD) down to at76c503.c, while the firmware has a different >one (RFMD-ACC). This is a preparation for firmware download from user space as >required for including the driver into Linux kernel eventually. > >Please move your USB ids - it the cleaner mod. >Guess with your first try you still used the old driver or did you rmmod >them from the kernel after installing the new ones? > >Some board ids are missing - I'll clean this up. > >/Jörg >_______________________________________________ >at76c503a-user mailing list >[email protected] >http://lists.berlios.de/mailman/listinfo/at76c503a-user > > > Hi, I already sent a reply to you earlier message before reading this. And yes I did get "inconsistent board types 3 != 1" and I did just replace: #include "fw-pkg-rfmd-1.101.0-84.h" with #include "fw-pkg-rfmd-acc-1.101.0-84.h" Yeah, that all makes sense. I move the USB ID. Thanks for the quick reply, I'll keep you updated. Thanks, Al