LinuxQuestions.org
Visit Jeremy's Blog.
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 09-12-2008, 09:33 AM   #1
DavidTheGreat
LQ Newbie
 
Registered: Sep 2008
Posts: 6

Rep: Reputation: 0
where can I find Linux compatible wireless dell driverss


I am starting a class soon (intro to unix/linux) so if no one is able to help me then I can get help from mu professer. Anyway, I installed red hat fedora core 9 o n my dell laptop as it is a book for my class. I was impatient and didn't want to figure out how to partition my drive to run dual OS' and it wiped out XP. That's fine, I can live w/o it but one thing I can't live w/o is internet access. So my question is where can I find Linux compatible dell drivers available for download? I looked on the Dell site and searched for keywords like linux wireless drivers... etc. Any suggestions would be greatly appreciated and paid forward.
 
Old 09-12-2008, 09:45 AM   #2
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
we need to know which wifi card you use.
Usually, the first step here would be to give us the output of lspci or /sbin/lspci
 
Old 09-12-2008, 09:56 AM   #3
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,209

Rep: Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845
You are not going to find linux wireless drivers on a Dell site, unless it was a Ubuntu pre-load. Since this is Fedora, you will get them form Fedora.

First thing to determine is what wireless chip set you have.

To do that, open a konsole and run the command '/sbin/lspci'. Run the command without quotes. Post the results. If you cut and paste the line for the wireless card, that is enough. You will have a line for each device on the PCI bus.

Second, see if there are modules already loaded. They may be there if Fedora has the support for your chip set, and was able to detect your hardware.

To do that, run the command '/sbin/lsmod'. ( no quotes ). This will generate a long list of modules loaded.

Cut and paste the results.

If the modules are loaded, you need to configure the card with correct parameters for the network you want to connect to. Then you configure the radio part. You won't be able to do that until we know the correct modules are loaded for your card. Wireless is a challenge at the best of times, so patience helps.

It would also help if you run two other commands. Run 'ifconfig -a' that will show all your interfaces that are known now. Also run 'iwconfig'. This will list your wireless interfaces, of course it is not configured yet, so it won't show too much. Hope this gets you started...
 
Old 09-18-2008, 10:48 PM   #4
DavidTheGreat
LQ Newbie
 
Registered: Sep 2008
Posts: 6

Original Poster
Rep: Reputation: 0
What exactly did you mean by cut and paste? Did you mean paste into a reply? Your information has helped me so far, I hope that you will continue to respond to me! Thanks Cliff!
 
Old 09-19-2008, 08:54 AM   #5
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,209

Rep: Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845Reputation: 845
Cut and paste - When you run a command in a konsole, linux outputs data to the console.

Cutting is marking the data with the mouse pointer, usually left mouse button down, drag it across the
data, the data will be marked with a reverse highlight. Then you copy it to the clipboard. Ctrl + c keys together. The clipboard is a part of memory the data gets copied to. Pasting into the note you post is done by editing the note ( quick reply on this board ). To paste, place the cursor where you want the data to appear. Press the ctrl + v keys together. This will paste the data in the clipboard to the note.

If you look at the top of the Quick Reply edit box you will see some symbols. There is one that looks like a balloon with a pointer. If you click it, it will enter Quote and Equote. Paste the data between these formatting marks. It will separate your data from typed text, and make your reply much more readable.
 
Old 09-20-2008, 10:27 AM   #6
DavidTheGreat
LQ Newbie
 
Registered: Sep 2008
Posts: 6

Original Poster
Rep: Reputation: 0
LOL I know how to cut and paste... I was afraid that you might say paste into a reply. I have no internet access on that PC. I will just go ahead and put down what I can find and later, if I find out how to transfer it from one PC to another, I will post the complete results.
under lspci I have found that I use
Quote:
Intel Corporation PRO/Wireless LAN 2100 3b mini PCI Adapter
under lsmod I have determined that my wireless chip set is not installed.
Does this help? Thanks Camorri
 
Old 09-20-2008, 10:50 AM   #7
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
http://ipw2100.sourceforge.net/ is a project to supply drivers for that card.
 
Old 09-20-2008, 11:50 AM   #8
DavidTheGreat
LQ Newbie
 
Registered: Sep 2008
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks Xavi, I will give it a try!
 
Old 09-20-2008, 11:52 AM   #9
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Make sure you read it thoroughly first and get all the files it needs. You may be able to download them via Yum.
 
Old 09-20-2008, 12:39 PM   #10
DavidTheGreat
LQ Newbie
 
Registered: Sep 2008
Posts: 6

Original Poster
Rep: Reputation: 0
Nah, I have to DL from my other PC which runs windows. I just burnt it onto a blank cd. I think I may have to wait a couple more days until school starts so my instructor can help. I am very new to Linux as an OS and can't very well understand what it all means. I am just so excited to be getting in to it and I probably jumped the gun a little bit. Hopefully I won't be the only one in my class to be totally lost...
 
Old 09-20-2008, 05:02 PM   #11
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Quote:
Originally Posted by DavidTheGreat View Post
Hopefully I won't be the only one in my class to be totally lost...
Not unless every one else is sandbagging! It is an Into to Linux course after all. It may be a prerequisite and some of the students may already be very familiar with Linux. If that is the case, you may be able to get help from other students and not need to bother your professor at all!

I was talking with a head end tech for a small cable television company, in a small western Minnesota town. He told me that all of the techs took a computer course and it mostly covered Linux. The devices will have Linux inside and their Servers run on Linux, so they need to be familiar with it, including using the bash shell.

Last edited by jschiwal; 09-20-2008 at 05:03 PM.
 
Old 09-20-2008, 11:56 PM   #12
DavidTheGreat
LQ Newbie
 
Registered: Sep 2008
Posts: 6

Original Poster
Rep: Reputation: 0
That is a great idea! Thanks for the encouragement!
 
Old 09-21-2008, 05:14 PM   #13
normscherer
Member
 
Registered: Sep 2005
Location: Prescott, AZ
Distribution: Ubuntu Mate 18 LTS
Posts: 50

Rep: Reputation: 15
If fedora is not a requirement I can tell you that Ubuntu 8.04 supports the Intel 2100 that you have. I have the same device in my Dell Inspiron 600m and it works fine with Ubuntu.

Norm
 
  


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
Dell Inspiron 2600 Any compatible Linux? DrivenMad Linux - Hardware 6 11-10-2007 10:37 AM
Dell Vostro 1000 not compatible with linux? phodopus Slackware 8 09-17-2007 12:04 PM
LXer: Is my hardware Linux-compatible? Find out here LXer Syndicated Linux News 0 08-14-2007 12:30 PM
Unable To Find Wireless Card on Dell Latitude 810 richb01 Linux - Laptop and Netbook 5 03-27-2006 11:19 AM
How compatible is linux with Dell Inspiron 710m??? carspidey Linux - Laptop and Netbook 5 03-05-2006 09:17 PM

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

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