From owner-freebsd-net@FreeBSD.ORG Mon Jun 5 08:36:19 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B116C16A41F; Mon, 5 Jun 2006 08:36:19 +0000 (UTC) (envelope-from kono@kth.se) Received: from omega.nanophys.kth.se (daemon.nanophys.kth.se [130.237.35.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E39543D46; Mon, 5 Jun 2006 08:36:18 +0000 (GMT) (envelope-from kono@kth.se) Received: from omega.nanophys.kth.se (localhost [127.0.0.1]) by omega.nanophys.kth.se (8.13.4/8.13.1) with ESMTP id k558bEvY085469; Mon, 5 Jun 2006 10:37:14 +0200 (CEST) (envelope-from kono@kth.se) Received: from localhost (localhost [[UNIX: localhost]]) by omega.nanophys.kth.se (8.13.4/8.13.1/Submit) id k558bEmf085468; Mon, 5 Jun 2006 10:37:14 +0200 (CEST) (envelope-from kono@kth.se) X-Authentication-Warning: omega.nanophys.kth.se: kono set sender to kono@kth.se using -f From: Alexander Konovalenko Organization: KTH To: freebsd-net@freebsd.org Date: Mon, 5 Jun 2006 10:37:13 +0200 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606051037.14391.kono@kth.se> Cc: freebsd-hardware@freebsd.org Subject: ndis driver for WG311 wireless card problem X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kono@kth.se List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 08:36:20 -0000 Hello, I know that chipset for NETGEAR WG311v3 PCI card is not supported natively in FreeBSD, so I am trying to use NDIS driver generated from WinXP driver on FreeBSD 6.1 (STABLE) i386 (old PIII 666Mhz box). After loading kernel module ifconfig shows: #ifconfig ndis0: flags=8843 mtu 1500 inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 ether 00:14:6c:72:35:2a media: IEEE 802.11 Wireless Ethernet autoselect status: no carrier ssid "" channel 1 authmode OPEN privacy OFF txpowmax 100 protmode CT However, when try to scan for access point I get: #ifconfig ndis0 scan ifconfig: unable to get scan results I am sure that my access point is functional because I am running FreeBSD 6.1 also on laptop where NETGEAR WG511 PCMCIA card works prefectly (with NDIS). All network configuration is the same on both computers. When I unload and then load kernel module machine hangs with no log messages saved. The ndis drivers generated from Win2k, Win98 give the same result. At the begining I inserted WG311 into first PCI slot where it did not work at all (probaly irq problem), then I put it in another PCI slot so at least ifconfig showed me something. Any ideas how to make it functional? thanks! /Alexander Konovalenko