subarus
Group: Members
Posts: 75
Joined: May 2004 |
|
Posted: Feb. 01 2005,08:05 |
|
Quote (Paperweight @ Jan. 31 2005,16:00) | Can I automate this, and/or should I make a backup entry of my "/etc/ndiswrapper/airplus" directory? |
yes you can automate everything, your comp will boot up with wireless enabled.
1st) you copy driver to ~/opt 2nd) create/append on ~/opt, a bootlocal.sh file with the ndiswrapper, modprobe, iwconfig commands u have 3rd) cd ~; tar cvfz wireless.dsl opt 4th) copy wireless.dsl to either /mnt/sda1 or /mnt/hda1 or /mnt/cdrom 5) at boot from type: dsl mydsl=hda1
note: u dont need sudo becoz bootlocal.sh is ran as root at boot your driver will be copied to /opt thus u can ndiswrap it there you dont need netcardconfig if you use pump -i <dev> u can even automate the boot parameter passing if you edit syslinux.cfg/isolinux.cfg.. but thats another topic
|