Intel Wireless 2100, 2200bg, 2915bg, 3945abg, 4965agn, IWIDarwin drivers for mac os x 10.4 and 10.5 *under development* |
![]() |
Intel Wireless 2100, 2200bg, 2915bg, 3945abg, 4965agn, IWIDarwin drivers for mac os x 10.4 and 10.5 *under development* |
|
dab77
InsanelyMac Protégé
|
![]() |
May 3 2008, 10:20 PM Post #1941
|
|
iwi3945 , r. 948
KPs as soon as i load it. compiled with xcode (my first time, so possibly my foult?)
Attached File(s)
|
|
jalavoui
InsanelyMac Legend
|
![]() |
May 3 2008, 10:21 PM Post #1942
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
i think this hack need some hacks
iwi4965 rel 952 |
|
myself108
InsanelyMac Protégé
|
![]() |
May 3 2008, 10:23 PM Post #1943
|
|
Hello all, I used to test the kext when mlazy had posted the kexts. Now Im trying to figger out for the life of me, how to compile my own kexts. Ive downloaded xcode, and now with devoids and pere's guide, Im at loss to find out which files I need to compile the kexts, how to download the entire file trunk. Guess Im just a dumb noob. Im no stranger to code (c++/java under my belt) Anyone down for helpin me out? open the xcode project file *.xcodeproj then press the build button on the toolbar... it will place the built kext in /your working directory/build/debug/ |
|
Lofn
InsanelyMac Protégé
|
![]() |
May 3 2008, 10:27 PM Post #1944
|
|
iwi4965 rel 952
kext attached edit: system becomes unresponsive immediately after loading first three reboots unsuccessful (hangs at login), no kp message fourth reboot ok, no kp, log coming soon
Attached File(s)
iwi4965.kext.zip ( 408.36K )
Number of downloads: 22
system.log.txt.zip ( 54.41K )
Number of downloads: 6 |
|
myself108
InsanelyMac Protégé
|
![]() |
May 3 2008, 10:39 PM Post #1945
|
|
here is a log for 4965 r952
tried three times got kp every time... third reboot was -x boot edit: the last line that shows in console before kernel panic is iwl4965: U iwl4965_mac_tx leave
Attached File(s)
|
|
x4hu
InsanelyMac Geek
|
![]() |
May 3 2008, 10:44 PM Post #1946
|
![]() ![]()
|
same as myself108 KP on boot.
edit: Hmm i have quite the same logs with you myself108 until that iwl4965: U iwl4965_mac_tx leave line.. I have some more lines after just before KP oO
Attached File(s)
|
|
pere
InsanelyMac Legend
|
![]() |
May 3 2008, 11:08 PM Post #1947
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
iwi 3945 ucode bug and timeouts.
Couldnt make it work with the suggested hack. Searched on internet and this bug has been a pain in the a** for a lot of linux users using hardy release. I have find someone has release a fix for the ucode errors on 3945, but i dont know how to reach this info: The upstream bug report mentions the following commits as possibly fixing this bug report: commit 5c0eef960bdb87a53ba390aab7b069b2bc8d7f6d tree 7c219792536fc1bfcbdf35ae2741a0621f3ccdea parent 7878a5a4fcc5002e805c054730c4c5639c9d071d author Mohamed Abbas Thu, 29 Nov 2007 11:10:14 +0800 committer David S. Miller Mon, 28 Jan 2008 15:05:36 -0800 iwlwifi: fix ucode assertion for RX queue overrun commit d68ab68066805fdfee1f5f29ec2ec0179fd92fe1 tree 6f457e23a5b44d759050e0039a68c9f8ce66ff18 parent c342a1b91f6ccd317c68defd3b4c7bb75397d967 author Mohamed Abbas Thu, 07 Feb 2008 13:16:33 -0800 committer John W. Linville Fri, 15 Feb 2008 13:44:18 -0500 iwlwifi: earlier rx allocation The link from the main thread is here: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/185470. Also get this info: They're currently working on packaging an updated driver which has a real fix for this problem and it will be available through the linux-backports-modules package. The Network Manager fix is strictly a workaround for the driver because the driver doesn't support SCAN_CAPA. The newer driver does however and also includes a fix for the LED light. What can we do for help, Javalui?. |
|
myself108
InsanelyMac Protégé
|
![]() |
May 3 2008, 11:12 PM Post #1948
|
|
finally got no kp with r952
-x boot and removed and recreated the ethernet interface in system preferences here is a log
Attached File(s)
|
|
Doctadre
InsanelyMac Protégé
|
![]() |
May 3 2008, 11:17 PM Post #1949
|
![]()
|
Thanks myself108 and x4hu. My issue now is every time I try to build the kext I get 27 warnings and then an error that the build has failed. Any ideas? Im off to comb this thread for anyone else having that problem
|
|
myself108
InsanelyMac Protégé
|
![]() |
May 3 2008, 11:20 PM Post #1950
|
|
Thanks myself108 and x4hu. My issue now is every time I try to build the kext I get 27 warnings and then an error that the build has failed. Any ideas? Im off to comb this thread for anyone else having that problem check to see what the error is... someone else had an one error earlier today it was because the script run to load the kext failed because it needed a password, but the build still worked... check to see if the kext is in the /svn source directory/build/debug if it is then load it manually... dont worry about the warnings, it will still build with warnings, the current 4965 builds with more than 400 |
|
Doctadre
InsanelyMac Protégé
|
![]() |
May 3 2008, 11:24 PM Post #1951
|
![]()
|
K brb, Im sure, it didnt even finish building the kext. Thanks in advance for helpin out, Reppin Halifax, NS here
|
|
rulli
InsanelyMac Protégé
|
![]() |
May 3 2008, 11:38 PM Post #1952
|
|
For the bug fixes (3945) under Linux I found these links:
http://www.mail-archive.com/git-commits-he...g/msg33809.html and this: http://www.mail-archive.com/git-commits-he...g/msg41153.html Hope it helps One change is u32 count = 0; to u32 count = 8; The other hack is more complicate: http://git.kernel.org/?p=linux/kernel/git/...94ae316c6b79a03 |
|
Doctadre
InsanelyMac Protégé
|
![]() |
May 3 2008, 11:56 PM Post #1953
|
![]()
|
|
|
myself108
InsanelyMac Protégé
|
![]() |
May 4 2008, 12:10 AM Post #1954
|
|
Doctadre
InsanelyMac Protégé
|
![]() |
May 4 2008, 12:26 AM Post #1955
|
![]()
|
Ah, stupid me got the files mixed up. Alright So Ive got the build, but Im pretty sure something is wrong according the initial part of the logs. My logs do not look the same as they did with the chun nan kexts before I Added another 15 gigs to my tiny leopard partition for the xcode. Anyway, here is the iwi3945.kext rel952 for those who want to test. Thanks alot for helping out. Going to look over my old logs now to compare initial log
This is the line that is different May 3 19:05:08 doctadres-mac-pro Terminal[342]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35 The chun nan kexts should have fixed this
Attached File(s)
iwi3945rel952.kext.zip ( 241.56K )
Number of downloads: 40
systemlog952.txt ( 21.97K )
Number of downloads: 15 |
|
myself108
InsanelyMac Protégé
|
![]() |
May 4 2008, 12:31 AM Post #1956
|
|
@ Doctadre
i am pretty sure that the May 3 19:05:08 doctadres-mac-pro Terminal[342]: _CFGetHostUUIDString: unable to determine UUID for host. Error: 35 line has nothing to do with the kext itself as it appears before you load the kext |
|
Doctadre
InsanelyMac Protégé
|
![]() |
May 4 2008, 02:46 AM Post #1957
|
![]()
|
perhaps you are correct. In my old logs I used to get this line
Apr 28 22:01:40 doctadres-mac-pro kernel[0]: IOPCCard info: iwl3945: Detected Intel PRO/Wireless 3945ABG Network Connection lookin good jala. signing out for tonite i'll be available for testing/hacking tomorrow morning. Glad ive got xcode now |
|
pa28cr
InsanelyMac Protégé
|
![]() |
May 4 2008, 04:02 AM Post #1958
|
|
Here are my 3945 logs, one after loading, another after reboot.
Hope they help somehow
log.txt ( 23.47K )
Number of downloads: 25
rebootlog.txt ( 21.76K )
Number of downloads: 13 |
|
jalavoui
InsanelyMac Legend
|
![]() |
May 4 2008, 12:48 PM Post #1959
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
the driver can't hack the assoc like this
when it gets a probe resp it should auth/assoc let it scan and check the changes in system.log i think this is easy to fix in code - can someone try to hack? Cxddev, can you compare the iwi tx auth/assoc packet against the linux i think there's a bug in iwi tx code or better set linux debug to 0xffffffff this way we can see what the driver does when it get a beacon/probe response can someone post this for 3945? iwi3945 rel 953 iwi4965 rel 954 febelus build with full debug and post system.log (put #define IWI_DEBUG_FULL_MODE in iwi2200.h) |
|
febelus
InsanelyMac Protégé
|
![]() |
May 4 2008, 01:25 PM Post #1960
|
|
iwi2200 problem!!!!
i've leopard 10.5.1 installed on sony vaio vgna-497xp all is ok except wireless. dual boot with windows xp. wireless switch installed on xp side. Wireless state : "on" wireless switch xp side "on" wireless external button i've installed iwi2200 driver as http://forum.insanelymac.com/index.php?showtopic=71779, kernek recognize my wifi card and discovery wifi network but when i try to connect to us the log report this: iwi2200: radio on 0x50000 = 0x10000 May 4 13:21:08 fabio-angelettis-mac-pro kernel[0]: iwi2200: geography 2 = ZZD May 4 13:21:16 fabio-angelettis-mac-pro kernel[0]: iwi2200: network cap 0x421 flags 0x402 May 4 13:21:16 fabio-angelettis-mac-pro kernel[0]: iwi2200: AUthenticated: 'paperetto' 00:14:a9:6a:cc:30 May 4 13:21:16 fabio-angelettis-mac-pro kernel[0]: iwi2200: associated: 'paperetto' 00:14:a9:6a:cc:30 May 4 13:21:16 fabio-angelettis-mac-pro kernel[0]: iwi2200: E Firmware error detected. Restarting. May 4 13:21:17 fabio-angelettis-mac-pro kernel[0]: iwi2200: geography 2 = ZZD May 4 13:21:18 fabio-angelettis-mac-pro kernel[0]: iwi2200: network cap 0x421 flags 0x402 May 4 13:21:18 fabio-angelettis-mac-pro kernel[0]: iwi2200: AUthenticated: 'paperetto' 00:14:a9:6a:cc:30 May 4 13:21:18 fabio-angelettis-mac-pro kernel[0]: iwi2200: associated: 'paperetto' 00:14:a9:6a:cc:30 May 4 13:21:20 fabio-angelettis-mac-pro kernel[0]: iwi2200: E Firmware error detected. Restarting. May 4 13:21:20 fabio-angelettis-mac-pro kernel[0]: iwi2200: geography 2 = ZZD May 4 13:21:24 fabio-angelettis-mac-pro kernel[0]: iwi2200: network cap 0x421 flags 0x402 May 4 13:21:24 fabio-angelettis-mac-pro kernel[0]: iwi2200: E Firmware error detected. Restarting. May 4 13:21:24 fabio-angelettis-mac-pro kernel[0]: iwi2200: geography 2 = ZZD May 4 13:21:28 fabio-angelettis-mac-pro kernel[0]: iwi2200: network cap 0x421 flags 0x402 May 4 13:21:29 fabio-angelettis-mac-pro kernel[0]: iwi2200: E Firmware error detected. Restarting. May 4 13:21:29 fabio-angelettis-mac-pro kernel[0]: iwi2200: geography 2 = ZZD and continue until i disable the wifi card. what's the problem???? i've try 910 and 760 release and all have the same problem!!!!! thx fabio |
![]() |
|
Lo-Fi Version | Time is now: 21st November 2009 - 04:27 AM |