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 - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-29-2009, 10:15 AM   #1
Shinbatsu
LQ Newbie
 
Registered: Aug 2009
Posts: 3

Rep: Reputation: 0
Ubuntu 9.04 can't connect to wifi with Intel Wireless WiFi Link 5100


I have only had a few weeks worth of experience with linux, so I'm probably considered a newbie at this but I felt like giving it a shot. I just configured my new Toshiba Satellite A505-S6969 to jaunty. Most of the transition is going well but I'm stuck with a few issues, one of which is getting my wifi to work. Right now I'm working off of an ethernet cable.

Some info that might be helpful:
lspci returns

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.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (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: ATI Technologies Inc M96 [Mobility Radeon HD 4650]
01:00.1 Audio device: ATI Technologies Inc R700 Audio Device [Radeon HD 4000 Series]
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
03:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100
04:00.0 SD Host controller: Ricoh Co Ltd Device e822 (rev 01)
04:00.1 System peripheral: Ricoh Co Ltd Device e230 (rev 01)
04:00.2 System peripheral: Ricoh Co Ltd Device e852 (rev 01)
04:00.3 FireWire (IEEE 1394): Ricoh Co Ltd Device e832 (rev 01)

Like I said, I'm pretty new at this, only minor programing experience. Answers in the simplest terms are best. I do not know if it's a problem with the driver, firmware, etc. Thanks for all and any help
 
Old 08-29-2009, 10:24 AM   #2
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Have you seen this page: http://www.intellinuxwireless.org/ ?

Edit: Or this http://downloadcenter.intel.com/Deta...FullName=Linux
/edit

Last edited by tredegar; 08-29-2009 at 10:26 AM.
 
Old 08-29-2009, 04:24 PM   #3
Shinbatsu
LQ Newbie
 
Registered: Aug 2009
Posts: 3

Original Poster
Rep: Reputation: 0
I checked that website and downloaded the driver. I'm a bit puzzled with the installation guide as I'm quite new to this. Can someone put it in plain english?

The iwlagn driver will look for the file iwlwifi-5000-2.ucode using the
kernel's firmware_loader infrastructure. In order to function
correctly, you need to have this support enabled in your kernel. When
you configure the kernel, you can find this option in the following
location:

Device Drivers ->
Generic Driver Options ->
Hotplug firmware loading support


You can determine if your kernel currently has firmware loader support
by looking for the CONFIG_FW_LOADER definition on your kernel's
.config.

In addition to having the firmware_loader support in your kernel, you
must also have a working hotplug and udev infrastructure configured.
The steps for installing and configuring hotplug and udev are very
distribution specific.

Once you have the firmware loader in place (or if you aren't sure and
you just want to try things to see if it works), you need to install
the microcode file into the appropriate location.

Where that appropriate location is depends (again) on your system
distribution. You can typically find this location by looking in the
hotplug configuration file for your distro:

% grep \"^FIRMWARE_DIR\" /etc/hotplug/firmware.agent

This should give you output like:

FIRMWARE_DIR=/lib/firmware

If it lists more than one directory, you only need to put the
microcode in one of them. In the above example, installation is
simply:

% cp iwlwifi-5000-2.ucode /lib/firmware

You can now load the driver (see the INSTALL and README.iwlwifi provided with
the iwlwifi package for information on building and using that driver.)
 
Old 08-30-2009, 12:55 AM   #4
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
Can someone put it in plain english?
It is in plain english. Just read it slowly, and SEARCH for terms you do not understand.
Follow the instructions. If you get errors, tell us exactly what they are.

Please tell us the name of your linux distro (you installed it, you should know) and what your kernel version is ( uname -r will tell you )

Quote:
The iwlagn driver will look for the file iwlwifi-5000-2.ucode ... .. [SNIP]
If you are going to quote from another page, please use [QUOTE] tags and give the link reference.
 
  


Reply

Tags
intel, jaunty, link, wifi, wireless



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
Intel WiFi Link 5100 - Is 802.11n (Draft-N) possible? Yankee_Fan Linux - Laptop and Netbook 3 08-22-2010 11:06 AM
Intel Wifi Link 5100 AGN - Fix unrecognized KairosDrasis Linux - Hardware 7 05-23-2010 12:28 AM
My Intel(R) Wifi Link 5100 AGN - not detected ohmeng Linux - Newbie 8 05-21-2010 02:59 AM
Acer Aspire 6930 wifi with WIFI Link 5100 help please walo Linux - Hardware 5 07-10-2009 09:08 AM
intel wifi link 5100 cannot work on linux pu1030 Linux - Networking 4 04-29-2009 10:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 12:22 PM.

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