Intel Wireless 2100, 2200bg, 2915bg, 3945abg, 4965agn, IWIDarwin drivers for mac os x 10.4 and 10.5 *under development* |
![]() |
Intel Wireless 2100, 2200bg, 2915bg, 3945abg, 4965agn, IWIDarwin drivers for mac os x 10.4 and 10.5 *under development* |
|
nordix
InsanelyMac Geek
|
![]() |
May 1 2008, 12:44 AM Post #1801
|
![]() ![]() ![]()
|
iwi3945 rel 906
Much better - scan complete at 330ms I'd like to save this result and see you later today
Attached File(s)
|
|
austinsnyc
InsanelyMac Protégé
|
![]() |
May 1 2008, 01:30 AM Post #1802
|
|
I also have some great logs it seems we are so damn close now to getting wireless working!!! Amazing work guys!
Attached File(s)
|
|
pere
InsanelyMac Legend
|
![]() |
May 1 2008, 01:36 AM Post #1803
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Iwi3945 906.
No more ucode errors Anyway,i used this value ( maybe is too much) on ucode timeout.. IOSleep(6000);//hack ret = UCODE_READY_TIMEOUT; Used value of 1 on iosleep jiffies cause frozen on reboot. Used value of 10 make stable the driver on reboot and complete scan, but also says: scan last_scan_jiffies not ready? So maybe must be more tuned value. Used value 1000 on Jiffies, cause frozen reboots too. Attached reboot log with a value of 10 on iosleep Jiffies. Kext with the same value. while (time_after(priv->next_scan_jiffies, jiffies)) {IOSleep(10);} IWL_DELAY_NEXT_SCAN, jiffies)) {IOSleep(10);}
Attached File(s)
reboot_jiffies_iosleep_10__scan_last_scan_jiffies_not_ready__.txt ( 133.4K )
Number of downloads: 14
iwi3945.kext.zip ( 238.71K )
Number of downloads: 88 |
|
Lofn
InsanelyMac Protégé
|
![]() |
May 1 2008, 02:56 AM Post #1804
|
|
if someone has these tools already installed and would like to go for it ahead of me, feel free to do so done. Just for the heck of it I grabbed everything in the iwi2200-osx10.5 directory from the svn and compiled it. iwi2200.kext, nsGUI.app, and networkSelector are properly included. I also linked the appropriate pre/post-install/upgrade scripts. Pretty sure I did it correctly, so here's the installation package I whipped up. (it's just zipped, instead of being in a dmg)
Attached File(s)
|
|
sidewalkninja
InsanelyMac Protégé
|
![]() |
May 1 2008, 06:05 AM Post #1805
|
|
while I build iwi4965, I get an error from xcode saying that a custom build script failed:
password: password: password: ... I'm guessing that a sudo command is in one of the custom scripts, and is hung on asking for a password. When I build from cli using `sudo xcodebuild' it builds and installs. I'm not sure if you are expecting to have xcode also install the kext. kinda odd. I guess another question that I have is, couldn't you install the symbols for 9c7010 (my build on leo4allv3) to help you understand what is going on with KP, and also do gdb debugging from another box? |
|
i_Geek
iGeek
|
![]() |
May 1 2008, 10:21 AM Post #1806
|
![]() ![]() ![]() ![]()
|
|
|
TheBressman
InsanelyMac Protégé
|
![]() |
May 1 2008, 10:59 AM Post #1807
|
|
First post here.
Using iwi4965 rev 907 Newbie as I am, I managed to get the system.log to show no errors without hacking anything, and at no stage did I get a kernel panic. I recorded and saved about a minute of logs (which is a considerable length) to see if you guys can make anything out of it. This was taken AFTER I had restarted the computer. One thing to keep in mind with my laptop (HP Pavillion dv2637tx) was that a considerable amount of features (including my HP Quick Touch Buttons) worked instantly in Mac OS X, which I wasn't really expecting, and I'm finding it strange that I'm not getting any errors. Maybe you can figure out why. EDIT: After checking up on my wireless network, it seems that the wireless card in my laptop is actually finding the SSID of my wireless network on the router. EDIT 2: If I try to play around with the IP address settings whilst it's set to "DHCP with Manual Address" or "Manual", a grey screen comes down saying "You need to restart your computer. Hold down the Power button for several seconds or press the Restart button."
Attached File(s)
|
|
vja
InsanelyMac Protégé
|
![]() |
May 1 2008, 11:53 AM Post #1808
|
|
Got this while trying to get the sources:
502 Bad Gateway (http://iwidarwin.googlecode.com) |
|
jalavoui
InsanelyMac Legend
|
![]() |
May 1 2008, 11:58 AM Post #1809
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Iwi3945 906. No more ucode errors IOSleep(6000);//hack -> if you disable this does it work? try this in all statments while (time_after(priv->next_scan_jiffies, jiffies)==1) {IOSleep(10);} IWL_DELAY_NEXT_SCAN, jiffies)) {IOSleep(10);} them try this while (time_after(priv->next_scan_jiffies, jiffies)==0) {IOSleep(10);} IWL_DELAY_NEXT_SCAN, jiffies)) {IOSleep(10);} there are 2 while statments you need to change - this is easy to fix and test check other people logs - some send cmd to the driver after scan (config, config interface) your card seems to be missing that |
|
bond6
InsanelyMac Protégé
|
![]() |
May 1 2008, 02:39 PM Post #1810
|
|
3945 linux syslog.
First booted into winxp and used WirelessSelectSwitch util to turn wifi & bt off. Then booted into debian and iwl thought that HW switch is off. Back to xp and turned wifi on. Then run some config commands, lines starting with "===" in syslog. After HW switch was off and back on i had to run "ifconfig wlan0 down" and "ifconfig wlan0 up" to get it running again. I could't find a way to disassociate, probably have to set essid/key to invalid value. Debian also has NetworkManager tool, which could be running scans.
Attached File(s)
|
|
jalavoui
InsanelyMac Legend
|
![]() |
May 1 2008, 03:10 PM Post #1811
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
i found a bug with ifsta->wmm_enabled and scan_complete
|
|
jalavoui
InsanelyMac Legend
|
![]() |
May 1 2008, 04:14 PM Post #1812
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
i found a bug with ifsta->wmm_enabled and scan_complete
add some scan hacks the 4965 was not the same as 3945 - fixed iwi3945 rel 908 iwi4965 rel 909 3945 linux syslog. can you add to this log the associate/dissasociate calls? need the same for 4965 when this is ready, devoid can add this files for reference in his tutorial this will help to match what you get in iwi logs against linux logs to find bugs iwi2200.dmg os x 10.5 available in iwidarwin site |
|
Ruud
InsanelyMac Geek
|
![]() |
May 1 2008, 04:40 PM Post #1813
|
![]() ![]()
|
The new rel 909 for iwi 4965 causes instant freeze on kextload and KP on boot
Attached File(s)
|
|
nordix
InsanelyMac Geek
|
![]() |
May 1 2008, 04:54 PM Post #1814
|
![]() ![]() ![]()
|
3945 rel 908 -> freeze (KP?) 3 times, log on safe boot below
BTW, how can I check my KP's debugger logs (and make shots of KP) if I have only freezes on blue screen?
Attached File(s)
|
|
austinsnyc
InsanelyMac Protégé
|
![]() |
May 1 2008, 05:15 PM Post #1815
|
|
most of the time blue screen hangs are from AppleIntelIntegratedFramebuffer.kext issues.. damn thats a huge word!
|
|
nordix
InsanelyMac Geek
|
![]() |
May 1 2008, 05:30 PM Post #1816
|
![]() ![]() ![]()
|
austinsnyc, you are right. My leo doesn's boot with GMA950.kext directly (freezes), it loads only with this ...Framebuffer... And it seems that Frameboofer stops my system too, when 3945 loading. Or vice versa, I don't know
|
|
jalavoui
InsanelyMac Legend
|
![]() |
May 1 2008, 05:32 PM Post #1817
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
maybe iosleep hack - try this
iwi3945 rel 911 iwi4965 rel 912 if you get a kp post the picture or write last lines before the kp |
|
sidewalkninja
InsanelyMac Protégé
|
![]() |
May 1 2008, 05:32 PM Post #1818
|
|
From what I can tell, using 910, right after the build it automatically installs the kext and my computer locks up. When I reboot I get kp. I think nordix is maybe getting about the same. I'm new to mac, but normally if I were kernel debugging under linux I would use gdb, which is what I was asking earlier. being able to read the symbols form the kernel and being able to step through breakpoints in the module would probably prove most valuable.
|
|
austinsnyc
InsanelyMac Protégé
|
![]() |
May 1 2008, 05:37 PM Post #1819
|
|
austinsnyc, you are right. My leo doesn's boot with GMA950.kext directly (freezes), it loads only with this ...Framebuffer... And it seems that Frameboofer stops my system too, when 3945 loading. Or vice versa, I don't know I'll upload my appleintelintegratedframebuffer.kext for you I am also using a GMA950 so I know all about this issue. also boot with the -v flag it will give you more output and let you know whats going on
Attached File(s)
|
|
jalavoui
InsanelyMac Legend
|
![]() |
May 1 2008, 05:51 PM Post #1820
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
the bug is in the driver
can someone show me where? |
![]() |
|
Lo-Fi Version | Time is now: 24th November 2009 - 09:04 PM |