X-Account-Key: account1 X-UIDL: 37068 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 20041210121253-30858-10 ; Fri, 10 Dec 2004 12:12:54 -0500 (Hethmon Brothers Smtpd) id 20041210121252-42011-10 ; Fri, 10 Dec 2004 12:12:52 -0500 Received: from mx1.mailhop.org ([63.208.196.170]) by mxout3.mailhop.org with esmtp (Exim 4.43) id 1CcoKW-000GNa-9z for os2-wireless_users@2rosenthals.com; Fri, 10 Dec 2004 12:13:20 -0500 Received: from bioworksbiocontrol.com ([208.20.35.2] helo=ruby.fltg.net) by mx1.mailhop.org with esmtp (Exim 4.42) id 1CcoKW-0001cF-5A for os2-wireless_users@2rosenthals.com; Fri, 10 Dec 2004 12:13:20 -0500 Received: from T23 (fltg-dslttc1-30.fltg.net [208.31.47.161]) by ruby.fltg.net (8.11.6/8.11.2) with SMTP id iBAHBFi24319 for ; Fri, 10 Dec 2004 12:11:15 -0500 Message-Id: <200412101711.iBAHBFi24319@ruby.fltg.net> In-Reply-To: <0I8I00M9XMP0JB@mxout4.netvision.net.il> X-Mailer: MR/2 Internet Cruiser Edition for OS/2 v2.60b/60 X-Mail-Handler: MailHop by DynDNS.org X-Spam-Score: -2.6 (--) Date: Fri, 10 Dec 2004 11:52:01 -0500 Sender: os2-wireless_users-owner X-Listname: os2-wireless_users@2rosenthals.com Reply-To: os2-wireless_users@2rosenthals.com From: "Julian Thomas" To: os2-wireless_users@2rosenthals.com Subject: [OS2Wireless] thanks to all X-List-Unsubscribe: Send email to mailusers-request@2rosenthals.com X-List-Owner: mailusers-owner@2rosenthals.com In <0I8I00M9XMP0JB@mxout4.netvision.net.il>, on 12/10/04 at 06:48 PM, Stan Goodman typed: >I am in the early throes of setting up my Thinkpad for wireless service >with a Cisco 352. I envision needing also to continue to make wired >connections. I'd therefore like to see these scripts, which have been >mentioned previously here. I'd look for them in the archives of this >group, but the archives are not searchable, and searching the >unsearchable is a daunting idea. Better yet, I'll paste them in here. wireless.cmd and wired.cmd do the obvious things. wired is lan0; cisco is lan1. ------- wireless.cmd ---------- /* turn on the radio * This command activates the 802.11b interface * * The wireless NIC should be inserted in the PC Card slot */ say "Activating the wireless network card" 'ifconfig lan0 down' 'ifconfig lan0 delete' 'ifconfig lan1 down' 'ifconfig lan1 delete' 'dhcpmon -l' /* release lease */ 'dhcpmon -t' /* terminate dhcp */ 'route -fh' 'arp -f' 'dhcpstrt -i lan1 -d 10' 'start dhcpmon' say "Wireless networking enabled" return --------------------------- ------wired.cmd --------- /* turn off the radio * This command deactivates the 802.11b interface */ say "Deactivating the wireless network card" 'killem dhcpmon.exe' 'ifconfig lan1 down' 'ifconfig lan1 delete' 'dhcpmon -l' /* release lease */ 'dhcpmon -t' /* terminate dhcp */ 'route -fh' 'arp -f' 'dhcpstrt -i lan0 -d 10' say "Wired Lan networking enabled" ---------------- config.sys has both drivers, and otherwise the usual stuff for lan0 which is the default. I don't know how important this is; I'd seen some discussion that it might work better to uninstall (in mptn setup, not physically :-) the wired interface, and then install wireless (you can select it as lan1 there, I think), getting it working, and finally reinstalling the wired on top of the wireless. It's worth keeping note of: ibmcom\protocol,ine - which should have sections for both adapters. Here's mine: [PROT_MAN] DRIVERNAME = PROTMAN$ [IBMLXCFG] tcpip_nif = tcpip.nif E100BEO2_nif = E100BEO2.nif CISCOPCM_nif = ciscopcm.nif [tcpip_nif] DriverName = TCPIP$ Bindings = E100BEO2_nif,CISCOPCM_nif [E100BEO2_nif] DriverName = E100B$ SPEED = 0 FORCEDUPLEX = 0 TRANSMITBUFFERS = 20 RECEIVEBUFFERS = 20 [CISCOPCM_nif] DriverName = CWL350$ DESIRED_SSID = "mywap" STA_MODE = "INFRASTRUCTURE" PREAMBLE = "BOTH" PSP_MODE = "CAM" AUTH_TYPE = "OPEN_SYSTEM" WEP = "DISABLED" SUPPLY_VOLTAGE = "5.0V" DEBUG_LEVEL = 0xFFDF ------------- mptn\bin\setup.cmd - for both the wired only and wireless only configs. These are the basis for the scripts that I'm using (adapted from someone else - Neil?). I've set up for dhcp on both lans. If you want to use fixed ip address for either or both, it shouldn't be too hard to adapt the scripts. Good luck. If you need specific help, don't hesitate to ask me either on the list or by private email - bt this may be of interest to others. -- Julian Thomas: jt@jt-mj.net http://jt-mj.net In the beautiful Finger Lakes Wine Country of New York State! Boardmember of POSSI.org - Phoenix OS/2 Society, Inc http://www.possi.org -- -- The cost of feathers has risen... Now even DOWN is up! =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 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) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=