Jump to content
3411 posts in this topic

Recommended Posts

Hi there,

 

i would like to contribute to developing , have c++ skills but only on windows and I'm not very deep into hardware developing.

 

I have Leopard running with kalway 5.1

 

My network driver is Intel Wireless Pro 2100 3A mini pci adapter

 

 

as i can see for now the code has to be ported to leopard first.

 

What should be a good point to start regarding documentation etc. ??

 

cu

 

sliverriver

iwi3945

if you see this in logs:

warning iwl3945: Radio disabled by HW RF Kill switch

this means the card is off

reboot and test the driver again

 

none of the logs for rel 687 are useful - can someone post good logs?

 

better test this one:

 

iwi3945 rel 688

looks like __ieee80211_invoke_rx_handlers don't work

this is way the driver don't scan

none of the logs for rel 687 are useful - can someone post good logs?

 

I'd love to but have no idea what I'm doing....

 

I'll ask again if anyone can post a 'dummies' guide to doing all this (compiling drivers, installing them, recovering from any errors and then locating error logs needed) I'll be happy to try it(And it might get a few more people to participate too)

 

Keep up the good work

deam...

forgot the debug msgs

fixed

 

iwi3945 rel 689

good for testing

 

read previous post to learn howto build/text from latest svn source code

 

the driver is very close to work

all help is welcome

but

please

check your logs before posting results

iwi3945 rel 690

ieee80211_invoke_rx_handlers hack

 

 

any comments on code/suggestions please post here

 

glorybox,

i'm only testing stuff here

if you have any idea to make this work

post your code here for testing

yep still got kp after 7-8 min.

heres some logs and kp photos from boot with -s

 

dmesg.txt

system.txt

ioreg.txt

IMG_0894.tiff

 

jalavoui if it possible i can let you work on my laptop remotely and do testing??? if its possible like in pcany or something like that.

 

thanks.

iwi3945 rel 691

ieeeifconfig delay - this can make the driver hang

better test with -s first

to test the driver you need to unplug other network connections - i've seen many bugs in logs that can be caused by this

this is why i can't work remotely

 

thanks for keep posting logs

anyone with ideas for making this code work?

 

i only need to see first driver log lines - don't need to test it for 10m - 1 minute is enough (if it loads right)

can someone write an howto install svn, grab svn code, build the driver, etc

maybe others like to post logs

 

driver status

again...

anyone with the card and a few code knowledge on the driver can make it work

i'll keep trying but i don't think i can make it work without other developers help

iwi3945 rel 691

ieeeifconfig delay - this can make the driver hang

better test with -s first

 

thanks for keep posting logs

anyone with ideas for making this code work?

 

Maybe we can try to update iwl code out of GIT. They have minor release on 2nd of April?

iwi3945 rel 691

ieeeifconfig delay - this can make the driver hang

better test with -s first

to test the driver you need to unplug other network connections - i've seen many bugs in logs that can be caused by this

this is why i can't work remotely

 

thanks for keep posting logs

anyone with ideas for making this code work?

 

i only need to see first driver log lines - don't need to test it for 10m - 1 minute is enough (if it loads right)

can someone write an howto install svn, grab svn code, build the driver, etc

maybe others like to post logs

 

driver status

again...

anyone with the card and a few code knowledge on the driver can make it work

i'll keep trying but i don't think i can make it work without other developers help

 

 

 

typo in commit

s/IOSLeep/IOSleep/

Maybe we can try to update iwl code out of GIT. They have minor release on 2nd of April?

 

maybe when the driver is more stable we can do that

the problem is mac os x code no iwl code

 

iwi3945 rel 692

force interface to not unregister

iosleep fixed :(

So I've downloaded the latest iwi3945 using the svn checkoutI've downloaded the xcode from apples siteI've downloaded the getlogs fileI went to compile and it says build failed... (I attached as text cuz it's a long paste).What am I missing or doing wrong?wow, you guys are good! the answer posted before I even finshed posting the question! :(

build_error.rtf

weird logs...

 

lastsoft, y2kkirb

can you run a few tests with kextload?

the driver is expected to have one log with both of your logs

sometimes the driver fails - need to reboot and test again

 

can you post the output of ifconfig?

so I compiled, and tyied to kexload but I got this:

 

damians-mx6920:Release Damian$ sudo kextload /system/library/extensions/iwi3945.kext

Password:

Sorry, try again.

Password:

kextload: cannot resolve dependencies for kernel extension /system/library/extensions/iwi3945.kext

error loading extension /system/library/extensions/iwi3945.kext

 

what am I don't wrong?

weird logs...

 

lastsoft, y2kkirb

can you run a few tests with kextload?

the driver is expected to have one log with both of your logs

sometimes the driver fails - need to reboot and test again

 

can you post the output of ifconfig?

 

 

ifconfiglo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384

inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1

inet 127.0.0.1 netmask 0xff000000

inet6 ::1 prefixlen 128

inet6 fd21:b6ef:9ccd:d23b:216:d4ff:fecf:7996 prefixlen 128

gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280

stf0: flags=0<> mtu 1280

en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500

inet6 fe80::216:d4ff:fecf:7996%en0 prefixlen 64 scopeid 0x4

inet 192.168.1.5 netmask 0xffffff00 broadcast 192.168.1.255

ether 00:16:d4:cf:79:96

media: autoselect (100baseTX <full-duplex>) status: active

supported media: 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 100baseTX <half-duplex> 100baseTX <full-duplex> 1000baseT <half-duplex> 1000baseT <full-duplex> autoselect

fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 2030

lladdr 00:02:3f:73:93:40:13:a6

media: autoselect <full-duplex> status: inactive

supported media: autoselect <full-duplex>

 

heres some more logs.

system.txt

ioreg.txt

dmesg.txt

dmesg.txt

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