Jump to content
3992 posts in this topic

Recommended Posts

i'm getting crasy with all this panic,

 

i'll just commentd out the rest of the code of ipw_bg_alive_start()

 

someone can try to comment it back in xcode and fix it?

 

i notice that priv->mac_addr was disabled - i reenable it

 

this iwi3945 version should not panic - there's not enought code for that :P

 

 

i find out some serious bugs in iwidarwin svn

 

i'll try to fix it and update the source/bin code

iwi3945.dmg

hi guys! I'm just another newbe with a intel pro wirless 3945abg that doesn't work on JaS 10.4.8..

i tried the driver but got a kernel panic...

 

I'm not as good as you guys but if there is any way I can help, let me know!!

 

PS: I declare myself your official NUMBER 1 FAN!! Everybody keep up the good work!! Thanx 4 everything!

 

Specs:

-Laptop Lenovo 3000 N100

-dual boot with

partition1:windows xp home(flyakite..eheh)

partition2(ACTIVE):JaS OSX86 10.4.8 Intel sse2,sse3 ppf1

-kernel 8.8.1

-intel centrino duo pentium m @1.83ghz

-1024 gb ddr2ram

-nvidia geforce go 7300 512mb ram (works, even though hackintosh only reads 128 mb instead of 512!!)

-soundMax integrated digital HD audio (not working)

-intel pro wirless 3945abg(not working)

-mouse and rest working

 

i still haven't tried the last version of the driver.. i'll let you know..

i'm getting crasy with all this panic,

 

i'll just commentd out the rest of the code of ipw_bg_alive_start()

 

someone can try to comment it back in xcode and fix it?

 

i notice that priv->mac_addr was disabled - i reenable it

 

this iwi3945 version should not panic - there's not enought code for that :P

Yeap, this rev have no panic. I'll will try the code and see what will happen in there.

iwi2100/3945

 

finally manage to upload last source code to iwidarwin

 

i'm unable to upload the .dmg files - i'll try to fix that

 

looks like .dmg files are refused by svn - i'll try something else...

 

if i upload a file with .tar.gz it's refused - this can be a file size upload limit

 

if this is a permannent change i'll close

 

http://code.google.com/p/iwidarwin/

 

any sugestions?

why do you have en3 as the iwi interface? do you have 4 network interfaces?

 

iwi3945

for last bug, maybe this will help for vendor/id

 

switch (pci_id) {

case 0x42221005: /* 0x4222 0x8086 0x1005 is BG SKU */

case 0x42221034: /* 0x4222 0x8086 0x1034 is BG SKU */

case 0x42271014: /* 0x4227 0x8086 0x1014 is BG SKU */

case 0x42221044: /* 0x4222 0x8086 0x1044 is BG SKU */

 

svn is still bogus, so here are the new versions

 

if you get panic at boot, post the picture so i can try to fix it

 

ok, i guess i dont quite get what you mean. it might come up as 4 different network connections because i had parallels installed with a bridged and shared connection. also, i dont know how to get rid of those connections now that i dont have parallels anymore. anyway, new logs are on the way.

 

ok here are the logs for the latest

no kernel panic!!!

dmesg.txt

ioreg.txt

system.txt

jalavoui is there any way to debug / step through a kext?? i dont think its possible on the local machine but maybe it can be done remotely... this would prove very useful. ive scoured the net quickly with no answers, lemme know what u know about this.

 

yep, i know it's possible - but need to do some changes in code.

 

i never do it because i don't have 2 wireless machines tom test

 

 

iwi2100

 

added networkselector - be carefull

 

boot with -s if get panic

 

last iwi3945

 

i think you, and others have the same problem

 

you have en3 as the iwi interface - if you computer only have 2 network adapters, iwi3945 should be en1

 

if you manage to fix that the driver should start working

iwi2100.dmg

i installed the driver, it successfully has seen my adapter as "built in ethernet". however, the wifi adapter activation button on my laptop is not working. seems like i need to install "networkSelector". However, i dont know how?

 

My laptop: Fujitsu Siemens AmiloPro V3205

Wifi Adapter: 3945

JaS OS X 10.4.8 with Combo Update 10.4.9

Hello developers, this driver is the last thing I need to get a 100% working machine so this thread is awsome, things going forward. But there is really hard to understand how things going with the construction. Is there any page/site where me and many other users can take a look so we know how things going. At last, thanks alot for developing this driver. Keep up the good work.

 

/L

i think you, and others have the same problem

 

you have en3 as the iwi interface - if you computer only have 2 network adapters, iwi3945 should be en1

 

if you manage to fix that the driver should start working

 

iwi3945 from another partition

dmesg.txtioreg.txtsystem.txt

iwi3945

 

find missing functions in code

 

don't know if this will work

 

svn is broken so here's the .cpp

 

i installed this one after removing the previous one, load the kext successfully. but, still i don't know how to active the wifi adapter????? because it seems like the installer doesn't install the networkSelector.

 

so, any ideas..???

 

boot with -s if get panic

i think you, and others have the same problem

 

you have en3 as the iwi interface - if you computer only have 2 network adapters, iwi3945 should be en1

 

if you manage to fix that the driver should start working

 

i just read this post, how can i change the wifi adapter to en1 interface? mine seems as en0 and the normal ethernet card is listed as en1.

java, how do i get the iwi to switch from an en3? ive tried to delete some of my other connections, but they either dont go away, or they dont change anything.

 

sorry - i have no idea on that

 

anyone can help on this?

 

 

iwi3945/iwi2100

 

please post the logs - i can't fix nothing without seeing

 

 

the en0 is (normally) the build in interface - in my case the ethernet card.

if it's disabled and there's no other active iwi takes it place

 

i do hope someone find a solution for the iwi3945 bug

without sucess yet.

no panic...

 

you mean: with great sucess - no panic ;)

 

this log fixes a hard bug

 

maybe i can fix the rest of it

 

anyone online for more testing?

 

maybe it's all fixed :thumbsup_anim:

 

 

finally svn is back - all previous versions are now obsolete - get the new ones

if you have xcode please help debuging the new revisions

 

http://code.google.com/p/iwidarwin/

 

iwi2100 rev 390

added networkselector

 

iwi3945 rev 391

ipw_bg_alive_Start() test - this can panic

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