From owner-freebsd-questions@FreeBSD.ORG Thu May 11 15:51:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40F5E16A43C for ; Thu, 11 May 2006 15:51:24 +0000 (UTC) (envelope-from apavone@eftel.com) Received: from tara1.wa.amnet.net.au (tara1.wa.amnet.net.au [203.161.126.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 044EA445E8 for ; Thu, 11 May 2006 15:51:22 +0000 (GMT) (envelope-from apavone@eftel.com) Received: (qmail 28434 invoked by uid 89); 11 May 2006 15:51:20 -0000 Received: by simscan 1.1.0 ppid: 28422, pid: 28424, t: 0.8192s scanners: attach: 1.1.0 clamav: 0.88/m:36/d:1310 spam: 3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tara1.wa.amnet.net.au X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00 autolearn=ham version=3.1.0 Received: from unknown (HELO ?192.168.1.65?) (203.161.72.123) by tara1.wa.amnet.net.au with SMTP for ; 11 May 2006 15:51:20 -0000 X-Envelope-To: freebsd-questions@freebsd.org Message-ID: <44635D7F.9050805@eftel.com> Date: Thu, 11 May 2006 23:51:27 +0800 From: Adrian Pavone User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Issue setting SSID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 May 2006 15:51:24 -0000 Hey, I've got an RTL8180 that I have compiled a module for using ndisgen. The first time I installed FreeBSD, this worked fine, with exactly the same version of the driver, and I was able to use it, however, the computer power ran out during a portupgrade, rendering /usr unuseable. Now that I have reinstalled FreeBSD from scratch (wiping the partition and reinstalling from the same FreeBSD6.0-RELEASE cds), I have recompiled the module using ndisgen again, and kldload rtl8180_sys loads the module (with ndis and if_ndis loaded), without any errors output. An ifconfig shows ndis0, including the correct MAC Address. Now, when I try to set the ssid with ifconfig ndis0 ssid wingot (the name of my home network), and then run another ifconfig, ndis0 still has an SSID of only "". I have also reinstalled the system another time since, and the same issue is occuring. If anyone knows of a non-ndis version of this driver already available for FreeBSD (I know NetBSD has one), can they please point me in the correct direction, but otherwise, does anyone have any idea why the wireless device will not accept an SSID with ifconfig? No output is returned at any stage indicating any issues, and I have looked in /var/log and cannot find any problems logged. Any help would be greatly appreciated, Adrian