Re: strange kernel option
Joerg Albert <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Hi christian, On Tue, 29 Jun 2004, christian graf wrote: > I'm still dealing with my compile errors of the latest CVS-download. These were no compile errors, but depmod warnings (from the Makefile). > The funny thing is, that my wlan is only working, if I enable the > following options in my kernel: > rescue:/usr/src/linux# grep ATMEL .config > CONFIG_ATMEL=m > # CONFIG_PCI_ATMEL is not set > # CONFIG_PCMCIA_ATMEL is not set > rescue:/usr/src/linux# grep WIRELESS .config > CONFIG_NET_WIRELESS=y > > If I disable the CONFIG_ATMEL=m (like I should...), its not working > anymore. In this case I can't even load the at76c503_rfmd module .... your lsmod / syslog below show a successfully loaded at76c503-rfmd. What's the error case? As said before, check CONFIG_NET_RADIO in your .config. With CONFIG_ATMEL unset, you must IMHO manually configure CONFIG_FW_LOADER by choosing Device Drivers / Generic Driver Options / Hotplug Firmware Support to get the Berlios driver compiled. /Jörg