You are not logged in.
Pages: 1
Hello there. I am completely new to Arch.
I'm on kernel 3.18.2 and gnome as my desktop.
I've updated linux-firmware, tried manually installing iwlwifi (moved *.ucode to /lib/firmware-doubt I did this correctly), reinstalled iw, wpa_supplicant, dialog, pacman -Syu, and a number of other things over the last week.
lspci:
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:04.0 Signal processing controller: Intel Corporation Device 0c03 (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM87 Express LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 8 Series Chipset Family Thermal Management Controller (rev 05)
02:00.0 3D controller: NVIDIA Corporation GK107M [GeForce GT 750M] (rev a1)
06:00.0 Network controller: Intel Corporation Wireless 7260 (rev 6b)
07:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5249 PCI Express Card Reader (rev 01)
ip a:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default
link/sit 0.0.0.0 brd 0.0.0.0
iwconfig:
sit0 no wireless extensions.
lo no wireless extensions.
wifi-menu:
Invalid interface specification
Last edited by fire54321 (2015-02-14 21:34:38)
Offline
This driver is iwlwifi. Grep the output of dmesg for iwlwifi and see what you come up with.
Also, you should be able to modprobe iwlwifi manually, but you should probably first reinstall linux-firmware to ensure that all the proper files are in place.
Offline
Thanks for the help WonderWoofy!
I did a pacman -Syu and pacman -S linux-firmware
While arch-chroot dmesg:
[ 14.150360] iwlwifi 0000:06:00.0: enabling device (0000 -> 0002)
[ 14.150535] iwlwifi 0000:06:00.0: irq 36 for MSI/MSI-X
[ 14.277699] iwlwifi 0000:06:00.0: loaded firmware version 23.10.10.0 op_mode iwlmvm
[ 14.487097] iwlwifi 0000:06:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
[ 14.487330] iwlwifi 0000:06:00.0: L1 Enabled - LTR Enabled
[ 14.488157] iwlwifi 0000:06:00.0: L1 Enabled - LTR Enabled
[ 14.701233] iwlwifi 0000:06:00.0 wlp6s0: renamed from wlan0
[ 38.411648] iwlwifi 0000:06:00.0: L1 Enabled - LTR Enabled
[ 38.411901] iwlwifi 0000:06:00.0: L1 Enabled - LTR Enabled
[ 49.607555] iwlwifi 0000:06:00.0: L1 Enabled - LTR Enabled
[ 49.607817] iwlwifi 0000:06:00.0: L1 Enabled - LTR Enabled
While logged in normally, dmesg had nothing for iwlwifi
How exactly can I do that with modprobe?
Offline
modprobe is just the command used to manually load a module (or the one that will automatically handle dependencies as well). So you would just do something like:
# modprobe iwlwifi But you might want to check the output of lsmod to see if the module is in fact already loaded.
Offline
lsmod only shows a temperature module
I did some googling around but I cannot find how to make or download the iwlwifi module.
Any help with that?
Offline
Offline
Pages: 1