zacwhite15 Posted April 8, 2008 Share Posted April 8, 2008 ok quick question. is there anyway i can download the trunk as a whole? cause its kind of a pain to download each file seperatly.... Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-701566 Share on other sites More sharing options...
Chris_H Posted April 8, 2008 Share Posted April 8, 2008 ok quick question. is there anyway i can download the trunk as a whole? cause its kind of a pain to download each file seperatly.... Yes. Open a terminal (shell) and run: svn checkout http://iwidarwin.googlecode.com/svn/trunk/iwi3945_new-osx10.5 iwi3945 (will create an iwi3945 directory under current directory) Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-701584 Share on other sites More sharing options...
zacwhite15 Posted April 8, 2008 Share Posted April 8, 2008 thanks man ill do that soon as i log into osx Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-701618 Share on other sites More sharing options...
zacwhite15 Posted April 8, 2008 Share Posted April 8, 2008 ok guys im really confused. i have downloaded the svn and all, installed xcode. installed the dmg... but i still keep getting a kext load error with the kext. what am i doing wrong? can anyone tell me?? if someone can help me my msn messenger is zacwhite15@msn.com. it would be greatly apreciated..... Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-701703 Share on other sites More sharing options...
jalavoui Posted April 8, 2008 Author Share Posted April 8, 2008 iwi3945 rel 674 i've managed to change the code to build and test in my os version (10.4) several bugs where fixed let me know if you get bugs compiling in 10.5 if anyone likes to test in 10.4 just replace the info.plist with the definitions that exists in compatibility.cpp Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-701759 Share on other sites More sharing options...
LordNite Posted April 8, 2008 Share Posted April 8, 2008 I would like test iwi3945 rel 674 in my laptop.. where i can download it ? download r unavailable at http://code.google.com/p/iwidarwin/ Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-701786 Share on other sites More sharing options...
imwithalwood Posted April 9, 2008 Share Posted April 9, 2008 I'm able to install the kext but net selector does not work. It has also screwed up my ethernet (the only internet connection that was workign) so that now itonly works every other web page i click. For instance I have to press Submit reply twice to send this.Oh by the way I'm using 10.5.2 Kalyway Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-701994 Share on other sites More sharing options...
steelhead Posted April 9, 2008 Share Posted April 9, 2008 i was able to install the iwi but the network selector does not work it. when i try to run the networkSelector i get: Last login: Tue Apr 8 13:34:07 on ttys000 /Applications/networkSelector ; exit; *****-macintosh:~ *********$ /Applications/networkSelector ; exit; Unhandled transform (1) for ioctl group = 78 (N), number = 3, length = 100 Illegal instruction logout [Process completed] Can anyone tell me what to do? Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702012 Share on other sites More sharing options...
zacwhite15 Posted April 9, 2008 Share Posted April 9, 2008 i was able to install the iwi but the network selector does not work it. when i try to run the networkSelector i get:Last login: Tue Apr 8 13:34:07 on ttys000 /Applications/networkSelector ; exit; *****-macintosh:~ *********$ /Applications/networkSelector ; exit; Unhandled transform (1) for ioctl group = 78 (N), number = 3, length = 100 Illegal instruction logout [Process completed] Can anyone tell me what to do? dude i know wat you mean... i keep getting the same thing myself. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702108 Share on other sites More sharing options...
glorybox Posted April 9, 2008 Share Posted April 9, 2008 dude i know wat you mean... i keep getting the same thing myself. Guys, all of you, that get ioctl() from networkSelector and unresolved symbols while kextload'ing driwer used PowerBook (or what?) .dmg. It's now suitable for PC's. Please use, SVN and xcodebuild kext by yourself, or use one in the .zip archives that's attached, but think that's not neccesary, since by that moment all KPs are logged and screenshotted Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702160 Share on other sites More sharing options...
Chris_H Posted April 9, 2008 Share Posted April 9, 2008 iwi3945 rel 674 i've managed to change the code to build and test in my os version (10.4) several bugs where fixed let me know if you get bugs compiling in 10.5 if anyone likes to test in 10.4 just replace the info.plist with the definitions that exists in compatibility.cpp The previous iwi3945 releases have built with XCode 3.0 and generated kext that loaded ok for me in 10.5 (then KP as expected). But this new one (rel 674) reports the build is successful in XCode but the kext fails to load: chriss-mac-pro:~ chris$ sudo kextload -t /System/Library/Extensions/iwi3945.kext kextload: extension /System/Library/Extensions/iwi3945.kext appears to be loadable kld(): Undefined symbols: _mutex_init _mutex_lock _mutex_unlock kextload: kld_load_from_memory() failed for module /System/Library/Extensions/iwi3945.kext/Contents/MacOS/iwi3945 kextload: a link/load error occured for kernel extension /System/Library/Extensions/iwi3945.kext link/load failed for extension /System/Library/Extensions/iwi3945.kext (run kextload with -t for diagnostic output) chriss-mac-pro:~ chris$ Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702223 Share on other sites More sharing options...
jalavoui Posted April 9, 2008 Author Share Posted April 9, 2008 iwi3945 rel 675 revert the mutex declaration Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702266 Share on other sites More sharing options...
glorybox Posted April 9, 2008 Share Posted April 9, 2008 iwi3945 rel 675revert the mutex declaration it loads! maybe we can continue more online in irc? Somehow I did get two different loads, one leads to KP over some time and another loads successfully and stays quite. networkSelector is still unusable, and did get a KP on kextunload Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702285 Share on other sites More sharing options...
Chris_H Posted April 9, 2008 Share Posted April 9, 2008 iwi3945 rel 675 builds and loads ok for me too. It added a new network connection in preferences but after each boot and login to the desktop it either gives me the grey screen of death or locks the desktop both occurring 20-40 seconds after logging in to desktop. Attached are the logs I managed to collect before one of the crashes occurred. dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702340 Share on other sites More sharing options...
jalavoui Posted April 9, 2008 Author Share Posted April 9, 2008 iwi3945 rel 677 scan fixes the driver seems to have qeue_xx bugs don't autoload the driver use kextload - i need to see all log lines to understand it better test with boot -s and post the kp picture i do know sometimes the driver is stable - it's up to you to test and check the logs i think i find the bug for the unstable load - i'll put the code in svn wait... ok done iwi3945 rel 678 ready for testing TNW, can you help testing/writting code? Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702366 Share on other sites More sharing options...
glorybox Posted April 9, 2008 Share Posted April 9, 2008 iwi3945 rel 677scan fixes the driver seems to have qeue_xx bugs don't autoload the driver use kextload - i need to see all log lines to understand it better test with boot -s and post the kp picture i do know sometimes the driver is stable - it's up to you to test and check the logs i think i find the bug for the unstable load - i'll put the code in svn wait... ok done iwi3945 rel 678 ready for testing TNW, can you help testing/writting code? Who is TNW? 678 loads, KP over time Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702456 Share on other sites More sharing options...
Chris_H Posted April 9, 2008 Share Posted April 9, 2008 Attached is the KP from 677 (i will now try 678 and report back soon) Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702463 Share on other sites More sharing options...
Sousuke Posted April 9, 2008 Share Posted April 9, 2008 Wow I was too busy the past few days, and now we've got an relatively stable kext. 10 minutes passed by before the KP happened. Keep up the good work, jalavoui! iwi3945, r678: Ok now here are my logs, and one screenshot of an kp. dmesg.txt ioreg.txt system.txt.zip iwi3945_r678.zip Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702473 Share on other sites More sharing options...
Chris_H Posted April 9, 2008 Share Posted April 9, 2008 KP from r678 Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702486 Share on other sites More sharing options...
Uoc Nguyen Posted April 9, 2008 Share Posted April 9, 2008 I was test rev 678 in normal mode using kextload command. It look like get working but i have not wireless hotspot nearly. After about 10 or 15 minutes kp occured. Below is my system.log file. system.log.txt Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702496 Share on other sites More sharing options...
Vi0 Posted April 9, 2008 Share Posted April 9, 2008 After the latest major steps forward into creating decent drivers for the much wanted intel wifi adapters we got built in, bought and otherwise own. There has been made a dedicated irc channel to speed things up, get better feeback and overall control over this magnificent progress I figured it would be a better chance to get the logs, Kp-screenshots and improve communication between the creators and supporters. The irc channel is called #intelwifi and is found inside: irc.moofspeak.net if you need a mIRC client get it here: Colloquy for Mac or mIRC for Windows Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702537 Share on other sites More sharing options...
iceman24 Posted April 9, 2008 Share Posted April 9, 2008 great work everyone! you can also use the a java IRC here: http://www.jwirc.com/chat.html Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702586 Share on other sites More sharing options...
jalavoui Posted April 9, 2008 Author Share Posted April 9, 2008 iwl3945 rel 679 looks like the driver is scanning to see what's wrong i've enabled full debug output by some reason i can't see in logs the driver is restarting and causing a kp please use kextload to test this (after boot mac os x) them goto console and use reload to get ALL system.log lines from driver start copy and past to a text file zip it and upload here otherwise i don't understand what the driver is doing check Sousuke last log if you don't get similiar log reboot, use kextload and try again Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702677 Share on other sites More sharing options...
yeye Posted April 9, 2008 Share Posted April 9, 2008 hello, I can't test since I have a 4965agn but i would like to say one thing: THANKS FOR ALL JALAVOUI Thanks to the tester too! I hope to see the driver working in a few days! Eric Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702724 Share on other sites More sharing options...
glorybox Posted April 9, 2008 Share Posted April 9, 2008 iwl3945 rel 679looks like the driver is scanning to see what's wrong i've enabled full debug output by some reason i can't see in logs the driver is restarting and causing a kp please use kextload to test this (after boot mac os x) them goto console and use reload to get ALL system.log lines from driver start copy and past to a text file zip it and upload here otherwise i don't understand what the driver is doing check Sousuke last log if you don't get similiar log reboot, use kextload and try again I'll reboot and test. Please wait for the results Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/26/#findComment-702727 Share on other sites More sharing options...
Recommended Posts