Advertising
Paste Description for nix_chix0r
just a little shell script that might get your wireless up and running
- nix_chix0r
- Wednesday, March 7th, 2007 at 4:04:08pm UTC
- You can edit this to suit your needs hope it works.
- sudo nano -w /etc/rc.local
- ==> edit in the following line
- /sbin/wifi-up
- ==> write the file , and exit.
- ===then
- sudo nano -w /sbin/wifi-up
- ==> this is a shell script for your wifi, setup, which will run on boot.
- in that /sbin/wifi-up file write this
- #!bin/sh
- /sbin/iwconfig ra0 essid "youressid"
- /sbin/iwconfig ra0 key "your restricted key or whatever it is"
- /sbin/ifconfig ra0 up
- /sbin/dhclient ra0
- ==> write this file and exit, then enter the command
- sudo chmod 0755 /sbin/wifi-up
- REBOOT..and if it doesn't automatically connect to the internet you should then just become root and type /sbin/wifi-up
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.