uk_rules_ok Posted November 2, 2007 Share Posted November 2, 2007 iwi3945looks like the code is stable but still not working deam timeouts im am getting all the time "iwi3945: : no priv defined", i had to delete lots of lines in the system.txt file to be able to post it, the line "iwi3945: : no priv defined" keeps repeating. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-491827 Share on other sites More sharing options...
ice96 Posted November 2, 2007 Share Posted November 2, 2007 By the way ihow to enable bg_up i can't find wl_restart. dmesg.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-491850 Share on other sites More sharing options...
jalavoui Posted November 2, 2007 Author Share Posted November 2, 2007 iwi3945 hacking some code - i guess this krap will take time hope someone make this work ice96, search for IWL_WARNING("iwl_bg_restart -> going up cause kernel panic \n"); you might also try this hack while (priv->status & STATUS_HCMD_ACTIVE) { rc++; //clone->fInterruptSrc->enable(); IODelay(jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)/10); if (rc==10) break; } //hack priv->status &= ~STATUS_HCMD_ACTIVE; this will stop the timeouts bug but won't fix the problem uk_rules_ok, check if this stops the msg you see in logs this mean the driver isn't loading don't delete log lines - make me thought the driver was working iwi3945.dmg Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-491882 Share on other sites More sharing options...
uk_rules_ok Posted November 2, 2007 Share Posted November 2, 2007 results for post 3378 getting kp. iwi3945hacking some code - i guess this krap will take time hope someone make this work uk_rules_ok, check if this stops the msg you see in logs this mean the driver isn't loading don't delete log lines - make me thought the driver was working next time it occurs i will upload to my own site as the file was too big to upload on here. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-491904 Share on other sites More sharing options...
.javi Posted November 2, 2007 Share Posted November 2, 2007 iwi2200 not working on leo also my broadcom 440x isnt working lol.. no internet both cards arent recognized =x.... Dell 9300. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-491919 Share on other sites More sharing options...
jalavoui Posted November 2, 2007 Author Share Posted November 2, 2007 iwi3945 maybe this is kp free ice96, IODelay(jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)/10); is wrong should be mdelay(jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)/10); mdelay if for microseconds 1000ms=1second iwi3945.dmg Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-491922 Share on other sites More sharing options...
auqs10 Posted November 2, 2007 Share Posted November 2, 2007 results for post 3378 getting kp. next time it occurs i will upload to my own site as the file was too big to upload on here. uk_rules_ok, you can clear the logs using ONYX, and by this way you can have latest logs only, meaning small files. Jalavoui I will try this latest version. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-491924 Share on other sites More sharing options...
jalavoui Posted November 2, 2007 Author Share Posted November 2, 2007 also my broadcom 440x isnt working lol.. no internet this can be caused by the ionetworkfamily.kext if you fix that iwi2200 might work one question about hardware my laptop is a acer 4100 - pci express support is it possible to replace the 2200 card by a 3945 there are differrent 3945 cards and maybe i can use one if that can be done the iwi3945 will work in a week Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-491925 Share on other sites More sharing options...
ice96 Posted November 2, 2007 Share Posted November 2, 2007 Previouse version log: dmesg.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-491931 Share on other sites More sharing options...
uk_rules_ok Posted November 2, 2007 Share Posted November 2, 2007 uk_rules_ok, you can clear the logs using ONYX, and by this way you can have latest logs only, meaning small files. Jalavoui I will try this latest version. how do i clear the log, if i knew how would of done it by now ?? Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-491936 Share on other sites More sharing options...
Epke Posted November 2, 2007 Share Posted November 2, 2007 Im new here and also the lucky guy with a dell 9400 with the known intel wireless 3945abg! I want to help you jalavoui, but how do I give you logs and test your .dmg? Just save it to my harddisk and just double click it in macosx? and if i get kernel panic how do i remove it so i still can access macosx? Maybe add me on msn i currently have enough time to test it for you... Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-491954 Share on other sites More sharing options...
ice96 Posted November 2, 2007 Share Posted November 2, 2007 Logs. Sux... ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-491972 Share on other sites More sharing options...
jalavoui Posted November 2, 2007 Author Share Posted November 2, 2007 iwi3945 call bg_up in start() iwi3945.dmg Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-491979 Share on other sites More sharing options...
uk_rules_ok Posted November 2, 2007 Share Posted November 2, 2007 results from post 3381 , getting kp Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-491980 Share on other sites More sharing options...
cyclonefr Posted November 2, 2007 Share Posted November 2, 2007 jalavoui you can't put the 3945 since it's minipciE and 2200 is miniPCI Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-491984 Share on other sites More sharing options...
uk_rules_ok Posted November 2, 2007 Share Posted November 2, 2007 results for post 3388 , still getting kp think i uploaded the wrong pic, heres the new one. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-491993 Share on other sites More sharing options...
ice96 Posted November 2, 2007 Share Posted November 2, 2007 Kernel panic still exist and have no minds... Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-492004 Share on other sites More sharing options...
auqs10 Posted November 2, 2007 Share Posted November 2, 2007 Kernel panic appears when option 1 is hit second time (when to relaunch the card), but after associating the card, system hangs up and even restart goes at one moment in a frozen state (everything, even mouse). I had to use the Kismus boot CD to delete the kext and to edit the NetworkInterfaces.plist to remove the entry. uk_rules_ok there is a tab for AUTOMATION in the ONYX windows, and you should check the boxes to clean the logs. That's all. Seems that I can not upload the image capture. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-492005 Share on other sites More sharing options...
uk_rules_ok Posted November 2, 2007 Share Posted November 2, 2007 uk_rules_ok there is a tab for AUTOMATION in the ONYX windows, and you should check the boxes to clean the logs. That's all. its ok i found it and instaled it .. thanks Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-492007 Share on other sites More sharing options...
jalavoui Posted November 2, 2007 Author Share Posted November 2, 2007 iwi3945 free panic version iwi3945.dmg Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-492044 Share on other sites More sharing options...
uk_rules_ok Posted November 2, 2007 Share Posted November 2, 2007 result from post 3395, not free from panic yet m8. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-492057 Share on other sites More sharing options...
ice96 Posted November 2, 2007 Share Posted November 2, 2007 Kernel panic for me too. I think kernel panic is not so important as driver dont send config and don't get's chanells info. As I understand it comes witg RX_ON... Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-492068 Share on other sites More sharing options...
jalavoui Posted November 2, 2007 Author Share Posted November 2, 2007 iwi3945 new release ice96, i reverted source code back to the queue_te/td looks more stable this way i'll upload the source soon the kp stops we can use more people with xcode and willing to help i'd like to get rid of this anoying bug and make this work after this is fixed the driver should start scannig them it needs to get scan results, associate to a unsecure network handle rx/tx packets and surf the web anyone as find out if 10.5 ionetworkfamlily.kext works? iwi2100 there's a version posted in this thread that needs to be tested please post logs for it iwi4965 this driver uses code shared with 3945 anyone with xcode for this? iwi3945.dmg Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-492096 Share on other sites More sharing options...
uk_rules_ok Posted November 2, 2007 Share Posted November 2, 2007 log files for post 3398. Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-492116 Share on other sites More sharing options...
jalavoui Posted November 2, 2007 Author Share Posted November 2, 2007 log files for post 3398. good to see no kp from you Link to comment https://www.insanelymac.com/forum/topic/36976-intel-wireless-driver/page/136/#findComment-492123 Share on other sites More sharing options...
Recommended Posts