Re: make error, unresolved symbols, berlios driver

Joerg Albert <[email protected]> Mon, 15 Dec 2003 22:53:14 +0100 (CET)
Newsgroups gmane.linux.drivers.atmel-wlan
Message-ID <[email protected]>
Hi Robin,
On Mon, 15 Dec 2003, Robin Edman wrote:

> The problem is that my device keeps scanning without locking
> onto any ap at all (i know there are two ap:s in my isp:s network, but
> only one with a good signal, and they have different essids).

Have you already checked the scan result of your device?
	iwpriv wlan0 set_debug 0x180003
	iwconfig wlan0 essid <your essid>
	ifconfig wlan0 up
-> look into syslog
If your AP is listed in the wlan scan table, your wireless config is
wrong. If it is not, try to extend the max channel time with iwpriv
(see http://at76c503a.berlios.de/support.html).
If in doubt, post your syslog.

/Jörg