From owner-freebsd-current@FreeBSD.ORG Thu Mar 4 17:24:51 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 3142616A4CE for ; Thu, 4 Mar 2004 17:24:51 -0800 (PST) Received: from leonis.nus.edu.sg (leonis.nus.edu.sg [137.132.1.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EFDD43D2F for ; Thu, 4 Mar 2004 17:24:50 -0800 (PST) (envelope-from jqdkf@army.com) Received: from army.com (175-138.priv19.nus.edu.sg [172.19.175.138]) by leonis.nus.edu.sg (8.12.9/8.12.9) with SMTP id i251OlkF024412 for ; Fri, 5 Mar 2004 09:24:48 +0800 (SGT) Received: (qmail 865 invoked by uid 1000); 5 Mar 2004 01:24:47 -0000 From: jqdkf@army.com Date: Fri, 5 Mar 2004 09:24:47 +0800 To: current@freebsd.org Message-ID: <20040305012447.GA774@cactus.homeunix.org> Mail-Followup-To: current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: adhoc doesn't work with centrino 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, 05 Mar 2004 01:24:51 -0000 Hi, My wireless card is "Intel(R) PRO/Wireless LAN 2100 3B Mini PCI Adapter". With ndiswrapper, it works fine in BSS mode, but I can't make it work in adhoc mode. Here is my configuration: $ ifconfig ndis0 inet 10.0.0.1 netmask 255.255.255.0 \ ssid CACTUS mode 11b mediaopt adhoc up ifconfig shows that ndis0: flags=8843 mtu 1500 inet6 fe80::204:23ff:fe60:9df1%ndis0 prefixlen 64 scopeid 0x4 inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255 ether 00:04:23:60:9d:f1 media: IEEE 802.11 Wireless Ethernet autoselect (autoselect ) status: no carrier ssid "" channel 1 authmode OPEN powersavemode OFF powersavesleep 100 wepmode OFF weptxkey 1 With wicontrol ndis0, I can see that Port type (1=BSS, 3=ad-hoc): [ 0 ] I don't know how to change the port type to 3. There seems no documentation on that. Also I noticed that, after I configured it to adhoc mode, the mouse doesn't move smoothly, which doesn't happen in BSS mode. Is there anything that I can do to make it work? Regards, -- Zeng Nan Simple is Beautiful.