Jump to content
3992 posts in this topic

Recommended Posts

Hi. Sorry for my English.

I've try 3945v6.. and it show me mac adress!!!! :fiery: But Mac OS X can't start - it stopped on ati inject. I'm using 10.4.6 updated to 10.4.7 (JaS SSE 3 update)

How i can to get logs??

 

and a question - mac adress must be the same as mav adress in Windows XP?

 

 

Thanks.

Hi jalavoui,

 

I just tried out the latest version of your iwi2200 driver. Unfortunately, I couldn't connect to my network using this one, however the DEBUG release of v6 connects successfully. Strangely enough, the NON-DEBUG v6 DOESN'T connect either!!

 

Anyways, my log files for the latest version are attached. I hope they are of use to you.

 

Keep up the fantastic work!

 

Best regards.

dmesg.txt

ioreg.txt

system.txt

Hello..

 

is the Driver now "Working" with Intel 2200BG??

 

Can i Connect to WAP-Networks or only to unsecured networks?

 

I tested the Driver. After the "Installation" my Intel Pro/100VE don't work. The OS install the Driver at en0 and the pro/100 at en1

 

How can i change this?

 

C Ya

Forrest

 

Sorry for the bad English ;) Hope you understand what i mean ;)

for iwi9345 v6:

 

Still getting "MAC is in deep sleep" messages. Also, MAC address is incorrect. if its getting a mac address, i would assume that the math to parse it is causing the problems, but what do I know? ;)

 

here are your logs, along with the detailed ioreg ;)

 

ioreg.txt

dmesg.txt

system.txt

i changed iwi3945 code in order to skip the bootstrap_verify routine

 

why can't i see it in logs?

 

i've seem in logs mac address with the line "darwin_iwi3945" - this is a kernel message. does it reports the true mac address? the gethardware() should have the same value, this means that might be a eprom but yet to fix

 

if you're getting kernel panics reboot with -s option, type /etc/rc and try to explain where it crahes

 

 

 

i find a bug in the code:

 

ipw_pool_bit and ipw_grab_restricted_access

 

this cause the mac is asleep bug

 

i'm rewritting the code and will post a new version right away

 

ok here it is

 

i'll wait for the logs

iwi3945_v7.dmg

crashes on the start with the message:

darwin_iwi3945 map is zero

 

this is

 

map = fPCIDevice->mapDeviceMemoryWithRegister(kIOPCIConfigBaseAddress0, kIOMapInhibitCache);

if (map == 0) {

IOLog("%s map is zero\n", getName());

break;

}

 

all drivers use this. it should work

if you have the right io80211family this is wird. you have a ss3 machine - i'll check this later

 

every time it boot, it get different mac adress.

still can't boot. it crashed while booting.

sorry, can't log it cause can't boot.

 

can you try boot with -s option then type /etc/rc

this is

 

map = fPCIDevice->mapDeviceMemoryWithRegister(kIOPCIConfigBaseAddress0, kIOMapInhibitCache);

if (map == 0) {

IOLog("%s map is zero\n", getName());

break;

}

 

all drivers use this. it should work

if you have the right io80211family this is wird. you have a ss3 machine - i'll check this later

My machine specification is in the my signature.

IO80211Family version is 1.4 (Full version 140.4, build 11)

Edited by geo2002

i notice a "bug" common to all drivers

 

the cards wich don't have a wireless button

 

either use the keyboard fn+fx to enable/disable the card

 

or do this by software

 

i'd like to now if iwi2200 users without a wireless button can enable/disable the card using the keyboard or by any other way?

 

IO80211Family version is 1.4 (Full version 140.4, build 11)

 

if this is not a kernel problem could be because of loading ipw_sw_reset() - maybe move it to start()

 

if you have xcode try to change it - move ipw_sw_reset() from get_Statusdev() to start()

 

i'll wait for other posts to see the logs before trying this

Hi,

 

Thanks for the excellent work on the Intel Wireless driver.

Using iwi3945_v7 on Thinkpad T60 I got the correct HW address but did not get an IP address. I've tried with and without FN+F5 to turn on/off wireless. The machine crashed on reboot so I had to use the the kextload iwi3945.kext method.

ioreg.txt

dmesg.txt

system.txt

ifconfig.txt

my case is that the driver loads okay but I cannot get any Airport item in the SysPref.

Moreover, after loading the driver, I got a en0 which act like a wired network but having the mac address of my 2915ABG card.

 

(my wired network card has no driver also, so en0 is not up normally)

huge job done so far for 3945 V7 jalavoui! right now Bluetooth is back and my Ethernet card also working fine with ur driver which this time still gives a bad mac adress but is now accessible from the menu bar and activated. I think ur almost done the problem comes from a bad mac adress. Waitin for V8 :)

ioreg.txt

system.txt

dmesg.txt

hi,all.

 

this is only for iwi2200 user.

 

Are There someone which cannot associate the network in newest version posted by jalavoui?

(especialy 2945abg user)

 

I fixed the problem in current trunk.

if someone can use xcode, plz build current trunk and test it.

 

if someone want binaries ,I will post binaries.

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