Jump to content

Intel Wireless driver


jalavoui
 Share

3,992 posts in this topic

Recommended Posts

I was wandering if someone could give me a hand. I've been trying to install the iwi2200.dmg. The install goes fine and it copies the drivers and the networkSelecter with the nsGUI to my applications folder. But when I try to run the networkSelecter by double clicking it,through terminal or when boot with the -s option it doesn't load.

 

mourningwoods-computer:~ MourningWood$ /Applications/networkSelector; exit
-bash: /Applications/networkSelector: Bad executable (or shared library)
logout
[Process completed]

 

I'm not sure if it is my laptop or if I am doing something wrong, I'm new to Macs and the x86 scene but am very familier to Linux. I've download quite a few differenct versions of the driver and they have all had the same problem. I've also tried completely removing the old one first. Any help would be greatly appreciated.

Link to comment
Share on other sites

I'm running Mac OSX Leopard on my hackintosh.

I tried the intel drivers 3945 for my ACER 5680 but alas the kernel gave a panic.

I know leopard isn't really supported, but has anyone gotten any further with messing around with the driver?

How is the process going of porting the drivers to leopard?

 

Well good luck anyway, thank you for putting your spare time in this project.

Link to comment
Share on other sites

Hey ,

My name is Pierre, I'm a NT Systems Administrator just now starting to fiddle around with OS X. I have absolutely no past experience in driver developpment but can provide hardware to those who need it. I presently run an Intel 3945a/b/g, and have installed the latest iwdarwin drivers.

 

Here are the 3 system logs given after I play around with NS and dump the logs.

 

PS: I've been reading about this NSGui that exists, is it just a frontend to NS or does it provide more functionality,

 

Regards,

Pierre

dmesg.txt

ioreg.txt

system.txt

Link to comment
Share on other sites

iwi3945

 

i've explained this a few posts back

change in the info.plist file of iwi3945.kext the param_timer

try this values: (or others if you feel like)

0

500

1000

2000

5000

10000

after changing a value delete system/libray/extensions/ cache files and reboot

test wirh networkselector option 1 a few times

post separate logs for each param_timer tested value

 

the goal here is to check if the driver stops giving firmware errors while sending commands

 

 

there are several other ways to fix this - developers help is apreciated

i can't do much more at this time since only a few people are willing to donate to this project

you can test the svn version in iwidarwin - it's the latest

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

if you have mac os x 10.5 don't bother testing this

 

uk_rules_ok

you need to try other values for param_timer...

Link to comment
Share on other sites

Jalavoui- I have a Lenovo T60 with Intel 3945 wireless. I have Tiger and Leopard installed and would love to help test this for you. I am new to Mac and can offer nothing more than patients and a willingness to help. Please let me know what you would like me to do.

 

I have already downloaded the 3945 file and installed it in Tiger.

The card shows up but no LED light showing it's enabled and I

can't connect to any networks. I have secured and unsecured wireless

networks in the my house. I am also using wep and wpa so I can test

a broad range of things for you and the community.

Link to comment
Share on other sites

Jalavoui- I have a Lenovo T60 with Intel 3945 wireless. I have Tiger and Leopard installed and would love to help test this for you. I am new to Mac and can offer nothing more than patients and a willingness to help. Please let me know what you would like me to do.

 

I have already downloaded the 3945 file and installed it in Tiger.

The card shows up but no LED light showing it's enabled and I

can't connect to any networks. I have secured and unsecured wireless

networks in the my house. I am also using wep and wpa so I can test

a broad range of things for you and the community.

 

read this post about "HOW TO TEST AND LOG"

http://forum.insanelymac.com/index.php?showtopic=71779

Link to comment
Share on other sites

uk_rules_ok

you need to try other values for param_timer...

 

 

only just noticed this post, just re-installed my osx 10.4.10 will try diferent values later when i get home.

Link to comment
Share on other sites

iwi4965 rel 540

this can give a kp

Do U need a KP ? here it is ! :angel:

 

 

Safe boot + /etc/rc

...the same as before till get MAC address...
iwi4965: power state(1)
iwi4965: configureInterface
iwi4965: : rx mbuf_next - merging
iwi4965: iwl_rx_reply_alive Alive ucode status 0x0000339D revision 0x0 0x0
iwi4965: iwl_rx_reply_alive Runtime Alive received.
iwi4965: :uCode did not respond OK.
iwi4965: iwl_rx_handle r = 1, i = 0, rx_handler REPLY_ALIVE
iwi4965: : Error wrong command queue 0 command id 0x1
panic(cpu 0 caller 0x001A49CB): Unresolved kernel trap (CPU 0, Type 14=page fault) ...

 

 

Normal boot 1st time

...the same as before till get MAC address...
iwi4965: power state(1)
iwi4965: configureInterface
iwi4965: : rx mbuf_next - merging
iwi4965: iwl_rx_handle UNHANDLED - #0x30 UNKNOWN reclaim? 1
iwi4965: : Error wrong command queue 50 command id 0x30
panic(cpu 0 caller 0x001A49CB): Unresolved kernel trap (CPU 0, Type 6=invalid opcode) ...

 

 

Normal boot 2nd time

...the same as before till get MAC address...
iwi4965: power state(1)
iwi4965: configureInterface
iwi4965: : rx mbuf_next - merging
iwi4965: iwl_rx_handle UNHANDLED - #0xca UNKNOWN reclaim? 1
iwi4965: : Error wrong command queue 50 command id 0xCA
panic(cpu 0 caller 0x001A49CB): Unresolved kernel trap (CPU 0, Type 14=page fault) ...

Link to comment
Share on other sites

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

 

iwi3945 rel 539

test it with what i've said in previous post

-----------------------------------------------------------------

iwi3945

 

add param_timer - this is the code:

while (priv->status & STATUS_HCMD_ACTIVE)

{

rc++;

IODelay(HOST_COMPLETE_TIMEOUT);

if (rc==param_timer) break;

}

if param_timer=1000 them this will be done 1000 times

 

check in the iwi3945.kext for the info.plist file

after changing this value

delete /System/Library/Extensions.kextcache and Extensions.mkext (this is important if you miss this mac os will ignore your changes in the info.plist)

reboot

open console and look at system.log

press option 1 of networkselector a few times

 

if you don't get errors while sending commands - you find a good timer value - let me know what is it

otherwise try other values for param_timer

 

I cant get my head around this one, where do i put the code ???

also you say look in iwi3945.kext for the info.plist file, with what do i open the iwi3945.kext with and what do i edit the info.plist file with ???

 

someone help please.

Link to comment
Share on other sites

I cant get my head around this one, where do i put the code ???

also you say look in iwi3945.kext for the info.plist file, with what do i open the iwi3945.kext with and what do i edit the info.plist file with ???

 

someone help please.

 

 

Click on the right button of you mouse and choose Show package contents, or whatever it says. Keep opening the folders untill you get the info.plist. when asked, choose TExt Editor to open the file, change the values and save. Don't change file extension from PLIST to TXT. ok?

repair permissions, reboot, and give it a try

Link to comment
Share on other sites

I cant get my head around this one, where do i put the code ???

nowhere! it was only a notice looking a piece of source-code.

 

also you say look in iwi3945.kext for the info.plist file, with what do i open the iwi3945.kext with and what do i edit the info.plist file with ???

Right click -> show pkg content -> Contents -> Info.plist

I think you have to copy to desktop , to edit it (need user password, I think).

Edit with textedit (I think you do not have Xcode installed, do you?)

Put back over the original Info.plist (need user password, I think).

 

Before rebooting don't forget to repair persmission (with diskutility).

Link to comment
Share on other sites

Click on the right button of you mouse and choose Show package contents, or whatever it says. Keep opening the folders untill you get the info.plist. when asked, choose TExt Editor to open the file, change the values and save. Don't change file extension from PLIST to TXT. ok?

repair permissions, reboot, and give it a try

 

Thanks for the info jjduro.

 

tryed all the delays but still dont seem to be working, anyway heres my logs :-

Link to comment
Share on other sites

this was inspirred by iwi4965

param_timer is no longer used in iwi3945

maybe i just get more kp

 

iwi4965

the very-same KP as the previous version.

iwi4965: : rx mbuf_next - merging
iwi4965: iwl_rx_handle UNHANDLED - #0xca UNKNOWN reclaim? 1
iwi4965: : Error wrong command queue 50 command id 0xCA
panic(cpu 0 caller 0x001A49CB): Unresolved kernel trap (CPU 0, Type 14=page fault) ...

Link to comment
Share on other sites

-Q- Master Posted Today, 07:51 AM

What card is altenate to 3945abg? Is there a USB NIC that comes with Mac drivers ?

 

Linksys WUSB54GC

 

http://forum.insanelymac.com/index.php?showtopic=33913

 

http://forum.insanelymac.com/index.php?showtopic=27863

 

 

+++

Airis n1212 - Intel core 2 duo T7200 2Ghz - 2Go ram

ALC861 - Marvell Yukon 88E8053 - Intel 3945 a/b/g - Linksys WUSB54GC (temporarily)

JaS 10.4.8 / JaS 10.4.9 combo update / Netkas 10.4.10 update / custom 10.4.11 update (8.10.1 kernel)

Link to comment
Share on other sites

kp fixes - maybe

my guess i'll take a year to make this drivers work

 

If you wanna speed it up, we can agree to meet online (skype msn icq cippilippidoo :thumbsup_anim: ) for a trial-session.

 

You fix, I try and log

You fix, I try and log

You fix, I try and log

...

You fix, I try and log

It works!

 

:) too easy ?

Just let me know.

 

Btw, this time no kp ... heres my logs.

safe_4965.txt

Link to comment
Share on other sites

kp fixes - maybe

my guess i'll take a year to make this drivers work

looks like nobody interesting in making donations for getting new hardware

the iwi2200 as about 2000 downloads and only 1 donation

maybe when it gets to 200000 i get 100 :D

 

 

When you make my 3945 work i will donate for sure - i swear, it's christmas time

 

I installed the latest dmg for the 3945, osx86 boots with no problem, and the new device is in the network preferences but the network detector application (the one that starts the terminal) only shows options 1, 5, 0

1 doesn't seem to work or change anything, and ... well, that's it.

 

is there anything i can do ?

 

edit:

i also tried to boot -s

sh /etc/rc

and run networkselector, but i get kernel panic

and when i boot back normally i still get no airport

 

i'm sorry i'm not very good at this :S

 

 

thank you for your efforts!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...