rtl8180-sa2400 v0.21 driver for Realtek RTL8180 wireless devices for Puppy Linux v2 with kernel 2.6.16.7 from http://rtl8180-sa2400.sourceforge.net/ compiled May 2006. This Linux wireless driver package supports Realtek RTL8180 based wireless devices with Philips sa2400 radio / Maxim max2820 radio / GCT grf5101 radio. This driver has been patched to support packet injection with Aircrack-ng. INSTRUCTIONS (this README is found in /root/my-applications) ## load the modules insmod ieee80211_crypt-r8180 insmod crc32 insmod arc4 insmod ieee80211_crypt_wep-r8180 insmod ieee80211-r8180 insmod r8180 ## if no error messages, this should create a network interface, wlan0 ifconfig wlan0 up #(sometimes necessary) ## it should now be possible to use WAG (Wireless Access Gadget) to connect to a wireless network ## or continue to set up the wireless network manually - iwconfig wlan0 essid MY_ESSID key 1234567890 mode managed ## for automatic IP ## first remove stale dhcpcd file if it exists rm /etc/dhcpc/*.pid dhcpcd -t 30 -h puppypc -d wlan0 ## or for static IP ## modify /etc/resolv.conf to include your nameservers #ifconfig wlan0 192.168.0.xx broadcast 192.168.0.255 netmask 255.255.255.0 #route add default gw 192.168.0.1 wlan0 # or whatever your router's IP is A script is provided with these commands; /root/my-applications/bin/rtl8180-connect Just modify the script to include your wireless settings.