Intel Wireless 2100, 2200bg, 2915bg, 3945abg, 4965agn, IWIDarwin drivers for mac os x 10.4 and 10.5 *under development* |
![]() |
Intel Wireless 2100, 2200bg, 2915bg, 3945abg, 4965agn, IWIDarwin drivers for mac os x 10.4 and 10.5 *under development* |
|
booger_sniffer5000
InsanelyMac Legend
|
![]() |
Nov 2 2008, 01:25 AM Post #3001
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
The drivers don't work. Please, read the forums BEFORE posting. The drivers don't work because the developer's computer is fried. We are donating to him so he can get another computer to continue developing them.
|
|
buk
InsanelyMac Protégé
|
![]() |
Nov 4 2008, 03:19 PM Post #3002
|
|
Whenever i try to connect to a WEP Network i get a BUS Error...Is anyone else getting this or know a resolution ??? Yes I had the same error with NetworkSelector and I patched it. I'm currently working on nsGui (for Leopard) and I hope I'll have enough time to finish my work this week to post a testing version of iwidarwin for 2200BG (this will include the patched NetworkSelector). |
|
pere
InsanelyMac Legend
|
![]() |
Nov 5 2008, 11:46 AM Post #3003
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Please, respect Javalui thread and work and erase all your offtopic posts from the thread before a mod come here and ban you 14 days like here:
http://forum.insanelymac.com/index.php?showtopic=134846 |
|
waqas asif
InsanelyMac Protégé
|
![]() |
Nov 5 2008, 03:48 PM Post #3004
|
|
hoy i got an acer laptop with intel 3945 but just wondering i want to replace this one with a one that works with mac so 10.5.4 i m going to broadcom 4311 pci-e mini internal one is that gonna work or not plz help
|
|
Gundam
InsanelyMac Protégé
|
![]() |
Nov 6 2008, 10:41 PM Post #3005
|
![]()
|
I can't believe it's almost complete! (been waiting for about a 1yr here but I can't possibly complain because of the hard work being made)
My wireless card is practically the only component not working on my Toshiba but everything else is perfect (video, sound etc) |
|
franciz
InsanelyMac Protégé
|
![]() |
Nov 8 2008, 05:30 PM Post #3006
|
|
I had almost lost all hopes of using Mac OSX on my Acer Aspire 5570 ANWXCI, the land card and wifi IWI 3945 both failed to connect, due to this i resorted to buying a Dlink USB Wifi, and now it works! But I am still waiting for a change to remove the USB Wifi dongle for the best thing - a working IWI 3945, good luck guys, hope we make it the soonest!!!
|
|
Kramark
InsanelyMac Geek
|
![]() |
Nov 12 2008, 06:08 AM Post #3007
|
![]() ![]() ![]()
|
Whenever i try to connect to a WEP Network i get a BUS Error...Is anyone else getting this or know a resolution ??? HI mate,try to download the latest stable driver here: http://code.google.com/p/iwidarwin/ I set my wep with 64-bit and works fine without problem. |
|
xplay
InsanelyMac Protégé
|
![]() |
Nov 15 2008, 12:18 AM Post #3008
|
|
i-plays-inspiron-xps-gen2-podsbcnub:~ iplay$ cd /System/Library/Extensions i-plays-inspiron-xps-gen2-podsbcnub:Extensions iplay$ sudo chown -R root:wheel iwi2200.kext Password: i-plays-inspiron-xps-gen2-podsbcnub:Extensions iplay$ sudo kextload /System/Library/Extensions/iwi2200.kext kextload: cannot resolve dependencies for kernel extension /System/Library/Extensions/iwi2200.kext error loading extension /System/Library/Extensions/iwi2200.kext i-plays-inspiron-xps-gen2-podsbcnub:Extensions iplay$ i need help , i can`t install iwi2200 ...! same error :cannot resolve dependencies for kernel extension /System/Library/Extensions/iwi2200.kext Any advice/sugestions? I will apreciate ! Thx |
|
kwauhk
InsanelyMac Protégé
|
![]() |
Nov 18 2008, 03:01 AM Post #3009
|
|
the IOFreeContiguous() gives me firmware errors in iwi2200 replace it from my last post you can write the skb_xxx functions for mac os - this will make the linux code run with less modifications. in iwi2200.h you'll find more skb converted functions you're going in the right direction - converting some linux functions makes the code much easier to work what version of iwl3945 are you using? TNW is working with iwl3945 1.0 and ioethernetcontroller you're working with apple80211 i think you should commit your code to the svn trunk to a folder called "iwi3945-airport10.5 i think symuc as started ported from latest linux source (with apple80211) you should wait for him to commit is version of iwl3945 this will save you from having to convert all linux code again and will allow you to use the same linux source i like your version with ioethernetcontroller - do you plan do keep it or move to apple80211? at this time iwi3945 can scan for networks but the hard part will be to write code for the rx/tx handle. TNW, you can try to use the new mac80211 functions for rx/tx - this will be hard to do or you can try to use the ieee80211 rx/tx functions from iwi2200 - they're stable have you fixed the anoying iwl_send_cmd() bug? you need to remove if (rc==HOST_COMPLETE_TIMEOUT) priv->status &= ~STATUS_HCMD_ACTIVE;//hack otherwise the commands will always be send in iwl_rx_handle() you have reclaim=0; i think this can give a bug - remove it and check check iwl_rx_queue_alloc() - remove IOMallocContiguous() if you don't use IOMallocContiguous() remove all IOFreeContiguous() can you commit iwi2200.dmg to iwi2200-osx10.5 ? we need to have people testing the driver i think with some good logs you can make a few changes in the source code to make it work you can check if iwi2200 loads in your computer by adding your card id to info.plist - just remove it before committing to svn you should add in iwi3945-osx10.5 svn tree the property "svn:ignore build" this will prevent the build folders to be committed to the svn tree. i found strange files there - do you need stdio.h and _types.h? if you move nsgui from iwi2200 take a look at the run script in xcode. you also need to add new folders (iwi3945) to allow it to build iwi3945.dmg we need people with 2100 and 4965 cards to join iwidarwin i'd like to have all drivers working in mac os x 10.5 Ethan021, if you have xcode and like to help please do it we need more developers to make this work I have 2100 card. But I am not program developer. How can I help you? |
|
kecionur
InsanelyMac Protégé
|
![]() |
Nov 18 2008, 09:32 PM Post #3010
|
|
Hi to all who give priceless efforts for developing drivers.
i have a 3945abg card on my hp pavillion dv9000 laptop and i'm ready to try your codes everyday if you send them to me. and i'll send the results that you wanna know, back to you. maybe it's like catching the right ear with the left hand over your head but an operating system without internet !?%& you know what i mean. and also i'm willing to share my laptop with a remote connection over my working ethernet card while i'm at work between hours 9am-6pm gmt+2. anyone interested in my offer? or anyone has an offer? |
|
Beniboy
InsanelyMac Protégé
|
![]() |
Nov 19 2008, 03:16 AM Post #3011
|
![]()
|
Money speaks, pay up suckers!!!
|
|
joshawa
InsanelyMac Protégé
|
![]() |
Nov 20 2008, 07:22 AM Post #3012
|
|
The donations needed/collected line of the iwidarwin page is gone. Is that a good sign?
|
|
oldnapalm
InsanelyMac Geek
|
![]() |
Nov 20 2008, 05:49 PM Post #3013
|
![]() ![]() ![]()
|
CODE sh-3.2# kextload iwi3945.kext kextload: extension iwi3945.kext is already loaded sh-3.2# /Applications/networkSelector Could not get ID for kernel control. 2 sh-3.2# CODE iwi3945: Starting
Someone called createOutputQueue() settCurController [OK] IOPCCard info: iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.23d IOPCCard info: iwl3945: Copyright(c) 2003-2007 Intel Corporation ieee80211_alloc_hw @ /var/root/svn/trunk/iwi3945_new-osx10.5/compatibility.cpp:9331 sta_info_init @ /var/root/svn/trunk/iwi3945_new-osx10.5/compatibility.cpp:5831 ieee80211_if_sdata_init @ /var/root/svn/trunk/iwi3945_new-osx10.5/compatibility.cpp:2467 ieee80211_alloc_hw [OK] error iwl3945: Unable to initialize PCI module |
|
MACOX
InsanelyMac Protégé
|
![]() |
Nov 21 2008, 06:39 PM Post #3014
|
|
Guys why are you trying the driver that is confirmed not working? This is futile effort in trying to fix something none of us know how it works. Let the developer come out with a working release. There seem no point otherwise posting about the failure of something that is already flawed.
|
|
hypnotic
InsanelyMac Protégé
|
![]() |
Nov 22 2008, 01:34 PM Post #3015
|
|
|
|
bubuja
InsanelyMac Protégé
|
![]() |
Nov 23 2008, 04:51 PM Post #3016
|
|
same question? will we finaly get the driver
|
|
Philipp1
InsanelyMac Protégé
|
![]() |
Nov 23 2008, 05:21 PM Post #3017
|
|
And when should it be avaiable... is somebody already working on it??? Greez
|
|
Cris900
iDeneb Team Maker
|
![]() |
Nov 23 2008, 10:56 PM Post #3018
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
JALAVOUI?????? WHERE ARE YOU???? sometimes felt, tell us what's new ..... thanks
|
|
him7x
InsanelyMac Protégé
|
![]() |
Nov 24 2008, 08:19 PM Post #3019
|
|
When are out the drivers needs for a working 3945??
|
|
Cris900
iDeneb Team Maker
|
![]() |
Nov 24 2008, 08:27 PM Post #3020
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
|
![]() |
|
Lo-Fi Version | Time is now: 24th November 2009 - 09:01 PM |