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

171 Pages V  « < 73 74 75 76 77 > »   
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: 39
  • Joined: 3-January 06
  • Member No.: 19,046
My dev id is also 4222.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 26
  • Joined: 28-August 07
  • Member No.: 130,627
Ok Ive been watching for awhile, waiting for 4965 to get into play. Missed a few days of checking. Now your onto it. Can someone if possible PM me and explain to me how to test this? I will help out the whole way through.
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 (pa28cr @ Apr 25 2008, 05:42 AM) *
Jalavoui,
i was going over iwi3945.cpp, it and found this:
{
const char * model = "3945 ABG";
/*if ((fPCIDevice->configRead16(kIOPCIConfigDeviceID) == 0x4223) ||
(fPCIDevice->configRead16(kIOPCIConfigDeviceID) == 0x4224))
{
model = "2915 ABG";
};*/

I know its a multiline comment, but shouldn't 0x4222 be included as well?
If not, sorry to bother with my comments...


this is just to id the card to mac os x.
the driver detects the card with the ids of info.plist file
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 90
  • Joined: 12-April 08
  • Member No.: 213,966
Mine is 4222 as well

PCI\VEN_8086&DEV_4222&SUBSYS_135B103C&REV_02
PCI\VEN_8086&DEV_4222&SUBSYS_135B103C
PCI\VEN_8086&DEV_4222&CC_028000
PCI\VEN_8086&DEV_4222&CC_0280
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 77
  • Joined: 5-June 07
  • From: Gengoro Island
  • Member No.: 112,402
To be clear, 4223 and 4224 is the ID for 2195 cards, according to the commented code.

If you guys don't know how to code, don't waste your time looking at it.
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
as you can see, the code is between /* and */ this means it is commented out en therefor doenst work
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 39
  • Joined: 24-December 07
  • Member No.: 165,412
Thank you Miguel Madrid.
I will keep that good instruction in case someone asks here again.
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
iwi3945 rel 828
iwi4965 rel 829

ready for testing
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
oke here are my logs for iwi 4965 rel 829
Attached File(s)
Attached File  system.txt ( 55.41K ) Number of downloads: 12
Attached File  ioreg.txt ( 35.43K ) Number of downloads: 2
Attached File  dmesg.txt ( 4K ) Number of downloads: 3
 
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 828
Still stuck on restart (fail to init correctly 20% then got wrong logs), The 80% inits correctly, but get frozen, the more far line i have seen is talking about GEOX... sad.gif

Manual load log and kext

EDIT: I have been thinking why my card is different from others for a while... i have read about on linux the card fail to wake up cause its on deep sleep sometimes, and maybe you have add a code to make it awake, could be intel has solve that problem on my revision and that code make it freeze?. Just a thinking.
Attached File(s)
Attached File  manual_load.rtf ( 52.3K ) Number of downloads: 10
Attached File  fail_init_reboot.rtf ( 14.94K ) Number of downloads: 5
Attached File  iwi3945.kext.zip ( 237.84K ) 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
pere,
if i can figure out waht's wrong with your card i'll have the driver ready

i hope the cards like this:
iwi3945 rel 830
iwi4965 rel 831

check if you get first log lines in system.log
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 30
  • Joined: 19-March 08
  • From: Madrid (Spain)
  • Member No.: 201,937
QUOTE (kazzi @ Apr 25 2008, 12:10 PM) *
To be clear, 4223 and 4224 is the ID for 2195 cards, according to the commented code.

If you guys don't know how to code, don't waste your time looking at it.


Kazzi.... we know is commented, but as far as we know, there are two ID for the 3945 card...

4222 and 4227.... and that could be one of the reasons the card is not initializated correctly....

Sorry for not knowing more about coding... we are trying to make our best to help... smile.gif

By the way....

Apr 25 15:58:35 Miguel kernel[0]: iwl3945: U iwl3945_rx_handle r = 203, i = 201, STATISTICS_NOTIFICATION, 0x9d
Apr 25 15:58:35 Miguel kernel[0]: iwl3945: U iwl3945_hw_rx_statistics Statistics notification received (240 vs 244).
Apr 25 15:58:35 Miguel kernel[0]: iwl3945: U iwl3945_rx_handle r = 203, i = 202, SCAN_START_NOTIFICATION, 0x82
Apr 25 15:58:35 Miguel kernel[0]: iwl3945: U iwl3945_rx_scan_start_notif Scan start: 38 [802.11a] (TSF: 0x00000000:0008BD6C) - 1 (beacon timer 83927700)

I don't get any error loading the kext if I shutdown and power on the laptop instead of just reboot it... (as pere is doing from the beging).
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 37
  • Joined: 7-November 07
  • From: Saskatchewan, Canada
  • Member No.: 150,571
4965 r829 logs

and r829 kext
Attached File(s)
Attached File  system.txt ( 404.25K ) Number of downloads: 15
Attached File  iwi4965.kext_r829.zip ( 557.55K ) Number of downloads: 30
 
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 281
  • Joined: 4-October 07
  • Member No.: 139,847
My logs from 4965- rev 827. Can't post more up to date ones because I can't build the Kext, Xcode gives me errors. I did this with my network cable unplugged, but with a reboot. During one of the reboots I got a Kernel Panic after logging in, hasn't happened again though.
Attached File(s)
Attached File  System_Log_4965_r827.txt ( 60.59K ) Number of downloads: 4
 
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 90
  • Joined: 12-April 08
  • Member No.: 213,966
Im needed on the floor here is 828
Attached File(s)
Attached File  systemlog828.txt ( 73.31K ) Number of downloads: 2
 
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 need logs for rel 830 and 831
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
QUOTE (jalavoui @ Apr 25 2008, 02:59 PM) *
...
i need logs for rel 830 and 831



im working on it smile.gif

oke logs for 831 iwi 4965, think the logs are very the same

kext is iwi 4965 rel 832
Attached File(s)
Attached File  dmesg.txt ( 4K ) Number of downloads: 2
Attached File  ioreg.txt ( 34.39K ) Number of downloads: 2
Attached File  system.txt ( 48.36K ) Number of downloads: 5
Attached File  iwi4965.kext.zip ( 557.6K ) Number of downloads: 39
 
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 281
  • Joined: 4-October 07
  • Member No.: 139,847
QUOTE (jalavoui @ Apr 25 2008, 02:59 PM) *
...
i need logs for rel 830 and 831


IF someone can posts the kexts, I will test the version!
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
QUOTE (Wayfarer247 @ Apr 25 2008, 03:06 PM) *
IF someone can posts the kexts, I will test the version!



i attached it to my previous post smile.gif
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 77
  • Joined: 5-June 07
  • From: Gengoro Island
  • Member No.: 112,402
Log for 3945, rev 831, hang on restart: (I can only write down the last lines)

iwl3945_mac_open Start Up work
queue_te : 6531
ieee80211_tx_pending : 5517
test_function : 6520
ieee80211_tasklet_handler : 1798
test_function : 6520
iwl3945_rx_handler r=1, i=0, REPLY_ALIVE, 0x01
iwl3945_rx_reply_alive Alive uCode status 0x00000001 rev 0x1 0x9
iwl3945_rx_reply_alive initialization alive received
queue_te : 6531
timei 10 timei2 -1317038852
test_function : 6520
iwl3945_bg_init_alive_start __ IN iwl3945 __
iwl3945_verify_inst_sparse ucode inst image size is 900
iwl3945_verify_inst_sparse ucode inst image size is 2668
iwl3945_verify_ucode initialize ucode is good in inst SRAM
iwl3945_init_alive_start initialization alive received
iwl3945_set_ucode_ptrs Runtime ucode pointers are set
queue_te : 6531
(hangs here)

(please tell me if it helps or not)
PM Profile Card
Go to the top of the page
+ Quote Post
171 Pages V  « < 73 74 75 76 77 > » 
Closed Topic Start new topic

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

 

RSS Lo-Fi Version Time is now: 22nd November 2009 - 12:23 AM