From owner-freebsd-questions Mon Jun 17 5:31:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp25.singnet.com.sg (smtp25.singnet.com.sg [165.21.101.224]) by hub.freebsd.org (Postfix) with ESMTP id 4651037B40C for ; Mon, 17 Jun 2002 05:31:09 -0700 (PDT) Received: from singapura.singnet.com.sg (singapura.singnet.com.sg [165.21.10.10]) by smtp25.singnet.com.sg (8.12.3/8.12.2) with ESMTP id g5HCUjNL028759; Mon, 17 Jun 2002 20:30:45 +0800 Received: (from shanali@localhost) by singapura.singnet.com.sg (8.8.5/8.7.2) id UAA26660; Mon, 17 Jun 2002 20:30:45 +0800 (SST) Date: Mon, 17 Jun 2002 20:30:45 +0800 From: S H A N To: dlawson@gsc.net Cc: questions@FreeBSD.ORG Subject: Re: Problems with LinkSys WMP11 Wireless NIC Message-ID: <20020617123045.GB3349@singapura.singnet.com.sg> References: <20020616222019.98A7337B407@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020616222019.98A7337B407@hub.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, basically there are two things for you to do :) one: forget wicontrol two: learn ifconfig first.. when you insert your LinkSys WMP11 card into any of the slots... make sure that it's properly identified... #ifconfig -a should tell you.. next... issue this sort of command... say... with ssid "My Wireless Net", wepmode enabled, weptxkey as 2nd key, wepkey as some_key #ifconfig wi0 ssid "My Wireless Net" wepmode ON weptxkey 2 wepkey 2:some_key followed by #ifconfig -a which should tell you that your "status: associated" to the network (may take a while)the other response can be "status: no carrier" (means wireless not working) then just run... #dhclient wi0 to get the ip one last reminder... get a life forget wicontrol :) On Sun, Jun 16, 2002 at 03:20:19PM -0700, dlawson@gsc.net wrote: > I have a LinkSys WMP11 card and am trying to configure it > with FreeBSD-Stable. Everthing looks Ok but I cannot get traffic to the > access point. This card works ok with a Windows setup on the same machine. > I have included the commands I used to get setup and the wicontrol output > done afterwards: > > wicontrol -k 0x11111111111111111111111111 -v 1 > wicontrol -k 0x22222222222222222222222222 -v 2 > wicontrol -k 0x33333333333333333333333333 -v 3 > wicontrol -k 0x44444444444444444444444444 -v 4 > wicontrol -T 2 > wicontrol -e 1 > wicontrol -n MY-SSID > ifconfig wi0 inet 1.2.3.4 netmask 0xffffff00 > > My provider uses 128 bit WEP keys. The output of wicontrol after this is: > > NIC serial number: [ 0123456789 ] > Station name: [ FreeBSD WaveLAN/IEEE node ] > SSID for IBSS creation: [ FreeBSD IBSS ] > Current netname (SSID): [ MY-SSID ] > Desired netname (SSID): [ MY-SSID ] > Current BSSID: [ 00:40:96:49:18:a1 ] > Channel list: [ 2047 ] > IBSS channel: [ 6 ] > Current channel: [ 8 ] > Comms quality/signal/noise: [ 58 89 0 ] > Promiscuous mode: [ Off ] > Port type (1=BSS, 3=ad-hoc): [ 1 ] > MAC address: [ 00:06:25:03:8a:69 ] > TX rate (selection): [ 11 ] > TX rate (actual speed): [ 2 ] > RTS/CTS handshake threshold: [ 2347 ] > Create IBSS: [ Off ] > Access point density: [ 1 ] > Power Mgmt (1=on, 0=off): [ 0 ] > Max sleep time: [ 100 ] > WEP encryption: [ On ] > TX encryption key: [ 2 ] > Encryption keys: [ 0x11111111111111111111111111 ][ > 0x22222222222222222222222222 ][ 0x33333333333333333333333333][ > 0x44444444444444444444444444] > > These values look the same as the windows setup. My provider says he can > see me associating with the access point but he never sees an IP. Any > advice will be greatly appreciated. > > Dave > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- S H A N To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message