From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 21 14:50:07 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2FBA16A402 for ; Wed, 21 Mar 2007 14:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C15C313C4DE for ; Wed, 21 Mar 2007 14:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2LEo7QU018530 for ; Wed, 21 Mar 2007 14:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2LEo7sA018529; Wed, 21 Mar 2007 14:50:07 GMT (envelope-from gnats) Date: Wed, 21 Mar 2007 14:50:07 GMT Message-Id: <200703211450.l2LEo7sA018529@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ernst Peter Stein Cc: Subject: Re: kern/109227: ral(4) driver doesn't handle correctly RT2561C PCI chipsets - didn't work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ernst Peter Stein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2007 14:50:07 -0000 The following reply was made to PR kern/109227; it has been noted by GNATS. From: Ernst Peter Stein To: bug-followup@FreeBSD.org, matt.guegan@free.fr Cc: Subject: Re: kern/109227: ral(4) driver doesn't handle correctly RT2561C PCI chipsets - didn't work Date: Wed, 21 Mar 2007 15:35:40 +0100 (CET) Hi, I just want to confirm this bug. I tried to get it to work with a clean 6.2-stable snapshot. The correct module is loaded at startup, but scanning for networks fails (no error, it just doesn't show the networks in range). System: FreeBSD 6.2-STABLE-200703 #0: Tue Mar 6 22:06:57 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Dmesg: ral0: mem 0xcfff0000-0xcfff7fff irq 16 at device 12.0 on pci0 ral0: MAC/BBP RT2561C, RF RT2527 ral0: Ethernet address: 00:80:5a:4d:55:3a Ifconfig: ral0: flags=8802 mtu 1500 ether 00:80:5a:4d:55:3a media: IEEE 802.11 Wireless Ethernet autoselect status: no carrier ssid "" channel 1 authmode OPEN privacy OFF txpowmax 100 bmiss 7 protmode CTS Here is a post from the ml which is likely related to this problem: http://www.mail-archive.com/freebsd-stable@freebsd.org/msg87278.html -- Ernst Peter Stein