LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-09-2009, 04:08 PM   #1
pokevitek
LQ Newbie
 
Registered: Dec 2009
Posts: 3

Rep: Reputation: 0
Kernel and drivers?


Hi, I am new to linux. I have Intel 5100 wi-fi card and I have read all over the internet that Linux Kernel 2.6.21 is too old for this card. But I simply doesent understand that.I mean, on windows, when windows doesent have desired driver inside, I´ll just download the driver and everything is (sometimes) ok. But from what I have read it seems that Linux needs certain kernel changes in order to suport this card. Why can´t I just download some driver and then run it? Where is the limitation that I need to change kernel? Thanks for answer.
 
Old 12-09-2009, 06:27 PM   #2
hunternet93
Member
 
Registered: Jun 2009
Posts: 87

Rep: Reputation: 31
Actually, you can download drivers, but sometimes the driver won't work with your kernel version. Updating your system usually will update your kernel. If you are using Ubuntu or Debian, this command should get your system up to date:

Code:
sudo apt-get update;sudo apt-get upgrade
Using the update program already installed will do the same thing.
 
Old 12-09-2009, 06:51 PM   #3
Davno
Member
 
Registered: Mar 2004
Location: Montreal, Canada
Distribution: Linux Mint 19.3 Tricia
Posts: 207

Rep: Reputation: 24
Quote:
Originally Posted by pokevitek View Post
Hi, I am new to linux. I have Intel 5100 wi-fi card and I have read all over the internet that Linux Kernel 2.6.21 is too old for this card. But I simply doesent understand that.I mean, on windows, when windows doesent have desired driver inside, I´ll just download the driver and everything is (sometimes) ok. But from what I have read it seems that Linux needs certain kernel changes in order to suport this card. Why can´t I just download some driver and then run it? Where is the limitation that I need to change kernel? Thanks for answer.
Reason is that most hardware manufacturer don't care about providing support for Linux or BSD, they provide support (driver) for Windozz and Mac. Us we have to wait for a kernel upgrade, or somebody to write a driver. Some manufacturers are giving a minimal support. Longtime Linux user always check the Linux compatibility list or inquire about support before buying a new piece of hardware.
 
Old 12-09-2009, 10:12 PM   #4
hunternet93
Member
 
Registered: Jun 2009
Posts: 87

Rep: Reputation: 31
I forgot to mention: More recent kernels (2.6.24 and up) contain drivers buit-in for this card. I would suggest using the wicd program to manage wireless connections, it is easy to use and works far better than GNOME's built-in tool. (Ubuntu improves the tools BTW)
 
Old 12-09-2009, 10:42 PM   #5
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,879
Blog Entries: 42

Rep: Reputation: 3120Reputation: 3120Reputation: 3120Reputation: 3120Reputation: 3120Reputation: 3120Reputation: 3120Reputation: 3120Reputation: 3120Reputation: 3120Reputation: 3120
Hi,

Quote:
Originally Posted by pokevitek View Post
Hi, I am new to linux. I have Intel 5100 wi-fi card and I have read all over the internet that Linux Kernel 2.6.21 is too old for this card. But I simply doesent understand that.I mean, on windows, when windows doesent have desired driver inside, I´ll just download the driver and everything is (sometimes) ok. But from what I have read it seems that Linux needs certain kernel changes in order to suport this card. Why can´t I just download some driver and then run it? Where is the limitation that I need to change kernel? Thanks for answer.
Which distribution are you speaking of?

You could use the M$ driver with 'ndiswrapper' when in a jam.

I suggest that you do some further reading and research in order to understand GNU/Linux.

Just a few links to aid you;

Linux Documentation Project
Rute Tutorial & Exposition
Linux Command Guide
Utimate Linux Newbie Guide
LinuxSelfHelp
Getting Started with Linux
Advanced Bash-Scripting Guide
Linux Home Networking


The above links and others can be found at 'Slackware-Links'. More than just Slackware® links!
 
Old 12-09-2009, 10:54 PM   #6
xenophed
LQ Newbie
 
Registered: Dec 2009
Location: under a bridge
Distribution: PClinuxOS 2009
Posts: 12
Blog Entries: 1

Rep: Reputation: 0
Cool try this simple trick

Here's a simple way to do it
  1. 1.Open your favorite package tool
  2. 2.Refresh the package list
  3. 3.In the search type 'kernel' <enter>
  4. 4.Look in list for newest version it is up to 2.26.30
<br>
Hope it helps
 
Old 12-13-2009, 04:23 PM   #7
pokevitek
LQ Newbie
 
Registered: Dec 2009
Posts: 3

Original Poster
Rep: Reputation: 0
Thank you guys, actually it was more theoretical qestion based on BackTrack 3 problems with this card. I just wondered why you just cannot install device drivers, without updating the whole kernel of the system. So, if I understand, this is becouse no one have written standalone driver, and then its only way to use newer kernel with that driver already installed? Just to understand it - could be theoretically these drivers transfered to older kernels, or is there something incompatible with them? I mean some reason thet newer kernel MUST be used?
 
Old 12-13-2009, 04:28 PM   #8
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
Yes the reason you can not just download the driver is because the hardware manufacturers don't make Linux drivers (most of the time). Instead the community has to develop the drivers themselves, and for wireless and several other types of hardware you will find a roll up package that covers several pieces of hardware in a kernel update. However some people such as myself try to avoid a kernel update as much as possible just because we have compiled custom kernel modules and do not want to go through that again unless we have to.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Kernel Log: What's coming in 2.6.30 – Drivers: New drivers for audio, video, US LXer Syndicated Linux News 0 06-01-2009 04:30 PM
nVidia drivers for one kernel bugger those of the other kernel? lugoteehalt Linux - Software 5 11-03-2008 07:51 AM
ATi drivers and kernel 2.6.2 objorkum Linux - Hardware 0 02-08-2004 04:41 AM
How to keep modules/drivers across kernel recompiles and kernel versions? Pisces107 Linux - General 5 01-21-2004 08:29 PM
are drivers in the kernel? shanenin Linux - Software 4 01-03-2004 04:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:59 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