Hi,
I received the IOGEAR WiFi card and want to install it to have the
same functionality as eth0 in that if there is no eth0 connection it
will then use wireless card. Warning - I am new to linux.
My interfaces file is below. Is there something else that has to be
configured for WiFi to work? I have loaded both the zd.0 and zd_b.0
drivers and placed then in the
lib/modules/2.4.26-ts11/kernel/drivers/scsi directory.
auto lo
iface lo inet loopback
auto eth0
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.2.201
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
iface eth1 inet dhcp
iface wlan0 inet static
address 192.168.2.202
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
------------------------------------
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/
|