Slashdot Log In
Intel Releases Linux Driver For Centrino WLAN
Posted by
timothy
on Wed Mar 10, 2004 11:21 AM
from the usefulness dept.
from the usefulness dept.
Werner Heuser writes "Finally Intel has made their different announcements about
Linux support for the WLAN part of the Centrino technology
become true. Though not yet officially announced
an Open-Source driver with included firmware
is available at SourceForge.
The driver is still experimental and supposed to work
with 2.4 Kernels as well as with 2.6 ones." (See these previous stories for some background.)
This discussion has been archived.
No new comments can be posted.
Intel Releases Linux Driver For Centrino WLAN
|
Log In/Create an Account
| Top
| 285 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Intel Feeling the Pressure? (Score:5, Insightful)
Re:Intel Feeling the Pressure? (Score:5, Interesting)
(http://support.microsoft.com/ | Last Journal: Sunday June 27 2004, @06:34PM)
Wintel isn't ALWAYS the badguy.
NOW, I can say THANK GOODNESS no more lockups in Fedora from DriverLoader BS, now my only question is how will they allow Linux users to flash their firmware when the manufacturers don't provide floppy drives on most of the Centrino lines.
Re:Intel Feeling the Pressure? (Score:4, Informative)
(http://www.jhurliman.org/)
Re:Intel Feeling the Pressure? (Score:4, Informative)
(Last Journal: Thursday January 11 2007, @06:30PM)
Boy oh boy, were those IBMer's wacky...
From ipw2100_main.c (Score:4, Interesting)
(http://tomcopeland.blogs.com/)
Re:From ipw2100_main.c (Score:4, Funny)
Re:From ipw2100_main.c (Score:5, Funny)
This is high performance code! Single-letter variable names execute more faster.
U R teh st00p3d.
Re:From ipw2100_main.c (Score:5, Insightful)
(http://david.djsiska.cz/)
In fact, sometimes explaining what a variable means and then using just a one letter name is much more helpful than names like "thisOneINeedToDoThisBecauseOfThat".
Just think of the use of "i" in for loops, no one in the right set of mind would use something like "loopCounter".
It's a bit like in PDE theory, if you use t, then you don't have to bother specifying that t belongs to [0,T] and that it's time - everyone expects that.
Re:From ipw2100_main.c (Score:5, Insightful)
(http://sydb.dyndns.org/ | Last Journal: Friday October 19 2001, @01:10PM)
Quite, but if you're choosing decent variable names, you would never think of chooseing loopCounter!
What are you counting? That's what the variable name should be.
Iterating over rows in a matrix (or whatever)? then the variable name should be 'row'! Not rowCount or RowNumber or count or r, simply 'row'.
Then row++ makes sense - next row.
NDISWRAPPER (Score:4, Informative)
This tool allows you to run the Windows driver for some wireless cards that have little or no Linux support.
Daniel
Re:NDISWRAPPER (Score:5, Interesting)
Re:NDISWRAPPER (Score:5, Interesting)
Re:NDISWRAPPER (Score:4, Funny)
(Last Journal: Sunday October 24 2004, @07:16AM)
This is a great sign (Score:1, Offtopic)
(Last Journal: Sunday October 10 2004, @02:36PM)
Re:This is a great sign (Score:5, Insightful)
Yeah I know pretty soon we might get some linux support from other companies! Like NVidia, 3Comm, Ceative Labs, ATI, Netgear, Linksys, man pretty soon I'm gonna be able to build a sweet linux computer!
*Looks at his own two linux computers*
Oh...
I'd actually be more excited about Intel's decision if they had any products I actually wanted. I don't know of any companies I'd buy from whose products don't work in linux one way or another. Sure some things might not work, but I haven't run into anything in the past 2-3 years that I couldn't get working in linux although setting up my ATI card was a real pain. There are even a few no name devices that I wouldn't expect to work, that just happened to have support since they use the same chipset as like 40 other no name devies.
SCO (Score:3, Funny)
(http://www.compumania.com/)
Thanks, Intel... (Score:5, Insightful)
(http://www.msgeek.org/ | Last Journal: Tuesday August 23 2005, @08:30PM)
Looks like I'm going to be sniffing around for a refurbed IBM T41 ThinkPad with Centrino tech in the future.
Re:Thanks, Intel... (Score:5, Insightful)
Better than no driver at all...
Re:Thanks, Intel... (Score:5, Insightful)
(http://honeypot.net/ | Last Journal: Thursday November 15, @11:49AM)
Closed source drivers are evil, and are in fact what triggered RMS to begin the Free Software movement. They encourage complacency while giving nothing.
Re:Thanks, Intel... (Score:4, Informative)
(http://s87365085.onlinehome.us/ | Last Journal: Tuesday October 28 2003, @04:22PM)
Re:Thanks, Intel... (Score:4, Interesting)
Re:Thanks, Intel... (Score:5, Insightful)
The economics are pretty simple. Probably some large client like Goldman Sachs or a similarly sized outfit wants to run Linux on laptops and told Intel to get their act together.
Re:Thanks, Intel... (Score:5, Insightful)
Quit bitching. IICRC, NVidia doesn't own all the code in their drivers and anyway, why should they be forced to disclose stuff they consider a trade secret? They provide solid, working drivers for an OS used by like 1% of the desktop market. That's pretty impressive, imo.
Open Source Driver + Firmware (Score:5, Interesting)
(Last Journal: Monday June 14 2004, @12:15PM)
(Honest question)
Re:Open Source Driver + Firmware (Score:5, Insightful)
IMHO, this is what all wlan dealers should be doing... if you can't give direct access to the hardware due to possible legal/FCC constraints, then you should have firmware to handle the interfacing so that you can at least release firmware interface specs, and hopefully be able to cut down on cross development costs by having your firmware patches enhance both linux and windows functionality while stomping out mutual bugs.
Re:Open Source Driver + Firmware (Score:5, Informative)
(Last Journal: Monday June 14 2004, @12:15PM)
"As the firmware is licensed under a restricted use license, it can not be included within the kernel sources. To enable the IPW2100 you will need a firmware image to load into the wireless NIC's processors." From http://ipw2100.sourceforge.net/README.ipw2100 [sourceforge.net].
And look at the firmware license [sourceforge.net]!
Re:Open Source Driver + Firmware (Score:5, Informative)
(http://www.cowlark.com/ | Last Journal: Friday March 18 2005, @05:12AM)
That's a rather more complicated question than you might think.
The way most wireless cards work is that there's some radio hardware, hooked up to a microprocessor on the card that handles the low-level 802.11 frames, and some host software that talks to the microprocessor.
The microprocessor --- which tends to be an embedded ARM, these days --- runs a tiny nearly-an-operating-system out of flash or RAM. If RAM, then you need to download the microprocessor's code when you power up the card. That's the firmware.
This has a number of advantages: it means that the crucial, real-time processing is done with a custom processor that doesn't have to worry about running user code; it means that the vendor can change the hardware without having to change the driver, because the driver's just talking to a well-defined interface provided by the microprocessor; and it means that it's much easier to make cross-platform drivers.
It also means that the vendor can hide stuff in the firmware that they really, really don't want the user to play with. Such as the power, channel and timing settings that are mandated by the FCC.
I don't know if there are any wireless vendors out there who actually release source code to their firmware. (I'd be interested to find out if there are.) Which means that the answer to your question is both yes and no: the firmware's not open source, but the driver is.
Re:Open Source Driver + Firmware (Score:5, Insightful)
(http://www-jcsu.jesus.cam.ac.uk/~mjg59)
Would you consider Linux closed-source because on most hardware it requires a closed-source BIOS or firmware in order to boot?
(Yes, I know about LinuxBIOS. It supports a subset of x86 hardware)
No WEP (Score:5, Informative)
Notice how WEP support is not yet done [sourceforge.net].
Hardly Intel... (Score:5, Insightful)
(http://damieng.com/ | Last Journal: Friday April 15 2005, @08:50AM)
when the SourceForge web site clearly states in the first paragraph.
"This project was created to enable support for the Intel PRO/Wireless 2100 (IPW2100) mini PCI adapter. This project is intended to be a community effort as much as is possible given some working constraints (mainly, no HW documentation is available)"
Sounds like Intel haven't helped at all and some enterprising folks have done their own. Kudos to them, shame on Intel.
And shame on Werner and Timothy for getting basic cursory facts right. Unless of course the SF website is failing to give credit to Intel.
Re:Hardly Intel... (Score:5, Informative)
(http://www.bloglines.com/blog/terminus)
So yes Intel is, kind of, supporting Linux driver for the Centrino chip as the pay the guy...
However, I don't beleive this is a priority for them. If it was so, they would have released something that is fully functional... What it seems to me is that they are paying one guy to do it and hope the OS community will jump in and help them out! I don't see any real corporate backing behind this project.
Bzzt. Wrong. Look who's doing this. (Score:5, Interesting)
(http://e42.us/)
Just because they aren't loudly tooting their own horn by splashing "intel" all over the sf.net website doesn't mean they're not helping/having their people do the work. What you saw simply means they haven't been able to work out how to get the HW docs out the door to the community, and are being candid about this in the first sentence of their page.
And shame on you for making bad assumptions about helpful people, and unfairly criticizing an accurate news article.
I suppose I may have been trolled here, and I hate to bite, but this needs to be corrected
if only.... (Score:4, Interesting)
I don't get it (Score:5, Interesting)
Re:I don't get it (Score:4, Funny)
Re:I don't get it (Score:5, Insightful)
This allows the community to help stear the portions of the code that don't require the documentation and to help them properly tie the driver into Linux.
As long as the code isn't a complete mess it will also be possible to get some understanding of the workings of the chip from the code.
I agree that it is not ideal, however it's better than a binary-only driver.
Hooray! (Score:2, Funny)
(http://rav.realitybytes.tk/ | Last Journal: Friday December 23 2005, @12:53AM)
Don't bother yet, its not finished (Score:4, Informative)
- long/short preamble support
- enhance wireless extension support
- adhoc
- encryption (WEP)
- continue to add support for addtional SW RF kill switch implementations
- "shared" authentication
- transmit power control
- power states support (ACPI)
Yes you read that right. So is there anything this driver does do?
After promising and promising to support Linux we get this. A crappy not finished driver. I suppose I'm supposed to be happy that Intel finally started to work on this after like what, a year after we should have had support? Sorry Intel but screw off. I already bought a PCMCIA Wireless NIC. And I'm sure as heck not going to replace it with you crappy nic and unfinished drivers. Thanks for nothing. Next notebook I buy is going to be AMD powered.
Re:Don't bother yet, its not finished (Score:5, Insightful)
Uh, this is people getting fed up (Score:2, Interesting)
(http://127.0.0.1/ | Last Journal: Wednesday March 31 2004, @01:41PM)
Like the eepro100 driver from before? Or those Texas Instruments wireless chipsets in the DLink 650+? And a whole mess of other drivers for other devices from hardware companies that won't release technical specifications. Heck, are Broadcom 11g drivers out yet?
Good news, but... (Score:3, Interesting)
The Centrino is a good chipset, and Centrino-based laptops are fairly popular. Even without the wireless support, I've been happy using a Linux-based Centrino laptop for the last six months. The lack of wireless access was the one thing that had been sticking in my craw.
Now, I'll be able to unequivocally recommend these laptops to friends who use Linux. This will mean more sales for Intel. This, I would think, would be considered a Good Thing (tm). So why the wait?
Wireless extensions (Score:2, Interesting)
Open Source?? (Score:3, Funny)
(http://existens.org/)
unsigned char firmware[] = { 0x22, 0x45,
void driver(void)
{
run_firmware(firmware);
}
Uh, yea, I'd consider that open source all right...
Re:Open Source?? (Score:5, Informative)
*BSD Driver? (Score:5, Interesting)
(http://slashdot.org/~nurb432/ | Last Journal: Friday August 27 2004, @03:24PM)
not excited (Score:4, Insightful)
(http://alexvalentine.org/ | Last Journal: Friday January 21 2005, @01:42PM)
When I purchased my X31 from IBM a year ago, instead of going for a wireless option, I bought the machine "wireless rdy" and put in my own linux compatible prism2 minipci card, purchased off ebay. Because of this incident, I will certainly stay away from purchasing any item from intel where linux support is promised in the near future.
Hopefully companies like Intel will start to realize that Desktop Linux is here and people who are decision makers & influencer's in IT make up a significant portion of the desktop linux populous.
Open source? (Score:4, Informative)
You still have to go here [sf.net], agree to a EULA and download a binary image to be able to use this module (I found it humorous that Intel's download site admonished me for using Firefox on linux, and suggested I upgrade to IE6 or NS6).
You use the driver by doing:
modprobe ipw2100 firmware=/usr/share/firmware/ipw2100-1.0.fw
where ipw2100-1.0.fw is the current binary firmware image.
Re:Open source? (Score:4, Funny)
The problem I have with Centrinos WLAN... (Score:2, Insightful)
One word. (Score:2)
Inspiring (Score:2, Insightful)
(http://baxpace.com/)
Has there been an instance of this before? OEMs don't usually endorse open source dev projects for their hardware, but if more OEMs did do this then we'd see a huge amount of support for devices that are currently not compatible with various operating systems, and an extended development life for drivers for aging hardware. Obviously this method applies to not only "classic" open source OS's such as Linux, but Windows as well. After all, the OEM isn't selling the drivers, it's selling the hardware and firmware.
I'd love to see more manufacturers posting the source to their drivers and the developer documentation to allow their drivers to be improved and worked on by the willing open source community at large, while the OEM maintains endorsement and ownership of the developed software. It seems to me this method harms nobody and benefits all.
standards? (Score:1)
wow, so now firmware is considered a config file that belongs in
Opensource Firmware (Score:1)