You are not logged in.

#1 2018-11-14 23:49:12

AlteReG0
Member
Registered: 2018-11-14
Posts: 1

Couldn't set up Intel Wifi Link 5350 on laptop during installation

Hello!
I got an error when trying to set up my wi-fi adaper:

iwlwifi: probe of 0000:02:00.0 failed with error -22 .

Since installation process requires internet connection and I have only wireless one, so I can't install Arch on my old HP Pavilion.
I have Intel WiFi Link 5350 wireless chipset, which AFAIK is supported by standard iwlwifi.
Once installation shell is booted up, the wifi adapter is soft-blocked for some reason. I do

rfkill unblock all

rfkill list
0: hp-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: hp-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
2: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

Then I try to reload iwlwifi module and that is what I get

modprobe -r -f iwlwifi
modprobe iwlwifi

dmesg

[ 1721.233814] Intel(R) Wireless WiFi driver for Linux
[ 1721.233816] Copyright(c) 2003- 2015 Intel Corporation
[ 1721.233917] ------------[ cut here ]------------
[ 1721.233918] CSR addresses aren't configured
[ 1721.233979] WARNING: CPU: 1 PID: 836 at drivers/net/wireless/intel/iwlwifi/pcie/drv.c:861 iwl_pci_probe+0x160/0x1e0 [iwlwifi]
[ 1721.233980] Modules linked in: iwlwifi(+) wl(POE) cfg80211 nls_iso8859_1 nls_cp437 vfat fat 8021q mrp mousedev coretemp gpio_ich kvm_intel iTCO_wdt joydev iTCO_vendor_support btusb btrtl btbcm btintel kvm bluetooth pcspkr uvcvideo psmouse videobuf2_vmalloc i2c_i801 videobuf2_memops snd_hda_codec_hdmi videobuf2_v4l2 hp_wmi wmi_bmof videobuf2_common input_leds snd_hda_codec_idt sparse_keymap snd_hda_codec_generic videodev media snd_hda_intel ecdh_generic ir_rc6_decoder crc16 snd_hda_codec rc_rc6_mce jmb38x_ms lpc_ich memstick hp_accel snd_hda_core ene_ir rfkill lis3lv02d rc_core snd_hwdep input_polldev evdev snd_pcm battery snd_timer mac_hid snd ac pcc_cpufreq soundcore acpi_cpufreq ip_tables x_tables overlay squashfs zstd_decompress xxhash loop isofs uas usb_storage sd_mod nouveau mxm_wmi serio_raw
[ 1721.234034]  i2c_algo_bit atkbd ahci libps2 libahci drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops libata ttm sdhci_pci scsi_mod cqhci firewire_ohci sdhci r8169 firewire_core mii crc_itu_t drm mmc_core wmi led_class i8042 serio intel_agp intel_gtt agpgart [last unloaded: cfg80211]
[ 1721.234057] CPU: 1 PID: 836 Comm: modprobe Tainted: P        W  OE     4.18.16-arch1-1-ARCH #1
[ 1721.234059] Hardware name: Hewlett-Packard AlteReG0's Mega Notebook PC/3603, BIOS F.21 08/20/2009
[ 1721.234075] RIP: 0010:iwl_pci_probe+0x160/0x1e0 [iwlwifi]
[ 1721.234076] Code: 3a 97 c0 eb 98 80 3d 76 c7 03 00 00 bd ea ff ff ff 0f 85 5c ff ff ff 48 c7 c7 10 99 97 c0 c6 05 5d c7 03 00 01 e8 ba 03 73 c4 <0f> 0b e9 42 ff ff ff 8b 53 3c 81 fa 40 03 00 00 0f 84 fe fe ff ff
[ 1721.234116] RSP: 0018:ffffac3b80673b38 EFLAGS: 00010282
[ 1721.234118] RAX: 0000000000000000 RBX: ffff920ffa70e000 RCX: 0000000000000001
[ 1721.234119] RDX: 0000000080000001 RSI: ffffffff860ab7d6 RDI: 00000000ffffffff
[ 1721.234121] RBP: 00000000ffffffea R08: 0000000000000001 R09: 0000000000000461
[ 1721.234122] R10: 0000000000000004 R11: 0000000000000000 R12: ffffffffc09722e0
[ 1721.234123] R13: ffff920ffa70e0a0 R14: 0000000000000028 R15: 0000000000000000
[ 1721.234125] FS:  00007f202bd3db80(0000) GS:ffff920fffc80000(0000) knlGS:0000000000000000
[ 1721.234127] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 1721.234128] CR2: 00007f202b23aff0 CR3: 0000000122576000 CR4: 00000000000006e0
[ 1721.234130] Call Trace:
[ 1721.234139]  local_pci_probe+0x41/0x90
[ 1721.234142]  pci_device_probe+0x115/0x1a0
[ 1721.234148]  driver_probe_device+0x2da/0x450
[ 1721.234151]  __driver_attach+0xdd/0x110
[ 1721.234153]  ? driver_probe_device+0x450/0x450
[ 1721.234155]  ? driver_probe_device+0x450/0x450
[ 1721.234157]  bus_for_each_dev+0x76/0xc0
[ 1721.234160]  bus_add_driver+0x152/0x230
[ 1721.234163]  ? 0xffffffffc0b2b000
[ 1721.234165]  driver_register+0x6b/0xb0
[ 1721.234167]  ? 0xffffffffc0b2b000
[ 1721.234183]  iwl_pci_register_driver+0x20/0x30 [iwlwifi]
[ 1721.234187]  do_one_initcall+0x46/0x1f5
[ 1721.234192]  ? kmem_cache_alloc_trace+0x181/0x1d0
[ 1721.234196]  ? do_init_module+0x22/0x210
[ 1721.234199]  do_init_module+0x5a/0x210
[ 1721.234202]  load_module+0x2384/0x2590
[ 1721.234206]  ? vmap_page_range_noflush+0x23f/0x350
[ 1721.234211]  ? __se_sys_init_module+0x10c/0x170
[ 1721.234213]  __se_sys_init_module+0x10c/0x170
[ 1721.234216]  do_syscall_64+0x5b/0x170
[ 1721.234221]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 1721.234223] RIP: 0033:0x7f202be5c56e
[ 1721.234224] Code: 48 8b 0d f5 18 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 18 0c 00 f7 d8 64 89 01 48
[ 1721.234264] RSP: 002b:00007fff0a77ee28 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
[ 1721.234266] RAX: ffffffffffffffda RBX: 00005649787197c0 RCX: 00007f202be5c56e
[ 1721.234267] RDX: 0000564977b3fde6 RSI: 00000000000ae1f1 RDI: 00007f202b18d010
[ 1721.234269] RBP: 0000564977b3fde6 R08: 0000000000000002 R09: 0000000000000001
[ 1721.234270] R10: 0000564978717010 R11: 0000000000000246 R12: 00007f202b18d010
[ 1721.234271] R13: 0000564978717420 R14: 0000000000040000 R15: 00005649787197c0
[ 1721.234274] ---[ end trace 039c2c7f7388e31f ]---
[ 1721.234280] iwlwifi: probe of 0000:02:00.0 failed with error -22

Here is the lspci -k output, just in case.

02:00.0 Network controller: Intel Corporation PRO/Wireless 5350 AGN [Echo Peak] Network Connection
    Subsystem: Intel Corporation PRO/Wireless 5350 AGN [Echo Peak] Network Connection
    Kernel modules: iwlwifi, wl

Any help would be appreciated.

Offline

#2 2019-03-16 19:04:25

random-archer
Member
Registered: 2016-06-24
Posts: 2

Re: Couldn't set up Intel Wifi Link 5350 on laptop during installation

Have you found a solution, please?

Offline

#3 2019-03-16 19:13:55

random-archer
Member
Registered: 2016-06-24
Posts: 2

Re: Couldn't set up Intel Wifi Link 5350 on laptop during installation

Offline

Board footer

Powered by FluxBB