Guest undefined Posted March 19, 2008 Share Posted March 19, 2008 it always starts with "just wanted to say hi!" and nobody notices that we end up with another "count to 31k" thread. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-673687 Share on other sites More sharing options...
zeclubbeur Posted March 19, 2008 Share Posted March 19, 2008 it always starts with "just wanted to say hi!" and nobody notices that we end up with another "count to 31k" thread. What's wrong with french people ? Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-673698 Share on other sites More sharing options...
MikeMax Posted March 19, 2008 Share Posted March 19, 2008 Ok, now downloading XCode 3.0 Ho ! a stupid question ... how to make a "#" (key combination) in osx86 ? xD Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-673738 Share on other sites More sharing options...
XL64 Posted March 19, 2008 Share Posted March 19, 2008 Activate the keyboard where you can clic (idon't know the name) in the language preference, it will show you I don't have my mac to see it at work :s edit : the "#" is under the esc on my french keyboard (with shift) Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-673776 Share on other sites More sharing options...
x4hu Posted March 20, 2008 Share Posted March 20, 2008 je pensais pas qu'il y avait autant de français ici! Ah... moi non plus ...BTW GL for your test TNW Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-675366 Share on other sites More sharing options...
XL64 Posted March 20, 2008 Share Posted March 20, 2008 Hello. I devellop the driver with Xcode . and I debug it with address given in the KP and IDA pro over crossover. For instance: KP on 0x21fa23de Driver load on 0x21f97000 To find the bad instruction open the binarie in the "Content" directory of the kext with IDA and jump to: 0x21fa23de - 0x21f97000 - 0x1000(size of the kernel) = 0xa3de Bye I just reboot one time and it took me several minutes (15-20) to get the kernel panic and remove the kext from the system... I have a problem wth my nvidia driver... Plus I have no camera so I have to copy the kernel panic... and I am not sure what part is important... And then I don't have IDA and crossover.... So I don't think I can help :s The part of the kp panic I copied if it can help : Cpu 1 caller 0x001A8BED Kernel Trap 0x535657e5 Backtrace Format - Frame 0x5b343d98 Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-675477 Share on other sites More sharing options...
SupraIS300 Posted March 21, 2008 Share Posted March 21, 2008 This part was key for me to get the card recognized ... thanks to this guy. Right now I am struggling with the nsGUI. In mode 1 (infrastructure mode), when I key in the WEP key, it just turns off the card. In Mode 2 (Ad Hoc mode) It says it is trying to aquire an IP address but just hangs there. In Mode 3 (can't remember what it is defined as), it doesn't work at all for me. I think I read some where in this thread that there is a format for the WEP. I am using 128 bit WEP. Should I key in XX:XX:XX format? Thanks to the developer. Be sure that you will receive some donation from me as soon as I get this one figured out. EDIT: After rebooting, I get Kernel panics everytime I try to turn it on. I will try to provide logs. I just wanted to say that I have gotten IWI2200 working on Kalyway 10.5.1. Steps: Install using installer from Google code site Reboot. If you get an error when you reboot saying "iwi2200.kext was improperly installed and could not be loaded" or something like that, it might be a permissions problem;Go the terminal and enter the following commands: cd /System/Library/Extensions sudo chown -R root:wheel iwi2200.kext This should allow the module to be loaded. You can test it by entering sudo kextload /System/Library/Extensions/iwi2200.kext If it doesn't load, look at the output, and figure it out I guess. Start nsGUI and go to the icon right near the clock (little blue wavy things) and click Set Power On from the menu. Wait a couple of seconds, and then go to the nsGUI menu and select your network from the list. Try to visit a web page! For me, I had go into System Preferences>Network and create an Ethernet adapter and set it to DHCP before it started working. That's the basic idea. If you can't figure it out, try applying more brainpower to the problem. If you still can't figure it out, you can PM or something I guess. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-675725 Share on other sites More sharing options...
equiox Posted March 21, 2008 Share Posted March 21, 2008 Hi.. JUst wanna know is that any news for iwi3945ABG driver working on a 10.5.1 OSX?? Many thanks. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-675954 Share on other sites More sharing options...
spole Posted March 21, 2008 Share Posted March 21, 2008 Is there a version of iwi2200 where you are able to connect to wep and wpa secured networks? Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-675980 Share on other sites More sharing options...
voltbrendan Posted March 21, 2008 Share Posted March 21, 2008 Yeah. I can't wait for the iwi3945ABG driver is working.. Without wireless is pretty terrible. I'm trying to find a USB wireless dongle to use but I can't find anywhere where anyone says there's one that works with 10.5.2.. If anyone here knows of one I can use for now until this driver is done being developed, let me know! Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-676017 Share on other sites More sharing options...
SupraIS300 Posted March 21, 2008 Share Posted March 21, 2008 Hi I am not sure if these log files are of any help, but I followed the instructions on how to get the logs. First time I installed everything seemed fine. Now I get consistent kernel panics whenever I try to use nsGUI to turn on the wireless. I have a bg2200 and used the latest version for Leopard. I am running 10.5.1 version. The error log.rar file has the dmesg.txt, ioreg.txt and system.txt. Thanks! errorlog.rar Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-676082 Share on other sites More sharing options...
ptrubert Posted March 21, 2008 Share Posted March 21, 2008 Yeah. I can't wait for the iwi3945ABG driver is working.. Without wireless is pretty terrible. I'm trying to find a USB wireless dongle to use but I can't find anywhere where anyone says there's one that works with 10.5.2.. If anyone here knows of one I can use for now until this driver is done being developed, let me know! Linksys WUSB54GC http://forum.insanelymac.com/index.php?showtopic=33913 Airis n1212 = Uniwill x20II - 12.1" - Intel core 2 duo T7200 2Ghz - 2Go ram ALC861 - iMic (temporarily I hope) - Marvell Yukon 88E8053 - Intel 3945 a/b/g - Linksys WUSB54GC (temporarily I hope) JaS 10.4.8 / JaS 10.4.9 combo update / Netkas 10.4.10 update / custom 10.4.11 update (8.10.1 kernel) / pc_efi_v8 / stock MacOSXUpdCombo10.4.11Intel including 8.11.1 kernel Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-676183 Share on other sites More sharing options...
MikeMax Posted March 21, 2008 Share Posted March 21, 2008 Yeah. I can't wait for the iwi3945ABG driver is working.. Without wireless is pretty terrible. I'm trying to find a USB wireless dongle to use but I can't find anywhere where anyone says there's one that works with 10.5.2.. If anyone here knows of one I can use for now until this driver is done being developed, let me know! I have bought a DLINK DWL-G122 (bundled with the MacOS X Driver for 10.4) .. I have installed it on a iATKos 10.5.1 and it works perfectly.It would work with 10.5.2 . Now i will be able to work correctly on the 3945 driver Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-676314 Share on other sites More sharing options...
Guest undefined Posted March 21, 2008 Share Posted March 21, 2008 well, i don't know if any of you driver creators will find it interesting, but when i installed 4965 driver for my 3945 in xp, it worked with full performance recognized as 4965. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-676400 Share on other sites More sharing options...
Copycat Posted March 21, 2008 Share Posted March 21, 2008 well, i don't know if any of you driver creators will find it interesting, but when i installed 4965 driver for my 3945 in xp, it worked with full performance recognized as 4965. I'm pretty sure they know, because they say that when they develop a working 3945, modifying it to work with the 4965 should be a piece of cake. Here's another post to thank you all for your efforts! Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-676624 Share on other sites More sharing options...
Guest undefined Posted March 21, 2008 Share Posted March 21, 2008 I'm pretty sure they know, because they say that when they develop a working 3945, modifying it to work with the 3965 should be a piece of cake. Here's another post to thank you all for your efforts! i bet you meant 4965 but thanks for notifying me anyway, i just wanted to help. ='( Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-676713 Share on other sites More sharing options...
SupraIS300 Posted March 23, 2008 Share Posted March 23, 2008 Yay!!!! I managed to get it to work. I completely uninstalled and reinstalled the driver. One issue I had even when I got nsGUI to run was that it would not connect to my wireless router. It kept saying trying to get IP address. The trick there was stated earlier in that you need to add an ethernet adapter. I ignored this at first since I have an adapter already but you need to add another one. I don't see any difference between this second adapter and the first really but it worked! The only issue I have now is getting the settings to stick. I always have to run nsGUI from the applications menu and manually switch on the card and connect and add the WEP key everytime. Does any one know of how to get the settings to be saved? I am writing this with the wireless stuff all working woohoo!! Thanks! Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-678559 Share on other sites More sharing options...
oun Posted March 23, 2008 Share Posted March 23, 2008 Hey, (supral) Are you talking about the 3945 abg card? if right how did you make it working? Otherwise, do you know if the driver's development is over? because on the iwi google website there are no news about it... I also have a nvidia 7400 go... I still don't have a working driver? Can you help me?? Because i cannot use osx without a graphic car and wifi... My laptop is vaio vgn c2z / b thx ! Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-678758 Share on other sites More sharing options...
hypnotic Posted March 23, 2008 Share Posted March 23, 2008 if you take a look just a few previous messages up, you'll see he is talking about 2200 , not 3945. and if you search in the form you can easily find where graphics/display card drivers for nvidia are talking. sorry but this is thread for as you see : "Intel Wireless driver, Intel PRO/Wireless 2100/2915/2200/3945/4965 Driver for Mac OS X86" don't be lazy!! Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-678832 Share on other sites More sharing options...
Tony Kew Posted March 23, 2008 Share Posted March 23, 2008 how can I use WEP for iwi2200? it gives me a BUS error.. For me, at least, I get the BUS error with the command line tool /Applications/networkSelector but the GUI app /Applications/nsGUI.app/Contents/MacOS/nsGUI works. When you start the GUI app it appears to do nothing, but you will get a new wireless icon on the top menu bar on the right hand side. Click on it, open main window & set power on. Select your network & enter your WEP key in the format xx:xx:xx:xx:xx e.g. for WEP key 1a2b3c4d5f enter: 1a:2b:3c:4e:5f Hope that helps, Tony Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-679293 Share on other sites More sharing options...
spole Posted March 23, 2008 Share Posted March 23, 2008 Any chance that the ability to connect to a WPA secured network will be integrated into the next update for the 2200bg? Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-679741 Share on other sites More sharing options...
xeongx Posted March 24, 2008 Share Posted March 24, 2008 Hello, I would like to thank the person who made this driver for Mac OSX. My Intel 2200BG works perfectly . But there is one thing thats been bothering me. Is there a way to have a network to connect automaticly, because it's kind of hard to enter my WEP password everytime to connect. Thanks Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-680879 Share on other sites More sharing options...
bmonkey Posted March 25, 2008 Share Posted March 25, 2008 is there any way to build the 4965 driver and testing it? can i take the iwidarwin sourcecode and combine it with the iwlwifi-4965 linux source? i have the hardwarde for testing. the problem is, that no one of the iwidarwin devs has the posibility to test it, but you know how to build it. can you do a quick tutorial, or give some directions? or is it a lot of work or a lot of knowlegde required for combining iwidarwin with iwlwifi-4965? i would like to help Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-682214 Share on other sites More sharing options...
jalavoui Posted March 26, 2008 Author Share Posted March 26, 2008 iwi2200 osx 10.4/10.5 iwi3945 osx 10.5 get teh svn code from http://code.google.com/p/iwidarwin/ need someone to build from svn and post the .dmg for testing the script for iwi3945 need to be changed to allow building iwi3945.dmg please post logs using the getlogs.command Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-682887 Share on other sites More sharing options...
spanakorizo Posted March 26, 2008 Share Posted March 26, 2008 i'll w8 for a .dmg file and i'll test cause i installed 10.5.2 again ,today in my laptop (3945ABG) keep up the good work Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/19/#findComment-682902 Share on other sites More sharing options...
Recommended Posts