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

171 Pages V  « < 93 94 95 96 97 > »   
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: 37
  • Joined: 23-April 08
  • Member No.: 220,255
QUOTE (jalavoui @ May 2 2008, 11:09 PM) *
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.
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 932, log attached
Attached File(s)
Attached File  system.txt ( 33.41K ) Number of downloads: 17
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 37
  • Joined: 23-April 08
  • Member No.: 220,255
QUOTE (nordix @ May 2 2008, 11:32 PM) *
iwi3945 rel 932, log attached


Yours found something at sta id 21, but not 0
Nice how it finishes up the scans and doesn't loop.

(I am not sure if I know what I am talking about tongue.gif )
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 3
  • Joined: 2-May 08
  • Member No.: 224,691
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.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 37
  • Joined: 23-April 08
  • Member No.: 220,255
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

Attached File(s)
Attached File  systemlog_933.txt ( 214.92K ) Number of downloads: 7
Attached File  933_association.txt ( 3.91K ) Number of downloads: 10
Attached File  iwi4965.kext.zip ( 408.34K ) Number of downloads: 29
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 39
  • Joined: 2-May 06
  • From: The Planet Omicron Persei Eight :D
  • Member No.: 37,344
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 smile.gif, 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.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 8
  • Joined: 22-March 08
  • From: Italy
  • Member No.: 203,482
thanks to iwidarwin group for develop this driver "4965", if i can help you write to me...
i have Acer Aspire 5920g..
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 83
  • Joined: 21-March 08
  • Member No.: 202,981
Hello all,
I've seen that in http://code.google.com/p/iwidarwin/ the driver for iwi3945 is disappear!!!
I've try tge rel 349 and it don't work!

Are same news about this driver??

I've a sony vaio FZ18M!
Thanks a lot
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 2
  • Joined: 16-April 08
  • Member No.: 215,862
dude read the thread.

there is no working solution of 3945, but thanks to the efforts of the people here and largely of late javaloui it looks to be getting near.

post some logs if you want to help the process.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 83
  • Joined: 21-March 08
  • Member No.: 202,981
How i can download the dmg? the first time i've downloaded it by the http://code.google.com/p/iwidarwin/ but now isn't
PM Profile Card
Go to the top of the page
+ Quote Post
****
  • Group: Members
  • Posts: 193
  • Joined: 28-April 08
  • Member No.: 222,571
jalavoui, check out this offer http://forum.insanelymac.com/index.php?showtopic=102989

AFAIK, you don`t have one, so...

g`luck
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
in linux logs the driver gets a call to ieee80211_authenticate before assoc

iwi3945 rel 934
iwi4965 rel 935
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 39
  • Joined: 24-December 07
  • Member No.: 165,412
guys, since i dont' have enough space on my hard disk, i even can't download and install xcode.

can someone upload this final compiled SVN iw4965 rel 935 kext ?

tnx.
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 934 -> no KP, but still error with timeout
Attached File(s)
Attached File  system.txt ( 28.69K ) Number of downloads: 13
 
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 (nordix @ May 3 2008, 12:45 PM) *
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
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 936 -> first time I got freeze, then ok, but log w/o changes, in my noob's opinion
Attached File(s)
Attached File  system.txt ( 75.65K ) Number of downloads: 5
 
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 90
  • Joined: 12-April 08
  • Member No.: 213,966
downloading xcode now hefty dl
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 39
  • Joined: 24-December 07
  • Member No.: 165,412
me too bro
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 - lets try this

iwi3945 rel 937

need inital drive log lines as in previous post
and faster logs 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
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
Attached File(s)
Attached File  system.txt ( 38.73K ) Number of downloads: 4
Attached File  IMG_0093.JPG ( 510.37K ) Number of downloads: 29
 
PM Profile Card
Go to the top of the page
+ Quote Post
171 Pages V  « < 93 94 95 96 97 > » 
Closed Topic Start new topic

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

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 07:34 PM