Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Intel Wifi 5100 AGN does not work

Need help with peripherals or devices?
Post Reply
Message
Author
Steelstorm
Posts: 5
Joined: 2011-04-15 12:05

Intel Wifi 5100 AGN does not work

#1 Post by Steelstorm »

Hello,

I am newbie in Linux, and I am using Debian of course and here is my problem.
I have notebook Acer Extensa 5635g, with Intel Wifi 5100 AGN, and it doesnt work.

I googled last two days about it, but I cant get it work.

My Debian version: 6.0.1 Squeeze
Kernel ver.: 2.6.32-5-686

Code: Select all

root@debian:/lib/firmware# /bin/dmesg | grep iwl
[    5.707090] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27ks
[    5.707095] iwlagn: Copyright(c) 2003-2009 Intel Corporation
[    5.707160] iwlagn 0000:07:00.0: enabling device (0000 -> 0002)
[    5.707174] iwlagn 0000:07:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    5.707187] iwlagn 0000:07:00.0: setting latency timer to 64
[    5.707230] iwlagn 0000:07:00.0: Detected Intel Wireless WiFi Link 5100AGN REV=0x54
[    5.746907] iwlagn 0000:07:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[    5.746992] iwlagn 0000:07:00.0: irq 29 for MSI/MSI-X
[    5.782364] phy0: Selected rate control algorithm 'iwl-agn-rs'
[   17.081832] iwlagn 0000:07:00.0: firmware: requesting iwlwifi-5000-2.ucode
[   17.167393] iwlagn 0000:07:00.0: iwlwifi-5000-2.ucode firmware file req failed: -2
[   17.167759] iwlagn 0000:07:00.0: firmware: requesting iwlwifi-5000-1.ucode
[   17.170729] iwlagn 0000:07:00.0: iwlwifi-5000-1.ucode firmware file req failed: -2
[   17.171101] iwlagn 0000:07:00.0: Could not read microcode: -2
[   17.327673] iwlagn 0000:07:00.0: firmware: requesting iwlwifi-5000-2.ucode
[   17.330653] iwlagn 0000:07:00.0: iwlwifi-5000-2.ucode firmware file req failed: -2
[   17.331033] iwlagn 0000:07:00.0: firmware: requesting iwlwifi-5000-1.ucode
[   17.334257] iwlagn 0000:07:00.0: iwlwifi-5000-1.ucode firmware file req failed: -2
[   17.334632] iwlagn 0000:07:00.0: Could not read microcode: -2
I have been downloaded ,,new" drivers (of course for my Wifi card) from http://intellinuxwireless.org/ , and I copied iwlwifi-5000-5.ucode to /bin/firmware and reboot, but nothing changed, still doesnt work, ethernet working very well. But I need wifi to work, Network Manager Applet showing Wireless Networks: Disconnected.

Please, write me only commands to Terminal, If u will sned that I need to find, start, or edit some module, I wont know how to do that, all these which I tried (including that Terminal command) I googled, because I am really newbie, but Im techable :-) I know that Debian isnt distro for newbies, but I like it most of all distros.

Thanks for help!

cynwulf

Re: Intel Wifi 5100 AGN does not work

#2 Post by cynwulf »

Undo everything you've done there and follow this:
http://wiki.debian.org/iwlagn

emariz
Posts: 2901
Joined: 2008-10-17 07:59

Re: Intel Wifi 5100 AGN does not work

#3 Post by emariz »

As dmesg states, the system misses the appropriate firmware (1). So, remove "driver" that you downloaded, enable the non-free section of the Debian archive, install the package firmware-iwlwifi (2) and restart.

1. http://www.debian.org/releases/stable/i ... 02.html.en
2. http://packages.debian.org/squeeze/firmware-iwlwifi

julian516
Posts: 311
Joined: 2010-03-18 20:10
Location: Loveland, CO

Re: Intel Wifi 5100 AGN does not work

#4 Post by julian516 »

You seem to have found the right firmware but I am suspicious that your installation has not been successful, based on this:
[ 17.081832] iwlagn 0000:07:00.0: firmware: requesting iwlwifi-5000-2.ucode
[ 17.167393] iwlagn 0000:07:00.0: iwlwifi-5000-2.ucode firmware file req failed: -2
[ 17.167759] iwlagn 0000:07:00.0: firmware: requesting iwlwifi-5000-1.ucode
[ 17.170729] iwlagn 0000:07:00.0: iwlwifi-5000-1.ucode firmware file req failed: -2
[ 17.171101] iwlagn 0000:07:00.0: Could not read microcode: -2
[ 17.327673] iwlagn 0000:07:00.0: firmware: requesting iwlwifi-5000-2.ucode
[ 17.330653] iwlagn 0000:07:00.0: iwlwifi-5000-2.ucode firmware file req failed: -2
[ 17.331033] iwlagn 0000:07:00.0: firmware: requesting iwlwifi-5000-1.ucode
[ 17.334257] iwlagn 0000:07:00.0: iwlwifi-5000-1.ucode firmware file req failed: -2
If I am right then we need to reinstall the needed firmware, which is in the Debian repositories. So let's try this:

apt-get update && apt-get install firmware-iwlwifi

That should get you the needed firmware and it should install it properly.

At that point if your wireless still does not work then we at least know you have some other issue.

BTW if you are working at the command-line one of the easiest ways to configure a new Debian system is to use the smxi scripts developed by h2. Visit smxi.org and take a look.

Steelstorm
Posts: 5
Joined: 2011-04-15 12:05

Re: Intel Wifi 5100 AGN does not work

#5 Post by Steelstorm »

Thanks for replies, I added:

Code: Select all

deb http://ftp.us.debian.org/debian squeeze main contrib non-free
(it was blank, and now only this link above is there)

to my sources.list

and next:

Code: Select all

root@debian:~# apt-get update
Get:1 http://dl.google.com stable Release.gpg [197 B]
Ign http://dl.google.com/linux/chrome/deb/ stable/main Translation-en           
Ign http://dl.google.com/linux/chrome/deb/ stable/main Translation-en_US  
Get:2 http://dl.google.com stable Release [1,347 B] 
Hit http://http.us.debian.org squeeze Release.gpg      
Ign http://http.us.debian.org/debian/ squeeze/main Translation-en
Get:3 http://dl.google.com stable/main i386 Packages [1,096 B]
Ign http://http.us.debian.org/debian/ squeeze/main Translation-en_US
Hit http://http.us.debian.org squeeze Release
Hit http://http.us.debian.org squeeze/main i386 Packages
Fetched 2,640 B in 0s (3,686 B/s)
Reading package lists... Done
next:

Code: Select all

root@debian:~# apt-get install firmware-iwlwifi
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package firmware-iwlwifi is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'firmware-iwlwifi' has no installation candidate
I also delted that driver, which I copied to /lib/firmware.

What is wrong?

emariz
Posts: 2901
Joined: 2008-10-17 07:59

Re: Intel Wifi 5100 AGN does not work

#6 Post by emariz »

Your sources are wrong. Post the contents of /etc/apt/sources.list
For Squeeze, at least three sources should be there, the Debian archive, the security repository and the updates one.

Steelstorm
Posts: 5
Joined: 2011-04-15 12:05

Re: Intel Wifi 5100 AGN does not work

#7 Post by Steelstorm »

Ok thanks, it works now, I installed that driver normally, like I tried before but now succesfully. I made mistake and edit some other sources.list file, when I added that repo to right sources.list, it was ok. But it is strange, I installed that driver, rebooted Debian, and voilá, my Wifi card working and scaning, but when I connected to my wireless network, filled password, it connected me, but web doesnt work, DNS error said Chrome, ok, I tried reconnect to network, again, again, restart router, connect, again, and nothing, I was connected to my network, but I couldnt go on any web site, and also to local IP of my router!! Really strange, and ethernet connection also stopped working, or works only sometimes, and it isnt in Wired connections, there is: Wired connection: device not managed in NetworkManager Applet. But it was there also before, when Wifi werent working totally (now at least can scan networks, and ,,connect" :-) ) and web via ethernet worked.

So:
if I have eth connected and disabled Wireless -> web doesnt working
when I have eth connected, but after connection of Wifi to my wireless network -> web doesnt working
when I have no eth connected, and Wifi connection to my wir. net -> web doesnt working

And my router is 100% working, I am paralelly connected on my desktop with Windows, without problems.
I have suspicion that problem is now with LAN card driver. But Im not sure.

Look attachments, I uploaded screenshots from admin panel of my router, and from connection information, for sure, if Im not doing something wrong.

And here is some command which I found:

Code: Select all

root@debian:~# lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation G98M [GeForce G 105M] (rev a1)
07:00.0 Network controller: Intel Corporation WiFi Link 5100
09:00.0 Ethernet controller: Atheros Communications AR8131 Gigabit Ethernet (rev c0)

This is my sources.list:

Code: Select all

# deb cdrom:[Debian GNU/Linux 6.0.0 _Squeeze_ - Official Snapshot i386 LIVE/INSTALL Binary 20110324-09:22]/ squeeze main
deb http://http.us.debian.org/debian/ squeeze main
deb http://ftp.us.debian.org/debian squeeze main contrib non-free
Please recommend me some good repos, please full link, no only ,,u should add experimental", yea I can google, but it is better when Im sure that it is right. :-) I want to have GNOME 3 when I will solve my WIFI problem, so repos where actually GNOME 3 is.
---------------------------------------------------------------------------------------------
Attachments:
File #1: http://www.imgup.xf.cz/uploads/1302911145.png

File #2: http://www.imgup.xf.cz/uploads/1302970458.png

File #3: http://www.imgup.xf.cz/uploads/1302988816.png

emariz
Posts: 2901
Joined: 2008-10-17 07:59

Re: Intel Wifi 5100 AGN does not work

#8 Post by emariz »

Steelstorm wrote:Please recommend me some good repos, please full link, no only ,,u should add experimental", yea I can google, but it is better when Im sure that it is right. :-) I want to have GNOME 3 when I will solve my WIFI problem, so repos where actually GNOME 3 is.
Many users here help those who help themselves. Thus if you don't care to search, read and try, you may not get answers. Debian works if you read.

About your sources list, read this
http://www.debian.org/doc/manuals/debia ... ive_basics
Understand it before editing your list.

About Gnome 3, had you cared to read a little bit about Debian releases, you would know that such an update could never be implemented in Stable.
http://www.debian.org/doc/manuals/debia ... datestable
http://www.debian.org/doc/manuals/debia ... tml#s3.1.3

Steelstorm
Posts: 5
Joined: 2011-04-15 12:05

Re: Intel Wifi 5100 AGN does not work

#9 Post by Steelstorm »

I know, Im using forum support as last option, when Im lost, and when I searched. But many commands which I found through net last days didnt worked for me (I mean globally, no only for this problem with Wifi card), and when some1 write me to make something in terminal, I dont know what he means, and google doesnt know all, or sometimes I simply dont know what to search. I know some basic commands, and im learning every day :-) No problem for me.

Thanks for links.

But when I will add experimental/unstable repos, I can get G3, right? I know, that stability of system will be less, but it never mind for me. However, Im ex-Windows user, so Im acustomed :-D

This have low priority, highest prioriti is to get my wifi card working. Im totally lost in this area.

Steelstorm
Posts: 5
Joined: 2011-04-15 12:05

Re: Intel Wifi 5100 AGN does not work

#10 Post by Steelstorm »

Ok problem solved.

BIOS update helped. For those, with same problem:
1. download latest BIOS from ACER website
2. run it in Windows (it is one click)
3. restart PC
4. install Debian
5. install firmware-iwlwifi

mannyhp
Posts: 1
Joined: 2016-11-01 21:20

Re: Intel Wifi 5100 AGN does not work

#11 Post by mannyhp »

:D :D Thanks dude it work like a superb!!
cynwulf wrote:Undo everything you've done there and follow this:
http://wiki.debian.org/iwlagn

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Intel Wifi 5100 AGN does not work

#12 Post by stevepusser »

Halloween was yesterday, Mr. Zombie Thread. Or tomorrow is the The Day of the Dead in Mexico...
MX Linux packager and developer

Post Reply