booger_sniffer5000 Posted November 2, 2008 Share Posted November 2, 2008 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. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-952077 Share on other sites More sharing options...
buk Posted November 4, 2008 Share Posted November 4, 2008 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). Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-954899 Share on other sites More sharing options...
pere Posted November 5, 2008 Share Posted November 5, 2008 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 Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-955766 Share on other sites More sharing options...
waqas asif Posted November 5, 2008 Share Posted November 5, 2008 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 Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-955969 Share on other sites More sharing options...
Gundam Posted November 6, 2008 Share Posted November 6, 2008 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) Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-957525 Share on other sites More sharing options...
franciz Posted November 8, 2008 Share Posted November 8, 2008 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!!! Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-959183 Share on other sites More sharing options...
Kramark Posted November 12, 2008 Share Posted November 12, 2008 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. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-963041 Share on other sites More sharing options...
xplay Posted November 15, 2008 Share Posted November 15, 2008 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 Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-966334 Share on other sites More sharing options...
kwauhk Posted November 18, 2008 Share Posted November 18, 2008 the IOFreeContiguous() gives me firmware errors in iwi2200 replace it from my last postyou 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? Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-969668 Share on other sites More sharing options...
kecionur Posted November 18, 2008 Share Posted November 18, 2008 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? Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-970483 Share on other sites More sharing options...
Beniboy Posted November 19, 2008 Share Posted November 19, 2008 Money speaks, pay up suckers!!! This guy does not care for your remote desktop..He needs cold hard cash!! Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-970785 Share on other sites More sharing options...
joshawa Posted November 20, 2008 Share Posted November 20, 2008 The donations needed/collected line of the iwidarwin page is gone. Is that a good sign? Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-972003 Share on other sites More sharing options...
oldnapalm Posted November 20, 2008 Share Posted November 20, 2008 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# 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 Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-972520 Share on other sites More sharing options...
MACOX Posted November 21, 2008 Share Posted November 21, 2008 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. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-973654 Share on other sites More sharing options...
hypnotic Posted November 22, 2008 Share Posted November 22, 2008 The donations needed/collected line of the iwidarwin page is gone. Is that a good sign? same question here. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-974325 Share on other sites More sharing options...
bubuja Posted November 23, 2008 Share Posted November 23, 2008 same question? will we finaly get the driver Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-975288 Share on other sites More sharing options...
Philipp1 Posted November 23, 2008 Share Posted November 23, 2008 And when should it be avaiable... is somebody already working on it??? Greez Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-975312 Share on other sites More sharing options...
Cris900 Posted November 23, 2008 Share Posted November 23, 2008 JALAVOUI?????? WHERE ARE YOU???? sometimes felt, tell us what's new ..... thanks Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-975634 Share on other sites More sharing options...
him7x Posted November 24, 2008 Share Posted November 24, 2008 When are out the drivers needs for a working 3945?? Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-976568 Share on other sites More sharing options...
Cris900 Posted November 24, 2008 Share Posted November 24, 2008 When are out the drivers needs for a working 3945?? Oh my GOD!!!! Read topic please!!!!!!!!!! Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-976574 Share on other sites More sharing options...
breakingtherules Posted November 25, 2008 Share Posted November 25, 2008 Please, respect Javalui thread and work and erase all your offtopic posts from the thread before a mod come here and ban you Wow man. Way to show your backbone there. Not a mod! What would happen if this pointless account was ripped from your little clammy grip. The whole 3945abg whine pisses me off. I went out and USBed it. Officially over. I still have one so I check. However I also check the weather on the dashboard occasionally. Not because I care, just because it's there. Cards are like $30. Soak it up. Mods, feel free to ban me. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-977035 Share on other sites More sharing options...
brzdidi Posted November 25, 2008 Share Posted November 25, 2008 I said since this post started that nobody will be able to make this 3945abg working. That's why i got as soon as possible a netgear usb wifi that has been working awesome (WEP and WPA). Good luck those that are still trying... Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-977105 Share on other sites More sharing options...
mweber88 Posted November 25, 2008 Share Posted November 25, 2008 Well, my whole thing is that time is money, and the < $50 that I spent on a Hawking Tech USB wireless device was money well-spent and time well-spent. I don't have time to develop a driver, and obviously, Jalavoui doesn't, either. His last post was 10/24, before that was September. He has a computer, but obviously has very little time. Either that, or he truly is not interested in the whole thing. Those are the only two possibilities here, boys and girls! I hate to be a downer, as I was initially hopeful and sent money off to someone for this. But, no dice. I am quite convinced that someone ran off with my loot (and probably a lot of others' money as well) and said hasta la vista. Wait as you wish; it's been well over a year and still no driver or sign of one working soon. But, if you want wireless, I highly recommend going out and spending a few dollars for a USB wireless device that is smaller than a BIC lighter and can probably be had for about $30 and enjoy your Hackintosh. If you spent so much cash for a computer to begin with, you definitely have a spare $30 around for a piece of hardware. Good luck. Mike Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-977224 Share on other sites More sharing options...
him7x Posted November 25, 2008 Share Posted November 25, 2008 Oh my GOD!!!!Read topic please!!!!!!!!!! OH YOUR GOD!!!! man I wanna know if you know or not...if you know it why you don't have to tell me?? I READ THE TOPIC..but I have not understand very much!! Look that: http://code.google.com/p/iwidarwin/ ...there isn't the Donate Panel!!so soon we have the new drivers?? or iwi want only pick up the money for a (gold) coffie? (300$) Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-977231 Share on other sites More sharing options...
the light guy Posted November 26, 2008 Share Posted November 26, 2008 So since this isn't likely to be finished anytime soon, does anyone else think it might be worth porting the WORKING FreeBSD iwi driver over to OSX? Since apparently porting the WORKING linux driver doesn't seem to be happening. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/121/#findComment-977998 Share on other sites More sharing options...
Recommended Posts