Jump to content
3992 posts in this topic

Recommended Posts

Ok.

 

 

Windows get 270k/s download rate max.

 

Linux (ubuntu Feisty Faw 7.0.4) 260k/s download rate max. (same file and server test)

 

OSX86 get 170k/s download rate max. (same file and server test)

 

I´ll try that last kext posted ?

Hi all,

i downloaded the xkazu2 v6 for my 2200bg running 10.4.7,

i ran the iwi2200.pkg, installed it, restarted, clicked on the airport icon, clicked apply now, then restarted again,

i try to search for networks but it does not find any, and it doesnt work if i put it in manually, anything i can do to get it to work?

 

bump,please i need an answer quick

ok, I'm almost there, the only thing preventing me from connecting is that I can't turn my airport on.

 

I replaced all the files from the AirportExtremeUpdate, with the ones from the 10.4.8 Intel Update.

Did I mis something, or it normal that the card can't be turned on?

Edited by Lejenk

jalavoui thats good news. I will test this driver as soon as i get back home tonight and also check the attachInterface, resetDevice and that line you said to uncomment if everything was stable.

 

And yes it SEEMS like the firmware is loading, i will confirm tonight.

 

This line doesnt look too good to me, it is in FlipHDK's dmesg

iwi3945: uCode file size 0 too small

 

Anyway to determine for sure if the firmware is loading? Let me know

 

and, it seems like there a 5second loop which prints out the mac address in /var/log/system.log . never stops to iterate it seems...

 

 

i think top priority to be able to further debug the driver is to associate the mac to the interface

Edited by patatester

Manually loaded:

 

iwi3945: disable 0 led 1 mode 0
iwi3945: darwin_iwi3945 iomemory length: 0x1000 @ 0xb3000000
iwi3945: darwin_iwi3945 virt: 0x2c772000 physical: 0xb3000000
iwi3945: darwin_iwi3945 IRQ: 18, Vendor ID: 8086, Product ID: 4222
iwi3945: getHardwareAddress 00:00:00:00:00:00
iwi3945: setPowerState to 2
iwi3945: getCARD_CAPABILITIES 72
iwi3945: getHardwareAddress 00:00:00:00:00:00
iwi3945: configureInterface
darwin_iwi3945: Ethernet address 00:00:00:00:00:00
iwi3945: dataLinkLayerAttachComplete 
iwi3945: getSTATUS_DEV 
iwi3945: ifnet_t en1 = 3668004
iwi3945: pci_id 0x42228086
iwi3945: : Detected Intel PRO/Wireless 3945ABG Network Connection
iwi3945: f/w package hdr ucode version = 0x2000d
iwi3945: f/w package hdr runtime inst size = 80376
iwi3945: f/w package hdr runtime data size = 32768
iwi3945: f/w package hdr boot inst size = 2396
iwi3945: f/w package hdr boot data size = 32768
iwi3945: uCode file size 0 too small
iwi3945: Copying (but not loading) uCode instr len 80376
iwi3945: Copying (but not loading) uCode data len 32768
iwi3945: Copying (but not loading) boot instr len 2396
iwi3945: Copying (but not loading) boot data len 32768
iwi3945: Waiting for ipw3945d to request INIT.
iwi3945: getPOWER 1252820, 1252997 31 315802820 1109557382
iwi3945: getSSID <hidden> l:343291208
iwi3945: getCHANNEL c:0 f:0
iwi3945: getBSSID <hidden>
iwi3945: Intialize power 
iwi3945: adjust power command flags
iwi3945: initialize rate scale window to 62
iwi3945: MAC is in deep sleep!
iwi3945: HW Revision ID = 0x2
iwi3945: MAC is in deep sleep!
iwi3945: ALM-MM type
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!
iwi3945: MAC is in deep sleep!

 

Seems like MAC is read incorrectly. Can't run card in airort menu. Unloading kext causes kernel panic. Keep up the good work ;-)

Hi all,

i downloaded the xkazu2 v6 for my 2200bg running 10.4.7,

i ran the iwi2200.pkg, installed it, restarted, clicked on the airport icon, clicked apply now, then restarted again,

i try to search for networks but it does not find any, and it doesnt work if i put it in manually, anything i can do to get it to work?

 

please somebody help me, i really would like intrnet

I was looking into the size of ucode.

	/* verify size of file vs. image size info in file's header */
if (ucode_raw->size < sizeof(*ucode) +
	ucode->inst_size + ucode->data_size +
	ucode->boot_size + ucode->boot_data_size) {
	IOLog("uCode file size %d too small\n",
			   (int)ucode_raw->size);
	rc = -EINVAL;
	//goto err_release;
}

 

and at the top there is a comment:

/*ipw3945: priv->ucode_raw->size: 111572
ipw3945: ucode->boot_size: 900
ipw3945: ucode->inst_size: 77888
ipw3945: ucode->data_size: 32768
ipw3945: sizeof(*ucode):  16
*/

 

The size is commented out. Should this be like this?

iwi3945: uCode file size 0 too small

 

Anyway to determine for sure if the firmware is loading? Let me know

 

and, it seems like there a 5second loop which prints out the mac address in /var/log/system.log . never stops to iterate it seems...

i think top priority to be able to further debug the driver is to associate the mac to the interface

 

yes, please check ucode size

 

the command ifnet_setlladdr fails to set the mac address - remove it - this should be made in the start() as i said before

 

you can try to load the eprom in the start() - this will give the right mac address but can cause a kernel panic

 

i-ve remove the 5 second show mac address log - it is anoying

 

if you feel you are able to use svn ask kazu to add you to the project to allowo you to commit changes

 

after this bugs, firmware and mac address, get fixed the driver soon will be ready

 

 

 

I was looking into the size of ucode.

 

The size is commented out. Should this be like this?

 

nops

 

this is an old comment fromm previous firmware from ipw3945

 

i changed to the new intel iwifi firmware - see link in the google site

 

if you feel like writing code and use svn ask kazu to add you to the project

 

please somebody help me, i really would like intrnet

 

try the last release i posted

 

try the kazu test version from the google site

 

make shure you have the right io80211family files

yes, please check ucode size

 

the command ifnet_setlladdr fails to set the mac address - remove it - this should be made in the start() as i said before

 

you can try to load the eprom in the start() - this will give the right mac address but can cause a kernel panic

 

i-ve remove the 5 second show mac address log - it is anoying

 

if you feel you are able to use svn ask kazu to add you to the project to allowo you to commit changes

 

after this bugs, firmware and mac address, get fixed the driver soon will be ready

nops

 

this is an old comment fromm previous firmware from ipw3945

 

i changed to the new intel iwifi firmware - see link in the google site

 

if you feel like writing code and use svn ask kazu to add you to the project

 

try the last release i posted

 

try the kazu test version from the google site

 

make shure you have the right io80211family files

 

i have tried all of those, how do i log so i can show you it?

I have installed iwi3945.kext but to the start the mac os they give this to me:

 

iwi3945: disable 0 led 1 mode 0

iwi3945: darwin_iwi3945 iomemory length: 0x1000 @ 0xF0800000

iwi3945: darwin_iwi3945 virt: 0x31c13000 physical: 0xF0800000

iwi3945: darwin_iwi3945 IRQ: 18, Vendor ID: 8086, Product ID: 4222

iwi3945: getHardwareAddress 00:00:00:00:00:00

iwi3945: configureInterface

 

and here one jams. How never?

 

 

if kext the cargo manually before the time that I put it, the card works but to reboot me it blocks always them. HELP ME

Edited by optimistic

Sorry for my poor english.

I can't make Intel PRO/Wireless 2200BG work. I have DELL D610 laptop.

All kexts that I have can't solve the problem.The only result I get picture1qb1.png but I can't choose nither build-in-ethernet nor Airport.

Can you give me kext and explane accurate what should I do. I spend a lot of time reading forum but it steel doesn't work :-(

Thenks so much.

Ok, done some xcoding, got the mac address loaded on my machine correctly, same as in linux !

 

jalavoui, change the ifnet_setlladdress or whatever that was, i commented that

then in ::start(), i uncommented the line ipw_sw_reset and ipw_nic_up. ipw_nic_up is the one which loads the eprom and associates the mac address if im not mistaking. Therefore the airport menu shows the correct mac address for the device.

 

Now the problem is im still running under 10.4.8, due to my lazyness to downgrade to 10.4.7, and my desire to make this work under 10.4.8 if possible.

 

As for SVN, ive never used before, but i think i could manage after some wiki exploration.

 

So heres the kext for everyone who wants to test. Post your results! System.log and dmesg

iwi3945.kext.zip

system.log.txt

Edited by patatester
Guest
This topic is now closed to further replies.
×
×
  • Create New...