Hi, On 10/08/13 07:00, Bruno Melo wrote: > Hi, someone can guide me to configure WEP wireless in kFreeBSD (hardware > atheros)?
Have you tried following instructions for regular FreeBSD? I haven't tried this but, probably something like this should work: # ifconfig wlan0 create wlandev ath0 # ifconfig wlan0 ssid MYNETWORK wepkey 0x1234567890123 up # dhclient -v wlan0 Regards, -- Steven Chamberlain [email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

