You are not logged in.
Hi:
As I said in my previous topic, my new laptop has both an ethernet controller and a wireless one, and I can't get an internet connection with neither. This post is for the wireless card:
The wireless card seems to be supported out of the box by driver `mt7921e`, and I can actually make some progress on the https://wiki.archlinux.org/title/Networ … n/Wireless tutorial:
- `ip link set wlan0 up` : does not complain, no output
- `iw dev wlan0 scan`: correctly identifies networks, including one I have created, with no encryption
- `iw dev wlan0 connect "openwireless.org"` : does not complain, no output
- `iw dev wlan0 link`: `Not connected`
- `systemctl status dhcpcd`:
● dhcpcd.service - DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces
Loaded: loaded (/usr/lib/systemd/system/dhcpcd.service; disabled; preset: disabled)
Active: active (running) since Fri 2025-03-07 16:47:01 UTC; 19min ago
Invocation: f07fc2234de24659a7836bd2c07d314b
Main PID: 2115 (dhcpcd)
Tasks: 4 (limit: 37352)
Memory: 2M (peak: 4.3M)
CPU: 18ms
CGroup: /system.slice/dhcpcd.service
├─2115 "dhcpcd: [manager] [ip4] [ip6]"
├─2116 "dhcpcd: [privileged proxy]"
├─2117 "dhcpcd: [network proxy]"
└─2118 "dhcpcd: [control proxy]"
Mar 07 16:47:01 archiso systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Mar 07 16:47:02 archiso dhcpcd[2115]: dhcpcd-10.2.0 starting
Mar 07 16:47:02 archiso dhcpcd[2116]: dev: loaded udev
Mar 07 16:47:02 archiso dhcpcd[2121]: Dropped protocol specifier '.link' from 'wlan0.link'. Using 'wlan0' (ifindex=3).
Mar 07 16:47:02 archiso dhcpcd[2116]: no interfaces have a carrier
Mar 07 16:47:02 archiso dhcpcd[2116]: wlan0: waiting for carrier- best of `dmesg`
[ 53.694509] mt7921e 0000:03:00.0: enabling device (0000 -> 0002)
...
[ 53.708387] mt7921e 0000:03:00.0: ASIC revision: 79220010
[ 53.741577] EDAC amd64: Node 0: No DIMMs detected.
[ 53.786890] mt7921e 0000:03:00.0: HW/SW Version: 0x8a108a10, Build Time: 20241106163228a
[ 53.806738] mt7921e 0000:03:00.0: WM Firmware Version: ____000000, Build Time: 20241106163310
...
[ 298.495446] audit: type=1130 audit(1741364763.493:192): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 298.518458] audit: type=1334 audit(1741364763.516:193): prog-id=89 op=UNLOAD
[ 308.640780] audit: type=1334 audit(1741364773.638:194): prog-id=90 op=LOAD
[ 308.731535] audit: type=1130 audit(1741364773.729:195): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 308.739037] audit: type=1334 audit(1741364773.737:196): prog-id=90 op=UNLOAD
[ 317.924775] Intel(R) Wireless WiFi driver for Linux
[ 318.891325] audit: type=1334 audit(1741364783.888:197): prog-id=91 op=LOAD
[ 318.997024] audit: type=1130 audit(1741364783.994:198): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 319.009235] audit: type=1334 audit(1741364784.007:199): prog-id=91 op=UNLOAD
[ 329.141361] audit: type=1334 audit(1741364794.138:200): prog-id=92 op=LOAD
[ 329.239421] audit: type=1130 audit(1741364794.236:201): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
...
[ 2469.025305] warning: `iwlist' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
...Regards!
Last edited by pang (2025-03-07 19:04:24)
Offline
iwd is probably already operating the NIC?
Sure your SSID is "openwireless.org" and also sure it's unencrypted (no wpa, no wep)?
You'll have to establish a carrier (wifi-cable) before dhcpcd can use that connection.
Have you tried iwd/iwctl?
Alternatively see the tethering hint in your other thread.
Offline
> You'll have to establish a carrier (wifi-cable) before dhcpcd can use that connection
Sounds really to the point: can you provide more information?
Not a lot of information about "carrier" and dhcpcd... actually, this topic is the first I get when I search for ·"carrier+wifi-cable+dhcpcd" :-D
Offline
ok, so yeah, tethering (which does not require a single command :-O ) allowed me to install using archinstall which ~will most likely take~ *actually took care of* installing and configuring networkmanager!
So thanks a lot, Seth, and have a nice day (or the equivalent in your timezone)!
Last edited by pang (2025-03-07 19:09:07)
Offline