X-Account-Key: account1 X-UIDL: 18367 X-Mozilla-Keys: Return-Path: os2-wireless_users-owner@2rosenthals.com Received: from 192.168.100.5 (hawking [192.168.100.5]) by 2rosenthals.com (Hethmon Brothers Smtpd) id 20040701141928-17808-7 ; Thu, 01 Jul 2004 14:19:28 -0400 (Hethmon Brothers Smtpd) id 20040701141926-48361-7 ; Thu, 01 Jul 2004 14:19:26 -0400 Received: from mx1.mailhop.org ([63.208.196.170] ident=mailnull) by mxout-1.mailhop.org with esmtp (Exim 4.34) id 1Bg69X-0006AE-8x for os2-wireless_users@2rosenthals.com; Thu, 01 Jul 2004 14:19:26 -0400 Received: from ns2.cruzio.com ([63.249.95.7]) by mx1.mailhop.org with esmtp (Exim 4.20) id 1Bg69X-000DZB-0g for os2-wireless_users@2rosenthals.com; Thu, 01 Jul 2004 14:19:19 -0400 Received: from dsl3-63-249-68-30.cruzio.com (dsl3-63-249-68-30.cruzio.com [63.249.68.30]) by ns2.cruzio.com (8.12.6/8.12.6) with ESMTP id i61IJIQE011281 for ; Thu, 1 Jul 2004 11:19:18 -0700 (PDT) (envelope-from neil@blondeguy.com) Received: from 149.63.92.196 ([149.63.92.196] [149.63.92.196]) by dsl3-63-249-68-30.cruzio.com (Weasel v1.68) for ; 01 Jul 2004 11:20:12 In-Reply-To: <40E44CC3.4030207@clanganke.de> References: <0069703540.000000EZ@dsl3-63-249-68-30.cruzio.com> <40E44CC3.4030207@clanganke.de> MIME-Version: 1.0 X-Mailer: The Polarbar Mailer; version=1.25a; build=1965 X-Mailer-Platform: OS/2; architecture=x86; version=20.45 X-Mailer-Java-VM: IBM Corporation; version=J2RE 1.3.1 IBM build co131-20031021 (JIT enabled: jitc); compiler=jitc Message-ID: <0040812650.000000OB@dsl3-63-249-68-30.cruzio.com> X-Mail-Handler: MailHop by DynDNS.org X-Spam-Score: -4.9 (----) Date: Thu, 1 Jul 2004 11:19:16 -0700 Sender: os2-wireless_users-owner X-Listname: os2-wireless_users@2rosenthals.com Reply-To: os2-wireless_users@2rosenthals.com From: "Neil Waldhauer" To: os2-wireless_users@2rosenthals.com Subject: [OS2Wireless] WiFi Wiget XLan Monitor ?? X-List-Unsubscribe: Send email to mailusers-request@2rosenthals.com X-List-Owner: mailusers-owner@2rosenthals.com on Thu, 01 Jul 2004 19:41:23 +0200, Christian Langanke 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) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=