osxonmylaptop Posted May 6, 2007 Share Posted May 6, 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 I would day Macer Aspire, good idea! I'll change my signature. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-359933 Share on other sites More sharing options...
tprins228 Posted May 6, 2007 Share Posted May 6, 2007 so, osx, did you come up with a solution to yours yet? your dmseg was kind of one of a kind. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-359986 Share on other sites More sharing options...
chenwk Posted May 6, 2007 Share Posted May 6, 2007 jalavoui, rev 396 causes panic for me. 10.4.8, 8.8.1 kernel =) looks like we have alot of macspire users too. =X airfly, i see a hasee user! i am looking at the F205T, any comments on hasee laptops? pm me! thanks! :glare: attached screen : Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360018 Share on other sites More sharing options...
Airfly Posted May 6, 2007 Share Posted May 6, 2007 i'm unable to upload the .dmg to svn maybe just delete this file from svn and re-upload it from local. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360069 Share on other sites More sharing options...
aes-osx Posted May 6, 2007 Share Posted May 6, 2007 No luck yet on my airport, i can't scan, the strange thing is this time around with this build, it doesn't detect an airport card. maybe if i can get it to find the airport i might have some luck cheers :pirate2: Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360076 Share on other sites More sharing options...
eLMafUDd Posted May 6, 2007 Share Posted May 6, 2007 This driver is not intended to make the card appear as an airport device. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360085 Share on other sites More sharing options...
Angela Posted May 6, 2007 Share Posted May 6, 2007 Hi, I am not sure if I am slow or if I am missing something. I did as I was told in the installation page, ran NetworkSelector and tried connecting to my 802.11g network. But I have got no idea if there is a connection. And most importantly, from the Network Utilites, it doesn't seem to be getting an IP address, and of course, I was not able to connect to the internet. Am I missing something here? Cheers! Angie Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360118 Share on other sites More sharing options...
Airfly Posted May 6, 2007 Share Posted May 6, 2007 rev 396 of iwi3945 get kernel panic now...the same photo like chenwh's Jalavoui, I tracked it , it's those sentences(below in function ieee80211_prepare_rates() cause kernel crash I think. if (local->supp_rates[local->hw.conf.phymode]) { if (!rate_list_match(local->supp_rates [local->hw.conf.phymode], rate->rate)) continue; } ieee80211_perpare_rates() is called from ieee80211_register_hwmode() which is called from near the end of ipw_init_geos() have a look at this function, code begin about line 7051 in iwi3945.cpp, and maybe begin line 7062 have the same common. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360134 Share on other sites More sharing options...
patatester Posted May 6, 2007 Share Posted May 6, 2007 Rev 396 Kernel 8.9.1 10.4.9 no panic warning -> multiple scan requests cant find the network selector... is it part of the iwi3945 project's svn source? or separate utility the driver seems stable, a new network device was detected in the networks preferences, although once it had, my mouse seemed to lag every once in a while.. As if it was trying to probe the card for information unsuccessfully.... GREAT WORK system.log.txt dmesg.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360233 Share on other sites More sharing options...
osxonmylaptop Posted May 6, 2007 Share Posted May 6, 2007 so, osx, did you come up with a solution to yours yet? your dmseg was kind of one of a kind. Me? No, jalavoui said that some acers are having this problem, the driver is not loading may be some device id problem. I've tryed to put only 1 id at a time (same that appears in XP) in Info.plist but nothing happened. I don't know what else to try, I'm waiting for someone have an idea of what to do... Or maybe when the driver is working better it may work. Thanks Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360240 Share on other sites More sharing options...
pincopanco Posted May 6, 2007 Share Posted May 6, 2007 no solution for me last iwi3945 dmesg.txtioreg.txtsystem.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360253 Share on other sites More sharing options...
jalavoui Posted May 6, 2007 Author Share Posted May 6, 2007 Rev 396Kernel 8.9.1 10.4.9 no panic warning -> multiple scan requests this is the log i expect you all get - no panic i don't know why other are getting kernel panic the only diff from rev 395 is the force scan() but i'll disable it - doesn't work Airfly, you can try to change the code - but i believe this log is correct i find a bug in ipw_send_cmd() i'll post a new version iwi3945 rev 398 maybe just delete this file from svn and re-upload it from local. i've just uploaded rev 397 with the .dmg but when i try rev 398 it faild uploading the .dmg very wird iwi2100 need more logs/tests related with networkselector to complete the driver i think this will be the 2nd iwi driver to work iwi395 hardware bug i think that it can be fixed using apple iopcidevice functions - anyone with this card willing to check code? iwi3945.dmg Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360258 Share on other sites More sharing options...
ttorok Posted May 6, 2007 Share Posted May 6, 2007 iwi2100last version as priv->status |= STATUS_RF_KILL_SW; wich is the same as have p_disable=1 in the info.plist this is done so that networkselector can work be shure to delete system/library/extensions.* before install the driver - or the p_disable=1 will not be recognized by mac os and the driver will panic I've deleted system/library/extensions.* but same panic as last time. thanks. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360266 Share on other sites More sharing options...
jalavoui Posted May 6, 2007 Author Share Posted May 6, 2007 iwi2100 rev 399 set associate=0 - hope no more panic the driver is expected to not start scanning until networkselector option (1) is selected iwi2100.dmg Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360284 Share on other sites More sharing options...
moseschrist Posted May 6, 2007 Share Posted May 6, 2007 just a little update from the network selector front, i have almost finished transalting all the code to objective C and only a few minor glitches remain to be fixed. i believe you will see the GUI edition of network selector tonight or at most tomorow. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360298 Share on other sites More sharing options...
chenwk Posted May 6, 2007 Share Posted May 6, 2007 rev 398 iwi3945 10.4.8, 8.8.1 having error for me. =) EDIT : i kextload rev 398 instead of restarting and here are my logs : dmesg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360299 Share on other sites More sharing options...
Airfly Posted May 6, 2007 Share Posted May 6, 2007 rev 398 of iwi3945 no kernel panic. after finish installation and DO NOT restart, then loadkext of iwi3945.kext, here are the logs. I'll try restart and see what happend. after restart cause crash. get photo by -v dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360306 Share on other sites More sharing options...
ttorok Posted May 6, 2007 Share Posted May 6, 2007 iwi2100 rev 399set associate=0 - hope no more panic the driver is expected to not start scanning until networkselector option (1) is selected long message at boot (scanning, etc.) and panic: Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360324 Share on other sites More sharing options...
asstastic Posted May 6, 2007 Share Posted May 6, 2007 iwi395 hardware bugi think that it can be fixed using apple iopcidevice functions - anyone with this card willing to check code? i can check any code you can write. i'd love to fix the hardware bug for good. pm me if interested. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360511 Share on other sites More sharing options...
Rev West Posted May 6, 2007 Share Posted May 6, 2007 Tried today on Toshiba A135 Satalite 1.6 Ghz Dual Core, 2G RAM, Intel 3495. Rebooted and dead. Will not boot. Will not allow -s or any options. Have setup with Grub 3 way boot OS X, Ubuntu 7.02 and XP. :-) All the fun of testing. No worries. Might have to play with some more. Not sure if it is PC issue partially. Can get 10.4.6 working fine but if I upgrade to 10.4.9 same death on boot. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360521 Share on other sites More sharing options...
patatester Posted May 7, 2007 Share Posted May 7, 2007 Well, most people have the driver installed into /System/Library/Extensions im guessing... which could cause the kernel panic at boot time... Those who have a kernel panic at boot time should try and kextload -v /System/Library/Extensions/iwi3945.kext and see if this causes a panic also... im loading the driver from a conosle once im inside mac os... so this might be its not panicing. anyways. i will post logs to the newest version in a bit EDIT: Logs are attached, rev 399 system.log.txt dmesg.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360734 Share on other sites More sharing options...
moseschrist Posted May 7, 2007 Share Posted May 7, 2007 so... are you all tired of the command prompt interface of NetworkSelector ? well then.... i proudly present: nsGUI (AKA Network Selector GUI) so, what do you have here ? simple, you have a graphical port of the network selector. what you don't have here ? an updated version of network selector, which means, everything that didn't work before, doesn't work here, if it was unstable then it is now. currently this build only supports iwi2200 since it was the 2200 version which was ported. i'm taking the liberty to rewrite some code so we will have a unified function interface for all network selectors only with diffrent implementations, that way at we won't need to rewrite everything for each network selector and all we need to do is change the implementation files. it will also mean one nsGUI for all iwidarwin (or at least easier to port between drivers) hmmm well... what else left to say but, have fun ? nsGUI binary only nsGUI.zip nsGUI source (no binaries, compile your own) nsGUI.zip below theres a picture of the final product Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360848 Share on other sites More sharing options...
Airfly Posted May 7, 2007 Share Posted May 7, 2007 so... are you all tired of the command prompt interface of NetworkSelector ?well then.... hmmm well... what else left to say but, have fun ? GREAT JOB!!! ... Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360918 Share on other sites More sharing options...
Thomas202 Posted May 7, 2007 Share Posted May 7, 2007 moseschrist: locking good, bout the gui dont give info about what network it is conected to. Is it posible to show the signal strength i the gui? I have 7-10 open networks at my university and to fint the stronges one woud be great. Keep up the grat work! Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360930 Share on other sites More sharing options...
Airfly Posted May 7, 2007 Share Posted May 7, 2007 ...Those who have a kernel panic at boot time should try and kextload -v /System/Library/Extensions/iwi3945.kext and see if this causes a panic also... im loading the driver from a conosle once im inside mac os... so this might be its not panicing. ... airflys-computer:/ root# kextload -v /System/Library/Extensions/iwi3945.kext kextload: extension /System/Library/Extensions/iwi3945.kext appears to be valid kextload: loading extension /System/Library/Extensions/iwi3945.kext kextload: /System/Library/Extensions/iwi3945.kext loaded successfully kextload: loading personalities named: kextload: iwi3945 kextload: sending 1 personality to the kernel kextload: matching started for /System/Library/Extensions/iwi3945.kext and logs for rev 398 by kextload -v. dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/85/#findComment-360939 Share on other sites More sharing options...
Recommended Posts