Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-20-2013, 12:30 PM
|
#1
|
Member
Registered: Aug 2003
Posts: 32
Rep:
|
Intel 5100 AGN unclaimed on Trisquel 6.0
HI,
I recently installed Trisquel 6 on my Toshiba Satellite but it doesnt recognise the wireless adapter wich is an intel 5100 agn, i google it and installed the iwlwifi firmware to /lib/firmware and did
modprobe iwlwifi -r but still not working, when i do lshw -C Network this is what it shows:
*-network NO RECLAMADO
descripción: Network controller
producto: WiFi Link 5100
fabricante: Intel Corporation
id físico: 0
información del bus: pci@0000:03:00.0
versión: 00
anchura: 64 bits
reloj: 33MHz
capacidades: pm msi pciexpress cap_list
configuración: latency=0
recursos: memoria:d6700000-d6701fff
and dmesg:
[ 11.753272] Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[ 11.753276] Copyright(c) 2003-2011 Intel Corporation
[ 11.753391] iwlwifi 0000:03:00.0: power state changed by ACPI to D0
[ 11.753420] iwlwifi 0000:03:00.0: power state changed by ACPI to D0
[ 11.753458] iwlwifi 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 11.753494] iwlwifi 0000:03:00.0: setting latency timer to 64
[ 11.753540] iwlwifi 0000:03:00.0: pci_resource_len = 0x00002000
[ 11.753542] iwlwifi 0000:03:00.0: pci_resource_base = f8458000
[ 11.753544] iwlwifi 0000:03:00.0: HW Revision ID = 0x0
[ 11.753763] iwlwifi 0000:03:00.0: irq 47 for MSI/MSI-X
[ 11.753854] iwlwifi 0000:03:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
[ 11.753963] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[ 11.775888] iwlwifi 0000:03:00.0: device EEPROM VER=0x11f, CALIB=0x4
[ 11.775892] iwlwifi 0000:03:00.0: Device SKU: 0Xf0
[ 11.775911] iwlwifi 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[ 11.776013] 0000:03:00.0: Missing Free firmware
[ 11.776172] iwlwifi 0000:03:00.0: PCI INT A disabled
[ 11.776180] iwlwifi: probe of 0000:03:00.0 failed with error -22
btw trisquel is supossed to be based upon ubuntu 12.04
my uname -r is
root@soho-lap-01:/usr/share/wallpapers/EOS/contents/images# uname -r
3.2.0-48-generic-pae
Last edited by linman; 07-20-2013 at 12:59 PM.
|
|
|
07-22-2013, 02:16 PM
|
#2
|
Senior Member
Registered: Apr 2009
Posts: 1,900
Rep: 
|
Two module are requested to support the WiFi chip, driver and firmware. Based on the log, the driver is installed but firmware isn't.
At first, you need determine if your kernel currently has firmware loader support by looking for the CONFIG_FW_LOADER definition on your kernel's .config file.
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 firmware 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 udev scripts of your distro, the default on most distributions is /lib/firmware.
Installation of the firmware is simply:
# cp iwlwifi-*.ucode /lib/firmware
|
|
|
07-22-2013, 02:31 PM
|
#3
|
Moderator
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,029
|
I know this is a REALLY stupid question, but did you remember to unpack the downloaded firmware before you installed it to /lib/firmware?
|
|
|
All times are GMT -5. The time now is 05:37 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|