Subscribe to our RSS news feed
AAPL 204.44 (-0.7)

171 Pages V  « < 149 150 151 152 153 > »   
Closed Topic Start new topic
Intel Wireless 2100, 2200bg, 2915bg, 3945abg, 4965agn, IWIDarwin drivers for mac os x 10.4 and 10.5 *under development*
*******
  • Group: Members
  • Posts: 677
  • Joined: 21-April 07
  • From: US
  • Member No.: 102,287
The drivers don't work. Please, read the forums BEFORE posting. The drivers don't work because the developer's computer is fried. We are donating to him so he can get another computer to continue developing them.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 4
  • Joined: 4-August 08
  • Member No.: 268,375
QUOTE (timc940 @ Nov 4 2008, 03:51 AM) *
Whenever i try to connect to a WEP Network i get a BUS Error...Is anyone else getting this or know a resolution ???


Yes I had the same error with NetworkSelector and I patched it.
I'm currently working on nsGui (for Leopard) and I hope I'll have enough time to finish my work this week to post a testing version of iwidarwin for 2200BG (this will include the patched NetworkSelector).
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 620
  • Joined: 4-April 07
  • Member No.: 98,153
Please, respect Javalui thread and work and erase all your offtopic posts from the thread before a mod come here and ban you 14 days like here:
http://forum.insanelymac.com/index.php?showtopic=134846
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 2
  • Joined: 12-October 08
  • Member No.: 302,386
hoy i got an acer laptop with intel 3945 but just wondering i want to replace this one with a one that works with mac so 10.5.4 i m going to broadcom 4311 pci-e mini internal one is that gonna work or not plz help
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 22
  • Joined: 7-September 07
  • Member No.: 132,864
I can't believe it's almost complete! (been waiting for about a 1yr here but I can't possibly complain because of the hard work being made)

My wireless card is practically the only component not working on my Toshiba but everything else is perfect (video, sound etc)
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 17
  • Joined: 10-April 08
  • From: Philippines
  • Member No.: 212,701
I had almost lost all hopes of using Mac OSX on my Acer Aspire 5570 ANWXCI, the land card and wifi IWI 3945 both failed to connect, due to this i resorted to buying a Dlink USB Wifi, and now it works! But I am still waiting for a change to remove the USB Wifi dongle for the best thing - a working IWI 3945, good luck guys, hope we make it the soonest!!! tongue.gif
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 119
  • Joined: 9-February 08
  • From: ASIA
  • Member No.: 184,743
QUOTE (timc940 @ Nov 4 2008, 10:51 AM) *
Whenever i try to connect to a WEP Network i get a BUS Error...Is anyone else getting this or know a resolution ???

HI mate,try to download the latest stable driver here:
http://code.google.com/p/iwidarwin/
I set my wep with 64-bit and works fine without problem.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 2
  • Joined: 14-November 08
  • Member No.: 320,473




i-plays-inspiron-xps-gen2-podsbcnub:~ iplay$ cd /System/Library/Extensions
i-plays-inspiron-xps-gen2-podsbcnub:Extensions iplay$ sudo chown -R root:wheel iwi2200.kext
Password:
i-plays-inspiron-xps-gen2-podsbcnub:Extensions iplay$ sudo kextload /System/Library/Extensions/iwi2200.kext
kextload: cannot resolve dependencies for kernel extension /System/Library/Extensions/iwi2200.kext
error loading extension /System/Library/Extensions/iwi2200.kext
i-plays-inspiron-xps-gen2-podsbcnub:Extensions iplay$





i need help , i can`t install iwi2200 ...!
same error :cannot resolve dependencies for kernel extension /System/Library/Extensions/iwi2200.kext

Any advice/sugestions?

I will apreciate !

Thx
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 3
  • Joined: 6-August 07
  • Member No.: 125,528
QUOTE (jalavoui @ Feb 8 2008, 11:35 PM) *
the IOFreeContiguous() gives me firmware errors in iwi2200 replace it from my last post
you can write the skb_xxx functions for mac os - this will make the linux code run with less modifications. in iwi2200.h you'll find more skb converted functions
you're going in the right direction - converting some linux functions makes the code much easier to work
what version of iwl3945 are you using?
TNW is working with iwl3945 1.0 and ioethernetcontroller
you're working with apple80211
i think you should commit your code to the svn trunk to a folder called "iwi3945-airport10.5
i think symuc as started ported from latest linux source (with apple80211)
you should wait for him to commit is version of iwl3945
this will save you from having to convert all linux code again and will allow you to use the same linux source
i like your version with ioethernetcontroller - do you plan do keep it or move to apple80211?

at this time iwi3945 can scan for networks
but the hard part will be to write code for the rx/tx handle.
TNW, you can try to use the new mac80211 functions for rx/tx - this will be hard to do
or you can try to use the ieee80211 rx/tx functions from iwi2200 - they're stable

have you fixed the anoying iwl_send_cmd() bug?
you need to remove
if (rc==HOST_COMPLETE_TIMEOUT) priv->status &= ~STATUS_HCMD_ACTIVE;//hack
otherwise the commands will always be send
in iwl_rx_handle() you have
reclaim=0;
i think this can give a bug - remove it and check
check iwl_rx_queue_alloc() - remove IOMallocContiguous()
if you don't use IOMallocContiguous() remove all IOFreeContiguous()

can you commit iwi2200.dmg to iwi2200-osx10.5 ? we need to have people testing the driver
i think with some good logs you can make a few changes in the source code to make it work
you can check if iwi2200 loads in your computer by adding your card id to info.plist - just remove it before committing to svn

you should add in iwi3945-osx10.5 svn tree the property "svn:ignore build" this will prevent the build folders to be committed to the svn tree. i found strange files there - do you need stdio.h and _types.h?
if you move nsgui from iwi2200 take a look at the run script in xcode. you also need to add new folders (iwi3945) to allow it to build iwi3945.dmg
we need people with 2100 and 4965 cards to join iwidarwin
i'd like to have all drivers working in mac os x 10.5 smile.gif

Ethan021,
if you have xcode and like to help please do it
we need more developers to make this work



I have 2100 card. But I am not program developer. How can I help you?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 3
  • Joined: 29-July 08
  • Member No.: 265,272
Hi to all who give priceless efforts for developing drivers.

i have a 3945abg card on my hp pavillion dv9000 laptop and i'm ready to try your codes everyday if you send them to me. and i'll send the results that you wanna know, back to you. maybe it's like catching the right ear with the left hand over your head but an operating system without internet !?%& you know what i mean.

and also i'm willing to share my laptop with a remote connection over my working ethernet card while i'm at work between hours 9am-6pm gmt+2.

anyone interested in my offer? or anyone has an offer?
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 50
  • Joined: 2-December 07
  • Member No.: 159,030
Money speaks, pay up suckers!!! tongue.gif This guy does not care for your remote desktop..He needs cold hard cash!! wink.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 17
  • Joined: 28-January 08
  • Member No.: 179,156
The donations needed/collected line of the iwidarwin page is gone. Is that a good sign?
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 137
  • Joined: 4-August 05
  • Member No.: 3,038
CODE
sh-3.2# kextload iwi3945.kext
kextload: extension iwi3945.kext is already loaded
sh-3.2# /Applications/networkSelector
Could not get ID for kernel control. 2
sh-3.2#


CODE
iwi3945: Starting
Someone called createOutputQueue()
settCurController [OK]
IOPCCard info:   iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.23d
IOPCCard info:   iwl3945: Copyright(c) 2003-2007 Intel Corporation
ieee80211_alloc_hw @ /var/root/svn/trunk/iwi3945_new-osx10.5/compatibility.cpp:9331
sta_info_init @ /var/root/svn/trunk/iwi3945_new-osx10.5/compatibility.cpp:5831
ieee80211_if_sdata_init @ /var/root/svn/trunk/iwi3945_new-osx10.5/compatibility.cpp:2467
ieee80211_alloc_hw [OK]
error iwl3945: Unable to initialize PCI module
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 22
  • Joined: 23-July 08
  • Member No.: 262,310
Guys why are you trying the driver that is confirmed not working? This is futile effort in trying to fix something none of us know how it works. Let the developer come out with a working release. There seem no point otherwise posting about the failure of something that is already flawed.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 39
  • Joined: 24-December 07
  • Member No.: 165,412
QUOTE (joshawa @ Nov 20 2008, 02:22 AM) *
The donations needed/collected line of the iwidarwin page is gone. Is that a good sign?


same question here.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 7
  • Joined: 6-October 08
  • From: Georgia
  • Member No.: 299,234
same question? will we finaly get the driver happy.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 2
  • Joined: 22-November 08
  • Member No.: 324,775
And when should it be avaiable... is somebody already working on it??? Greez
PM Profile Card
Go to the top of the page
+ Quote Post
***********
  • Group: Members
  • Posts: 4,240
  • Joined: 9-August 07
  • From: Teramo
  • Member No.: 126,301
JALAVOUI?????? WHERE ARE YOU???? sometimes felt, tell us what's new ..... thanks
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 29
  • Joined: 21-June 08
  • Member No.: 247,341
When are out the drivers needs for a working 3945??
PM Profile Card
Go to the top of the page
+ Quote Post
***********
  • Group: Members
  • Posts: 4,240
  • Joined: 9-August 07
  • From: Teramo
  • Member No.: 126,301
QUOTE (him7x @ Nov 24 2008, 09:19 PM) *
When are out the drivers needs for a working 3945??


Oh my GOD!!!!
Read topic please!!!!!!!!!!
PM Profile Card
Go to the top of the page
+ Quote Post
171 Pages V  « < 149 150 151 152 153 > » 
Closed Topic Start new topic

2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 24th November 2009 - 09:01 PM