Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2006 13:48:40 -0600
From:      "Andrew L. Gould" <algould@datawok.com>
To:        eric@iteso.mx
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Problem with Cisco (Atheros) Wireless PCI card on IBM Thinkcentre	MT-M-8183-T1S
Message-ID:  <20060117134840.456f9de7@grokwell.org>
In-Reply-To: <1137524567.43cd3f572b1ac@correo.iteso.mx>
References:  <1137524567.43cd3f572b1ac@correo.iteso.mx>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060117134840.456f9de7>