tempestuous
Group: Members
Posts: 259
Joined: Aug. 2004 |
|
Posted: Oct. 11 2005,13:32 |
|
To make new files "permanent" in DSL, you need to Backup/Restore. Open /home/dsl/filetool.lst in a text editor, add the following files (don't include the leading /), and save -
usr/lib/hotplug/firmware/isl3890 etc/hotplug/firmware.agent
Now in the DSLpanel, press Backup/Restore, and Backup the files to your chosen device. Use the boot option "restore=xxx"
To load the driver and configure your wireless network, run these commands -
modprobe prism54 ## there should now be a network interface created, eth0 ## can check this by running "ifconfig -a" ## now set up the wireless network iwconfig eth0 essid MY_ESSID key 1234567890 mode Managed ## for automatic IP pump -i eth0 ## or for static IP ## modify /etc/resolv.conf to include your nameservers, then - ifconfig eth0 192.168.0.xx broadcast 192.168.0.255 netmask 255.255.255.0 route add default gw 192.168.0.1 eth0 # or whatever your router's IP is
You could save these commands as a script.
|