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

171 Pages V  « < 80 81 82 83 84 > »   
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: 142
  • Joined: 29-September 06
  • From: The Netherlands
  • Member No.: 57,938
oke.. im leaving for today.. hope to see you all tomorrow... Good luck
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 30
  • Joined: 3-December 07
  • Member No.: 159,167
iwi4954 r854, unmodified from trunk

My card for some reason, just loves defaulting into 802.11a, maybe I'll take a whack at this later today.
Attached File(s)
Attached File  system.log.txt ( 29.85K ) Number of downloads: 7
 
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
Logs for iwi3945, rel 855
Attached File(s)
Attached File  ioreg.txt ( 34.16K ) Number of downloads: 3
Attached File  dmesg.txt ( 4K ) Number of downloads: 2
Attached File  system.txt ( 572.1K ) Number of downloads: 2
 
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 620
  • Joined: 4-April 07
  • Member No.: 98,153
Javalui,
i have find on iwi3945-base.c that the driver "reads" if the laptop is using battery or power cord, since many of us dont have the power management (no battery indicator or power saving), maybe the driver is getting wrong information about the system power and makes influence on the awake mode...(for example giving different results waking from unplug power or just rebooting).

Can this info be helpful? If so, can this be hacked?.
Or must we try the driver using the battery kexts?. (power management).


/* If on battery, set to 3,
* if plugged into AC power, set to CAM ("continuously aware mode"),
* else user level */
switch (mode) {
case IWL_POWER_BATTERY:
final_mode = IWL_POWER_INDEX_3;
break;
case IWL_POWER_AC:
final_mode = IWL_POWER_MODE_CAM;
break;
default:
final_mode = mode;
break;
}

iwl3945_update_power_cmd(priv, &cmd, final_mode);

rc = iwl3945_send_cmd_pdu(priv, POWER_TABLE_CMD, sizeof(cmd), &cmd);

if (final_mode == IWL_POWER_MODE_CAM)
clear_bit(STATUS_POWER_PMI, &priv->status);
else
set_bit(STATUS_POWER_PMI, &priv->status);

return rc;
}

int iwl3945_is_network_packet(struct iwl3945_priv *priv, struct ieee80211_hdr *header)
{
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 @ Apr 26 2008, 09:21 PM) *
Javalui,
i have find on iwi3945-base.c that the driver "reads" if the laptop is using battery or power cord, since many of us dont have the power management (no battery indicator or power saving), maybe the driver is getting wrong information about the system power and makes influence on the awake mode...(for example giving different results waking from unplug power or just rebooting).


this never worked in iwi2200
i have reenable this but it's better to stay disabled
the power is set to full power in a mac os x call

removed power stuff

iwi3945 rel 856
iwi4965 rel 857

wait...
the power code for iwi3945/4965 is totally wrong
i'll copy from iwi2200 and upload to svn
this is a very stupid bug - all code is in iwi2200

wifipower from iwi2200

iwi3945 rel 860
iwi4965 rel 861

hope this make the drivers more stable
you might see some power messages in logs
this drivers must be very good - all old versions have worked with power disabled smile.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 30
  • Joined: 3-December 07
  • Member No.: 159,167
iwi4965 r861

It finally looks like we're getting somewhere :]

system.log.txt = console logs after loading kext
system_p2.log.txt = console logs after initiating scan via networkSelector
Attached File(s)
Attached File  system.log.txt ( 9.17K ) Number of downloads: 23
Attached File  system_p2.log.txt ( 25.65K ) Number of downloads: 22
 
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
iwi3945, rel 860

Same things as with 4965 r861 (channels scan)
Attached File(s)
Attached File  ioreg.txt ( 34.16K ) Number of downloads: 12
Attached File  system.txt ( 1.68MB ) Number of downloads: 23
Attached File  dmesg.txt ( 4K ) Number of downloads: 14
 
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 620
  • Joined: 4-April 07
  • Member No.: 98,153
Testing Rel 860.

I have found this:
I have a bluetooth native tied to my wireless...if i push the switch to turn off the wireless, the bluetooth is disabled too, some times it gives errors on load...so you adviced me to uninstall the driver to avoid interferences, ok, did it, but now i have much more errors cause seems the firmware is looking for his missing brother and give this errors
(greatest bluetooh hits recopilation).

Can you check if the BLuetooth brothership code is correct? or better separate them forever? smile.gif


Apr 27 01:55:33 Pere kernel[0]: iwl3945: U iwl3945_send_cmd_sync Wait REPLY_BT_CONFIG Condition: 0ms left
Apr 27 01:55:33 Pere kernel[0]: error iwl3945: Error sending REPLY_BT_CONFIG: time out after 500ms.
Apr 27 01:58:31 Pere kernel[0]: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_BT_CONFIG (#9b), seq: 0x0400, 16 bytes at 0[0]:4
Apr 27 01:58:31 Pere kernel[0]: error iwl3945: SYSASSERT (#5) 0001978490 0x0089A 0x00FE0 0x00304 0x00000 57iwl3945: U iwl3945_send_cmd_sync Wait REPLY_BT_CONFIG Condition: 47ms left
Apr 27 01:58:31 Pere kernel[0]: iwl3945: U iwl3945_send_cmd_sync Command REPLY_BT_CONFIG failed: FW Error
Apr 27 02:01:50 Pere kernel[0]: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_BT_CONFIG (#9b), seq: 0x0400, 16 bytes at 0[0]:4
Apr 27 02:01:50 Pere kernel[0]: error iwl3945: Start IWL Error Log Dump:iwl3945: U iwl3945_send_cmd_sync Wait REPLY_BT_CONFIG Condition: 32ms left
Apr 27 02:01:50 Pere kernel[0]: iwl3945: U iwl3945_send_cmd_sync Command REPLY_BT_CONFIG failed: FW Error
Apr 27 02:01:53 Pere kernel[0]: iwl3945: U iwl3945_send_cmd_sync Wait REPLY_BT_CONFIG Condition: 49ms left
Apr 27 02:01:53 Pere kernel[0]: iwl3945: U iwl3945_send_cmd_sync Command REPLY_BT_CONFIG failed: FW Error
Apr 27 02:01:55 Pere kernel[0]: iwl3945: U iwl3945_send_cmd_sync Wait REPLY_BT_CONFIG Condition: 49ms left
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 18
  • Joined: 20-September 07
  • From: MV,CRI
  • Member No.: 135,940
Pere could you put 3945 860 kext please?
Im still downloading xcode (15kb/s on a 128k ISDN), so i cant compile yet...
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 620
  • Joined: 4-April 07
  • Member No.: 98,153
QUOTE (pa28cr @ Apr 27 2008, 12:16 AM) *
Pere could you put 3945 860 kext please?
Im still downloading xcode (15kb/s on a 128k ISDN), so i cant compile yet...


Yep. Kext rel 860 attached.

Javalui ,i try to execute network selector and it crash, attached is the log from the crash too.
Attached File(s)
Attached File  network_selector_crash.rtf ( 3.08K ) Number of downloads: 10
Attached File  iwi3945.kext.zip ( 238.8K ) Number of downloads: 38
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 18
  • Joined: 20-September 07
  • From: MV,CRI
  • Member No.: 135,940
Here are my logs for 860:
It is completing scan
CODE

Apr 26 19:30:22 pabmacpro kernel[0]: iwl3945: U iwl3945_bg_scan_completed SCAN complete scan
Apr 26 19:30:22 pabmacpro kernel[0]: ieee80211_scan_completed

Attached File(s)
Attached File  860log.txt ( 19.67K ) Number of downloads: 13
 
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's my log for latets iwi 4965... missing all the firmware and channel stuff, will try a reboot now to see if i get a full log.


ok after a reboot i got a better log... did some manual scanning and now see "Request scan" and then you can clearly see scanning log lines. smile.gif
Attached File(s)
Attached File  system.txt ( 20.7K ) Number of downloads: 8
Attached File  system2.txt ( 68.69K ) Number of downloads: 7
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 16
  • Joined: 1-February 08
  • From: USA
  • Member No.: 180,880
I've been checking in so often until I could help with the 4965, and it looks like that time has come. I'm a fairly advanced PC user, but a novice to OS X, so could anyone give me step by step directions for what I have to do to test this driver, or send me a link or something to where this is explained? I haven't been able to find anything so far.

Thanks,
Beeve
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 19
  • Joined: 7-November 07
  • From: Germany
  • Member No.: 150,788
It's really nice to see the ongoing progress! Keep it up! biggrin.gif

r861, iwi3945:
No kernel panics, I could work on my machine for about 45 minutes!
Scans successfully started at 11:44:39 and 11:47:43.

Logs are attached, as well as the kext.
Attached File(s)
Attached File  iwi3945_r861.zip ( 241.15K ) Number of downloads: 45
Attached File  dmesg_0.txt ( 4K ) Number of downloads: 11
Attached File  dmesg_1.txt ( 4K ) Number of downloads: 6
Attached File  ioreg.txt ( 43.82K ) Number of downloads: 6
Attached File  system.txt ( 254.38K ) Number of downloads: 23
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 8
  • Joined: 19-April 08
  • Member No.: 217,563
Can someone pls provide the networkSelector app as binary here, i cannot compile it?

Cheers, Tyn
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 9
  • Joined: 7-April 08
  • Member No.: 211,402
Testing 860

-x boot, then kextload, gives system_860-1.txt

No errors as the card starts. Seems to scan ok, although no SCAN_COMPLETE.

Attached File  system860_1.txt ( 696.1K ) Number of downloads: 7



system.txt as logs for a normal boot. Often get FW errors as the card starts, however it seems to recover.

Many of the bssid addr are correct for the APs in my area.

I'm able to start a scan using network_selector, although I still don't get SCAN_COMPLETE

Attached File  system.txt ( 769.76K ) Number of downloads: 10
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 (BoboBear @ Apr 27 2008, 12:10 PM) *
Testing 860

I'm able to start a scan using network_selector, although I still don't get SCAN_COMPLETE


can you explainhow do you get this logs
looks like your card is the only that works
can you test the timer hack? - if this works without errors for you i'll add it to svn
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 9
  • Joined: 7-April 08
  • Member No.: 211,402
I booted with -x.

Build the kext, kext_helper to install. Manual kextload.


Not sure if it makes any difference, but I have added the chunnan IOPCCard patch.


I haven't made any changes to 860. What timer hack would you like me to test?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 13
  • Joined: 16-March 08
  • Member No.: 200,476
I got fed up floundering about in the dark, so I've been working on getting 1.2.23 compiled with debug enabled on Linux.

After much faffing, rebuilding kernels etc. here's the result. smile.gif

Hopefully it might be some use as a reference?
Attached File(s)
Attached File  iwl4965_linux_syslog.txt ( 64.5K ) Number of downloads: 43
 
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 146
  • Joined: 28-April 07
  • Member No.: 104,181
Hey all,

861 logs attached. init lines missign again. manual kextload. Looks like you all did a lot of work yesterday.

it looks like its scanning a little bit. oh and this is new:

Apr 27 09:21:42 Sony kernel[0]: iwl3945: U iwl3945_rx_handle r = 30, i = 29, REPLY_3945_RX, 0x1b
Apr 27 09:21:42 Sony kernel[0]: iwl3945: U iwl3945_rx_reply_rx Bad CRC or FIFO: 0x00000702.

Hope this log helps some. But, as you know, my card seems different than most.

Attached File  861.txt ( 38.92K ) Number of downloads: 5
PM Profile Card
Go to the top of the page
+ Quote Post
171 Pages V  « < 80 81 82 83 84 > » 
Closed Topic Start new topic

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

 

RSS Lo-Fi Version Time is now: 22nd November 2009 - 05:59 AM