| Gönderen: |
"Neil Waldhauer" <os2-wireless_users@2rosenthals.com> |
Tam Ba?l?klar Çözülmemi? ?leti |
| Gönderen: |
os2-wireless_users-owner <os2-wireless_users-owner@2rosenthals.com> |
| Konu: |
[OS2Wireless] WiFi Wiget XLan Monitor ?? |
| Tarih: |
Thu, 1 Jul 2004 11:19:16 -0700 |
| Alacak: |
os2-wireless_users@2rosenthals.com |
|
|---|
on Thu, 01 Jul 2004 19:41:23 +0200, Christian Langanke <cla@clanganke.de> wrote:
> Neil Waldhauer wrote:
>
> >I normally work with the wired on as default. When I power up to use wireless,
> >then I have to run the radio on script. To make this work, I've gone to the
> >Connection Scan page in the widget notebook, and I've deselected Scan for
> >connections on startup and scan for connections on card insertion.
> >
> >
> Excuse me, what is the "radio on script" ? I don't see where this can be
> scripted. How do you do that ?
>
This is just a script which brings down the wired LAN0 and starts dhcp on LAN1.
We needed this before WLAN, and I'm not sure yet how to get WLAN to work. Your
previous e-mail had a method A and a method B for using a wired LAN0 and a
wireless LAN1, but I haven't thought about how to use that on my computer.
The script I wrote has been distributed on this list a few times before, but
I'll include it one more time, this time for use with WLAN:
/* turn on the radio
* This command activates the 802.11b interface
*
* The wireless NIC should be inserted in the PC Card slot
*/
wifiProg = 'e:\programs\Ambicom\WifiStat.Exe'
say "Activating the wireless network card"
'@ net stop messenger /y'
'@ net stop req /y'
'@ ifconfig lan0 down'
'@ ifconfig lan0 delete'
'@ dhcpmon -t'
'@ route -fh'
'@ arp -f'
'@ dhcpstrt -i lan1 -d 0'
/* '@ start' wifiProg */
'@ start dhcpmon'
say "Wireless networking enabled"
return
Neil Waldhauer neil@blondeguy.com www.blondeguy.com
Expert consulting for OS/2 and eComStation
Part of the price of a gadget is the hassle when it breaks.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, send a message to
steward@2rosenthals.com with the command
"unsubscribe os2-wireless_users" in the body
(omit the quotes).
For help with other commands, send a message
to steward@2rosenthals.com with the command
"help" in the body (omit the quotes).
This list is hosted by Rosenthal & Rosenthal
P.O. Box 281, Deer Park, NY 11729-0281. Non-
electronic communications related to content
contained in these messages should be directed
to the above address. (CAN-SPAM Act of 2003)
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|