Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

171 Pages V  « < 109 110 111 112 113 > »   
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: 15
  • Joined: 24-April 08
  • Member No.: 220,650
Ok,
I tricked my HP into getting the Enet port 2 installed, cost me 2 freezes, but it is now installed, so I am no longer getting the 'go apply' in the logs.
BUT now it KP's on boot regardless. I can't catch any of the information in the logs.
It won't write and it goes through a huge backtrace thing on the screen so the information is useless.
And it goes by too fast for me, so I am at a loss as to how to help on this now...
Mark

Oh, running 3945 1034
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 think the dev_queue_xmit() need better code...

fixed some bugs

iwi3945 rel 1035
iwi4965 rel 1036
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 15
  • Joined: 24-April 08
  • Member No.: 220,650
Ok, built & tested 1036, attached is a pic of latest KP.

Hope this helps.


Attached File  1036_kp_pix.JPG ( 44.46K ) Number of downloads: 30
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
1035 -> freezes (KP's)
Attached File(s)
Attached File  system.txt ( 43.64K ) Number of downloads: 4
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 15
  • Joined: 24-April 08
  • Member No.: 220,650
I am looking at your logs nordix and am encouraged & discouraged. What is the config of your box? What kernel are you using? Because obviously with the KALy that I am using, the driver is not doing any scan, and never comes up with the MAC address of the enet card...

I am wondering if different kernels react differently to the driver.
Mark
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 (mprewitt @ May 8 2008, 09:29 PM) *
Ok, built & tested 1036, attached is a pic of latest KP.

Hope this helps.


yep
i need someone to add
IOLog("1\n");
IOLog("2\n"); etc
to the functions of previous kp to find out where the driver get the kp

nordix,
if you allways get kp
there's no point in posting log because it as no data related with the kp

add iologs to
ieee80211_tx_h_rate_ctrl()
and
rs_get_rate()
this will show the place of the kp

wait...
i'll try this code in ieee80211_tx_h_rate_ctrl()
if (unlikely(!tx->sta)
return TXRX_CONTINUE;

if this if 1st packect bug it will fix it
i'll upload to svn

try it

iwi3945 rel 1037
iwi4965 rel 1038
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 15
  • Joined: 24-April 08
  • Member No.: 220,650
Jalavoui,
I am happy to hack the code if you can be a little more specific about which file/area you need me to put in the IOLog routines?
I haven't taken time to really look at your code because it has been changing so fast with updates.
Mark
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've hacked dev_get_by_index()
might help

iwi3945 rel 1039
iwi4965 rel 1040

forgot to update 4965
iwi4965 rel 1041

to insert iologs
look at nordix example
quite easy to catch kp tis way smile.gif
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
1037 -> all the same...

jalavoui - how should I insert iologs? like in the attached file?
Attached File(s)
Attached File  1.rtf ( 3.79K ) Number of downloads: 6
 
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 620
  • Joined: 4-April 07
  • Member No.: 98,153
Have come back right now, will download last version and try to hack that code.
Will inform as soon as i can get something clear smile.gif

Nordix has done a good job with the iologs, so im going to test directly!!
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 15
  • Joined: 24-April 08
  • Member No.: 220,650
ok,
here is the latest KP.
Mark
3945 1041

Attached File  1041_kp.jpg ( 43.77K ) Number of downloads: 23
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Local Moderators
  • Posts: 436
  • Joined: 12-September 06
  • From: iPhone: -23.982922,-46.293762
  • Member No.: 55,569
i have this on dmesg (maybe can help for new ideas)


sta_info_cleanup @ /Users/DoctaDre/Desktop/Latest wireless Kext/compatibility.cpp:5436
iwl3945: U iwl3945_hw_reg_txpower_get_temperature Temperature: 32
timei 60000 timei2 1147997624
sta_info_cleanup @ /Users/DoctaDre/Desktop/Latest wireless Kext/compatibility.cpp:5436
connect
Trying to turn card off... don't work use kextunload
request scan - disabled!
sta_info_cleanup @ /Users/DoctaDre/Desktop/Latest wireless Kext/compatibility.cpp:5436
request scan - disabled!
sta_info_cleanup @ /Users/DoctaDre/Desktop/Latest wireless Kext/compatibility.cpp:5436
disconnect
sta_info_cleanup @ /Users/DoctaDre/Desktop/Latest wireless Kext/compatibility.cpp:5436
iwl3945: U iwl3945_hw_reg_txpower_get_temperature Temperature: 32
timei 60000 timei2 1018479391
sta_info_cleanup @ /Users/DoctaDre/Desktop/Latest wireless Kext/compatibility.cpp:5436
iwl3945: U iwl3945_hw_reg_txpower_get_temperature Temperature: 32
timei 60000 timei2 888963271
sta_info_cleanup @ /Users/DoctaDre/Desktop/Latest wireless Kext/compatibility.cpp:5436
iwl3945: U iwl3945_hw_reg_txpower_get_temperature Temperature: 32
timei 60000 timei2 759447726
sta_info_cleanup @ /Users/DoctaDre/Desktop/Latest wireless Kext/compatibility.cpp:5436
iwl3945: U iwl3945_hw_reg_txpower_get_temperature Temperature: 32
timei 60000 timei2 629928258
sta_info_cleanup @ /Users/DoctaDre/Desktop/Latest wireless Kext/compatibility.cpp:5436
MacBook:applications f41qu3$
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
fix for last kp - maybe

iwi3945 rel 1042
iwi4965 rel 1043
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 15
  • Joined: 24-April 08
  • Member No.: 220,650
Ok, 3945 1043
KP is alittle different.
sorry the picture sucks..

Attached File  1043_kp.JPG ( 35.3K ) Number of downloads: 68
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 rel 1042

Reboot log and manual scan log

On reboot, i always get ucode errors no matter what i put on iosleep, but the card seems to recover and do a first scan by itself.


I have reboot 10 times, no KP. sad.gif
Attached File(s)
Attached File  reboot.txt ( 515.07K ) Number of downloads: 10
Attached File  manual_scan.txt ( 177.73K ) Number of downloads: 11
 
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
ok - run a few tests
post kp pictures
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 3
  • Joined: 3-May 08
  • Member No.: 225,157
Hey Guys. I just started using OSx86 on my laptop and I have the intel 3945abg card. I'm really really excited to hear about this project, but I have no idea how to get or use these drivers. I heard that they are on svn some where, but I'm not familiar with OSX. If it wouldn't bother you guys too much, could you point me somewhere that will help me figure out how to begin testing this driver along with you guys? If it's posted in this topic somewhere, go ahead and curse at me if you must, but also include the post number or something. Thanks
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 3
  • Joined: 4-February 07
  • Member No.: 81,993
biojay, you need to set up your system to download the latest rel from the svn that jalavoui set up. Then you need to compile the kext yourself. if you are up for the challenge, check out this topic:

http://forum.insanelymac.com/index.php?showtopic=71779
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 3
  • Joined: 3-May 08
  • Member No.: 225,157
Thanks. I'm currently downloading Xcode. I have experience with SVN, linux, etc. Just never messed with mac software before, so I didn't know really how things were done there. Thanks for the topic and help.

Jalavoui, I just want to say thanks for devoting the time to this project. I installed OSX on my compaq the other day and was really excited with the results. The only thing that wasn't working was the 3945abg card. Hopefully soon it'll be fully functional.
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
tx packet code

iwi3945 rel 1044
iwi4965 rel 1045
PM Profile Card
Go to the top of the page
+ Quote Post
171 Pages V  « < 109 110 111 112 113 > » 
Closed Topic Start new topic

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

 

RSS Lo-Fi Version Time is now: 22nd November 2009 - 06:58 AM