y2kkirb Posted April 11, 2008 Share Posted April 11, 2008 logs from 687, it panics after about 5 minutes or so... dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-705642 Share on other sites More sharing options...
sliverriver Posted April 12, 2008 Share Posted April 12, 2008 Hi there, i would like to contribute to developing , have c++ skills but only on windows and I'm not very deep into hardware developing. I have Leopard running with kalway 5.1 My network driver is Intel Wireless Pro 2100 3A mini pci adapter as i can see for now the code has to be ported to leopard first. What should be a good point to start regarding documentation etc. ?? cu sliverriver Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-705981 Share on other sites More sharing options...
maxtek Posted April 12, 2008 Share Posted April 12, 2008 Try this one http://developer.apple.com/documentation/P...tingDrivers.pdf Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706052 Share on other sites More sharing options...
jalavoui Posted April 12, 2008 Author Share Posted April 12, 2008 iwi3945 if you see this in logs: warning iwl3945: Radio disabled by HW RF Kill switch this means the card is off reboot and test the driver again none of the logs for rel 687 are useful - can someone post good logs? better test this one: iwi3945 rel 688 looks like __ieee80211_invoke_rx_handlers don't work this is way the driver don't scan Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706075 Share on other sites More sharing options...
FurryPotato Posted April 12, 2008 Share Posted April 12, 2008 none of the logs for rel 687 are useful - can someone post good logs? I'd love to but have no idea what I'm doing.... I'll ask again if anyone can post a 'dummies' guide to doing all this (compiling drivers, installing them, recovering from any errors and then locating error logs needed) I'll be happy to try it(And it might get a few more people to participate too) Keep up the good work Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706085 Share on other sites More sharing options...
jalavoui Posted April 12, 2008 Author Share Posted April 12, 2008 deam... forgot the debug msgs fixed iwi3945 rel 689 good for testing read previous post to learn howto build/text from latest svn source code the driver is very close to work all help is welcome but please check your logs before posting results Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706105 Share on other sites More sharing options...
mlazy Posted April 12, 2008 Share Posted April 12, 2008 dmesg4.12.txt Good morning all, Did a fresh build, ran it for about 10 mins, then Hard Lock up. Used network selector and tried to scan too. logs attached. system4.12.txt Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706236 Share on other sites More sharing options...
righteye Posted April 12, 2008 Share Posted April 12, 2008 Logs for iwi3945 Revision 689 Loaded the latest build used the networkSelector with no success and after 10 minutes had to push the power-button. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706270 Share on other sites More sharing options...
y2kkirb Posted April 12, 2008 Share Posted April 12, 2008 logs from 689... it looks like it detected my AP in the logs... it does panic after about 10 minutes though dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706298 Share on other sites More sharing options...
jalavoui Posted April 12, 2008 Author Share Posted April 12, 2008 iwi3945 rel 690 ieee80211_invoke_rx_handlers hack any comments on code/suggestions please post here glorybox, i'm only testing stuff here if you have any idea to make this work post your code here for testing Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706333 Share on other sites More sharing options...
y2kkirb Posted April 12, 2008 Share Posted April 12, 2008 logs from 690 it still panics about 10 minutes dmesg.txt ioreg.txt system.txt Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706372 Share on other sites More sharing options...
heizei Posted April 12, 2008 Share Posted April 12, 2008 Not to sound n00bish or desperate But how far is the intel 3945 driver coming along? And is there anything I can do to help? Testing wise as I haven't had experience porting drivers Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706402 Share on other sites More sharing options...
lastsoft Posted April 12, 2008 Share Posted April 12, 2008 yep still got kp after 7-8 min. heres some logs and kp photos from boot with -s dmesg.txt system.txt ioreg.txt IMG_0894.tiff jalavoui if it possible i can let you work on my laptop remotely and do testing??? if its possible like in pcany or something like that. thanks. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706408 Share on other sites More sharing options...
jalavoui Posted April 12, 2008 Author Share Posted April 12, 2008 iwi3945 rel 691 ieeeifconfig delay - this can make the driver hang better test with -s first to test the driver you need to unplug other network connections - i've seen many bugs in logs that can be caused by this this is why i can't work remotely thanks for keep posting logs anyone with ideas for making this code work? i only need to see first driver log lines - don't need to test it for 10m - 1 minute is enough (if it loads right) can someone write an howto install svn, grab svn code, build the driver, etc maybe others like to post logs driver status again... anyone with the card and a few code knowledge on the driver can make it work i'll keep trying but i don't think i can make it work without other developers help Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706416 Share on other sites More sharing options...
glorybox Posted April 12, 2008 Share Posted April 12, 2008 iwi3945 rel 691ieeeifconfig delay - this can make the driver hang better test with -s first thanks for keep posting logs anyone with ideas for making this code work? Maybe we can try to update iwl code out of GIT. They have minor release on 2nd of April? Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706421 Share on other sites More sharing options...
y2kkirb Posted April 12, 2008 Share Posted April 12, 2008 logs from 691 attached is also a picture of the kp when booting with -s dmesg.txt ioreg.txt system.txt DSC01026.zip Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706453 Share on other sites More sharing options...
lastsoft Posted April 12, 2008 Share Posted April 12, 2008 unable to build. while (netif_running(dev)==0) IOSLeep(1); iosleep was not declared in this scope Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706455 Share on other sites More sharing options...
glorybox Posted April 12, 2008 Share Posted April 12, 2008 iwi3945 rel 691ieeeifconfig delay - this can make the driver hang better test with -s first to test the driver you need to unplug other network connections - i've seen many bugs in logs that can be caused by this this is why i can't work remotely thanks for keep posting logs anyone with ideas for making this code work? i only need to see first driver log lines - don't need to test it for 10m - 1 minute is enough (if it loads right) can someone write an howto install svn, grab svn code, build the driver, etc maybe others like to post logs driver status again... anyone with the card and a few code knowledge on the driver can make it work i'll keep trying but i don't think i can make it work without other developers help typo in commit s/IOSLeep/IOSleep/ Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706456 Share on other sites More sharing options...
jalavoui Posted April 12, 2008 Author Share Posted April 12, 2008 Maybe we can try to update iwl code out of GIT. They have minor release on 2nd of April? maybe when the driver is more stable we can do that the problem is mac os x code no iwl code iwi3945 rel 692 force interface to not unregister iosleep fixed Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706460 Share on other sites More sharing options...
Tin_man_0 Posted April 12, 2008 Share Posted April 12, 2008 So I've downloaded the latest iwi3945 using the svn checkoutI've downloaded the xcode from apples siteI've downloaded the getlogs fileI went to compile and it says build failed... (I attached as text cuz it's a long paste).What am I missing or doing wrong?wow, you guys are good! the answer posted before I even finshed posting the question! build_error.rtf Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706482 Share on other sites More sharing options...
y2kkirb Posted April 12, 2008 Share Posted April 12, 2008 logs from 692 and kp picture dmesg.txt ioreg.txt system.txt DSC01027.zip Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706512 Share on other sites More sharing options...
lastsoft Posted April 12, 2008 Share Posted April 12, 2008 iwi3945 692 logs. dmesg.txt ioreg.txt system.txt p.s. im stuck in a computer lab most of the day and can run tests. Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706519 Share on other sites More sharing options...
jalavoui Posted April 12, 2008 Author Share Posted April 12, 2008 weird logs... lastsoft, y2kkirb can you run a few tests with kextload? the driver is expected to have one log with both of your logs sometimes the driver fails - need to reboot and test again can you post the output of ifconfig? Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706537 Share on other sites More sharing options...
Tin_man_0 Posted April 12, 2008 Share Posted April 12, 2008 so I compiled, and tyied to kexload but I got this: damians-mx6920:Release Damian$ sudo kextload /system/library/extensions/iwi3945.kext Password: Sorry, try again. Password: kextload: cannot resolve dependencies for kernel extension /system/library/extensions/iwi3945.kext error loading extension /system/library/extensions/iwi3945.kext what am I don't wrong? Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706538 Share on other sites More sharing options...
lastsoft Posted April 12, 2008 Share Posted April 12, 2008 weird logs... lastsoft, y2kkirb can you run a few tests with kextload? the driver is expected to have one log with both of your logs sometimes the driver fails - need to reboot and test again can you post the output of ifconfig? ifconfiglo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fd21:b6ef:9ccd:d23b:216:d4ff:fecf:7996 prefixlen 128 gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280 stf0: flags=0<> mtu 1280 en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet6 fe80::216:d4ff:fecf:7996%en0 prefixlen 64 scopeid 0x4 inet 192.168.1.5 netmask 0xffffff00 broadcast 192.168.1.255 ether 00:16:d4:cf:79:96 media: autoselect (100baseTX <full-duplex>) status: active supported media: 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 100baseTX <half-duplex> 100baseTX <full-duplex> 1000baseT <half-duplex> 1000baseT <full-duplex> autoselect fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 2030 lladdr 00:02:3f:73:93:40:13:a6 media: autoselect <full-duplex> status: inactive supported media: autoselect <full-duplex> heres some more logs. system.txt ioreg.txt dmesg.txt dmesg.txt Link to comment https://www.insanelymac.com/forum/topic/84072-intel-wireless-2100-2200bg-2915bg-3945abg-4965agn/page/28/#findComment-706548 Share on other sites More sharing options...
Recommended Posts