Hi All,,
I want to ask you how modify the the /etc/networks/interfaces file
to add an interface for the Wifi adpater and to set it for;
-the mode "iwconfig wlan0 mode ad-hoc"
-and the SSID name "iwconfig wlan0 essid <essid name>"
-Automatic up the interface
i modified the /etc/networks/interfaces as follwos but my PC did
not see any new essid after i rebooted the kit.
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.228
netmask 255.255.255.0
gateway 192.168.1.51
auto wlan0
iface wlan0 inet static
wireless_mode ad-hoc
wireless_essid "MyTS"
address 192.168.2.50
netmask 255.255.255.0
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
Thanks,,,
------------------------ Yahoo! Groups Sponsor --------------------~-->
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/CFFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|