LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-05-2007, 01:14 PM   #1
exvor
Senior Member
 
Registered: Jul 2004
Location: Phoenix, Arizona
Distribution: Gentoo, LFS, Debian,Ubuntu
Posts: 1,537

Rep: Reputation: 87
Intel wireless and the linux kernel


Well I am here reading the latest kernel news and something strikes me as strange. Intel has agreed to help with drivers for linux but yet none of the wireless products have been added to the linux kernel. Were still stuck with the same old drivers in the wireless tree. Its almost as if the person who is maintaining that part of the kernel has given up trying to add new things and has moved on and forgot about this. I know that there has been lost of work being done trying to improve the sound for intel HD audio but it seams wireless has gotten a cold shoulder in recent days. please post your comments or reasons to why this is the case.
I apologize to anyone if this seams trivial but if you have ever tried installing or getting intel wireless working without it being included in your distribution then you know what I am talking about when you say it would be desirable to see it ported to the kernel instead.
 
Old 05-06-2007, 06:34 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Does intel wireless have open source drivers?
Have the drivers been submitted to the kernel project?

eg
http://kerneltrap.org/node/6270
the ipw3945 driver constains a binary blob (i.e. it is not open source).

Can you find an intel wireless driver which does not need the blob?
 
Old 05-06-2007, 08:08 AM   #3
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
There are actually some big changes afoot in the kernel, but at the moment they are all contained in John Linville's branch. Quite awhile ago, Devicescape released their stack code under GPL, and the kernel wireless team decided to ditch SoftMAC and move everything to Devicescape since Devicescape supported more functions and was further along in development. So a lot of the driver development you've been hearing about is being done on the Devicescape stack, and until that gets merged into the main branch (which could be any version now) a lot of these drivers won't be released.

If you're adventurous, you could try creating a kernel off of John Linville's branch. You just need to have a working knowledge of git to patch the kernel source.
 
Old 05-09-2007, 02:33 PM   #4
exvor
Senior Member
 
Registered: Jul 2004
Location: Phoenix, Arizona
Distribution: Gentoo, LFS, Debian,Ubuntu
Posts: 1,537

Original Poster
Rep: Reputation: 87
I thought that this was just a microcode image and not a running damon on the system?
 
Old 05-09-2007, 07:22 PM   #5
samstar
Member
 
Registered: Apr 2007
Distribution: suse 10.2
Posts: 324

Rep: Reputation: 31
I've noticed this as well. The Intel wireless drivers supplied in the recent kernels are old and broken in some cases. In the meantime, until this better kernel version comes out, you can replace the old driver modules with the ones here:

http://ipw3945.sourceforge.net/
http://ipw2200.sourceforge.net/
http://ieee80211.sourceforge.net/

The last one not being an Intel driver, but a necessary requirement nonetheless.

Regards,
Sam
 
Old 05-09-2007, 11:13 PM   #6
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Unfortunately, the binary blob is Intel's way of meeting their FCC requirements regarding output power and frequency. I suppose microcode/firmware would be another way to go, but they cannot (by federal law in the US) release any tools that would allow someone to modify the frequency or output power of their wireless card.
 
Old 05-10-2007, 12:20 AM   #7
exvor
Senior Member
 
Registered: Jul 2004
Location: Phoenix, Arizona
Distribution: Gentoo, LFS, Debian,Ubuntu
Posts: 1,537

Original Poster
Rep: Reputation: 87
Yeah its unfortunate that this is the case but intel has made cards that were previously unusable usable for the few that can muddle though there walkthough on there site. It badly written and seams to be from the point of view of somone wth a specific distro and not general build instructions. One of the key things it misses is what you need to enable in the kernel in order to get TKIP encryption to work. I was stuck with a working card unable to get my encryption working with anything and found later that you need to enable something in the kernel to make it work. Now that its working it works great and actually works a little better then the windows driver as the light on the laptop actually gives you the status of the connection rather then just a pretty blue light that never turns off.

 
Old 05-10-2007, 04:22 PM   #8
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Originally Posted by samstar
I've noticed this as well. The Intel wireless drivers supplied in the recent kernels are old and broken in some cases. In the meantime, until this better kernel version comes out, you can replace the old driver modules with the ones here:

http://ipw3945.sourceforge.net/
http://ipw2200.sourceforge.net/
http://ieee80211.sourceforge.net/

The last one not being an Intel driver, but a necessary requirement nonetheless.

Regards,
Sam
I would be REALLY hesitant to suggest replacing the ieee80211 subsytem. I know the Intel driver directions say to do so, but I personally think that they ought to be flogged for that. You need to check that you have a recent version of the subsytem and any even fairly recent kernel should be able to handle the ipw drivers without replacing the ieee80211 subsystem.

There are many threads around here of people borking their kernel pretty seriously be doing this.
 
Old 05-10-2007, 04:34 PM   #9
exvor
Senior Member
 
Registered: Jul 2004
Location: Phoenix, Arizona
Distribution: Gentoo, LFS, Debian,Ubuntu
Posts: 1,537

Original Poster
Rep: Reputation: 87
I emailed the person at intel that is supposed to be maintaining the build instructions for at least the ipw3945 drivers and he said that the 2.6.20 kernel has a working sub system that can be used with the drivers.
 
Old 05-10-2007, 05:57 PM   #10
samstar
Member
 
Registered: Apr 2007
Distribution: suse 10.2
Posts: 324

Rep: Reputation: 31
Quote:
Originally Posted by Hangdog42
I would be REALLY hesitant to suggest replacing the ieee80211 subsytem.
Really? Interesting to hear this. I've replaced these modules on several systems, along with the intel drivers, and have achieved stabler networking and wireless. Should I be watching for a certain kind of damage or "borking" that these modules can do? Or does that damage occur only on a specialized setup?

I can see how improperly replacing the modules could cause problems. It's not a very familiar install procedure. But when I installed them the right way, everything became seamless, and so far there have been no errors.

Wouldn't it also help that they're a higher version than what's in the kernel?

Sam
 
Old 05-11-2007, 06:57 AM   #11
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Originally Posted by samstar
Really? Interesting to hear this. I've replaced these modules on several systems, along with the intel drivers, and have achieved stabler networking and wireless. Should I be watching for a certain kind of damage or "borking" that these modules can do? Or does that damage occur only on a specialized setup?
You're right that it is very possible to replace the subsystem successfully. However, at least in my opinion, it is something that shouldn't be done unless you really need to and have a good grasp of patching and compiling kernels. I've seen several threads (granted, they were from new users and most of them were Fedora to boot) where the only way out was a complete re-install because they had messed up the kernel. They could boot, but their network services were completely screwed and they were too new to Linux to back out of what they had done, even with hand-holding.
Quote:
Originally Posted by samstar
Wouldn't it also help that they're a higher version than what's in the kernel?
One of the reasons I settled on Slackware as my distro is that I thoroughly believe that newer does not necessarily equate to better. The question really is does the existing kernel have a 802.11 subsytem capable of supporting the driver? If yes, then tinkering with the subsystem probably isn't a good idea, even if something newer is out there. If no, then you obviously have to replace the subsytem.

My beef with the Intel drivers site is that the present replacing the 802.11 subsytem as a MUST rather than a MAYBE. Given that wireless in Linux is a gigantic pain in the butt, and that it is one of the first serious problems that a new Linux user is likely to grapple with, I think their advice is irresponsible.
 
Old 05-11-2007, 09:56 AM   #12
samstar
Member
 
Registered: Apr 2007
Distribution: suse 10.2
Posts: 324

Rep: Reputation: 31
OK, thanks for the response. So then the 80211 subsystem currently in the kernel is sufficient for the latest released intel drivers. I suppose it makes sense to me now when I look at the latest 80211 downloads.

Now that I look at their download site again, their changelog does recommend that if anyone's using a modern kernel, to stick with the ieee80211 that comes with it, and not to bother replacing the subsystem. They just need to update their install README.

Sam
 
Old 05-14-2007, 09:16 AM   #13
kramed
Member
 
Registered: Feb 2007
Location: Peterborough, Ontario, Canada
Distribution: Fedora 8
Posts: 36

Rep: Reputation: 15
Very good information to know. I too have been replacing the ieee stack for my ipw2200. I am glad to know that I do not need to do this anymore as I always compile an up to date kernel. Thanks, good thread.
 
Old 05-14-2007, 03:02 PM   #14
exvor
Senior Member
 
Registered: Jul 2004
Location: Phoenix, Arizona
Distribution: Gentoo, LFS, Debian,Ubuntu
Posts: 1,537

Original Poster
Rep: Reputation: 87
Yeah the main page for these drivers are a bit dated from Intel.
 
  


Reply

Tags
ieee, ipw2200, ipw3945



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
need help in installing intel proset wireless 2200 bg on slackware 10.2 kernel 2.4.x Fortuner Slackware 0 11-23-2006 04:14 AM
Kernel upgrade for intel 3945 wireless man_linux Linux - Wireless Networking 1 11-01-2006 06:33 AM
Wireless (Intel PRO/Wireless 2200BG) network problems using FC5 kernel 2.6.17 TempleOwl1999 Linux - Laptop and Netbook 14 08-26-2006 02:57 AM
Intel 2915ABG Wireless card on Slackware 10.2 (Kernel compile) whited Linux - Hardware 1 07-30-2006 01:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration