LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-02-2010, 09:20 PM   #1
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Rep: Reputation: 96
Intel 5100 wifi driver debian lenny


I have an Acer Aspire 6930 laptop that I'm setting up for my wife with Debian Lenny. It has an Intel 5100 wireless card. I'd like to get a driver for the card without having to install a new kernel. Any suggestions?
 
Old 01-03-2010, 04:07 PM   #2
r0m23
LQ Newbie
 
Registered: Aug 2007
Posts: 9

Rep: Reputation: 1
This page from Intel says that support for the 5100 chipset is included in kernels newer than 2.6.24, so you shouldn't need to upgrade. Have you installed Lenny yet? You should be able to use the NetworkManager applet to change any settings in order to bring up the wireless interface.
 
Old 01-03-2010, 05:29 PM   #3
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
Lenny doesn't even know the card exists. It doesn't show up with ifconfig or lspci.
 
Old 01-03-2010, 08:09 PM   #4
r0m23
LQ Newbie
 
Registered: Aug 2007
Posts: 9

Rep: Reputation: 1
What is the output of lspci? And I think you need to use iwconfig instead of ifconfig. If I recall, wireless interfaces won't necessarily show up in ifconfig.

This thread suggests that you might need to ensure you're broadcasting an a/b/g signal as well as an n signal, but it sounds like you're having lower level problems.
 
Old 01-04-2010, 08:21 AM   #5
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
It's not in iwconfig or lspci; I checked those before I posted here. It simply doesn't exist. I had Squeeze on there briefly the other day and it worked, but I'm extremely uncomfortable with using an experimental distribution on a production machine. I also know that both Mint and Mandriva recognize the card.
 
Old 01-10-2010, 06:48 PM   #6
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
I'd like to revive this thread. I finally bowed to the inevitable and installed the 2.6.29 kernel on the laptop. So far no disasters. After running modprobe iwlagn the wireless card is finally being recognized but it isnt finding any networks. Here is the output of iwconfig:

Code:
iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wmaster0  no wireless extensions.

wlan0     IEEE 802.11abgn  ESSID:""
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated
          Tx-Power=0 dBm
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
Any ideas?
 
Old 01-11-2010, 08:14 PM   #7
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
I'm going to bump this thread. Does anyone have any ideas? This is a mobile laptop; I've got to solve this.
 
Old 01-11-2010, 10:44 PM   #8
r0m23
LQ Newbie
 
Registered: Aug 2007
Posts: 9

Rep: Reputation: 1
Have you tried anything beyond checking the output of iwconfig? If you are using a graphical desktop, you should be able to get it working with NetworkManager, which is invoked with a widget in the 'system tray' or whatever you call the corner of the screen that usually contains the clock.

Are you doing this debugging routine on a wireless network you administer? Are you using an unsecured hot spot type connection? Or are you trying to connect to a secure network you have permission to access? The first and third situations are similar, but in the second case you might need to find out some characteristics of the wifi signal with the iwlist command:

iwlist wlan0 scanning

That will tell you the essid and the channel/frequency of any wireless networks in range. After that, either use NetworkManager or the iwconfig command to get the adapter and the router talking to each other. I got hung up one time by not giving iwconfig enough information, so specify everything you know: essid, channel/frequency (just one or the other), wep key and mode, at least. If you're trying to use WPA security, unfortunately I can't help you.

How did you know that a newer kernel would get Lenny to recognize your adapter, by the way?
 
Old 01-12-2010, 08:15 AM   #9
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
I found it out by doing a lot of google searching; I'm not the only person that's run into this problem.

As for the rest, I've already tried most of it. I think I've got a misplaced file somewhere because of the following:

Code:
elizabeth:~# ifconfig wlan0 up
SIOCSIFFLAGS: No such file or directory
Unfortunately I haven't been able to find out what it is, where it is, or where it goes.
 
Old 01-12-2010, 08:49 AM   #10
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
The following link goes into detail how to use that particular Intel wireless device:

http://wiki.debian.org/iwlagn

You may also find the following link useful:

http://wiki.debian.org/DebianAcerOne
 
Old 01-12-2010, 01:07 PM   #11
r0m23
LQ Newbie
 
Registered: Aug 2007
Posts: 9

Rep: Reputation: 1
Quote:
Originally Posted by 2handband View Post
I found it out by doing a lot of google searching; I'm not the only person that's run into this problem.

As for the rest, I've already tried most of it.
You would save yourself and others a lot of time if you gave more details about what you've tried and what information you've gathered. In your first post you come off like a confused noob, but in fact you have a fair idea of what you're doing and are just too impatient to explain yourself. Good luck.
 
Old 01-12-2010, 10:08 PM   #12
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
Sorry, dude. I know just enough to be dangerous but not enough to know what information will be useful. I'll try to be more thorough in the future.

Anyway, regarding the state of my wifi: turns out the firmware in the lenny repos didn't cover my card so I got the backports one and it got me a bit further down the road. I don't get an error message when I try to bring the card up and I can manually scan and locate my wireless network. It's still not autodetecting, and I can't get an IP address via DHCP. Even with a manual ip address and card configuration I can't ping my gateway. Any ideas?
 
  


Reply



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
My Intel(R) Wifi Link 5100 AGN - not detected ohmeng Linux - Newbie 8 05-21-2010 02:59 AM
intel display and wireless driver for debian lenny peeths003 Linux - Software 17 11-17-2009 05:20 AM
Ubuntu 9.04 can't connect to wifi with Intel Wireless WiFi Link 5100 Shinbatsu Linux - Networking 3 08-30-2009 12:55 AM
intel wifi link 5100 cannot work on linux pu1030 Linux - Networking 4 04-29-2009 10:25 AM
Debian Lenny AMD64 Intel IWL4965 WiFi WolfCub Linux - Wireless Networking 9 02-25-2009 07:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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