yozh Posted October 31, 2007 Share Posted October 31, 2007 iwi3945class code review - might give kp 24 members online i hope you all in here for testing this yozh, you don't need the sudo if using root account Yeah I will enable root account when I get home. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489293 Share on other sites More sharing options...
ice96 Posted October 31, 2007 Share Posted October 31, 2007 Logs dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489310 Share on other sites More sharing options...
leppy Posted October 31, 2007 Share Posted October 31, 2007 iwi3945class code review - might give kp 24 members online i hope you all in here for testing this yozh, you don't need the sudo if using root account I mount iwi3945.dmg, run the installer, and get kernal panic - "You must restart your computer". So I uninstalled it, and back to square 1. I also tried changing p_disable from 1 to 0 too. Regards, Leppy Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489327 Share on other sites More sharing options...
ice96 Posted October 31, 2007 Share Posted October 31, 2007 jalavoui, If it helps I can do some trick: I have linux. So if you send me source code of driver in linux (I need same version) we can add in this source many debug information (printk) and try to compare logs with your porting driver logs. maybe it helps to find bugs ? Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489344 Share on other sites More sharing options...
jalavoui Posted October 31, 2007 Author Share Posted October 31, 2007 iwi3945 one more to test ice96, thanks i already got the lnux log files - posted some time ago if you can get xcode i can use some help iwi3945.dmg Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489352 Share on other sites More sharing options...
uk_rules_ok Posted October 31, 2007 Share Posted October 31, 2007 jalavoui, If it helps I can do some trick: I have linux. So if you send me source code of driver in linux (I need same version) we can add in this source many debug information (printk) and try to compare logs with your porting driver logs. maybe it helps to find bugs ? hers some linux source for the driver :- http://packages.debian.org/testing/net/ipw3945-source Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489356 Share on other sites More sharing options...
TheMarine Posted October 31, 2007 Share Posted October 31, 2007 iwi3945one more to test ice96, thanks i already got the lnux log files - posted some time ago if you can get xcode i can use some help Hm... can you please post the code you're using (3945abg)? (if it can be done), i have xcode! Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489359 Share on other sites More sharing options...
ice96 Posted October 31, 2007 Share Posted October 31, 2007 I already have xcode dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489364 Share on other sites More sharing options...
uk_rules_ok Posted October 31, 2007 Share Posted October 31, 2007 got no kp from this one.. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489365 Share on other sites More sharing options...
auqs10 Posted October 31, 2007 Share Posted October 31, 2007 Hi Jalavoui, here are the logs of your latest version posted above. Good news, No Kernel Panic at all, and No freezing system. Comments included in system.txt The capture show that the card is associated (the menu is presenting it) but not in the main list (with red button - or green when works). Again in ioreg.txt the card has no specific line for PCI8086x4222 as should be before the line mentioning the darwin_iwi3945. These two facts are somehow connected? Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489367 Share on other sites More sharing options...
y2kkirb Posted October 31, 2007 Share Posted October 31, 2007 dmesg.txtioreg.txtsystem.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489383 Share on other sites More sharing options...
jalavoui Posted October 31, 2007 Author Share Posted October 31, 2007 iwi3945 power_cmd fix iwi3945.dmg Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489478 Share on other sites More sharing options...
uk_rules_ok Posted October 31, 2007 Share Posted October 31, 2007 iwi3945power_cmd fix logs for above post Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489507 Share on other sites More sharing options...
yozh Posted November 1, 2007 Share Posted November 1, 2007 Ok kernel panic !!! After I do kextload -t it crashes with the press power button thing OK now it said extension ../iwi2200 has potential problems:warningskext has immediate dependencies on bot com.apple.kernel and com.apple.kpicomponents; use only one style" = true kextload: extension .../iwi2200.kext appears to be loadableand then freezes !!!! Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489548 Share on other sites More sharing options...
yozh Posted November 1, 2007 Share Posted November 1, 2007 ok some more stuff rebooted and ofcourse kernel panic. Here are the pics. Thanks going to try to recompile again No worky alway panics Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489614 Share on other sites More sharing options...
jalavoui Posted November 1, 2007 Author Share Posted November 1, 2007 iwi3945 re-enable timeouts - same as in iwi2200 use networkselector option 1 a few times before post logs yozh, change the debug level in iwi2200.h -> remove the // from //#define IWI_DEBUG_NORMAL //#define IWI_DEBUG_FULL_MODE you get more log msg this way -> loks like theres a panic in the start() -> ipw_sw_reset() function change the info.plist in the xcode iwi2200 folder <key>com.apple.iokit.IONetworkingFamily</key> <string>1.1.3</string> (see version in system/library/extensions/ionetwork.kext <key>com.apple.iokit.IOPCIFamily</key> <string>1.2</string> (same here for OPCIFamily.kext) <key>com.apple.kernel.iokit</key> <string>6.0</string> <key>com.apple.kpi.bsd</key> <string>8.0</string> <key>com.apple.kpi.libkern</key> <string>8.0.0b2</string> looks like 10.5 don't need some of this lines -> if so just remove it you have some of the right version numbers in the panic pictures iwi3945.dmg Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489617 Share on other sites More sharing options...
y2kkirb Posted November 1, 2007 Share Posted November 1, 2007 logs for the most recent post dmesg.txtioreg.txtsystem.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489631 Share on other sites More sharing options...
yozh Posted November 1, 2007 Share Posted November 1, 2007 Roger that. Changing right now and recompile. Wify getting cranky might have to bounce soon Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489646 Share on other sites More sharing options...
yozh Posted November 1, 2007 Share Posted November 1, 2007 Same thing. I will install TOH DVD now and try it there maybe it will be better. Maybe the problem is th IONetworking.kext version ? I have to go I will leave installing over night and try some more stuff at night. Thanks. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489654 Share on other sites More sharing options...
idle Posted November 1, 2007 Share Posted November 1, 2007 Hey just a quick question, is association with unbroadcasted SSID's supported by the iwi2200 set of drivers? Or is there a way to do it via the Network Selector on terminal? Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489800 Share on other sites More sharing options...
aboldinu Posted November 1, 2007 Share Posted November 1, 2007 How are your existing drivers (2915abg namely) in leopard? Do they work? Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489813 Share on other sites More sharing options...
ice96 Posted November 1, 2007 Share Posted November 1, 2007 Hello Jalavoui, I'm sending ltest logs. I have xcode, if you can send me latest iwi3945 source, linux log, and linux source. I'll try to help you. dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-489943 Share on other sites More sharing options...
jalavoui Posted November 1, 2007 Author Share Posted November 1, 2007 iwi3945 build and source version the sources from linux are in intelwireless site i've post a linux log - check previous posts the driver is stuck at snd_cmd - should be easy to fix the timeout delay is ok - the bug is somewhere else iwi3945.dmg iwi3945_src.tar.gz Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-490059 Share on other sites More sharing options...
ice96 Posted November 1, 2007 Share Posted November 1, 2007 Logs: dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-490096 Share on other sites More sharing options...
lawrence alan Posted November 1, 2007 Share Posted November 1, 2007 picture of panic in leopard Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/133/#findComment-490097 Share on other sites More sharing options...
Recommended Posts