DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Installation and Upgrading

FreeBSD Installation and Upgrading Installing and upgrading FreeBSD.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 11th June 2008
Dazhelpwiz Dazhelpwiz is offline
Port Guard
 
Join Date: May 2008
Location: Townsville, Australia
Posts: 34
Default Guide: Atheros ar5007 wifi cards in freebsd7

A friend recently bought a new laptop with an atheros ar5007 card in it; which FreeBSD 7 couldnt see at all. (these drivers probably in -current, I havent checked)

I came across this page (after some time of searching)
This was the closest thing I found and it worked straight away so heres the short and relevent info:
You NEED the src code for FreeBSD.

The Atheros card which would normally be supported by FreeBSD's ath driver, except that the HAL in the stock driver does not support PCIe

download this patched copy of MadWifi, which does have support for the wireless card: http://snapshots.madwifi.org/special...+ar5007.tar.gz

Decompress the tarball and then run the following as root:

Code:
#cd madwifi-ng-r2756+ar5007/hal
#cp -R * /usr/src/sys/contrib/dev/ath/
Recompile your kernel, and reboot. When the system comes up, you should have wireless networking. The NIC will show up as ath0.

* Important warning: DO NOT USE Fn+F2 ONCE THE WIRELESS CARD DRIVER IS LOADED! Fn+F2 will do what it says (toggle power to the wireless card), but the driver does not know how to handle this state and will get rather angry at you if the wireless card disappears.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FreeBSD6.3 upgrade to FreeBSD7.0 Ofloo FreeBSD Installation and Upgrading 16 21st February 2009 08:02 PM
OpenBSD and ATI cards h5n1 OpenBSD General 3 29th October 2008 12:46 PM
Upgrade FreeBSD7.0 to 7.1 Ofloo FreeBSD Installation and Upgrading 2 10th October 2008 03:24 AM
2 Video Cards, 2 Monitors Braveheart_BSD FreeBSD General 3 23rd July 2008 11:55 AM
Losing connection with Atheros wifi noonereallycares FreeBSD General 2 11th June 2008 03:57 AM


All times are GMT. The time now is 03:16 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick