From owner-freebsd-mobile@FreeBSD.ORG Sat Dec 25 19:24:28 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8275616A4CE for ; Sat, 25 Dec 2004 19:24:28 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 5101043D2F for ; Sat, 25 Dec 2004 19:24:27 +0000 (GMT) (envelope-from incmc@gmx.de) Received: (qmail invoked by alias); 25 Dec 2004 19:24:26 -0000 Received: from p5089F2AD.dip.t-dialin.net (EHLO ms.homeip.net) (80.137.242.173) by mail.gmx.net (mp014) with SMTP; 25 Dec 2004 20:24:26 +0100 X-Authenticated: #15946415 Received: from grvn-d9b9d13b.pool.mediaways.net ([217.185.209.59]) by ms.homeip.net with esmtpsa (TLSv1:AES256-SHA:256) id 1CiHbV-000Nk3-F4 for freebsd-mobile@freebsd.org; Sat, 25 Dec 2004 20:29:30 +0100 Message-ID: <41CDBE65.9000506@gmx.de> Date: Sat, 25 Dec 2004 20:24:21 +0100 From: Jochen Gensch User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org References: <333k2eF3t78s1U1@individual.net> In-Reply-To: <333k2eF3t78s1U1@individual.net> X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: NDISulator problem with PRISM 802.11g Wireless Adapter X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2004 19:24:28 -0000 Peter Wichert wrote: > I am trying to get my WLAN running with FBSD 5.3. I have a > "PRISM 802.11g Wireless Adapter (3890)" and set it up with the NDISulator. > After some hours of work I got the following response from "ifconfig ndis0" > (MAC-Adress and SSID x'd): > > ndis0: flags=8843 mtu 1500 > inet6 fe80::260:b3ff:fe93:f5f%ndis0 prefixlen 64 scopeid 0x5 > inet 192.168.2.103 netmask 0xffffff00 broadcast 192.168.2.255 > ether 00:60:xx:xx:xx:xx > media: IEEE 802.11 Wireless Ethernet autoselect > status: associated > ssid XX-WLAN 1:XX-WLAN > channel 6 authmode OPEN powersavemode OFF powersavesleep 100 > rtsthreshold 2312 protmode CTS > wepmode OFF weptxkey 1 > > This looks good, I think. But, I get no connection the my WLAN. "ping > 192.168.2.1" (the router) responses with "host is down". What else could i > do now? Why is status "associated" without getting a connection to the > network? Might be the 54Mbit speed? Please help, What says "netstat -r" ? Jochen