From owner-freebsd-current@FreeBSD.ORG Fri Jun 25 15:11:43 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 718CA16A4CE for ; Fri, 25 Jun 2004 15:11:43 +0000 (GMT) Received: from blocked.velocityonline.net (vmntmail1.velocityonline.net [216.162.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id C253343D48 for ; Fri, 25 Jun 2004 15:11:42 +0000 (GMT) (envelope-from cooner@cs.fsu.edu) Received: from [192.168.0.5] (unverified [216.162.144.18]) by blocked.velocityonline.net; Fri, 25 Jun 2004 11:10:57 -0400 Message-ID: <40DD056C.2090101@cs.fsu.edu> Date: Sat, 26 Jun 2004 00:11:08 -0500 From: Sahil R Cooner User-Agent: Mozilla Thunderbird 0.6 (X11/20040624) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "MAin D. ToRK" References: <289459035.20040625011654@n0th1ng.spb.ru> In-Reply-To: <289459035.20040625011654@n0th1ng.spb.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Project Evil - RTSThreshold X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 15:11:43 -0000 No I do not believe the errors you are receiving are the fault of your wireless card. I have a linksys wpc54g, that was giving me similar errors when I was trying to get it to work ... However, I have it working now, and it's running smooth, so keep trying you'll get it ... If you have questions though about setting it up. Also you're using ifconfig and statically setting everything up. Does your access-point have DHCP if so I would recommend running the dhclient on it to see if it will automagically configure everything ... Here are the commands I use to get my net connection on my wireless up and running. # ifconfig ndis0 up // this picks up my access point funny enough # dhclient ndis0 // this assigns everything else that should be all there is to it --sahil MAin D. ToRK wrote: >Hello. << 6/25/2004 > >RELENG_5_2. >hardware: adm8211. > >cvsup of sys/compat/ndis, sys/modules/ndis/, sys/modules/if_ndis >cvsup's been made 2 days ago. >made copy of .inf and .sys to sys/modules/if_ndis >run ndiscvt >make && make load in both sys/modules/ndis, sys/modules/if_ndis > > >ndis0: <802.11b Wireless PCI Card> port 0x3000-0x30ff mem 0xf4200000-0xf42003ff irq 21 at device 5.0 on pci3 >can't re-use a leaf (RTSThreshold)! >ndis0: NDIS API version: 5.0 >ndis0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps > >ifconfig ndis0 inet 192.168.1.102 netmask 255.255.255.0 channel 6 ssid >"myssid" media auto > >ndis0: flags=8802 mtu 1500 > inet 192.168.1.102 netmask 0xffffff00 broadcast 192.168.1.255 > ether 00:e0:98:bd:b7:3e > media: IEEE 802.11 Wireless Ethernet autoselect > status: no carrier > ssid "" > channel -1 authmode OPEN powersavemode OFF powersavesleep 100 > wepmode OFF weptxkey 1 > > >Could a bad connection between card and antenna lead to "can't re-use a >leaf (RTSThreshold)!"? >Is this bad connection causes "status: no carrier" or because of RTS >Threshold? > >Can't set SSID and get right status. > >Thank you. >-- > >MAin D. ToRK > > mail@tork.spb.ru > tork@synomatic.com > >_______________________________________________ >freebsd-current@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-current >To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > >