Cisco Aironet How to in Puppy 2

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
can8v
Posts: 586
Joined: Sat 15 Jul 2006, 08:20
Location: Yuba City, CA
Contact:

Cisco Aironet How to in Puppy 2

#1 Post by can8v »

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.

Post Reply