Hi all. Im very new on the linux world, so sorry if I ask something stupid.
I want me TS 7260 to load and bring UP the wifi dongle during boot.
I have no problems loading and configuring the interface manually.
I have made this script to load all modules required by the radio:
# /bin/sh
#
# wifi up wifi
#
insmod usbcore
insmod pcipool
insmod usb-ohci
insmod usb-ohci-ep93xx
insmod scsi_mod
insmod sd_mod
insmod zd-r83-b.o
I have put it int /etc/init.d and linked ir in /etc/rc.d/rc3.d/S09wifi
the modules load ok, but I dont know how to bring up and configure the ip and
essid automatically.
Thanks
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|