Subscribe to our RSS news feed
AAPL 204.44 (-0.7)

171 Pages V  « < 89 90 91 92 93 > »   
Closed Topic Start new topic
Intel Wireless 2100, 2200bg, 2915bg, 3945abg, 4965agn, IWIDarwin drivers for mac os x 10.4 and 10.5 *under development*
***
  • Group: Members
  • Posts: 135
  • Joined: 15-November 07
  • From: Moscow, Russia
  • Member No.: 153,393
iwi3945 rel 906

Much better - scan complete at 330ms

I'd like to save this result and see you later today
Attached File(s)
Attached File  system.txt.zip ( 142.86K ) Number of downloads: 21
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 37
  • Joined: 3-November 07
  • Member No.: 148,772
I also have some great logs it seems we are so damn close now to getting wireless working!!! Amazing work guys!
Attached File(s)
Attached File  GoodLogs_.rtf ( 594.94K ) Number of downloads: 23
 
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 620
  • Joined: 4-April 07
  • Member No.: 98,153
Iwi3945 906.

No more ucode errors smile.gif , you have find the way!

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)
Attached File  reboot_jiffies_iosleep_10__scan_last_scan_jiffies_not_ready__.txt ( 133.4K ) Number of downloads: 14
Attached File  iwi3945.kext.zip ( 238.71K ) Number of downloads: 88
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 30
  • Joined: 3-December 07
  • Member No.: 159,167
QUOTE (@irBOrNE @ Apr 30 2008, 08:33 AM) *
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 smile.gif

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)
Attached File  iwi2200.pkg.zip ( 1.19MB ) Number of downloads: 23
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 2
  • Joined: 25-April 08
  • From: Seattle, WA
  • Member No.: 220,907
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?
PM Profile Card
Go to the top of the page
+ Quote Post
****
  • Group: Members
  • Posts: 193
  • Joined: 28-April 08
  • Member No.: 222,571
don`t know, maybe will help...

http://www.clearchain.com/wiki/FreeBSD_Int...Wireless_Driver
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 1
  • Joined: 25-April 08
  • Member No.: 220,928
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)
Attached File  system.doc ( 242K ) Number of downloads: 19
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 4
  • Joined: 13-October 07
  • Member No.: 141,912
Got this while trying to get the sources:
502 Bad Gateway (http://iwidarwin.googlecode.com)
PM Profile Card
Go to the top of the page
+ Quote Post
********
  • Group: Members
  • Posts: 1,141
  • Joined: 28-August 06
  • Member No.: 53,253
QUOTE (pere @ May 1 2008, 01:36 AM) *
Iwi3945 906.

No more ucode errors smile.gif , you have find the way!

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
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 13
  • Joined: 13-April 08
  • Member No.: 214,350
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)
Attached File  3945syslog2.zip ( 161.09K ) Number of downloads: 6
 
PM Profile Card
Go to the top of the page
+ Quote Post
********
  • Group: Members
  • Posts: 1,141
  • Joined: 28-August 06
  • Member No.: 53,253
i found a bug with ifsta->wmm_enabled and scan_complete
PM Profile Card
Go to the top of the page
+ Quote Post
********
  • Group: Members
  • Posts: 1,141
  • Joined: 28-August 06
  • Member No.: 53,253
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

QUOTE (bond6 @ May 1 2008, 02:39 PM) *
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
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 142
  • Joined: 29-September 06
  • From: The Netherlands
  • Member No.: 57,938
The new rel 909 for iwi 4965 causes instant freeze on kextload and KP on boot
Attached File(s)
Attached File  01052008011.gif ( 894.31K ) Number of downloads: 32
 
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 135
  • Joined: 15-November 07
  • From: Moscow, Russia
  • Member No.: 153,393
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)
Attached File  system.txt ( 42.33K ) Number of downloads: 8
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 37
  • Joined: 3-November 07
  • Member No.: 148,772
most of the time blue screen hangs are from AppleIntelIntegratedFramebuffer.kext issues.. damn thats a huge word!
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 135
  • Joined: 15-November 07
  • From: Moscow, Russia
  • Member No.: 153,393
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
PM Profile Card
Go to the top of the page
+ Quote Post
********
  • Group: Members
  • Posts: 1,141
  • Joined: 28-August 06
  • Member No.: 53,253
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
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 2
  • Joined: 25-April 08
  • From: Seattle, WA
  • Member No.: 220,907
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.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 37
  • Joined: 3-November 07
  • Member No.: 148,772
QUOTE (nordix @ May 1 2008, 05:30 PM) *
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)
Attached File  AppleIntelIntegratedFramebuffer.kext.zip ( 65.31K ) Number of downloads: 7
 
PM Profile Card
Go to the top of the page
+ Quote Post
********
  • Group: Members
  • Posts: 1,141
  • Joined: 28-August 06
  • Member No.: 53,253
the bug is in the driver
can someone show me where?
PM Profile Card
Go to the top of the page
+ Quote Post
171 Pages V  « < 89 90 91 92 93 > » 
Closed Topic Start new topic

3 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
1 Members: jgomezbau

 

RSS Lo-Fi Version Time is now: 24th November 2009 - 09:04 PM