Jump to content
3992 posts in this topic

Recommended Posts

Hi Masters,

 

On the below mentioned page there is a linux driver for 2100 also.

Would it be possible to use that for mac driver for 2100?

 

http://intellinuxwireless.org/?p=iwlwifi&n=Downloads

 

jalavoui: could you pls try to convert it to mac osx?

 

Thanks,

Tamas

Guest bikedude880
Hi Masters,

 

On the below mentioned page there is a linux driver for 2100 also.

Would it be possible to use that for mac driver for 2100?

 

http://intellinuxwireless.org/?p=iwlwifi&n=Downloads

 

jalavoui: could you pls try to convert it to mac osx?

 

Thanks,

Tamas

There's already a 2100 kext in the works, and it's already using parts of the Linux driver as references. Driver code cannot just be copied/pasted/compiled from Linux/BSD to Mac OS X/Darwin. Almost all of the code needs to be re-written in IOKit/Objective-C as Linux/BSD uses standard C code.

i do hope this new versions do something...

 

the iwi3945 now uses the firmware "iwlwifi-ucode-2.14.1"

 

i added some code to both drivers from iwi2200

 

thanks

 

i'm getting anoyed with the google site and with the https svn

 

can someone point a site with no https svn commit?

 

i'm unable to commit to the google site and i'm tired of wast my time trying

 

i believe there's a place in xlabs - anyone know how does it work?

 

about the code in iwlwifi-0.0.6 for iwi3945 driver:

 

the code uses functions found in ieee80211 library wich are also used in iwi2100 and iwi2200

 

it's better to stay with ieee80211 instead of using the iwlwifi code wich only works for the iwi3945 driver

 

if i use all the code found in iwlwifi it will be better to star over and write a new driver

 

for what i read, the new firmware works without the daemon

 

please post logs

iwi2100_v3.dmg

iwi3945_v4.dmg

owww nice jalavoui, thx very much for ur time!!!

 

***but seems to have some trouble with the zip files, cant unzip!!!..*****

 

EDIT: safari is saving with zip ext but its a dmg file, so only rename.

 

real thx again

 

regards,

Edited by fullOut

Here is all the logs and some images of things.

 

I was looking at preinstall and preupdate in the iwi3945 pkg. It try's to uninstall iwi2100 kext? Thing you have got the drivers muddled up. The mac address is still 00:00:00...

dmesg.txt

ioreg.txt

post-73029-1171413492_thumb.png

post-73029-1171413497_thumb.png

system.txt

Edited by FlipHDK

after v4.

my built in bluetooth stoped working, i then booted with -s then rebooted and started working again

in osx i can see the third party airport in system info but it says that its turned off!! (tryied to turn it on but nothing :(

 

in the log of -s boot it says intel 3945 detected...... but with mac adr all zeros

and the boot keeps on typing

mac is in deep sleep

mac is in deep sleep

mac is in deep sleep

mac is in deep sleep

mac is in deep sleep

mac is in deep sleep

 

hey jav nice work up until now i hope you get it working :)

 

oh!!! and if you check the first pic of FLIPHDK is what i also get, but the second pic i dont have the ethernet apearing anymore and also if you see

the battery sign from the bar is lost!!!

Edited by argeas

Hey jalavoui, tested the new 2200 driver. I stil cant get network with this, only the v.6 debug driver workes.

Bout there is changes, it scans for network. I keep geting a "configd[57]: Error: WirelessGetInfo() = 88001003"

with tne non debug driver. I use:

<key>p_disable</key>

<integer>0</integer>

<key>p_led</key>

<integer>1</integer>

<key>p_mode</key>

<integer>0</integer>

 

And the Bluetooth that the debug driver got working stopt.

system.txt

ioreg.txt

dmesg.txt

Edited by Thomas202

First, thanks for your work.

 

Tested iwi3945 V4 on FSC Amilo S1520 (i945GM).

 

BT/WLAN doesn't seem to work (BT worked before) but both is chown :

- BT is listed but disabled

- airport is listed but without mac address chown in prefs.

 

Wifi/BT switch doesn't change anything. It stays w/o light :-(

dmesg.txt

ioreg.txt

system.txt

Edited by LoLL

The latest source is v3, you can find that here: http://forum.insanelymac.com/index.php?act...ost&id=8279

How to uninstall iwi3945

If you want your computer back to how it was before you ran the iwi3945 package:

In Terminal.app:

sudo -s
PASSWORD ( PUT YOUR PASSWORD HERE, DON'T TYPE PASSWORD )
rm /System/Library/Extensions/iwi3945.kext
rm /System/Library/Extensions.*
kextcache -k /System/Library/Extensions

 

This will make bluetooth and ethernet working again :pirate2:

This is my first atempt to port the linux driver to mac.

 

The requirements are a 10.4.4 kernel and the IO80211Family.kext version 1.1

 

Please help me going further

 

Thanks

 

Hi, I install the driver, but when I start (kextload iwi2200.kext) it show "14darwin_iwi2200 is not compatible with its superclass, 17IO80211Controller superclass changed?" I don't know what happen...

 

Thanks for all

i'm testing some features on iwi2200

 

you can help by posting the logs

 

let me know what speed does it gets when downloading/uploading files

 

the driver is expected to crash, so don't complain

 

Apparently I cannot test this version of the driver as apparently something is missing when compared to the previous version: the previous version had the option

 

<key>use_10_4_8</key>

<integer>1</integer>

 

in info.plist and this is connecting fine to my wifi router...

 

This newer version of the driver is not having this option and even after adding it to info.plist it just cannot connect to my wifi network...

 

Did you forget to implement this or was this being done on purpose (so users on 10.4.8 can not test this)?

 

Take care,

Tek_No

Hi.

 

Ive just tried the iwi3945 v4 driver.

 

When I booted normally, I got an kernel panic, can post it if its needed (need to get the picture off my phone)

 

When I booted with -x and manually loaded the IO80211Family.kext and the iwi3945.kext

 

I get this in my logs. (below)

 

Hope this helps.

system.txt

dmesg.txt

ioreg.txt

Edited by kr0n
i'm testing some features on iwi2200

 

you can help by posting the logs

 

let me know what speed does it gets when downloading/uploading files

 

the driver is expected to crash, so don't complain

 

 

jalavoui....

plz merge new features to trunk before posting this binarines....

Apparently I cannot test this version of the driver as apparently something is missing when compared to the previous version: the previous version had the option

 

<key>use_10_4_8</key>

<integer>1</integer>

 

in info.plist and this is connecting fine to my wifi router...

 

This newer version of the driver is not having this option and even after adding it to info.plist it just cannot connect to my wifi network...

 

Did you forget to implement this or was this being done on purpose (so users on 10.4.8 can not test this)?

 

Take care,

Tek_No

 

Same experience here, I attempted substituting the V6 info.plist and could get an ip from the wlan but not a valid net connection, IE nothing worked. Works fine with same settings uner V6.

 

Under V6 im getting

Feb 13 23:48:00 localhost kernel[0]: darwin_iwi3945: Ethernet address 00:00:00:00:00:00
Feb 13 23:48:00 localhost kernel[0]: getSTATUS_DEV 
Feb 13 23:48:00 localhost kernel[0]: ifnet_t en1 = 2a35604
Feb 13 23:48:00 localhost kernel[0]: : Detected Intel PRO/Wireless 3945ABG Network Connection

 

Doesn't it need to detect the card before it looks what mac address it has?

Working with use_10_4_8 option,

 

<key>use_10_4_8</key>

<integer>1</integer>

 

 

but, crash after a few minutes or with browser navigation only.

Navigation is ok with "previus" version (v6 test version).

 

 

ah ... and the speed is slow, same as v6 test version... slow, slow ....

Edited by Glauber Lobo

Here's a backtrace from the new 3945 driver

 

Kernel: Semthex 8.8.1 Beta 9 SSE3, latest DaemonES gives same result

Kext: iwi3945.kext beta 4

IO80211Family: Apple original extracted from 10.4.7 update

laptop:ACER Aspire 5672wlmi with an Intel Core Duo chip

OSX: 10.4.8

 

post-22151-1171482326_thumb.jpg

Edited by asstastic

thanks for testing

 

sorry for the crashes :)

 

 

iwi3945

 

i only see a log with the firmware loading. hmmm

 

to test the driver you need the correct io80211 framework... i'll not talk of this again

 

need to add the aiport in system preferences

 

need to unplug other network cards

 

doing this should let the driver go to the firmware loading - wich is what i'm trying to make work

 

maybe the bluetooth controler is interfering with iwi3945 - disable it and test again

 

 

 

iwi2200

 

i'm trying to make a better rx speed - just trying :P

 

i included the p_10.4.8 as default , so don't need to hack it in info.plist

i find it usefull for both 10.4.7 or 10.4.8 io80211 frameworks

 

the installer trys to uninstall previous version of iwi2200 and them ask to reboot

 

just remeber - to make a stable version testing is needed

 

 

 

i'm using the 10.4.8 io80211 framework from apple's update (it's easyer to install - just copy the files with pacifist)

 

mac os x 10.4.8 is quite stable with beta9 kernel

 

perhaps you get less crashes if change to this version

 

bluetooth:

 

i can't use it in mac os x, but i have a iwi2200 card

 

does it work for iwi3945 and iwi2100 cards?

 

in future i'll build code to have bluetooth support in iwi2200 - only after the drive works

 

the bluetooth requires and extension. it's probally not compatible with the iwixxx controller

 

jalavoui....

plz merge new features to trunk before posting this binarines....

 

 

as i explained before...

 

i managed to get iwi2200 to work at full rx speed

 

althought it's not stable i think i should get feedback from other users

 

fell free to post test versions here

 

that's one of the reasons of having this thread

 

Here is my logs for v4

 

you seem to go to the firmware loading - that's a progress :)

 

are you testing the driver with the ethernet card off? it fails if turned on

 

do you have bluetooth in mac os x?

you seem to go to the firmware loading - that's a progress :)

 

are you testing the driver with the ethernet card off? it fails if turned on

 

do you have bluetooth in mac os x?

 

Firstly i dont got bluetooth in my laptop :)

And im testing it with the ethernet on. how do i disable it ?

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