The wifi driver is not being loaded but there are a couple of modules that have been loaded that I think are used by the wifi driver so need to find out why the driver does not load.
As far as I know the driver is ar5523.ko, so the command
Code: Select all
ls /lib/modules/3.18.11-v7+/kernel/drivers/net/wireless/ath/ar5523/ar5523.ko
should show it is installed.
When you boot the Pi with the Atheros wifi plugged in do you see the red led flash at all? This would indicate your power supply may not be sufficient.
It is also possible that the firmware may need updating although I don't think so. You can check for any errors when the wifi driver tries to load using command
dmesg | less. You can then scroll through the file using the up and down arrow keys. You should see the wifi detected and then after that see if there are any error messages about the wifi driver or firmware which may give a clue why it is not working.
If you are unsure about any errors find the reference to your Atheros wifi then post the remainder of the file.
To update the firmware if it needs updating you can run commands
Code: Select all
sudo apt-get update
sudo apt-get install firmware-atheros
although I think it will probably say it is already the newest version as it says when I tried to update it on a couple of my Pi's.
MrEngman
Simplicity is a prerequisite for reliability. Edsger W. Dijkstra
Please post ALL technical questions on the forum. Please Do Not send private messages.