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

200 Pages V  < 1 2 3 4 > »   
Closed Topic Start new topic
Intel Wireless driver, Intel PRO/Wireless 2100/2200/3945/4965 Driver for Mac OS X86
******
  • Group: Members
  • Posts: 457
  • Joined: 6-November 05
  • From: Singapore
  • Member No.: 14,789
good question... i'm not sure..... probably this is the time when the more senior ppl in this should step in and help out... haha... i know nuts about programming....
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 39
  • Joined: 12-October 06
  • Member No.: 59,917
and for all you noobers out that who borked your system installing this and cant get it up and running again, just do the following:

1. boot in single user mode with -s flag
2. type /sbin/mount -uw / at prompt
3. then type rm -R /System/Library/Extentions/iwi2200.kext
4. reboot and you should be back to normal
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 7
  • Joined: 29-December 06
  • From: Denderbelle, Belgium
  • Member No.: 72,579
QUOTE (TaterSalad77 @ Dec 30 2006, 01:44 PM) *
and for all you noobers out that who borked your system installing this and cant get it up and running again, just do the following:

1. boot in single user mode with -s flag
2. type /sbin/mount -uw / at prompt
3. then type rm -R /System/Library/Extentions/iwi2200.kext
4. reboot and you should be back to normal


When I will do this the driver is deleted and my Intel 2200 card wont be detected by the system?
But I wont the card to be detected, and at this moment it is, but it isn't working. I can't connect with any network.
Is there a solution for this problem?

Thanx
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Gurus
  • Posts: 5,302
  • Joined: 12-May 06
  • Member No.: 38,728
This driver is still an "alpha" type release. No one in the thread reports it to be fully working. Only that the card is recognized but won't connect.

I'm afraid you will need to wait for another release of the driver to hopefully get one that connects.
PM Profile Card
Go to the top of the page
+ Quote Post
******
  • Group: Members
  • Posts: 457
  • Joined: 6-November 05
  • From: Singapore
  • Member No.: 14,789
i agree with rammjet..... we'll just have to cross our fingers and pray hard that the original writer could work out the details and post a more working version....
PM Profile Card
Go to the top of the page
+ Quote Post
******
  • Group: Members
  • Posts: 457
  • Joined: 6-November 05
  • From: Singapore
  • Member No.: 14,789
jalavoui, any updates??
PM Profile Card
Go to the top of the page
+ Quote Post
********
  • Group: Members
  • Posts: 1,141
  • Joined: 28-August 06
  • Member No.: 53,253
Thanks for answering. Good to see people care about this driver smile.gif

When i started this drive i have found lots of code from people who have tried to make it work.

This release is meant to check some of the linux ported code. I'm using the IO80211Family.kext just to make the device to be detected as an airport card. The IO80211Family functions are to hard to use but i'll keep then to get feedback for now.

I'm currently using the 10.4.4 kernel. When i get Shemtex sources i'll change to 10.4.8


You can help by posting the logs like kinwah.lai did

- I'm uploading a new version that forces a local IP (it should be detected on system preferences).

or

If you want to build it from source:

- Install linux with the kernel source (i used mandriva 2006).
- Get the Ext2FS.pkg to allow access to the linux partition from mac os x86 (mount ro mode).
- get the Linux project sources (ieee80211, ipw2200-1.2.0 and the ipw-2.3 firmware).
- install the sources and ipw2200-1.2.0 on your root folder.
- The iwi2200.kext should build fine on xcode 2.4.1
- post new releases in this forum



Testing alpha versions might crash mac os x86 but it is for a good purpose smile.gif

Thank you all
Attached File(s)
Attached File  ieee80211_source.zip ( 81.21K ) Number of downloads: 293
Attached File  iwi2200_source.zip ( 249.53K ) Number of downloads: 181
Attached File  iwi2200_v2.kext.zip ( 298.47K ) Number of downloads: 585
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 16
  • Joined: 19-October 06
  • From: Israel
  • Member No.: 60,710
1st I want to say I appreciate your efforts!
2nd, I would like to add that it will be easiser to test, if there'll be an uninstall script for the worst (or expected) case scenario
Thanks again!
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Donators
  • Posts: 953
  • Joined: 14-July 06
  • From: Lost in the insanity
  • Member No.: 46,626
Just for a little friendly competition and as some motivation to the other developer, I have a kext that (hopefully) will load the firmware.

Please post a log of it (hopefully) loading and who's kext you used (bikedude880 or jalavoui). Thanks.

EDIT: File removed... see next post.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 41
  • Joined: 18-October 06
  • Member No.: 60,621
thanks bikedude880 , i will try it now

i got this error when i try to load the kext by bikedude880

darren-lais-computer:/Users/darrenlai root# kextload -t /System/Library/Extensions/iwi2200.kext
kextload: extension /System/Library/Extensions/iwi2200.kext appears to be valid
kextload: notice: extension /System/Library/Extensions/iwi2200.kext has debug properties set
kld(): Undefined symbols:
__ZN14darwin_iwi22009notifIntrEP9iwi_notif
kextload: kld_load_from_memory() failed for module /System/Library/Extensions/iwi2200.kext/Contents/MacOS/iwi2200
kextload: a link/load error occured for kernel extension /System/Library/Extensions/iwi2200.kext
load failed for extension /System/Library/Extensions/iwi2200.kext
(run kextload with -t for diagnostic output)

i will try to restart the machine now.
will update you guys later

This post has been edited by kinwah.lai: Dec 31 2006, 01:10 AM
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Donators
  • Posts: 953
  • Joined: 14-July 06
  • From: Lost in the insanity
  • Member No.: 46,626
I made a little mistake and left some debugging features on. This one has them disabled.

EDIT: Same error as before.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 41
  • Joined: 18-October 06
  • Member No.: 60,621
QUOTE (bikedude880 @ Dec 31 2006, 09:14 AM) *
I made a little mistake and left some debugging features on. This one has them disabled.
[attachment=6939:iwi2200.kext.zip]

i've try to load this kext but still got the same error and i'm running on 10.4.8 ( 8.4.1 kernel )

darren-lais-computer:/Users/darrenlai root# kextload -t /System/Library/Extensions/iwi2200.kext
kextload: extension /System/Library/Extensions/iwi2200.kext appears to be valid
kextload: notice: extension /System/Library/Extensions/iwi2200.kext has debug properties set
kld(): Undefined symbols:
__ZN14darwin_iwi22009notifIntrEP9iwi_notif

kextload: kld_load_from_memory() failed for module /System/Library/Extensions/iwi2200.kext/Contents/MacOS/iwi2200
kextload: a link/load error occured for kernel extension /System/Library/Extensions/iwi2200.kext
load failed for extension /System/Library/Extensions/iwi2200.kext
(run kextload with -t for diagnostic output)

This post has been edited by kinwah.lai: Dec 31 2006, 01:46 AM
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Donators
  • Posts: 953
  • Joined: 14-July 06
  • From: Lost in the insanity
  • Member No.: 46,626
I just don't understand why it keeps giving that error message... until I can get jalavoui's source to compile, I can't go any further.
PM Profile Card
Go to the top of the page
+ Quote Post
***********
  • Group: Members
  • Posts: 2,885
  • Joined: 19-April 06
  • From: United States Of Israel
  • Member No.: 35,151
Great work, so you are able to load the firmware correctly?
PM Profile Card
Go to the top of the page
+ Quote Post
******
  • Group: Members
  • Posts: 457
  • Joined: 6-November 05
  • From: Singapore
  • Member No.: 14,789
bikedude880, i am getting the same error message as kinwah.lai.....
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 147
  • Joined: 27-August 06
  • From: somewhere within this fabricated reality.
  • Member No.: 53,012
dang dude, if you get that working man I'll straight up come back to OSX86.

I have a 2915ABG, I heard that the 2915, 2200, 3945 are all around the same chipsets so they shouldn't be too hard to get ported to work for all of them if you get the driver to initially work in the first place.

my advice to you, don't give up. I've seen too many people in the past give up and it's just really lame, there's so much sourcecode flying around from people who attempted it in the first place, so please do try and thank you for your efforts.

This post has been edited by poplars: Dec 31 2006, 11:04 PM
PM Profile Card
Go to the top of the page
+ Quote Post
***********
  • Group: Members
  • Posts: 2,729
  • Joined: 3-September 05
  • From: Paris, France
  • Member No.: 9,104
QUOTE (Kiko @ Dec 31 2006, 03:11 AM) *
Im working on a 3945abg kext at the moment so it will be interesting to get my hands on the code when i get back home.

how far r u in ur 3945 dev dave? smile.gif id like to test it when it is suppose to work thanx again!
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Donators
  • Posts: 953
  • Joined: 14-July 06
  • From: Lost in the insanity
  • Member No.: 46,626
Well, I wish I were able to compile these sources, but I keep getting an error... 47 to be exact.
Attached File  errors.tiff ( 450.91K ) Number of downloads: 293


EDIT: Got past the errors, but I don't feel good about the way I did it.
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 147
  • Joined: 27-August 06
  • From: somewhere within this fabricated reality.
  • Member No.: 53,012
any updates on this?
PM Profile Card
Go to the top of the page
+ Quote Post
******
  • Group: Members
  • Posts: 457
  • Joined: 6-November 05
  • From: Singapore
  • Member No.: 14,789
yea, been waiting for updates.... smile.gif

but from what i see from the image you posted, could it be that the 802.11 framework that you compiled with is incompatible with the intel driver???
PM Profile Card
Go to the top of the page
+ Quote Post
200 Pages V  < 1 2 3 4 > » 
Closed Topic Start new topic

2 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
1 Members: librarain

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 03:10 AM