Recent content by dtk31883

  1. D

    Issue compiling aqc111.ko module for Proxmox 6.2-4/ Kernel 5.4.41-1

    Just updated to Proxmox 8 and I am having issues again compiling the marvell adapters with the new 6.5.11-7 kernel. I am getting a new error. make -C /lib/modules/6.5.11-7-pve/build M=/opt/AQ_USBDongle_LinuxDriver_1.3.3.0/Linux modules make[1]: Entering directory...
  2. D

    At reboot LACP bonding two separate nics causes 2nd nic to be inactive.

    Hi, I have proxmox 8.1.3 setup in with LACP bonding two separate usb nics that works when configured and after "ifdown -a; ifup -a" or apply config. But after reboot one of the bonded usb nics becomes inactive. I tried different bonding types life active-backup and the same thing occurs after...
  3. D

    Issue compiling aqc111.ko module for Proxmox 6.2-4/ Kernel 5.4.41-1

    Tristank, Sorry for the late reply. Run ethool -i enx123456789 to confirm aqc111.ko version 1.3.3.0 is loaded then run ethool command with priv-flags to set settings. Confirm aqc111.ko version 1.3.3.0 is loaded. If it is not loaded check the aqc111.ko you built. Use insmod or modprobe to...
  4. D

    Storage Usage graph data shows recorded size error in a large data spike (petabytes in used size).

    See image. How and where do i edit the data to remove the bad record of the large data spike (petabytes). I understand that the service pvestatd reports the data but where is it stored and can it be corrected without loosing historic data?
  5. D

    Issue compiling aqc111.ko module for Proxmox 6.2-4/ Kernel 5.4.41-1

    set settings command: ethtool --set-priv-flags enx123456789 "Low Power 5G" on ethtool --set-priv-flags enx123456789 "Themal throttling" off Show settings command: ethtool --show-priv-flags enx123456789 Private flags for enx123456789: Low Power 5G : on Thermal throttling: off Add...
  6. D

    Issue compiling aqc111.ko module for Proxmox 6.2-4/ Kernel 5.4.41-1

    I use ethtool to turn on the lower power 5g setting and turn off the thermal throttling setting with the new drivers. The qnap 5gbe nic seems to overheat and crash if not set. I also force it to 5g with ethtool. Please forward the info about the cdc_ether driver I would like to know more about...
  7. D

    Issue compiling aqc111.ko module for Proxmox 6.2-4/ Kernel 5.4.41-1

    I think I may have figured out the issue. I did more research and reviewed some notes. I reviewed/edited the manufacture/original makefile and noticed that the it was using subdirs= . I have updated all subdirs= with M= for the new 5.4 kernel accordingly. Compiled successfully after making...
  8. D

    <SOLVED> compile kernel module error message

    Hi I believe I had the same issue. I noticed it shows solved in the title. Were you able to figure out the issue with: scripts/kconfig/conf --syncconfig Kconfig Kconfig:36: can't open file "Documentation/Kconfig" I posted earlier this week and was reached out by and admin for help. Thanks
  9. D

    Issue compiling aqc111.ko module for Proxmox 6.2-4/ Kernel 5.4.41-1

    Marvel recently acquired Aquantia and has their the aqc111u driver for the QNAP QNA-UC5G1T https://www.marvell.com/support/downloads.html# Select partnumber aqc111u and select Marvell AQtion USB 3.1 Linux Driver, for the 1.3.3.0 version of the linux driver AQ_USBDongle_LinuxDriver_1.3.3.0.zip
  10. D

    Issue compiling aqc111.ko module for Proxmox 6.2-4/ Kernel 5.4.41-1

    New to linux/compiling and I need help with compiling aqc111.ko module from manufacture driver in Kernel 5.4.41-1 I installed PVE headers 5.4.41-1, and build-essentials (headers and build-essential complied successfully under 5.3) Attempted to run make with 5.4.41-1 and was prompted for flex...
  11. D

    QNAP QNA-UC5G1T (AQC111U) Driver and installation 2nd

    First, I am new to Linux/Proxmox but have been running/testing proxmox for 12+ month without any issues until I recently purchased/upgraded to a newly released network adapter. I purchased the 5gbe qnap-uc5g1t and tested with Proxmox releases 5.4 thru 6.1. Device will run but randomly/suddenly...
  12. D

    QNAP QNA-UC5G1T (AQC111U) Driver and installation

    First, I am new to Linux/Proxmox but have been running/testing proxmox for 12+ month without any issues until I recently purchased/upgraded to a newly released network adapter. I purchased the 5gbe qnap-uc5g1t and tested with Proxmox releases 5.4 thru 6.1. Device will run but randomly/suddenly...