View Single Post
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#94
Originally Posted by casketizer View Post
Yeah, exactly that was my suggestion/idea. Laasonen said he would look into it but no news as of now.
Forgot all about it. I did this on the morning:


Originally Posted by frostbyte View Post
5. Extract the wl1251-maemo-0.1.tar.gz file (~140MB) to /home/user/MyDocs

in X-Terminal:

Code:
sudo gainroot
cd /home/user/MyDocs
tar -zxvf wl1251-maemo-0.1.tar.gz
6. Re-select the applet and point to the location of the driver:

MyDocs/wl1251-maemo/binary/compat-wireless.
I wouldn't do that. It wastes over 140MB of space from MyDocs and of course time, if you only want the drivers. And why would you need root's permissions for extracting something to MyDocs?
Better way:
Code:
cd MyDocs #Assuming you are in your home dir, otherwise cd ~/MyDocs
tar zxvf wl1251-maemo-0.1.tar.gz --strip 2 wl1251-maemo/binary/compat-wireless/
And then select MyDocs/compat-wireless from the applet.
__________________
Couple of my applications:
ConnLock - Advanced phone lock
Sanakirja.org - A Sanakirja.org dictionary client
Wlan Driver Selector Applet - Switch easily between stock and bleeding edge drivers

Last edited by laasonen; 2011-06-14 at 11:49.
 

The Following 5 Users Say Thank You to laasonen For This Useful Post: