Search results

  1. T

    Proxmox v8.0 and intel AX210

    This is wooork :) Not need NAT for access to my VMS fron LAN or WAN. Read this https://bugzilla.proxmox.com/show_bug.cgi?id=5289 Reinstall this packets for clear configuration: apt reinstall wpasupplicant iw wireless-tools 1) Configure you network like this: auto wlp1s0 iface wlp1s0 inet static...
  2. T

    Proxmox v8.0 and intel AX210

    I can connect to wifi with this config /etc/network.interface auto wlp1s0 iface wlp1s0 inet static wpa-ssid DevOpsNet wpa-psk MyPassFromHackerAss auto vmbr0 iface vmbr0 inet static pre-up iw dev wlp1s0 set 4addr on address 192.168.3.44/24 gateway 192.168.3.1...
  3. T

    Proxmox v8.0 and intel AX210

    i open issue on intel support https://community.intel.com/t5/Wireless/AX210-I-am-able-to-scan-my-wifi-networks-but-it-won-t-connect-to/m-p/1618682#M55604
  4. T

    Proxmox v8.0 and intel AX210

    I have the same problem, only my proxmox 8.2.4 web interface does not display the wi-fi interface. I am able to scan my wifi networks, but it won't connect to my ssid. And i have this message:iwlwifi 0000:01:00.0: WRT: Invalid buffer destination lspci | grep 'Network controller' 01:00.0...
  5. T

    Failed to start LVM event activation on device

    I was able to start the system, for this in fstab #/dev/sde1 /var/lib/qmsr1/ ext4 defaults,errors=remount-ro 0 1
  6. T

    Failed to start LVM event activation on device

    Hello, I upgraded proxmox from version 5 to 6 and then to version 7, everything went fine. I rebooted the hypervisor and got this error. How i can fix this ?
  7. T

    Upgrade PVE 5 to 6 Error E: Sub-process /usr/share/proxmox-ve/pve-apt-hook returned an error code (1)

    pve5to6 --full = CHECKING VERSION INFORMATION FOR PVE PACKAGES = Checking for package updates.. WARN: updates for the following packages are available: libpam0g, debconf, proxmox-widget-toolkit, libusbredirparser1, corosync, libcfg7, libknet1, manpages, perl-base, init, python-six...
  8. T

    Upgrade PVE 5 to 6 Error E: Sub-process /usr/share/proxmox-ve/pve-apt-hook returned an error code (1)

    apt update && apt dist-upgrade Hit:1 http://ftp.ru.debian.org/debian buster InRelease Hit:2 http://ftp.ru.debian.org/debian buster-updates InRelease Hit:3 http://repo.zabbix.com/zabbix/4.0/debian stretch InRelease Hit:4 http://download.proxmox.com/debian/pve buster InRelease Hit:5...