View Single Post
Old 03-17-2013, 03:22 PM   #10
njpollard
Junior Member
njpollard began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Feb 2013
Device: Kobo Mini
If anyone is trying to automatically connect wifi at startup on the Kobo Mini, I found the following script on a Japanese website:

Code:
#!/bin/sh 
insmod /drivers/ntx508/wifi/sdio_wifi_pwr.ko 
insmod /drivers/ntx508/wifi/dhd.ko 
sleep 2 
ifconfig eth0 up 
wlarm_le -i eth0 up 
wpa_supplicant -s -i eth0 -c /etc/wpa_supplicant/wpa_supplicant.conf -C /var/run/wpa_supplicant -B 
udhcpc -S -i eth0 -s /etc/udhcpc.d/default.script -t15 -T10 -A3 -f -q
Hope this is of help to some people.

Source:
http://itpro.nikkeibp.co.jp/article/...42/?ST=oss&P=2
njpollard is offline   Reply With Quote