tprins228 Posted May 4, 2007 Share Posted May 4, 2007 logs from latest, saw something different on the verbose, it was something that came after the iwi3945 loaded. dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359228 Share on other sites More sharing options...
chenwk Posted May 5, 2007 Share Posted May 5, 2007 randomly this time, however, i get panic~ which seemed like a better improvement than stagnant screen. =) kext is from the #2074. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359276 Share on other sites More sharing options...
moseschrist Posted May 5, 2007 Share Posted May 5, 2007 i have started working on something called nsGUI (network Selector GUI), i guess i don't have to tell you what it is as the name pretty much tells you everyting you need to know... hopefully it won't be that hard, the entire gui is written in C++ so "porting" the networkSelector code into the GUI environment should be easy. currently i'm having a little trouble understanding event handling in interface builder, but i'll get the hang of it (and if someone wishes to throw in a bone you are more than welcome). let me just finish with a rant: damn you apple devs ! you have created this amazing OS, now if you please be kind and create a decent GUI development platform ? i can't believe i'm saying this but you should learn from M$ with their kickass visual studio 2005 *in love* Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359295 Share on other sites More sharing options...
Airfly Posted May 5, 2007 Share Posted May 5, 2007 anyways i wish to take a deeper look into the new builds of networkSelector. it is so exciting, just like looking at my own child after it has grown up That's more than GREAT!!! airfly on my vaio im having the same KP with my 3945 card I think it was the same problem. keep on testing. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359418 Share on other sites More sharing options...
Airfly Posted May 5, 2007 Share Posted May 5, 2007 10.4.9 kernel 8.9.1 rev lastest of iwi3945 kernel panic. photo below shows booting with -v , and I tried booting with -s and load kext file , got the same crash like before at ipw_reset_channel_flag() Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359446 Share on other sites More sharing options...
jalavoui Posted May 5, 2007 Author Share Posted May 5, 2007 moses, great work i just remembered to add a feature: - if the user is associated to a network, don't allow to use (2) to associate to a new one - only allow associate when status is scanning for networks - this is after press (1) - add a status display when scanning i re-enable the stats for iwi2200 - this means you can use the signal strenght values for graphic display i'll try to write networkselector code for iwi3945 - the mac80211 ism killing me... Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359656 Share on other sites More sharing options...
moseschrist Posted May 5, 2007 Share Posted May 5, 2007 i'll try to write networkselector code for iwi3945 - the mac80211 ism killing me... lol, look at that this way, at least you are still writing that in C/C++ and not in some mocked up language apple made up to annoy developers called objective C . [crying] i want C# i want .NET i want Visual Studio 2005 [end crying] Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359661 Share on other sites More sharing options...
chenwk Posted May 5, 2007 Share Posted May 5, 2007 lol, i wouldn't mind having VS.net 2005 on my mac too. =X Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359665 Share on other sites More sharing options...
jalavoui Posted May 5, 2007 Author Share Posted May 5, 2007 iwi3945 can someone test this? i've added the ipw_get_channels_for_scan() looks like there's a bug in ieee80211_hw_mode/ ieee80211_local that cause the panic i'll crack it hello world! - logs needed svn is broken - here's the source moseschrist, just remebered that there's a bug in the networkselector option (2) that causes some networks to not be listed - maybe you can check the code the radio on/off (0x30) also needs to be improved iwi3945.dmg source.zip Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359674 Share on other sites More sharing options...
WaldMeister Posted May 5, 2007 Share Posted May 5, 2007 No panic, logs attached. dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359722 Share on other sites More sharing options...
iceman24 Posted May 5, 2007 Share Posted May 5, 2007 hey I tried to use the newest driver on your google website on my e1505, and when I restarted (and ever since then) it tells me that I need to restart my computer, and hence, I cannot get into the OS. Since Im new, is there a way to get into terminal from my install DVD? Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359726 Share on other sites More sharing options...
moseschrist Posted May 5, 2007 Share Posted May 5, 2007 iceman, boot your os with -x flag (press f8 at boot) and then remove the driver you installed (iwi2200.kext/iwi3945.kext/iwi2100.kext) Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359733 Share on other sites More sharing options...
BuXb Posted May 5, 2007 Share Posted May 5, 2007 As soon as I get my MiniPCI express replacement card shipped and working in OS x86 I can donate my 3945 to one of the development team. So cross your fingers that the replacement works .. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359738 Share on other sites More sharing options...
Airfly Posted May 5, 2007 Share Posted May 5, 2007 new log for newest iwi3945 10.4.9 kernel 8.9.1 no kernel panic dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359744 Share on other sites More sharing options...
jalavoui Posted May 5, 2007 Author Share Posted May 5, 2007 iwi3945 good to catch the bug i'll post a new version let's see what happens this is wird, the source code uploaded to svn but the .dmg fails iwi3945.dmg Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359760 Share on other sites More sharing options...
Airfly Posted May 5, 2007 Share Posted May 5, 2007 new log for last iwi3945 10.4.9 kernel 8.9.1 no kernel panic I tried to unload the iwi3945.kext, then tried dmesg and got more those lines: iwi3945: ifconfig down iwi3945: ifconfig going down iwi3945: message e0000200 iwi3945: message e0000210 iwi3945: message e0000210 iwi3945: todo: Freeing dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359775 Share on other sites More sharing options...
chenwk Posted May 5, 2007 Share Posted May 5, 2007 working for me, no panic. 10.4.8, 8.8.1 kernel. my logs: ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359803 Share on other sites More sharing options...
tprins228 Posted May 5, 2007 Share Posted May 5, 2007 ok guys, im feeling kind of lost. Im not sure if my card is going anywhere. I even tried one of those Dell Truemobile 1490's for kicks. With that, I got a BIOS error message and couldnt even boot into OSX. btw, anyone know how I can fix that? like, is there any BIOS that I can flash to my laptop so it wont give me the error?(i have a dv8000) Anyway, java and you other coders, you are GODS!!! i just need to know if anyone thinks mine and others with my same problem are going to have a chance on this stuff. its just seems that my dmesg's arent matching up and that the MAC address stuff isnt working. o well, im not trying to complain, i have almost everything else on my laptop working. anyway, here are the logs for the latest version posted. thanx again to all. dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359833 Share on other sites More sharing options...
jalavoui Posted May 5, 2007 Author Share Posted May 5, 2007 iwii3945 this is rev 395 - i'm unable to upload the .dmg to svn but the source code is there don't complain if get kernel panic Airfly, the kextunload don't work - need to fix the code tprins228, can you add your problem to iwidarwin "issue". maybe someone can find a fix for that itm will remain an open issue until a fix is find iwi3945.dmg Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359837 Share on other sites More sharing options...
tprins228 Posted May 5, 2007 Share Posted May 5, 2007 here are the new logs. dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359855 Share on other sites More sharing options...
Airfly Posted May 5, 2007 Share Posted May 5, 2007 10.4.9 kernel 8.9.1 rev 395 of iwi3945 no kernel panic dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359865 Share on other sites More sharing options...
jalavoui Posted May 5, 2007 Author Share Posted May 5, 2007 finally looks like iwi3945 is "panic free" now i'll try to force a scan() - here it goes iwi3945 rev 396 iwi3945.dmg Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359869 Share on other sites More sharing options...
Airfly Posted May 5, 2007 Share Posted May 5, 2007 iwi3945 rev 396 10.4.9 kernel 8.9.1 NOTE: I test it again today and got kernel panic, see my last post. dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359902 Share on other sites More sharing options...
osxonmylaptop Posted May 5, 2007 Share Posted May 5, 2007 hey I tried to use the newest driver on your google website on my e1505, and when I restarted (and ever since then) it tells me that I need to restart my computer, and hence, I cannot get into the OS. Since Im new, is there a way to get into terminal from my install DVD? Hi, I'll try to help you so programmers keep programming. Were you able to boot in single user mode with "-s" ? Then you have to go into super user mode with "su" and enter root password. Then go into /System/Library/Extensions and remove iwi3945.kext reboot and that should work. Any question please ask, good luck! Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359910 Share on other sites More sharing options...
aes-osx Posted May 5, 2007 Share Posted May 5, 2007 system logs from iwi3945.kext ( new one ) 10.4.7 JaS OS SSE2 acer macspire5610-4491 i had to boot into safe mode with -x dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/84/#findComment-359925 Share on other sites More sharing options...
Recommended Posts