Thread: iLiad Userhack v2
View Single Post
Old 07-25-2006, 03:28 AM   #3
Tscherno
iLiad Geek
Tscherno began at the beginning.
 
Tscherno's Avatar
 
Posts: 110
Karma: 10
Join Date: Jul 2006
Location: Regensburg / Germany
Device: iLiad #505; Sony T1, Amazon Paperwhite first Gen & sec is coming!
Quote:
Originally Posted by tribble
Is that really working? Even if the user_wlan.sh is not set +x?
Damn forgot this. I couldn't try it - i'm at work at the moment. Should be possible to chmod it from the pdf, should'nt it?

Quote:
Originally Posted by tribble
And you need an "enc" before the WEP key.
So it should be something like this:
Code:
 #Enter your values below. Wep-Key is optional
 ssid="INSECURE"
 wep_key=""
 
 if ["$wep_key" = ""] 
    then /usr/bin/wired.sh start $ssid
    else /usr/bin/wired.sh start $ssid enc $wep_key
 fi
You are right - i'll change it.
Tscherno is offline   Reply With Quote