glorybox Posted April 9, 2008 Share Posted April 9, 2008 I'll reboot and test. Please wait for the results679 KP screenshot. I hadn't managed to get dmesg messages.One time I had something like Sousuke had in his dmesg, but that process didn't stopped, and I tried to kextunload it :)Another one didn't included dumps, but lots of strings "nic held" or smth like that.Here is the screenshot of its endI've discovered one more interesting thing. Seems like of card was enabled from somewhere else it begins scan and KPs over some time.If it's disabled, it gives the result as in my previous screens. So I think KP isn't in scan procedure Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-702790 Share on other sites More sharing options...
jalavoui Posted April 9, 2008 Author Share Posted April 9, 2008 iwi3945 rel 680 the driver as no rate routines!! it will never work without this i've add new file to the project to fix it i don't know if you'll get symbols errors Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-702815 Share on other sites More sharing options...
glorybox Posted April 9, 2008 Share Posted April 9, 2008 Compiling... Undefined symbol:_rate_control_simple_init Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-702835 Share on other sites More sharing options...
Booshi Posted April 9, 2008 Share Posted April 9, 2008 Who is TNW? 678 loads, KP over time I think we could have done without the glare :/ But whatever Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-702845 Share on other sites More sharing options...
jalavoui Posted April 9, 2008 Author Share Posted April 9, 2008 Compiling... Undefined symbol:_rate_control_simple_init try to add rc80211_simple.c to the project: - right click on "added code" ->Add -> Existing file it's in main iwi3945 folder anyone can build ? ok... iwi3945 rel 681 canged xcode proj Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-702859 Share on other sites More sharing options...
glorybox Posted April 9, 2008 Share Posted April 9, 2008 Added file, new error: _IEEE80211_DEV_TO_SUB_IF undefined symbol Fixed that in working copy. added #define IEEE80211_DEV_TO_SUB_IF(dev) netdev_priv(dev) to defines.h If you add me to project, I can commit. UPDATE: about 15 mins of loaded kext, no KP Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-703007 Share on other sites More sharing options...
jalavoui Posted April 9, 2008 Author Share Posted April 9, 2008 added #define IEEE80211_DEV_TO_SUB_IF(dev) netdev_priv(dev)to defines.h pm with your gmail account so i can add you to the iwidarwin project iwi3945 rel 682 looks like the rate new file isn't call after all... - i'll leave it for now changed debug level to check kp. it nows show all lines after using kextload ieeeopen is causing the kp - need to check all calls inside this. this can't be hacked the driver works based on this code. can you try to fix this? Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-703083 Share on other sites More sharing options...
glorybox Posted April 9, 2008 Share Posted April 9, 2008 pm with your gmail account so i can add you to the iwidarwin project iwi3945 rel 682 looks like the rate new file isn't call after all... - i'll leave it for now changed debug level to check kp. it nows show all lines after using kextload ieeeopen is causing the kp - need to check all calls inside this. this can't be hacked the driver works based on this code. can you try to fix this? I'll try. I'm not sure I understand all calls structure though. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-703101 Share on other sites More sharing options...
imwithalwood Posted April 10, 2008 Share Posted April 10, 2008 682 installs perfectly but in network selector i get Unhandled transform (1) for ioctl group = 78 (N), number = 3, length = 100Illegal instructionlogout[Process completed]hope it helpsBTW: It did not show anything new in the network preferences as well Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-703393 Share on other sites More sharing options...
righteye Posted April 10, 2008 Share Posted April 10, 2008 Logs for iwi3945 revision 682 The compile works, the install works the kext loads ok ... no kp ... After first boot end up in kp after around 10 seconds Here are my logs Cheers Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-703433 Share on other sites More sharing options...
jalavoui Posted April 10, 2008 Author Share Posted April 10, 2008 iwi3945 rel 683 less debug msg will help catch the ieeopen bug use kextload to load the driver and get log lines Developing if you like to help developing grab the svn code and try to fix it post result here Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-703893 Share on other sites More sharing options...
lastsoft Posted April 10, 2008 Share Posted April 10, 2008 LOGS AND NETWORK IMAGE. NET.tiff NETSEL.tiff dmesg.txt ioreg.txt system.txt kext worked in terminal while osx was running. after installing the kext and rebooting. osx got kp. second boot work for about 6-7 min and got hang. boot with -x. got kp after few min. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-704076 Share on other sites More sharing options...
jalavoui Posted April 10, 2008 Author Share Posted April 10, 2008 iwi3945 rel 684 the debug msg are wrong i've commited the change to svn - again i need to see first debug msg of system.txt leave dhcp in sys prefs alone the driver only needs to be detected in sys prefs - do this after using kextload don't need other changes and... disable other network interfaces before testing driver status the driver is scanning but not in the right place , i.e, it is not called by the right functions this is why it is unable to join networks and start receiving/sending data packets Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-704137 Share on other sites More sharing options...
y2kkirb Posted April 10, 2008 Share Posted April 10, 2008 logs from revision 684 dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-704237 Share on other sites More sharing options...
jalavoui Posted April 10, 2008 Author Share Posted April 10, 2008 iwi3945 rel 685 added code for tx data and other functions missed need help debuging - this release is all it takes to start making iwi3945 work if you have the card and run a few tests you'll find what's wrong - easy to fix Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-704287 Share on other sites More sharing options...
lastsoft Posted April 10, 2008 Share Posted April 10, 2008 iwi3945 rev 685. kextload heres the logs. dmesg.txt ioreg.txt system.txt iwi3945.kext.zip Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-704306 Share on other sites More sharing options...
y2kkirb Posted April 10, 2008 Share Posted April 10, 2008 logs for 685... dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-704324 Share on other sites More sharing options...
steelhead Posted April 11, 2008 Share Posted April 11, 2008 ***-*********-macintosh:~ *******$ sudo kextload -t /System/Library/Extensions/iwi3945.kext kextload: extension /System/Library/Extensions/iwi3945.kext appears to be loadable kld(): Undefined symbols: __Z10mbuf_copymP6__mbufmmjPS0_ __Z10mbuf_flagsP6__mbuf __Z11mbuf_setlenP6__mbufm __Z12ctl_registerP12kern_ctl_regPPv __Z12mbuf_prependPP6__mbufmj __Z12mbuf_setdataP6__mbufPvm __Z15mbuf_pkthdr_lenP6__mbuf __Z17mbuf_leadingspaceP6__mbuf __Z18mbuf_pkthdr_setlenP6__mbufm __Z18mbuf_trailingspaceP6__mbuf __Z21mbuf_data_to_physicalPv __Z8mbuf_adjP6__mbufi __Z8mbuf_lenP6__mbuf __Z9mbuf_dataP6__mbuf __Z9mbuf_typeP6__mbuf 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) Dont know what to do? Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-704534 Share on other sites More sharing options...
Sousuke Posted April 11, 2008 Share Posted April 11, 2008 iwi3945, r685: Here are my logs and kp screenshot. dmesg.txt ioreg.txt system.txt iwi3945_r685.zip Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-704667 Share on other sites More sharing options...
jalavoui Posted April 11, 2008 Author Share Posted April 11, 2008 iwi3945 - for developers only at this time the driver needs to be debugged in order to find out why it fails to load from logs you can see that it recovers from this bug but this is preventing the driver to work as expected i can't continue to work on the driver until someone with the card help me on this some tips: - change the debug to have more/less debug output static int iwl3945_param_debug = 0;//0xffffffff & ~(IWL_DL_IO | IWL_DL_ISR | IWL_DL_POWER | IWL_DL_TEMP | IWL_DL_INFO); - check ieee80211_open() Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-705062 Share on other sites More sharing options...
Tin_man_0 Posted April 11, 2008 Share Posted April 11, 2008 Quick System Brakedown: System : Gateway MX6920 OSX : 10.5.1 - iATKOS flavor. I installed the dmg looked in my sys pref and didn't see any new nics so I went to the network selector and ran, I got this: login: Fri Apr 11 12:28:01 on ttys000 /Applications/networkSelector ; exit; damians-mx6920:~ Damian$ /Applications/networkSelector ; exit; Unhandled transform (1) for ioctl group = 78 (N), number = 3, length = 100 Illegal instruction logout [Process completed] do i need to run sudo on network selector? I ran logs collector (I had to run that as sudo) here are my logs dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-705415 Share on other sites More sharing options...
jalavoui Posted April 11, 2008 Author Share Posted April 11, 2008 iwi3945 rel 686 i think i figured what's wrong hope this works if you get errors in log (like Sousuke) reboot and use kextload again to test i don't know why the driver sometimes works and sometimes don't - reboot seems to fix it Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-705500 Share on other sites More sharing options...
lastsoft Posted April 11, 2008 Share Posted April 11, 2008 iwi3945 rev 686 i got kp after about 7 min when kextloaded with osx running. heres the logs. dmesg.txt ioreg.txt system.txt IMG_08751.tiff Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-705571 Share on other sites More sharing options...
jalavoui Posted April 11, 2008 Author Share Posted April 11, 2008 iwi3945 rel 687 @#! scan or die Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-705608 Share on other sites More sharing options...
lastsoft Posted April 11, 2008 Share Posted April 11, 2008 Heres some kp photos and logs. IMG_0886.tiff dmesg.txt ioreg.txt system.txt thanks. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/27/#findComment-705636 Share on other sites More sharing options...
Recommended Posts