img_17027 img_17002 img_1524 img_14045 crw_9875 IMG_5757 img_16928 crw_9383.jpg img_1643 img_1300 img_16081 RiversOfSound crw_9874 img_1575 img_18326 img_18258 crw_0397 img_15695 img_1059

@antonpiatek on twitter

Posting tweet...

Powered by Twitter Tools

Getting a WMP56G pci wifi card working under debian etch

So I got my card working not long ago, then went and bought a amd64 pc and had to do it all again. It wasn’t a walk in the park last time, and this time the driver would compile but wouldn’t load. I was about to email the amd64 debian mailing list when I found someone saying to try the rt2x00 driver. So I did…

module-assistant get rt2x00
module-assistant build rt2x00
module-assistant install rt2x00
modrpobe rt2x00

All fine, so I decided to try loading up the card.
my /etc/network/interfaces looks like:

iface wlan0 inet dhcp
wireless-essid MySSID
wpa-driver wext
wpa-conf /etc/wpasupplicant.conf

and my /etc/wpasupplicant.conf was modified from the wpa example supplied with the wpasupplicant package (/usr/share/doc/wpasupplicant) and looks like

ctrl_interface=/var/run/wpa_supplicant

network={
ssid=”my ssid”
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
psk=”my wifi key”
}

Then running

ifup wlan0

and I am connected.

Sooo much simpler than the other way I did it

EDIT: Don’t forget (like I did first) to grab the firmware from ralink as the driver won’t work without the firmware files!

Random Posts

1 comment to Getting a WMP56G pci wifi card working under debian etch

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">