Hi
is it possible to enable the wifi card MediaTek MT7921K on proxmox?
I have a Minisforum HM90 with Proxmox 7.1-8 on Kernel 5.15.7-1 and i want to use my wifi network adapter which is not installed/listed under network.
After i found out which wifi device i have, with:
and some google search that i need to install "firmware-misc-nonfree" that this adapter will work.
but after adding non-free to the sources.list and trying to install this package ... he want to remove proxmox-ve:
so is there something i can do?
thanks in advance
is it possible to enable the wifi card MediaTek MT7921K on proxmox?
I have a Minisforum HM90 with Proxmox 7.1-8 on Kernel 5.15.7-1 and i want to use my wifi network adapter which is not installed/listed under network.
After i found out which wifi device i have, with:
Code:
root@pve:~# lspci -nnk | grep 0280 -A3
03:00.0 Network controller [0280]: MEDIATEK Corp. Device [14c3:0608]
Subsystem: MEDIATEK Corp. Device [14c3:0608]
but after adding non-free to the sources.list and trying to install this package ... he want to remove proxmox-ve:
Code:
root@pve:~# apt install firmware-misc-nonfree
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
proxmox-ve pve-firmware pve-kernel-5.13 pve-kernel-5.15
The following NEW packages will be installed:
firmware-misc-nonfree
0 upgraded, 1 newly installed, 4 to remove and 0 not upgraded.
Need to get 8,953 kB of archives.
After this operation, 316 MB disk space will be freed.
Do you want to continue? [Y/n]
so is there something i can do?
thanks in advance