You are not logged in.
Hi there, I just decided to give a shot to archlinux. I used new installer and everything is successfully up and running. In fact almost everything because after start up there is not available wifi connection. Since I am using Gnome I would expect it in the top right corner where it is just missing. I have read several documentations but I got lost in it and did not manage to fix it. So a little help would be appreciated.
I have checked the driver status
lspci -k
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
Subsystem: ASUSTeK Computer Inc. Device 12d0
Kernel driver in use: skl_uncore
00:02.0 VGA compatible controller: Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07)
Subsystem: ASUSTeK Computer Inc. Device 12d0
Kernel driver in use: i915
Kernel modules: i915
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 08)
Subsystem: ASUSTeK Computer Inc. Device 12d0
Kernel driver in use: proc_thermal
Kernel modules: processor_thermal_device
00:13.0 Non-VGA unclassified device: Intel Corporation Sunrise Point-LP Integrated Sensor Hub (rev 21)
Subsystem: Intel Corporation Sunrise Point-LP Integrated Sensor Hub
Kernel driver in use: intel_ish_ipc
Kernel modules: intel_ish_ipc
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
Subsystem: ASUSTeK Computer Inc. Device 201f
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
Subsystem: ASUSTeK Computer Inc. Device 12d0
Kernel driver in use: intel_pch_thermal
Kernel modules: intel_pch_thermal
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
Subsystem: ASUSTeK Computer Inc. Device 12d0
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 (rev 21)
Subsystem: ASUSTeK Computer Inc. Device 12d0
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
Subsystem: ASUSTeK Computer Inc. Device 12d0
Kernel driver in use: mei_me
Kernel modules: mei_me
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
Subsystem: ASUSTeK Computer Inc. Device 12d0
Kernel driver in use: ahci
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1)
Kernel driver in use: pcieport
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
Subsystem: ASUSTeK Computer Inc. Device 12d0
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
Subsystem: ASUSTeK Computer Inc. Device 12d0
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
Subsystem: ASUSTeK Computer Inc. Device 12d0
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_soc_skl
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
Subsystem: ASUSTeK Computer Inc. Device 12d0
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
01:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)
Subsystem: Intel Corporation Dual Band Wireless-AC 7265
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
Also network interface
ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default qlen 1000
link/ether a4:02:b9:70:62:55 brd ff:ff:ff:ff:ff:ff
Check that firmware is loaded
dmesg | grep firmware
[ 0.089317] DMAR: [Firmware Bug]: No firmware reserved region can cover this RMRR [0x0000000088400000-0x000000008abfffff], contact BIOS vendor for fixes
[ 2.193376] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 2.391114] iwlwifi 0000:01:00.0: loaded firmware version 29.4063824552.0 7265D-29.ucode op_mode iwlmvm
[ 2.516204] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[ 2.651023] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
[ 2.656655] iwlwifi 0000:01:00.0: Allocated 0x00400000 bytes for firmware monitor.
Where should I looking for the problem next?
Last edited by vavra.7 (2021-05-23 07:55:48)
Offline
The installer does not setup post installation networking: https://github.com/archlinux/archinstal … guided.rst
For gnome integration you need to setup networkmanager: https://wiki.archlinux.org/title/NetworkManager
Moving to the guided installer subsection.
Offline
The installer does not setup post installation networking: https://github.com/archlinux/archinstal … guided.rst
For gnome integration you need to setup networkmanager: https://wiki.archlinux.org/title/NetworkManager
Moving to the guided installer subsection.
I have no idea which archinstall version is included in the current iso, but with version 2.1.4 you should be able to choose to install and enable networkmanager instead of copying the ISO network configuration.
https://github.com/archlinux/archinstall/pull/256
Last edited by progandy (2021-05-22 12:27:23)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
I don't really follow the development of the installer and at least from what has been posted here then this option was either not selected or not yet present. This info was just the first hit on searching the git repo for "network" so I presumed this to still be relevant.
@vavra please post the archinstall.log should the information above not suffice.
Offline
Alright guys, Based on the provided link and note that network manager should be included in the installation I walked trough one more time. It showed up that the option is really there. Just it needs to select the correct one. Now my wifi is working. Thank you both for the answer.
Offline
Glad to hear, please mark as [SOLVED] by editing the title in your first post.
Offline