can8v
Joined: 15 Jul 2006 Posts: 433 Location: Yuba City, CA
Posted: Tue 01 Aug 2006, 17:29 Post subject:
Cisco Aironet How to in Puppy 2
With some seriuos help from Tempestuous I was able to figure out how to get my Cisco Aironet 350 WiFi adapter working with Puppy 201. I appended the following lines to my rc.local file
modprobe airo_cs
ifconfig eth0 up
iwconfig eth0 essid "your_essid" key off mode managed
dhcpcd -d -n -t 5 eth0
Just put your essid where "your_essid" and include the quote marks. You could also subsitute "off" or "any" instead of specifying a specific essid.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum