Hi To get a wireless connection up it is necessary to pass a number of arguements to iwconfig. I'm not sure what would be a neat and tidy way of doing this. I've found that if I call a script with the commands, there're not recognised. But if I run the script by hand, they work. How would you include such configuration automatically? Here's my script with some ammendments for security reasons.
iwconfig wlan0 essid perfumes iwconfig wlan0 channel 6 iwconfig wlan0 mode managed iwconfig wlan0 key xxxxxxxxxxxxxx Gena -- 2E0AXU I've done it! Built Linux From Scratch -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
