Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

171 Pages V  « < 157 158 159 160 161 > »   
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: 142
  • Joined: 22-April 08
  • Member No.: 219,791
donations are not payment, you are right.. and we all know that. but if someone is asking for donations to go ahead with the work is supposed to work on that and not keep asking for money rising the target everytime one is reached.
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Validating
  • Posts: 520
  • Joined: 10-March 07
  • From: India
  • Member No.: 91,736
Correct. And that is why my plan says no donations until the driver is ready. Afterwards a target amount is preset based on number of hours the programmer spent, and the driver sourcecode is put online once target is reached. Can't be more transparent than this. I am already working 8-10 hours/day on this project and have clocked around 60 hours so far. There are timesheets and SCM logs to corroborate this (trust me I've done professional work this way tongue.gif )

Anyway we are not at that stage to discuss this yet.
Attached File(s)
Attached File  Picture_4.png ( 81.23K ) Number of downloads: 149
 
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 142
  • Joined: 22-April 08
  • Member No.: 219,791
damn, you are a pro! smile.gif

anyway, if you need donations or testing you can count on my support.
i am a linux admin so i have some skills.
PM Profile Card
Go to the top of the page
+ Quote Post
********
  • Group: Members
  • Posts: 1,141
  • Joined: 28-August 06
  • Member No.: 53,253
mercurysquad,

if you need help coding, iwidarwin is still up
if you start a new project and need help discussing code i'm here to help

i haven't got he hardware for start working on 3945/4965 - hope to get it soon

do you plan to write new code from scratch?

there's some problems on porting existing code for io80211 family - is this your plan?

in my opinion the best driver to start coding is 3945/4965

2100/2200 are old drivers - can't do much about it

i'd like to ask forum administrators to remove non-development posts
this doesn't help making the drivers work

in iwidarwin svn tree there is code for ioethernet and apple80211
the idea was to make a stable ioethernet version and them port the code to apple80211 (airport version)

for developers:
intel as new firmware versions for 3945/4965. download from
http://intellinuxwireless.org/?n=Downloads
use hex2strng to convert the files and test it
build it and post new .dmg here for testing

a shortuct for making 3945/4965 is to fix the rx/tx packet code
i can't do it whitout the hardware
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 (mercurysquad @ Jan 3 2009, 08:11 PM) *
Correct. And that is why my plan says no donations until the driver is ready. Afterwards a target amount is preset based on number of hours the programmer spent, and the driver sourcecode is put online once target is reached. Can't be more transparent than this. I am already working 8-10 hours/day on this project and have clocked around 60 hours so far. There are timesheets and SCM logs to corroborate this (trust me I've done professional work this way tongue.gif )

Anyway we are not at that stage to discuss this yet.

As mrroboto, if you need donations or testing count on my help .... there are my email in profile, or contact me via pm ..... I will be happy to help ..... and thank you again for everything that do work for the community .....
THANKS FOR ALL!!!!!!!!!!!!!
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Validating
  • Posts: 520
  • Joined: 10-March 07
  • From: India
  • Member No.: 91,736
That laptop is sold also with 'dell wireless 1390/1490' cards whic are known to be airport compatible. Better verify you actually have an intel 3495.. e.g. with ioreg or lspci, check the vendor and device IDs. Intel cards have VID 8086. An airport compatible driver is NOT available for intel 3495, and kext hacking is going to get no one nowhere. (this is not applehda)
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Validating
  • Posts: 520
  • Joined: 10-March 07
  • From: India
  • Member No.: 91,736
QUOTE (jalavoui @ Jan 4 2009, 01:45 AM) *
mercurysquad,

if you need help coding, iwidarwin is still up
if you start a new project and need help discussing code i'm here to help

Cool, thanks I will contact you if I get stuck at any point.
QUOTE
i haven't got he hardware for start working on 3945/4965 - hope to get it soon

Me neither. I have 2200bg, so started from that. Once it's working I'll have the required knowledge to get 3945/4965 working, as it doesn't seem very different.
QUOTE
do you plan to write new code from scratch?

Yes. I looked at your iwidarwin source and I won't lie, it's huge and I can't fathom it. I am starting from scratch, using BSD driver for reference (but it's not a port). The linux driver and consequently iwidarwin are 18k lines, while the bsd driver is less than 4k, so it's much easier to follow.
QUOTE
there's some problems on porting existing code for io80211 family - is this your plan?

As I said I'm not porting, but rewriting. Yeah I inherit from io80211family, not sure what problems I'll encounter later on, but that's the plan right now.
QUOTE
in my opinion the best driver to start coding is 3945/4965
2100/2200 are old drivers - can't do much about it

Yes but as I said I don't have the hardware and it's not a good idea to code blind something which is already difficult...
QUOTE
in iwidarwin svn tree there is code for ioethernet and apple80211
the idea was to make a stable ioethernet version and them port the code to apple80211 (airport version)

I see. But I will not take that approach because I don't want to re-implement ieee80211 stack (as you seem to have done?), it's too much work right now and I think starting from io80211 directly is possible given that the headers are available, so we have to reverse engineer some parts.
QUOTE
for developers:
intel as new firmware versions for 3945/4965.

I chose v3.0 firmware for 2200, it's the newest. Don't know about 3945/4965.
Also, you can use xxd -i filename to generate the header file from a binary image. xxd is included with OS X and most unix OS's.

Cheers.
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 677
  • Joined: 21-April 07
  • From: US
  • Member No.: 102,287
The 2200bg drivers aren't stable, that would be why he is working on them, also because that is the card he possess. And like he said he won't request donations until the final product is out. Just because you want something, doesn't mean it has to go before what other people want. You should be happy that after over a year, we have somebody who is capable and willing to create some working drivers for us. If you want wireless now, go buy a USB stick or something, don't complain, it is just going to make things harder for everyone.
PM Profile Card
Go to the top of the page
+ Quote Post
****
  • Group: Members
  • Posts: 182
  • Joined: 24-September 07
  • From: Poland
  • Member No.: 137,259
Why don't you guys just stop whining? You waited a year, wait just a little bit more. There's a guy who came here with his mad coding skills willing to write the drivers from scratch for free (let's be honest - one in a hundred users who download something actually donate to developer) and you wouldn't show any sign of appreciation, just shouting and rushing him - I don't think it's gonna work. Just let him do his thing. It's better than nothing.

edit: my post is quite similar to booger_sniffer5000's one, didn't see him writing wink.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 677
  • Joined: 21-April 07
  • From: US
  • Member No.: 102,287
QUOTE (undefined @ Jan 4 2009, 03:04 PM) *
Why don't you guys just stop whining? You waited a year, wait just a little bit more. There's a guy who came here with his mad coding skills willing to write the drivers from scratch for free (let's be honest - one in a hundred users who download something actually donate to developer) and you wouldn't show any sign of appreciation, just shouting and rushing him - I don't think it's gonna work. Just let him do his thing. It's better than nothing.

edit: my post is quite similar to booger_sniffer5000's one, didn't see him writing wink.gif

Well said smile.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 33
  • Joined: 26-June 08
  • Member No.: 249,528
I spent $70 on a USB Wifi stick that semi-works. It was one of the few wireless N sticks i could think of that you could buy in store (Linksys WUSB600N). I hate buying online, especially eBay. I'm not yelling nor screaming. I'm just stating the fact that when the starter of this thread said it would take 2 days to work once he got the card, we expected it to take far less than what it has taken. Again, I do apologize about misunderstanding about the stability of the card, even though on the site it does say it is stable which is very confusing. I haven't been waiting for a year, though i have been waiting over 2 months (I started looking at the OSX86 project about 2 months ago). Though I'm not looking for a 3945 card, I still feel for those who have waited over a year for the card to work and got there hopes crushed when it has taken this long and the iwidarwin site seems to be inactive. Don't get me wrong, i do appreciate mercurysquad's willingness to be a part of this though there has been almost a 2 month period of no activity. It's just a frustration from my waiting so long and it's gotta be worse for those who have been here since the start of this thread.
PM Profile Card
Go to the top of the page
+ Quote Post
******
  • Group: Members
  • Posts: 496
  • Joined: 8-January 08
  • Member No.: 170,615
QUOTE (ThinkMark @ Jan 4 2009, 02:29 PM) *
Its pretty damn scammy of the guy who started this thread though, huh?
iwidarwin has gone shown the shitter, and this new guy, mercurysquad is going to make more drivers even though the ones iwidarwin did already work! Why doesnt he just start with the ones we want, go out, find a card and do it.
But no. he is going to do the same are Jar..whoever, make the same cards and then get donations and then piss off. Not even getting to that card.


You could have done what I did and replaced your Intel card with a card that is known to work (like a Dell card). In any case, I'm not sure if you have looked at the iwidarwin source but it is very hard to figure out what is going on. I checked the source out a few months ago to try and take a stab at cleaning it up some but I eventually came to my own private conclusion that pretty much only jav really understands the code. If you are tired of waiting then I suggest you either go buy a real Mac or buy a card that works natively.

Lastly, in case you've been living under a rock, mercurysquad is one of the guys behind the voodoo kernel and other big developments here. If he's taking a stab at it there's a good chance something will come out of it. Continuing to make this thread longer and longer with further pointless "poor me" posts does nothing for the driver's development.
PM Profile Card
Go to the top of the page
+ Quote Post
****
  • Group: Members
  • Posts: 182
  • Joined: 24-September 07
  • From: Poland
  • Member No.: 137,259
QUOTE (ThinkMark @ Jan 4 2009, 09:38 PM) *
We cant help the wining. Jar..Whoever use to have "Mad coding skills".

I meant mercurysquad with his/their great work on the Voodoo kernel.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 13
  • Joined: 14-October 07
  • Member No.: 142,196
QUOTE (ThinkMark @ Jan 4 2009, 09:38 PM) *
We cant help the wining. Jar..Whoever use to have "Mad coding skills". and he pissed off the the Caribbean on our backs.

I have another wireless card floating about, its a netgear WG111 or WG111T and that doesnt work either. I begrudge paying for anything else, and never pay for software. He should do it for the community, and judging for an earlier post fo his, he is going to make us compile everything and release the better working one when he gets paid.

{censored}.

Think Mark


I don't believe that's what he said. He said he would release the source code once it works and a certain target has been reached.
Even though it's no fun that the iwi stuff failed in a way it's no use to start yelling at someone who gives us new hope. He seems to be doing a pretty decent job so far for "only" 60 hours of work. It's no use either to have him start on a card he doesn't have yet, let him work on the other until he has a 3945/4965 gives him some time to practice with the intel wifi driver coding as well (if he needs it). If he succeeds in making a stable 2200 driver i don't think a stabl 3945/4965 is very far away.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 43
  • Joined: 23-December 08
  • Member No.: 341,385
Stop it ...

Mercury decided to work first on 2200bg, and his work is to prepare the 3945 devellopement, its not optionnal, this is the way he chose to work.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 43
  • Joined: 23-December 08
  • Member No.: 341,385
QUOTE (Geno83MMX @ Dec 24 2008, 06:46 AM) *
Hi everyone,

I have the 3945abg, also I am a skilled developer. Haven't read all thread (+140 pages). But I'll try to finish the driver after holidays, if it doesn't take me too much time (because I'm working full time as software engineer and studing). But challeges as this one to code at low level always have a magic to attract my attention.

Well, have a mery xmas!!


any news here ?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 3
  • Joined: 31-December 08
  • Member No.: 346,694
If you have the 3954ABG card read this

I spent some time this weekend going through the driver listed on the first page for the 3945 card it appears to be partially working, but still need a good amount of work. So I'am going to give you the best advice go buy an atheros card anything but the 5008 from what I've read should easily work. Unless you are a software developer with many free hours on you hands which I doubt any software developer has much free time I know I don't. Its not worth the time you can easily pick up an atheros car for around $40us shipped. The driver that exists can be finished by its original creator be cause he understands the conventions used and its structure.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 8
  • Joined: 6-August 07
  • Member No.: 125,643
First of all mercurysquad owe you (and us all) nothing. He can write code for whatever the heck he want, I'm also want driver for my 4965 card first but that's not my choose it's has own choose to start coding for whatever he want

If you don't like it go and code your own driver...
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 43
  • Joined: 23-December 08
  • Member No.: 341,385
QUOTE (unknow @ Jan 4 2009, 10:25 PM) *
First of all mercurysquad owe you (and us all) nothing. He can write code for whatever the heck he want, I'm also want driver for my 4965 card first but that's not my choose it's has own choose to start coding for whatever he want

If you don't like it go and code your own driver...


im in the same position and i agree with you 100 %
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 264
  • Joined: 26-March 07
  • Member No.: 95,699
QUOTE (unknow @ Jan 4 2009, 05:25 PM) *
First of all mercurysquad owe you (and us all) nothing. He can write code for whatever the heck he want, I'm also want driver for my 4965 card first but that's not my choose it's has own choose to start coding for whatever he want

If you don't like it go and code your own driver...


Well put, thank you
PM Profile Card
Go to the top of the page
+ Quote Post
171 Pages V  « < 157 158 159 160 161 > » 
Closed Topic Start new topic

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

 

RSS Lo-Fi Version Time is now: 22nd November 2009 - 03:03 AM