Jump to content
3992 posts in this topic

Recommended Posts

hi jalavoui . after v8 osx wont boot . i tried booting -s but nothing. then tried -s and sbin/fsck and /sbin/mount and tried to uninstall by

rm /System/Library/Extensions/iwi3945.kext

rm /System/Library/Extensions.*

kextcache -k /System/Library/Extensions

and then reboot but still wont boot cause iwi3945 is still there

 

if there is another way to uninstall v8 and boot so i can install v9 and test it please say else i will just renstall osx

 

thsnks

 

*.kexs's are realy folders so you should use a recursive delete to clear out the kext;

rm -R /System/Library/Extensions/iwi3945.kext

Exactly. My T60 has this card, with the external hardware switch shown in the picture. The switch turns on/off both radio interfaces (bluetooth and wifi) simultaneously. With the switch on, Fn-F5 brings up a small Thinkvantage utility that permits to selectively turn on/off each of the two radio interfaces independently of the other.

download xcode

 

goto the google site - see the links to linux project and get the sources

 

check previous post i explain the functions call order

 

I downloaded xcode and got the latest version of the sources. I opened the iwi3945 project from xcode and there are 3 build errors (lines 1958, 1976, 1977). What do I do from here?

iwi3945

 

i found the cause of kernel panic in v9

 

since i don't have the card

 

i've made 3 versions to try to find the bug

 

please post logs and say the version you've tested

 

 

 

I downloaded xcode and got the latest version of the sources. I opened the iwi3945 project from xcode and there are 3 build errors (lines 1958, 1976, 1977). What do I do from here?

 

 

check last svn code - i've just update it

 

you can get a bug when building the .pkg, .dmg - ignore it

 

there's no other bugs found and you should be able to build the project

 

if you change the code please post new test versions here

 

at this point i'm stucked to the start() function

iwi3945_v9a.dmg

iwi3945_v9b.dmg

iwi3945_v9c.dmg

Hi Jalavoui, Great work (you all) , tested iwi3945_v9c no kernel panic but card seems not to work. here is the logs hope to help out.

I'm on an acer 5612wlmi

dmesg.txt

ioreg.txt

syslog.txt

Edited by speddish

i think i'm seeing to much code in here...

 

this is a test for iwi2200 using the dw script

 

Macx86:~ root# sh /dw

% Total % Received % Xferd Average Speed Time Time Time Current

Dload Upload Total Spent Left Speed

3 691M 3 27.0M 0 0 1004k 0 0:11:44 0:00:27 0:11:17 1015k^C

Macx86:~ root#

 

anyone else getting this download speed?

 

iwi3945

 

please test all versions 9a, 9b and 9c

 

i'd need to understand what the driver is doing

i think i'm seeing to much code in here...

 

this is a test for iwi2200 using the dw script

 

Macx86:~ root# sh /dw

% Total % Received % Xferd Average Speed Time Time Time Current

Dload Upload Total Spent Left Speed

3 691M 3 27.0M 0 0 1004k 0 0:11:44 0:00:27 0:11:17 1015k^C

Macx86:~ root#

 

anyone else getting this download speed?

 

iwi3945

 

please test all versions 9a, 9b and 9c

 

i'd need to understand what the driver is doing

 

I get Kernel panic with iwi3945 v9a V9b V9c :wacko:

which version of kext should I use if I own a Intel Wireless PRO 2915 A/B/G?

Should I use iwi2200 / iwi2100 or iwi3945?

Thanks

 

iwi2100 = Intel Wireless PRO 2100

iwi2200 = Intel Wireless PRO 2200

iwi3945 = Intel Wireless PRO 3945

 

So I don't think yours is currently supported.

iwi3945

i found the cause of kernel panic in v9

since i don't have the card

i've made 3 versions to try to find the bug

please post logs and say the version you've tested

check last svn code - i've just update it

you can get a bug when building the .pkg, .dmg - ignore it

there's no other bugs found and you should be able to build the project

if you change the code please post new test versions here

at this point i'm stucked to the start() function

 

Well, the good news is that the code from the svn now compiles. The bad news is that I get a kernel panic when trying to load it.

 

If you can tell me how to set it up to get debug information for you I can try that.

Edited by StuMan1337

Ok. I just finished downloading JaS 10.4.8 AMD Intel.SSE2.SSE3, and i'm gonna install it soon on my aging Dell Inspiron 600m. However, i'm lacking instructions or a guide on how to do it. Should i follow the directions here: http://code.google.com/p/iwidarwin/wiki/Installation? Or do i need to do something different for the Intel PRO/Wireless 2100?

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