Search results

  1. R

    Proxmox 7 and Mellanox ConnectX4 and vlan aware bridge

    Do you try Mellanox MLNX_OFED? There is document, https://docs.nvidia.com/networking/display/MLNXOFEDv461000/Introduction
  2. R

    [SOLVED] DMAR: [DMA Read NO_PASID] Request device [00:02.0] fault addr 0xc8e8c000 [fault reason 0x06] PTE Read access is not set | Intel 610 Integrated Graphic

    I'm using jellyfin with intel UHD610 GPU HW(intel QSV) in DSM7.1. Now all works fine through I had encountered a problem like the tile described. My PVE host is HP 800G4 DM with G5400 CPU. After some googling, I found some people had same problem. In Proxmox forum, there are some threads about...
  3. R

    Chelsio T420-CR cxgb4 not loading "firmware on card (1.19.10) is older than..."

    Thank you for sharing these information. I got a T420 some days ago.
  4. R

    [SOLVED] Mellanox MT27500 [ConnectX-3] SR-IOV causes kernel panic in PVE7.2

    The problem occurs in Dell xps8940 PC which is built form my homelab server. The same PVE and same kernel and same ConnectX-3 card works fine in my another server which is HP Z230 workstation.
  5. R

    [SOLVED] Mellanox MT27500 [ConnectX-3] SR-IOV causes kernel panic in PVE7.2

    Got. It's regret that NVIDIA OFED still don't support Ubuntu 22.04. Now it supports Ubuntu 20.04.
  6. R

    [SOLVED] Mellanox MT27500 [ConnectX-3] SR-IOV causes kernel panic in PVE7.2

    The same NIC card works fine in 5.11, 5.13 kernel. BTW, https://forums.developer.nvidia.com/t/mlnx-ofed-drivers-for-mt27520-connectx-3-pro-for-debian-11-bullseye/213505 , NVIDIA support staff said that the upcoming MLNX_OFED 4.9 support will have support for Debian 11.2. It is targeted in...
  7. R

    [SOLVED] Mellanox MT27500 [ConnectX-3] SR-IOV causes kernel panic in PVE7.2

    ConnectX-3 works fine with mlx4 driver before PVE7.2 version. Below is detail information: 06:00.0 Ethernet controller: Mellanox Technologies MT27500 Family [ConnectX-3] 06:00.1 Ethernet controller: Mellanox Technologies MT27500/MT27520 Family [ConnectX-3/ConnectX-3 Pro Virtual Function]...
  8. R

    [SOLVED] error on building the latest pve-kernel

    I have cloned the source code successfully. Now it's compiling. Thank you!
  9. R

    [SOLVED] error on building the latest pve-kernel

    There is a error when building. root@pve10:/usr/src/pve-kernel# make test -f "submodules/ubuntu-jammy/README" || git submodule update --init submodules/ubuntu-jammy fatal: remote error: upload-pack: not our ref 25a5e7755e5793015ec923172bf144ee20166d19 Fetched in submodule path...
  10. R

    [SOLVED] Kernel 5.13.19-1-pve complie error

    Anything is fine following your guide. The kernel is built successfully. Thank you!
  11. R

    [SOLVED] Kernel 5.13.19-1-pve complie error

    Thank you very much! I'll try tonight. This is the diff: root@pvedev:/usr/src/pve-kernel# more build/fwlist.diff --- fwlist-previous.sorted 2022-02-10 10:03:33.644601373 +0800 +++ fwlist-5.15.19-1-pve.sorted 2022-02-10 10:03:33.648601391 +0800 @@ -609,9 +609,9 @@...
  12. R

    [SOLVED] Kernel 5.13.19-1-pve complie error

    I try compiling kernel 5.13.19.-1-pve on my proxmox vm which is a vm just for building kernels. Anywork looks fine until this error was thrown. make[2]: Entering directory '/usr/src/pve-kernel/build' make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule...