Jump to content
3411 posts in this topic

Recommended Posts

ok quick question. is there anyway i can download the trunk as a whole? cause its kind of a pain to download each file seperatly....

Yes. Open a terminal (shell) and run:

svn checkout http://iwidarwin.googlecode.com/svn/trunk/iwi3945_new-osx10.5 iwi3945

(will create an iwi3945 directory under current directory)

ok guys im really confused. i have downloaded the svn and all, installed xcode. installed the dmg... but i still keep getting a kext load error with the kext. what am i doing wrong? can anyone tell me??

 

if someone can help me my msn messenger is zacwhite15@msn.com. it would be greatly apreciated.....

iwi3945 rel 674

 

i've managed to change the code to build and test in my os version (10.4)

several bugs where fixed

let me know if you get bugs compiling in 10.5

if anyone likes to test in 10.4 just replace the info.plist with the definitions that exists in compatibility.cpp

I'm able to install the kext but net selector does not work. It has also screwed up my ethernet (the only internet connection that was workign) so that now itonly works every other web page i click. For instance I have to press Submit reply twice to send this.Oh by the way I'm using 10.5.2 Kalyway

i was able to install the iwi but the network selector does not work it. when i try to run the networkSelector i get:

Last login: Tue Apr 8 13:34:07 on ttys000

/Applications/networkSelector ; exit;

*****-macintosh:~ *********$ /Applications/networkSelector ; exit;

Unhandled transform (1) for ioctl group = 78 (N), number = 3, length = 100

Illegal instruction

logout

 

[Process completed]

 

Can anyone tell me what to do? :)

i was able to install the iwi but the network selector does not work it. when i try to run the networkSelector i get:

Last login: Tue Apr 8 13:34:07 on ttys000

/Applications/networkSelector ; exit;

*****-macintosh:~ *********$ /Applications/networkSelector ; exit;

Unhandled transform (1) for ioctl group = 78 (N), number = 3, length = 100

Illegal instruction

logout

 

[Process completed]

 

Can anyone tell me what to do? :wacko:

 

 

dude i know wat you mean... i keep getting the same thing myself.

dude i know wat you mean... i keep getting the same thing myself.

 

 

Guys, all of you, that get ioctl() from networkSelector and unresolved symbols while kextload'ing driwer used PowerBook (or what?) .dmg. It's now suitable for PC's. Please use, SVN and xcodebuild kext by yourself, or use one in the .zip archives that's attached, but think that's not neccesary, since by that moment all KPs are logged and screenshotted :)

iwi3945 rel 674

 

i've managed to change the code to build and test in my os version (10.4)

several bugs where fixed

let me know if you get bugs compiling in 10.5

if anyone likes to test in 10.4 just replace the info.plist with the definitions that exists in compatibility.cpp

The previous iwi3945 releases have built with XCode 3.0 and generated kext that loaded ok for me in 10.5 (then KP as expected). But this new one (rel 674) reports the build is successful in XCode but the kext fails to load:

 

chriss-mac-pro:~ chris$ sudo kextload -t /System/Library/Extensions/iwi3945.kext

kextload: extension /System/Library/Extensions/iwi3945.kext appears to be loadable

kld(): Undefined symbols:

_mutex_init

_mutex_lock

_mutex_unlock

kextload: kld_load_from_memory() failed for module /System/Library/Extensions/iwi3945.kext/Contents/MacOS/iwi3945

kextload: a link/load error occured for kernel extension /System/Library/Extensions/iwi3945.kext

link/load failed for extension /System/Library/Extensions/iwi3945.kext

(run kextload with -t for diagnostic output)

chriss-mac-pro:~ chris$

iwi3945 rel 675

revert the mutex declaration

 

it loads! ;) maybe we can continue more online in irc?

Somehow I did get two different loads, one leads to KP over some time and another loads successfully and stays quite. networkSelector is still unusable, and did get a KP on kextunload

iwi3945 rel 675 builds and loads ok for me too. It added a new network connection in preferences but after each boot and login to the desktop it either gives me the grey screen of death or locks the desktop both occurring 20-40 seconds after logging in to desktop.

 

Attached are the logs I managed to collect before one of the crashes occurred.

dmesg.txt

ioreg.txt

system.txt

iwi3945 rel 677

scan fixes

the driver seems to have qeue_xx bugs

don't autoload the driver

use kextload - i need to see all log lines to understand it

better test with boot -s and post the kp picture

i do know sometimes the driver is stable - it's up to you to test and check the logs

 

:) i think i find the bug for the unstable load - i'll put the code in svn

wait...

ok done

iwi3945 rel 678

ready for testing

 

TNW,

can you help testing/writting code?

iwi3945 rel 677

scan fixes

the driver seems to have qeue_xx bugs

don't autoload the driver

use kextload - i need to see all log lines to understand it

better test with boot -s and post the kp picture

i do know sometimes the driver is stable - it's up to you to test and check the logs

 

:D i think i find the bug for the unstable load - i'll put the code in svn

wait...

ok done

iwi3945 rel 678

ready for testing

 

TNW,

can you help testing/writting code?

 

Who is TNW?

 

678 loads, KP over time

post-180911-1207748001_thumb.jpgpost-180911-1207747979_thumb.jpg

Wow I was too busy the past few days, and now we've got an relatively stable kext. 10 minutes passed by before the KP happened.

Keep up the good work, jalavoui! B)

 

iwi3945, r678:

Ok now here are my logs, and one screenshot of an kp.

dmesg.txt

ioreg.txt

system.txt.zip

post-150788-1207749079_thumb.jpg

iwi3945_r678.zip

After the latest major steps forward into creating decent drivers for the much wanted intel wifi adapters we got built in, bought and otherwise own.

There has been made a dedicated irc channel to speed things up, get better feeback and overall control over this magnificent progress

 

I figured it would be a better chance to get the logs, Kp-screenshots and improve communication between the creators and supporters.

The irc channel is called #intelwifi

and is found inside:

 

irc.moofspeak.net

 

if you need a mIRC client get it here: Colloquy for Mac or mIRC for Windows

iwl3945 rel 679

looks like the driver is scanning

to see what's wrong i've enabled full debug output

by some reason i can't see in logs the driver is restarting and causing a kp

 

please use kextload to test this (after boot mac os x)

them goto console and use reload to get ALL system.log lines from driver start

copy and past to a text file

zip it and upload here

otherwise i don't understand what the driver is doing

check Sousuke last log

if you don't get similiar log reboot, use kextload and try again

iwl3945 rel 679

looks like the driver is scanning

to see what's wrong i've enabled full debug output

by some reason i can't see in logs the driver is restarting and causing a kp

 

please use kextload to test this (after boot mac os x)

them goto console and use reload to get ALL system.log lines from driver start

copy and past to a text file

zip it and upload here

otherwise i don't understand what the driver is doing

check Sousuke last log

if you don't get similiar log reboot, use kextload and try again

 

I'll reboot and test. Please wait for the results

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