DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Installation and Upgrading

FreeBSD Installation and Upgrading Installing and upgrading FreeBSD.

Reply
 
Thread Tools Display Modes
  #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
  #2   (View Single Post)  
Old 11th June 2008
scottro's Avatar
scottro scottro is offline
Real Name: Scott Robbins
ISO Quartermaster
 
Join Date: Apr 2008
Location: NYC
Posts: 652
Default

That card has been problematic in Linux as well as FreeBSD. Sam Leffler recently came out with something that now enables it work in 64 bit with Linux.

Additionally, the build that you mention, the 2756 stopped working with some later Linux kernels--Sam's newest fixed that too.

If anyone needs to get that one going on Linux, as me. I would actually try the later version of the HAL, from that very latest patched snapshot (around post 220 or so in that ticket 1679.
(Latest snapshot, with 64 bit and later Linux kernel support is at
http://snapshots.madwifi.org/special...0080604.tar.gz)

If anyone has the ASUS give it a try and see if it works. The 2566 one is from last November.

Lastly, if anyone is trying to get that card working with Linux (not FreeBSD)
http://home.nyc.rr.com/computertaiju...less.html#5007
Reply With Quote
  #3   (View Single Post)  
Old 16th June 2008
Dazhelpwiz Dazhelpwiz is offline
Port Guard
 
Join Date: May 2008
Location: Townsville, Australia
Posts: 34
Default

ahh, nice to know, thanks scott. The machine I delt with was an Asus F7 Series I believe.

The more we can find solutions for atheros cards, the less problems others will have down the track I guess.
Reply With Quote
  #4   (View Single Post)  
Old 16th June 2008
scottro's Avatar
scottro scottro is offline
Real Name: Scott Robbins
ISO Quartermaster
 
Join Date: Apr 2008
Location: NYC
Posts: 652
Default

Agreed. I suspect that it might have been Asus who originally pushed them to give a Linux 32 bit solution, due to the EEE PC. The 64 bit solution was only put out rather recently.

Unfortunately, I haven't had a chance to try it with FreeBSD on my laptop yet. The laptop's wired ethernet card doesn't work, meaning that eventually, I'll have to put it on a CD or USB stick and try it that way. (It's a Broadcom, I've forgotten which, but there are known issues.)

Actually, rather than looking at the outdated ticket 1679, check ticket 1192--all 5007EG issues have been moved there.
http://madwifi.org/ticket/1192
Reply With Quote
Reply

Thread Tools
Display Modes

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 05:07 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