Wifi link 5100 драйвер linux

Linux Mint Forums

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

Post by AvengerZap » Tue Aug 11, 2020 3:53 am

I recently installed linux mint 20 cinnamon on my second hdd and I cannot access wifi as it says «wifi unavailable»
Wifi works fine on other os like manjaro, windows 10, windows 7 etc.

From what I have understood from other posts of this same issue is about a wireless switch on the laptop. The switch is set to on like normal and as said before works on other operating systems.

My laptop specifications:
Sony vaio VPCCW1BGN
Intel core 2 duo CPU
4gb ram
Nvidia geforce g210m

I saw this post, which seems to be working. Please help me get it for my wifi adaptor accordingly
viewtopic.php?t=209496

In that there is this command [sudo cp iwlwifi-*.ucode /lib/firmware]
I don’t know how to replace the star
Thanks in advance

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

Post by sleeper12 » Tue Aug 11, 2020 11:27 am

Post by AvengerZap » Thu Aug 13, 2020 1:39 am

Result of inxi -Fxz :

System:
Kernel: 5.4.0-26-generic x86_64 bits: 64 compiler: gcc v: 9.3.0
Desktop: Cinnamon 4.6.6 Distro: Linux Mint 20 Ulyana
base: Ubuntu 20.04 focal
Machine:
Type: Laptop System: Sony product: VPCCW1BGN v: C602CZ9P serial:
Mobo: Sony model: VAIO serial: BIOS: American Megatrends
v: R0190Y5 date: 09/22/2009
Battery:
ID-1: BAT0 charge: 39.2 Wh condition: 39.2/48.8 Wh (80%) model: Sony Corp.
status: Full
CPU:
Topology: Dual Core model: Intel Core2 Duo P8700 bits: 64 type: MCP
arch: Penryn rev: A L2 cache: 3072 KiB
flags: lm nx pae sse sse2 sse3 sse4_1 ssse3 vmx bogomips: 10107
Speed: 1635 MHz min/max: 800/2534 MHz Core speeds (MHz): 1: 2104 2: 2252
Graphics:
Device-1: NVIDIA GT218M [GeForce G210M] vendor: Sony driver: nouveau
v: kernel bus ID: 01:00.0
Display: x11 server: X.Org 1.20.8 driver: modesetting unloaded: fbdev,vesa
resolution: 1366×768~60Hz
OpenGL: renderer: NVA8 v: 3.3 Mesa 20.0.4 direct render: Yes
Audio:
Device-1: Intel 82801I HD Audio vendor: Sony driver: snd_hda_intel
v: kernel bus ID: 00:1b.0
Device-2: NVIDIA High Definition Audio vendor: Sony driver: snd_hda_intel
v: kernel bus ID: 01:00.1
Sound Server: ALSA v: k5.4.0-26-generic
Network:
Device-1: Marvell 88E8057 PCI-E Gigabit Ethernet vendor: Sony driver: sky2
v: 1.30 port: c000 bus ID: 02:00.0
IF: enp2s0 state: down mac:
Device-2: Intel WiFi Link 5100 driver: iwlwifi v: kernel port: c000
bus ID: 03:00.0
IF: wlp3s0 state: down mac:
IF-ID-1: usb0 state: unknown speed: N/A duplex: N/A mac:
Drives:
Local Storage: total: 298.09 GiB used: 7.99 GiB (2.7%)
ID-1: /dev/sda vendor: Seagate model: ST9320325ASG size: 298.09 GiB
Partition:
ID-1: / size: 291.92 GiB used: 7.99 GiB (2.7%) fs: ext4 dev: /dev/sda5
Sensors:
System Temperatures: cpu: 74.0 C mobo: N/A gpu: nouveau temp: 71 C
Fan Speeds (RPM): N/A
Info:
Processes: 195 Uptime: 3m Memory: 3.81 GiB used: 1.07 GiB (28.0%)
Init: systemd runlevel: 5 Compilers: gcc: 9.3.0 Shell: bash v: 5.0.16
inxi: 3.0.38

Читайте также:  Linux add keyboard layout


Result of Rfkill List:

0: sony-wifi: Wireless LAN
Soft blocked: no
Hard blocked: yes
1: sony-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: yes
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

The last command says «bash: mokutil: command not found»
I even tried the last command with sudo

Rfkill says it is hard blocked, but I have confirmed that the switch is set to «on» position like normal

Источник

After upgrading to 13.04 the wifi usually fails to find a network and after a while the network manager crashes. After some digging it looks like the iwlwifi firmware version for my PC Intel WiFi Link 5100 adapter is wrong.

[. ] description: Wireless interface product: WiFi Link 5100 vendor: Intel Corporation [. ] configuration: broadcast=yes driver=iwlwifi driverversion=3.8.0-21-generic firmware=8.83.5.1 build 33692 ip=192.168.0.109 latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn 

but according to http://wireless.kernel.org/en/users/Drivers/iwlwifi the Intel® Wireless WiFi 5100AGN driver should be iwlwifi-5000-ucode-5.4.A.11.tar.gz (the firmware=8.83.5.1 above refers to an other wifi device namely to Intel® Wireless WiFi 5350AGN). Why does 13.04 use iwlwifi firmware=8.83.5.1 and not firmware=5.4.1.16 as suggested at http://wireless.kernel.org/en/users/Drivers/iwlwifi ? In order to correct the situation I downloaded the iwlwifi-5000-ucode-5.4.A.11.tar.gz which contains a file iwlwifi-5000-1.ucode. I also removed existing /lib/firmware/iwlwifi* files (e.g. iwlwifi-5000-5.ucode) and copied the new iwlwifi-5000-1.ucode in the firmware directory

sudo mv /lib/firmware/*iwlwifi* ~/keep_iwlwif sudo cp iwlwifi-5000-1.ucode /lib/firmware 

After rebooting sudo lshw -class network displayed the firmware=5.4.1.16 which seemed good to me but the dmesg displayed following iwlwifi errors.

[ 14.196502] iwlwifi 0000:02:00.0: request for firmware file 'iwlwifi-5000-5.ucode' failed. [ 14.200629] iwlwifi 0000:02:00.0: request for firmware file 'iwlwifi-5000-4.ucode' failed. [ 14.204814] iwlwifi 0000:02:00.0: request for firmware file 'iwlwifi-5000-3.ucode' failed. [ 14.253843] iwlwifi 0000:02:00.0: request for firmware file 'iwlwifi-5000-2.ucode' failed. 

I decided to add the iwlwifi-5000-5.ucode back to /lib/firmware and rebooted. After reboot I was back in where I started, sudo lshw -class network displayed again the firmware=8.83.5.1 and no dmesg errors for iwlwifi. Moreover, the wifi didn’t work any better.

Читайте также:  Wrap command in linux

Источник

Эта страница описывает, как включить поддержку для устройств Intel 802.11n в ОС Debian.

  • Intel Wireless WiFi 5100AGN, 5300AGN, and 5350AGN
  • Intel Wireless WiFi 5150AGN
  • Intel WiFi Link 1000BGN
  • Intel 6000 Series WiFi Adapters (6200AGN and 6300AGN)
  • Intel Wireless WiFi Link 6250AGN Adapter
  • Intel 6005 Series WiFi Adapters
  • Intel 6030 Series WiFi Adapters
  • Intel Wireless WiFi Link 6150BGN 2 Adapter
  • Intel 100 Series WiFi Adapters (100BGN and 130BGN)
  • Intel 2000 Series WiFi Adapters
  • Intel 7260 WiFi Adapter
  • Intel 7265 WiFi Adapter
  • Intel 3160 WiFi Adapter

Поддерживаемые устройства перечислены в конце этой страницы. Несвободные микропрограммы (Non-free firmware) требуют установки пакета firmware-iwlwifi.

<i data-lazy-src=

# apt-get update && apt-get install firmware-iwlwifi
# modprobe -r iwlwifi ; modprobe iwlwifi

Debian 7 «Wheezy»

# Debian 7 "Wheezy" deb http://httpredir.debian.org/debian/ wheezy main contrib non-free
# apt-get update && apt-get install firmware-iwlwifi
# modprobe -r iwlwifi ; modprobe iwlwifi

Устранение неполадок

Проблема с медленным WiFi, при использовании Bluetooth

Некоторые устройства, например 6235, включают в себя Bluetooth-устройства, это может приводить к конфликтам в радио диапазонах. Некоторые устройства (7200 и выше) пытаются более грамотно решить эту проблему.

Если ваш WiFi медленным WiFi, при использовании Bluetooth, добавьте следующие в файл /etc/modprobe.d/iwlwifi.conf и перезагрузитесь:

options iwlwifi bt_coex_active=0 swcrypto=1 11n_disable=8

Поддерживаемые устройства

Эта страница ru/HowToIdentifyADevice/PCI объясняет, как определить используемое устройство на PCI-шине.

Нижe список базируется на выводе modinfo iwlwifi в Debian с ядром 3.16 (3.16.7-ckt9-2).

PCI: 8086:0082 Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] PCI: 8086:0083 Intel Corporation Centrino Wireless-N 1000 [Condor Peak] PCI: 8086:0084 Intel Corporation Centrino Wireless-N 1000 [Condor Peak] PCI: 8086:0085 Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] PCI: 8086:0087 Intel Corporation Centrino Advanced-N + WiMAX 6250 [Kilmer Peak] PCI: 8086:0089 Intel Corporation Centrino Advanced-N + WiMAX 6250 [Kilmer Peak] PCI: 8086:008A Intel Corporation Centrino Wireless-N 1030 [Rainbow Peak] PCI: 8086:008B Intel Corporation Centrino Wireless-N 1030 [Rainbow Peak] PCI: 8086:0090 Intel Corporation Centrino Advanced-N 6230 [Rainbow Peak] PCI: 8086:0091 Intel Corporation Centrino Advanced-N 6230 [Rainbow Peak] PCI: 8086:0885 Intel Corporation Centrino Wireless-N + WiMAX 6150 PCI: 8086:0886 Intel Corporation Centrino Wireless-N + WiMAX 6150 PCI: 8086:0887 Intel Corporation Centrino Wireless-N 2230 PCI: 8086:0888 Intel Corporation Centrino Wireless-N 2230 PCI: 8086:088E Intel Corporation Centrino Advanced-N 6235 PCI: 8086:088F Intel Corporation Centrino Advanced-N 6235 PCI: 8086:0890 Intel Corporation Centrino Wireless-N 2200 PCI: 8086:0891 Intel Corporation Centrino Wireless-N 2200 PCI: 8086:0892 Intel Corporation Centrino Wireless-N 135 PCI: 8086:0893 Intel Corporation Centrino Wireless-N 135 PCI: 8086:0894 Intel Corporation Centrino Wireless-N 105 PCI: 8086:0895 Intel Corporation Centrino Wireless-N 105 PCI: 8086:0896 Intel Corporation Centrino Wireless-N 130 PCI: 8086:0897 Intel Corporation Centrino Wireless-N 130 PCI: 8086:08AE Intel Corporation Centrino Wireless-N 100 PCI: 8086:08AF Intel Corporation Centrino Wireless-N 100 PCI: 8086:08B1 Intel Corporation Wireless 7260 PCI: 8086:08B2 Intel Corporation Wireless 7260 PCI: 8086:08B3 Intel Corporation Wireless 3160 PCI: 8086:08B4 Intel Corporation Wireless 3160 PCI: 8086:095A Intel Corporation Wireless 7265 PCI: 8086:095B Intel Corporation Wireless 7265 PCI: 8086:24F3 Intel Corporation Wireless 8260 PCI: 8086:24F4 Intel Corporation Wireless 8260 PCI: 8086:422B Intel Corporation Centrino Ultimate-N 6300 PCI: 8086:422C Intel Corporation Centrino Advanced-N 6200 PCI: 8086:4232 Intel Corporation WiFi Link 5100 PCI: 8086:4235 Intel Corporation Ultimate N WiFi Link 5300 PCI: 8086:4236 Intel Corporation Ultimate N WiFi Link 5300 PCI: 8086:4237 Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection PCI: 8086:4238 Intel Corporation Centrino Ultimate-N 6300 PCI: 8086:4239 Intel Corporation Centrino Advanced-N 6200 PCI: 8086:423A Intel Corporation PRO/Wireless 5350 AGN [Echo Peak] Network Connection PCI: 8086:423B Intel Corporation PRO/Wireless 5350 AGN [Echo Peak] Network Connection PCI: 8086:423C Intel Corporation WiMAX/WiFi Link 5150 PCI: 8086:423D Intel Corporation WiMAX/WiFi Link 5150

Смотрите также

  • iwlegacy — Устройства Intel PRO/Wireless 3945 и WiFi Link 4965
  • ipw2200 — Устройства Intel PRO/Wireless 2100, 2200 и 2915
  • Как настроить WiFi

Источник

Оцените статью
Adblock
detector