David Spreen wrote:
> Hi Brian,
> thanks for your help. This is all very well but as I wrote, if I don't 
> bring up the interface at all at boot time and I just have a shellscript
> like this:
> 
> iwconfig ath0 essid SCHOOLSSID
> ifconfig ath0 up
> dhcpcd ath0
> 
> the interface will not associate with any access point. iwconfig ap
> macaddress won't work either.

That's weird.  I suppose it works fine under OS X and/or Windows,
otherwise you'd suspect a hardware problem.  That makes me think your
version of madwifi and/or your kernel version are not playing nice
either in isolation or together.

Did you do something like the following when installing madwifi?

Add the following to /etc/apt/sources.list

# Testing
deb http://ftp.au.debian.org/debian testing main contrib non-free
deb-src http://ftp.au.debian.org/debian testing main contrib non-free

After adding the sources above to sources.list do

apt-get update

Then,

apt-get install madwifi-source madwifi-tools module-assistant

Finally,

m-a prepare
m-a a-i madwifi
depmod -a
modprobe ath_pci

See http://madwifi.org/wiki/UserDocs/Distro/Debian/MadWifi for more
details.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mactel-linux-users mailing list
Mactel-linux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mactel-linux-users

Reply via email to