Tiny Core Base > TCB Tips & Tricks

Wifi on ASUS eee pc 1000HE (with WEP)

<< < (2/2)

mcnalu:
Here's what I've got in bootlocal.sh on my 1000H eee pc.

Notes:
1. No need for sudo
2. The SSID is set twice due to a bug in the driver (though this may be fixed)
3. driver is in tc2.x in wireless-2.6.29.1-tinycore.tcem, but compiling from source in tc1.x wasn't hard.


--- Code: ---#!/bin/sh
# put other system startup commands here

ifconfig ra0 up

iwpriv ra0 set NetworkType=Infra
iwpriv ra0 set AuthMode=WPAPSK
iwpriv ra0 set EncrypType=TKIP
iwpriv ra0 set SSID=MYSSID
iwpriv ra0 set WPAPSK=MYVERYLONGHEX #use wpa_passphrase to generate
iwpriv ra0 set SSID=MYSSID

udhcpc -b -i ra0

--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version