DWL-G510 rev B running native in Linux
- August 3rd, 2009
- By jzerbe
- Write comment
After some searching around on the Google machine, I came across “Linux wireless LAN support“. It’s one of the most complete directories I’ve seen for a very long time. I had a suspicion that my DWL-G510 pci card might work, as it is old enough and I’ve read about other similar models of D-Link card being supported natively. It turns out that mine works seamlessly with stuff from the MadWifi project. Because I was feeling lazy and wanted a tried and true install method, I found “How To Install MadWifi On Debian 4.0 (Etch)” by Sumardi Shukor. The following is based on the article on his blog.
vi /etc/apt/source.list[add "contrib non-free" after "main" to the various lines]
apt-get update
apt-get install build-essential module-assistant wireless-tools
module-assistant
module-assistant auto-install madwifi-source
modprobe ath_pci
ifconfig ath0 up [bring up the wireless interface]
iwlist ath0 scanning [scan for a wireless network to connect to]
I suggest using a GUI app to do the rest, such as wicd.