Jump to content

Intel Wireless 2100, 2200bg, 2915bg, 3945abg, 4965agn


jalavoui
 Share

3,411 posts in this topic

Recommended Posts

But now i dont see on my log what i saw in the last 3 versions.... :)

 

You got this:

iwl3945_add_station Add STA ID 0: 00:80:5a:36:f7:01

 

Noticed this:

May 3 00:17:20 Pere kernel[0]: scan last_scan_jiffies not ready?\

Link to comment
Share on other sites

pere,

that is not the problem

the bug is in sending commands

in your logs you can make the scan call

but

after it finishes it doesn't send the config commands

if you fix this everything else will work

tip to try:

ret = HOST_COMPLETE_TIMEOUT/10;

while(test_bit(STATUS_HCMD_ACTIVE, &priv->status)) {

IOSleep(10);

 

 

i've add a hack in code for assoc

search in xcode for

hacking associate stabssid=

and you'll find the code

try to fix if it doesn't work

be back tomorrow

 

iwi3945 rel 932

iwi4965 rel 933

Link to comment
Share on other sites

iwi4965 rel 933

 

Mixed results:

May 2 15:56:16 adam-notebook kernel[0]: error iwl4965: Error sending REPLY_RXON: time out after 500ms.

May 2 15:56:16 adam-notebook kernel[0]: error iwl4965: Error setting new configuration (-60).

 

May 2 15:56:16 adam-notebook kernel[0]: error iwl4965: ERROR: No TX rate available.

 

May 2 15:56:37 adam-notebook kernel[0]: iwl4965: U iwl4965_tx_skb Sending REASSOC frame

May 2 15:56:37 adam-notebook kernel[0]: iwl4965: U iwl4965_tx_skb station Id 31

May 2 15:56:37 adam-notebook kernel[0]: ieee80211_get_morefrag @ /Users/Adam/Desktop/root/compatibility.cpp:1023

May 2 15:56:37: --- last message repeated 1 time ---

May 2 15:56:37 adam-notebook kernel[0]: IOPCCard debug: iwl data: 0: 2e 00 00 00 00 20 00 00 00 00 00 00 0a 42 00 00 ..... .......B..

May 2 15:56:37 adam-notebook kernel[0]: IOPCCard debug: iwl data: 10: 1f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

May 2 15:56:37 adam-notebook kernel[0]: IOPCCard debug: iwl data: 20: 00 00 00 00 00 00 00 00 ff ff ff ff 18 50 ab 05 .............P..

May 2 15:56:37 adam-notebook kernel[0]: IOPCCard debug: iwl data: 30: 00 3c 0f 00 03 00 00 00 .<......

May 2 15:56:37 adam-notebook kernel[0]: IOPCCard debug: iwl data: 0: 20 20 20 20 20 20 20 31 39 36 20 5b 54 69 6d 65 196 [Time

May 2 15:56:37 adam-notebook kernel[0]: IOPCCard debug: iwl data: 10: 45 00 00 30 2f 82 40 00 E..0/.@.

May 2 15:56:37 adam-notebook kernel[0]: iwl4965: U iwl4965_mac_tx leave

May 2 15:56:37 adam-notebook kernel[0]: iwl4965: U iwl4965_mac_config_interface leave

 

See ya, jalavoui. Nice work today

systemlog_933.txt

Link to comment
Share on other sites

iwi4965

the bug is in

iwl4965_tx_skb station Id 31

i add code to associate to station id 0

 

try to replace this

sta_id=iwl4965_hw_find_station(priv, sdata->u.sta.bssid);

with

sta_id=iwl4965_hw_find_station(priv, &sdata->u.sta.bssid);

Link to comment
Share on other sites

iwi4965

the bug is in

iwl4965_tx_skb station Id 31

i add code to associate to station id 0

 

try to replace this

sta_id=iwl4965_hw_find_station(priv, sdata->u.sta.bssid);

with

sta_id=iwl4965_hw_find_station(priv, &sdata->u.sta.bssid);

 

Understood. I will give it a try

 

Edit: I didn't get the timeout error after making the &sdata edit, but it still didn't add/assoc sta id 0. I think I am out of range of a network again. I will try again when I get home, where I have strong wifi.

Link to comment
Share on other sites

Tried last version for today.

Got KP at first reboot. Second reboot was ok.

Scan stil loops.

Finds the card in Network. Shows not connected. Seems like networkselector isnt doing anything atm.

But it does a whole lot more then the other one a tried today before (918 if not mistaken).

Good work today!

Glad you're not giving up on us. We really apreciate the efford you have put in to this project jalavoui and testers.

Link to comment
Share on other sites

iwi4965 rel 933

 

Some really interesting stuff here. First of all, it associates, or tries to at least. I opened up a wireless router here with no security, hoping it might get associated with. Activity light on router is flashing, when I switch off wifi card, flashing stops on router.

 

It tries once to associate, then afterwards a TON of stuff is generated in the log. I have attached the full system log, and also a log of just the associate attempt. I have also attached a kext if non-xcode users want to try it out NOTE: This is the kext after I made the code change recommended by jalavoui a few posts back.

 

Note: Sometimes my laptop is freezing up - either on boot or after being on for 4-5 minutes. No KP yet.

 

May 2 17:39:27 adam-notebook kernel[0]: hacking associate stabssid=00:18:4d:9d:26:3e

May 2 17:39:27 adam-notebook kernel[0]: ieee80211_associate @ /Users/Adam/Desktop/root/compatibility.cpp:3697

May 2 17:39:27 adam-notebook kernel[0]: IOPCCard debug: en1: associate with AP 00:18:4d:9d:26:3e

May 2 17:39:27 adam-notebook kernel[0]: ieee80211_privacy_mismatch @ /Users/Adam/Desktop/root/compatibility.cpp:3553

systemlog_933.txt

933_association.txt

iwi4965.kext.zip

Link to comment
Share on other sites

adamisnt, if you also took logs from the router your referring to, wouldn't you be able to

see what the wireless card and router are communicating?, like if the router sends

something back to the wireless card and waits for a reply but never gets one?

 

just a question though. not sure if it would help....

 

im crossing my fingers that this works :D, it looks like its real close!

 

i would help test out, but i have the 965 chipset and have yet to get any 10.5 to actually install correctly.

Link to comment
Share on other sites

iwi3945 rel 934 -> no KP, but still error with timeout

 

here's the bug

 

error iwl3945: Error sending REPLY_RXON: time out after 500ms.

May 3 16:36:46 evgenijs-acpi kernel[0]: error iwl3945: Error setting new configuration (-60).

May 3 16:36:46 evgenijs-acpi kernel[0]: iwl3945: U iwl3945_hw_reg_txpower_get_temperature Temperature: 98

May 3 16:36:46 evgenijs-acpi kernel[0]: timei 60000 timei2 2041809174

May 3 16:36:46 evgenijs-acpi kernel[0]: iwl3945: U iwl3945_alive_start ALIVE processing complete.

May 3 16:36:46 evgenijs-acpi kernel[0]: __ OUT iwl3945_alive_start __

May 3 16:36:46 evgenijs-acpi kernel[0]: GFX0: family specific matching

 

the driver need to receive the iwl3945_alive_start before sending commands

nop - i'm wrong the bug is somewhere else...

 

try this

 

iwi3945 rel 936

Link to comment
Share on other sites

iwi3945 rel 937 -> KP, then ok

 

BTW, something happening with my PC - it demands password when I enter Leo, but yesterday everything was as usual - prompts appeared only when I reloaded in safe mode

 

I'll try to be faster. Maybe, someone else wants to participate with me? At least to take several results from the same release in different work conditions

system.txt

post-153393-1209829145_thumb.jpg

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...