From owner-freebsd-questions@FreeBSD.ORG Tue Jan 17 19:48:39 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 7BFAC16A420 for ; Tue, 17 Jan 2006 19:48:39 +0000 (GMT) (envelope-from algould@datawok.com) Received: from smtpauth06.mail.atl.earthlink.net (smtpauth06.mail.atl.earthlink.net [209.86.89.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBD6943D4C for ; Tue, 17 Jan 2006 19:48:38 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=grokwell.org) by smtpauth06.mail.atl.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1Eywon-0002gT-UK; Tue, 17 Jan 2006 14:48:38 -0500 Date: Tue, 17 Jan 2006 13:48:40 -0600 From: "Andrew L. Gould" To: eric@iteso.mx Message-ID: <20060117134840.456f9de7@grokwell.org> In-Reply-To: <1137524567.43cd3f572b1ac@correo.iteso.mx> References: <1137524567.43cd3f572b1ac@correo.iteso.mx> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc985824f9e5f5ba913aaa6f3ecf960f9c350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: freebsd-questions@freebsd.org Subject: Re: Problem with Cisco (Atheros) Wireless PCI card on IBM Thinkcentre MT-M-8183-T1S 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: Tue, 17 Jan 2006 19:48:39 -0000 On Tue, 17 Jan 2006 13:02:47 -0600 eric@iteso.mx wrote: >=20 > Greetings from Merida, Yucatan, Mexico (The Maya Land) >=20 > Am having problems installing FreeBSD in my University under IBM > Thinkcentre MT-M-8183-T1S boxes. >=20 > I can=B4t detect the Wireless Cisco (Atheros) PCI lan card. Linux and > Windows have no problems recognizing the card but i have problems > with FreeBSD 6.0 >=20 > Here are my dmesg (with and with out ACPI). >=20 > I don=B4t know if this is a known issue, but any pointers will be > greatly appreciated. >=20 > I think that the pci3 line shows something but not sure about that. >=20 > Lic. Eric De La Cruz Lugo. > Merida, Yucatan, Mexico. > The Maya Land. Hello Eric, It appears that you are still running the FreeBSD 6.0 RELEASE kernel. The atheros drivers are not compiled into the kernel by default. Folks on this list have expressed mixed results in loading the kernel modules, so you should probably add the following lines to your kernel configuration file and recompile your kernel: device ath device ath_hal device ath_rate_onoe device wlan #This line should be already be in the configuration file. You can find more information in the online handbook. Wireless Networking: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.= html Ath driver: http://www.freebsd.org/cgi/man.cgi?query=3Dath&sektion=3D4 Configuring the kernel: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html Best of luck, Andrew Gould