Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

16 Pages V   1 2 3 > »   
Reply to this topic Start new topic
Atheros AR5005(G), Driver, kext, workaround searched
*
  • Group: Members
  • Posts: 23
  • Joined: 20-September 06
  • Member No.: 56,704
Hi,

I'm searching for a workaround or a driver for an atheros AR5005G Wlan-Card (in a Laptop)

Is there any solution to get it running?

Thanks!
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 23
  • Joined: 20-September 06
  • Member No.: 56,704
up ;-)
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 262
  • Joined: 22-October 06
  • From: Brampton, Ontario, Canada
  • Member No.: 61,083
Ok, got atheros 5005 MiniPCI working, also using 10.4.7 JaS.
edit: please note you have to have your wireless/airport device as en1, in my case my built in ethernet takes en0 so it works out fine. (make change in /library/systemconfiguration/networkinterfaces.plist)
  1. Download the official Intel 10.4.5 update from Apple (98MB) (http://www.apple.com/support/downloads/mac...45forintel.html)
  2. Backup your /System/Library/Extensions/IO80211Family.kext
  3. Extract the IO80211Family.kext from the 10.4.5 update (using pacifist?)
  4. open finder to /System/Library/Extensions
  5. drag the kext from 10.4.5 update into the /System/Library/Extensions folder
  6. enter passsword when prompted
  7. open the disk utility (/Application/Utilities/Disk Utility), then repair permissions on your Startup volume (may take a little while)
  8. open up terminal, and switch to root (enter sudo -s, enter your user password)
CODE
cd /System/Library/Extensions
chmod -R 755 IO80211family.kext
chown -R root:wheel IO80211family.kext

then list the contents
CODE
ls -l

make sure the IO80211Family line looks like this:
CODE
drwxr-xr-x   3 root  wheel  102 Feb  2  2006 IO80211Family.kext

check that the permissions propagated to subdirectories:
CODE
cd IO80211Family.kext/contents/plugins
ls -l

should look like this:
CODE
total 0
drwxr-xr-x   3 root  wheel  102 Feb  2  2006 AirPortAtheros5424.kext
drwxr-xr-x   3 root  wheel  102 Feb  2  2006 AppleAirPortBrcm4311.kext

then test that the extensions works:
CODE
kextload AirPortAtheros5424.kext

should give a extension loaded successfully message

then you have to go to System Preferences>Network
a message should pop up telling you you have a new AirPort. from the Show: box, pick AirPort. you can set the options here, i suggest you check the Show airport status in menu bar, make sure you click apply now.

There you have it, fully working native Atheros card! happymac.GIF

This post has been edited by matt-hieu ergosteur: Nov 21 2006, 11:34 PM
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 49
  • Joined: 17-September 05
  • Member No.: 10,906
thanks a lot! works perfectly.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 23
  • Joined: 20-September 06
  • Member No.: 56,704
It works perfect !

Thank you!



(i also had to change en0 to en1 to get it work)
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 1
  • Joined: 29-November 06
  • Member No.: 66,267
Thanks a lot!
Finally get my wi-fi card work flawlessly
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 9
  • Joined: 1-December 06
  • Member No.: 66,577
QUOTE (jrp993 @ Nov 30 2006, 02:56 PM) *
Thanks a lot!
Finally get my wi-fi card work flawlessly



Hmmm I got a Module is not installed properly dialog, subsequently I get A.kext is not authentic (check ownership and permissions).
But I followed the instructions to the letter LOL
Any advice?
Thanks!
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 262
  • Joined: 22-October 06
  • From: Brampton, Ontario, Canada
  • Member No.: 61,083
QUOTE (DenizenX @ Dec 1 2006, 02:28 AM) *
Hmmm I got a Module is not installed properly dialog, subsequently I get A.kext is not authentic (check ownership and permissions).
But I followed the instructions to the letter LOL
Any advice?
Thanks!


All I can suggest is that you run Disk Utility and repair permissions again, then manually double-check the permissions on each of the .kexts and the contents (ls -l). They should be 755
(_rwxr-xr-x). Dunno, sometimes the OSX does some weird stuff and gives errors where there should be none/changes permissions on its own huh.gif .

This post has been edited by matt-hieu ergosteur: Dec 16 2006, 03:42 AM
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 110
  • Joined: 19-February 06
  • Member No.: 24,074
YOU ARE THE MAN!!!!!!!!!!!!!

THANKS SO MUCH YOU {censored}IN RULE!!!!
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 357
  • Joined: 19-November 05
  • Member No.: 15,898
thanks for your guide. I had a way to get it working but it would only work on 10.4.3 for some reason. but this worked on 10.4.6, thanks
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 262
  • Joined: 22-October 06
  • From: Brampton, Ontario, Canada
  • Member No.: 61,083
QUOTE (matt-hieu ergosteur @ Dec 15 2006, 10:41 PM) *
All I can suggest is that you run Disk Utility and repair permissions again, then manually double-check the permissions on each of the .kexts and the contents (ls -l). They should be 755
(_rwxr-xr-x). Dunno, sometimes the OSX does some weird stuff and gives errors where there should be none/changes permissions on its own huh.gif .


Just curious denizenx, did you get it working? if so how?
thanks for the feedback guys thumbsup_anim.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 255
  • Joined: 8-June 06
  • From: Winnipeg MB Canada
  • Member No.: 42,453
how do I change the en0 to en1.... en1 keeps changing back:P

!!!!update!!!: got it gotta change <integer>0</integer> to <integer>1</integer> too

This post has been edited by djpc47: Jan 29 2007, 04:19 AM
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 312
  • Joined: 10-September 06
  • From: Belgium
  • Member No.: 55,275
QUOTE (matt-hieu ergosteur @ Nov 20 2006, 04:23 PM) *
[*]Download the official Intel 10.4.5 update from Apple (98MB) (http://www.apple.com/support/downloads/mac...45forintel.html)
[*]Backup your /System/Library/Extensions/IO80211Family.kext
[*]Extract the IO80211Family.kext from the 10.4.5 update (using pacifist?)


I did all that. Downloaded the 10.4.5 update but didn't find the IO80211Family.kext in it.

Where in the 98mb big file is it?
PM Profile Card
Go to the top of the page
+ Quote Post
******
  • Group: Members
  • Posts: 441
  • Joined: 13-January 07
  • From: EXETER
  • Member No.: 75,958
This work with the AR5006EG? It's the next big hack in my T4210 howto.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 5
  • Joined: 12-February 07
  • Member No.: 84,168
To make things easier: http://gtwy.net/easier/drivers/IO80211family.kext.zip
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 54
  • Joined: 27-February 06
  • Member No.: 25,720
works after en0 to en1 and integer 0 to 1. thanks
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 6
  • Joined: 11-February 07
  • Member No.: 83,999
/library/systemconfiguration/networkinterfaces.plist

I can't find this file, I've done all the things list here,
using the last zip instead of the original mac updates..
can you post here the config file?
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 262
  • Joined: 22-October 06
  • From: Brampton, Ontario, Canada
  • Member No.: 61,083
QUOTE (Ferret-Simpson @ Jan 29 2007, 08:48 AM) *
This work with the AR5006EG? It's the next big hack in my T4210 howto.


I would assume it would, as long as the pci-ids are similar. I believe the MacBook Intel has a 5006.

QUOTE (xantek @ Feb 13 2007, 01:33 PM) *
/library/systemconfiguration/networkinterfaces.plist

I can't find this file, I've done all the things list here,
using the last zip instead of the original mac updates..
can you post here the config file?


sorry it's /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist, i think

QUOTE (Kingskawn @ Jan 29 2007, 03:07 AM) *
I did all that. Downloaded the 10.4.5 update but didn't find the IO80211Family.kext in it.

Where in the 98mb big file is it?


if you open it with pacifist, it should be in /system/Library/extensions/.... or just get the one posted (i haven't tested that one though).
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 5
  • Joined: 18-February 07
  • Member No.: 85,878
Hey guys,

I have an Acer 2482, with an Atheros AR5005G WiFi Airport, I followed the instructions, everything went well, only that I don't have the NetworkInteraces.plist where it should be...
Could someone please paste it's contents here? I'm totally new to everything concerning osx... And I really Really want to make it work. I started with WiFi, I'm going to take a look at the ethernet card now, until I get an answer... sad.gif


.marius
http://www.wirelessisfun.com
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 25
  • Joined: 16-February 07
  • Member No.: 85,446
"Backup your /System/Library/Extensions/IO80211Family.kext"
what?????????????????
help!!!! i restarted the computer, and now he shows me panic message while he charges the system! no way to run other installers! not even the win xp one! censored2.gif censored2.gif censored2.gif !
i did all the procedure for the kext, i took it, overwrited the old io80211family.kext,repaired with disk utility, inserted the commands on the terminal, but he said that there was an error charging the extension
tried with -v, he says that there's an error on the io80211family.kext extensions, goes on charging, and then stops everything... i try to run the 10.4.5 jas on a dvd but he makes blue screen and stays like that

he works with -x i'm using disk utility to repair the extensions THANKS FOR HELP -.-"
rosetta went crazy all the apps that need rosetta can't be runned i think i have to reinstall osx

This post has been edited by roccoo: Feb 18 2007, 10:08 PM
PM Profile Card
Go to the top of the page
+ Quote Post
16 Pages V   1 2 3 > » 
Reply to this topic Start new topic

3 User(s) are reading this topic (3 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 11:49 AM