I have installed Omarchy on my lenovo legion go, which has been my only computer that i have had access to for a while. i am using a monitor + kbm. it has been running linux for 18 months at this point.
A bit of an oddity where i could not use the omarchy iso to install. All of the options for the installer where off the bottom of the screen (go has a portrait screen forced into landscape, oddly enough, the omarchy.iso was the first installer to try and do it in landscape! so i think that is why all the options where offscreen)
Loving Omarchy so far, everything but one little thing is working perfectly bar this. the wifi card does not seem to be availiable to Omarchy, despite everything that i have looked at saying that it is there, the kernal modules are loaded, rfkill has not blocked it... but it just does not show in ip link
i'm at a loss... i would appreciate any help anyone could provide. below is the investigative stuff i have done. i cant see any reason it would not show up....
ID TYPE DEVICE SOFT HARD
0 wlan ideapad_wlan unblocked unblocked
1 bluetooth ideapad_bluetooth unblocked unblocked
2 bluetooth hci0 unblocked unblocked
/usr/bin🔒 ❯ sudo dmesg | grep mt7921e
[ 24.702579] mt7921e 0000:01:00.0: enabling device (0000 -> 0002)
[ 24.707436] mt7921e 0000:01:00.0: ASIC revision: 79220010
[ 24.782968] mt7921e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20250903123148a
[ 25.160594] mt7921e 0000:01:00.0: WM Firmware Version: ____000000, Build Time: 20250903123243
/usr/bin🔒 ❯ lspci -knnd ::0280
01:00.0 Network controller [0280]: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter [14c3:0616]
Subsystem: Lenovo Device [17aa:e0c7]
Kernel driver in use: mt7921e
Kernel modules: mt7921e
/usr/bin🔒 ❯ lspci | grep -i net
01:00.0 Network controller: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter```