Doctadre Posted April 19, 2008 Share Posted April 19, 2008 I tried out your kext mlazy with the same error: kextload: extension iwi3945.kext appears to be loadable kld(): Undefined symbols: _IOPCCardAddTimer _IOPCCardDeleteTimer kextload: kld_load_from_memory() failed for module /Users/drandre/Desktop/iwi3945.kext/Contents/MacOS/iwi3945 kextload: a link/load error occured for kernel extension iwi3945.kext link/load failed for extension iwi3945.kext (run kextload with -t for diagnostic output) Im going to run the diagnostic now bbsoon EDIT: diagnostic shows nothing Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-715757 Share on other sites More sharing options...
mlazy Posted April 19, 2008 Share Posted April 19, 2008 Jalavoui, I booted from my Ubuntu live cd and grabbed the whole syslog. the only entries for my card were: Apr 19 20:45:50 ubuntu kernel: [17179655.700000] ipw3945: Intel® PRO/Wireless 3945 Network Connection driver for Linux, 1.1.0mp Apr 19 20:45:50 ubuntu kernel: [17179655.700000] ipw3945: Intel® PRO/Wireless 3945 Network Connection driver for Linux, 1.1.0mp Apr 19 20:45:50 ubuntu kernel: [17179655.700000] ipw3945: Copyright© 2003-2006 Intel Corporation Apr 19 20:45:50 ubuntu kernel: [17179655.772000] ipw3945: Detected Intel PRO/Wireless 3945ABG Network Connection Apr 19 20:45:50 ubuntu kernel: [17179655.772000] ipw3945: Detected Intel PRO/Wireless 3945ABG Network Connection Apr 19 20:45:50 ubuntu kernel: [17179657.996000] ipw3945: Detected geography ABG (11 802.11bg channels, 13 802.11a channels) Should I do something in Ubuntu to make the driver load more/differently? syslog.zip Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-715810 Share on other sites More sharing options...
jalavoui Posted April 19, 2008 Author Share Posted April 19, 2008 Apr 19 20:45:50 ubuntu kernel: [17179657.996000] ipw3945 this is a very old driver - try iwl3945 1.2.23 wich is the same as the version we're working. if you take a look to the linux log i post you'll understand what iwi3945.kext is expected to do iwi3945 rel 769 i'm trying to make timers work i need someone to look at this code, run a few tests and change it to make it work the driver will not work without this look at: setup_timer(&ifsta->timer, ieee80211_sta_timer,(unsigned long) sdata); i think this is were all the driver magic happens the problem: all xxx_timer functions aren't tested and need to be fixed there are several ways to write these code - hope someone can help Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-715866 Share on other sites More sharing options...
Tin_man_0 Posted April 20, 2008 Share Posted April 20, 2008 wow... all of a suddent the board stopped moving... is it down or somethin' ? Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716171 Share on other sites More sharing options...
righteye Posted April 20, 2008 Share Posted April 20, 2008 Revision 769 iwi3945: Version: 1.0.0d1 Last Modified: 4/20/08 9:57 AM Get Info String: Copyright Joel Thomas 2005 Location: /System/Library/Extensions/iwi3945.kext kext Version: 1.0.0d1 Load Address: 0x354cd000 Valid: Yes Authentic: Yes Dependencies: Satisfied Integrity: Unknown And some logs in different stages of boot and networkSelector used: By the way ... no more system freezes, no more kernel panic Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716246 Share on other sites More sharing options...
rubinho93 Posted April 20, 2008 Share Posted April 20, 2008 No more KP's or freezes, it just scans... (No KP on boot, manual kextload etc.). In system.log it's just scanning. Nothing else. I'll post my system.log now. Nicely done! EDIT: It's scanning for almost 1 hour... So I think it works now!!! The next step: select a network My on/off switch also works.When I switch it of, it stops scanning, when I switch it back on, It starts scanning again! (only the light doesn't work, but that was a common problem with most of the cards I ment.) systemlogrev769.txt Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716312 Share on other sites More sharing options...
Megnus Posted April 20, 2008 Share Posted April 20, 2008 I'm sooo exited ! Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716316 Share on other sites More sharing options...
jalavoui Posted April 20, 2008 Author Share Posted April 20, 2008 In system.log it's just scanning. Nothing else. I'll post my system.log now. goto console and use reload to get log lines from driver first load stage - this logs don't help iwi3945 rel 770 the timers aren't working - this is no easy code to see if the driver scan see the linux log i've posted - no false alarms please i'm expecting kp Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716383 Share on other sites More sharing options...
rubinho93 Posted April 20, 2008 Share Posted April 20, 2008 goto console and use reload to get log lines from driver first load stage - this logs don't help Ok, I'll try that. (my system is just crashed, it automaticly installed the graphics update for some reason. I'm restoring my laptop from a time machine backup now.) BTW, I mentioned, when I shut down my computer it continues scanning for 2 minutes or so. After it did that, it shuts down. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716387 Share on other sites More sharing options...
righteye Posted April 20, 2008 Share Posted April 20, 2008 Logs 770 jalavoui at first load ... kp after 10 minutes second boot with -s check_firstup connect request scan - diabled! check_firstup check_firstup disconnect Now i am after a normal boot ... no KP ... see the logs and tell me if are useful Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716419 Share on other sites More sharing options...
jalavoui Posted April 20, 2008 Author Share Posted April 20, 2008 iwi3945 rel 771 this version as less debug output test with -x if get a KP networkselector is disabled if you get errors in system.log try a few reboots Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716535 Share on other sites More sharing options...
BoboBear Posted April 20, 2008 Share Posted April 20, 2008 Testing 771 KP with normal boot Boot -x then kextload, logs attached. system.txtioreg.txtdmesg.txt Let me know if you want a screenshot of the kp or if you need different logs. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716584 Share on other sites More sharing options...
jalavoui Posted April 20, 2008 Author Share Posted April 20, 2008 this code is so wrong... i'll try to fix it Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716609 Share on other sites More sharing options...
Horni Posted April 20, 2008 Share Posted April 20, 2008 Sorry, but how can I get the latest rev of iwi3945.kext and what are the steps to install them? Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716613 Share on other sites More sharing options...
iceman24 Posted April 20, 2008 Share Posted April 20, 2008 http://forum.insanelymac.com/index.php?showtopic=71779 Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716667 Share on other sites More sharing options...
Horni Posted April 20, 2008 Share Posted April 20, 2008 Thanks for this link, but the links on this page doesn't function. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716707 Share on other sites More sharing options...
agzela Posted April 20, 2008 Share Posted April 20, 2008 Thanks to all who have dedicated their time to this project its much appreciated Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716719 Share on other sites More sharing options...
jalavoui Posted April 20, 2008 Author Share Posted April 20, 2008 iwi3945 rel 772 timers are working! the system.log can be very large -> make shore you get inital log lines Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716806 Share on other sites More sharing options...
agzela Posted April 20, 2008 Share Posted April 20, 2008 I would like to test rel772 pls? Unfortunately this link is broken http://forum.insanelymac.com/index.php?sho...iew=getlastpost Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716833 Share on other sites More sharing options...
odavilar Posted April 20, 2008 Share Posted April 20, 2008 You can download it here: http://iwidarwin.googlecode.com/svn/trunk/...45_new-osx10.5/ Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716845 Share on other sites More sharing options...
djabdel88 Posted April 20, 2008 Share Posted April 20, 2008 Thank you for your work guys !!! I hope that we will haveintel3945's driver that it will be functionnal !! Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716864 Share on other sites More sharing options...
BoboBear Posted April 20, 2008 Share Posted April 20, 2008 Testing 772 Normal boot, installed kext. Appears to be scanning. No kp after a few mins so tried reboot. Shutdown takes a long time, looks like the card keeps scanning quite a while. Normal reboot successful (no kp!), doesn't look like the card is scanning though? Logs attached. system.txtdmesg.txt Hope I captured everything you need, let me know if you need it tested in some other way. ioreg.txt Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716882 Share on other sites More sharing options...
Doctadre Posted April 20, 2008 Share Posted April 20, 2008 I wasnt as lucky as Bobo, after normal boot installation, got immediate freeze. Booted into -x and got this log, damn it didnt save brb, booting back into leopard systemlog772.txt Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716928 Share on other sites More sharing options...
righteye Posted April 20, 2008 Share Posted April 20, 2008 Logs No KP ... the logs are very different than from the others releases Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716947 Share on other sites More sharing options...
Doctadre Posted April 20, 2008 Share Posted April 20, 2008 hmmm maybe i messed up, gonna try again Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/46/#findComment-716960 Share on other sites More sharing options...
Recommended Posts