From owner-freebsd-questions@FreeBSD.ORG Thu May 11 15:54:44 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 19A6616A463 for ; Thu, 11 May 2006 15:54:44 +0000 (UTC) (envelope-from wingot@eftel.com) Received: from tara2.wa.amnet.net.au (tara2.wa.amnet.net.au [203.161.126.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E32EC4423E for ; Thu, 11 May 2006 15:27:09 +0000 (GMT) (envelope-from wingot@eftel.com) Received: (qmail 18623 invoked by uid 89); 11 May 2006 15:27:07 -0000 Received: by simscan 1.1.0 ppid: 18617, pid: 18618, t: 0.9349s 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 tara2.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 tara2.wa.amnet.net.au with SMTP for ; 11 May 2006 15:27:06 -0000 X-Envelope-To: freebsd-questions@freebsd.org Message-ID: <446357D0.6030008@eftel.com> Date: Thu, 11 May 2006 23:27:12 +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:54:58 -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