X-Account-Key: account1 X-UIDL: 38663 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 20041220162518-10089-7 ; Mon, 20 Dec 2004 16:25:18 -0500 (Hethmon Brothers Smtpd) id 20041220162517-4002-7 ; Mon, 20 Dec 2004 16:25:17 -0500 Received: from mx1.mailhop.org ([63.208.196.170]) by mxout3.mailhop.org with esmtp (Exim 4.43) id 1CgV2M-0002Xf-Rh for os2-wireless_users@2rosenthals.com; Mon, 20 Dec 2004 16:25:51 -0500 Received: from smtp-vbr13.xs4all.nl ([194.109.24.33]) by mx1.mailhop.org with esmtp (Exim 4.42) id 1CgV2M-000ECW-L7 for os2-wireless_users@2rosenthals.com; Mon, 20 Dec 2004 16:25:50 -0500 Received: from localhost (a80-126-60-28.adsl.xs4all.nl [80.126.60.28]) by smtp-vbr13.xs4all.nl (8.12.11/8.12.11) with ESMTP id iBKLPn0A016490 for ; Mon, 20 Dec 2004 22:25:50 +0100 (CET) (envelope-from k.f@vos.dosgg.nl) Message-Id: <200412202125.iBKLPn0A016490@smtp-vbr13.xs4all.nl> X-Mailer: PMMail 2.20.2382 for OS/2 Warp 4.5 In-Reply-To: <41C73A52.2050604@hccnet.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner X-Mail-Handler: MailHop by DynDNS.org X-Spam-Score: -2.6 (--) Date: Mon, 20 Dec 2004 22:25:49 +0100 (CET) Sender: os2-wireless_users-owner X-Listname: os2-wireless_users@2rosenthals.com Reply-To: os2-wireless_users@2rosenthals.com From: "Frank Vos" To: "os2-wireless_users@2rosenthals.com" Subject: [OS2Wireless] Jacaranda for dummies. X-List-Unsubscribe: Send email to mailusers-request@2rosenthals.com X-List-Owner: mailusers-owner@2rosenthals.com Hello Kris, On Mon, 20 Dec 2004 21:47:14 +0100, Kris Steenhaut wrote: >Frank Vos schreef: > >>If your are only using WIFI at home and don't need it to access public >>hotspots, than you can do without WLAN monitor. >> >>But before we can go further, please tell more about your Wireless router or >>accesspoint. >> >Wireless router is: Wireless SMC ADSL Barracuda g, specified as a >"Wirel2ss 54Mbps broadband Router with built-in Annex B?UR2 ADSL modem". > >> What SSID are you using, >> >Rather predictable, SSID = SMC > >> do you use encryption? >> >No. > >> This information >>is needed to be able to give you the right setup information. If you give me >>this info, than I can give you a good example of PROTOCOL.INI. >> >> >> >At present protocol.ini is as here: > > >[PROT_MAN] > > DRIVERNAME = PROTMAN$ > >[IBMLXCFG] > > tcpip_nif = tcpip.nif > IBMGU_nif = ibmgu.nif > ARLTNDIS_nif = arltndis.nif > >[tcpip_nif] > > DriverName = TCPIP$ > Bindings = IBMGU_nif,ARLTNDIS_nif > >[IBMGU_nif] > > DriverName = IBMGU$ > RXBUFFERS = 64 > RxBufferSize = 8192 > TXBUFFERS = 64 > TxBufferSize = 8192 > >[ARLTNDIS_nif] > > DriverName = ARWLAN$ > NETADDRESS = "00022D30D2FB" > DESIRED_SSID = "ANY" > CREATE_IBSS = "NO" > MW_ROBUSTNESS = "NO" > WEP_ENABLED = "NO" > AUTH_TYPE = "OPEN_SYSTEM" > >NETADDRESS = "00022D30D2FB" is the mac address as stated on the jacaranda. > >DESIRED_SSID = "ANY" as to the newer 1.5 Artem driver specs. This setup should be working. It is not realy needed to put in your MAC address. To start using the WIFI network I used (before WLAN monitor :-) the following batch file: _______________________________ /* turn on the radio * This command activates the 802.11b interface * original batch file by Neil Waldhauer * The wireless NIC should be inserted in the PC Card slot */ say "Activating the wireless network card" ' ifconfig lan0 down' ' ifconfig lan0 delete' 'dhcpmon -t' 'route -fh' 'arp -f' 'dhcpstrt -i lan1 -d 10' say "Wireless networking enabled" ________________________________ To stop using the WIFI card you can use: _________________________________ /* turn off the radio * This command deactivates the 802.11b interface */ say "Deactivating the wireless network card" ' ifconfig lan1 down' ' ifconfig lan1 delete' 'dhcpmon -t' 'route -fh' 'arp -f' 'dhcpstrt -i lan0 -d 20' say "Cable networking enabled" _________________________________ You can then switch off the power of your WIFI-card with wifistat.exe. Wifistat.exe is also used to see the status of you WIFI card. Kind regards, Frank =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 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) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=