kernel parameters

  1. M

    ixgbe: passing parameters doesn't work?

    I'm trying to use the parameter allow_unsupported_sfp=1. One of the SFP modules i'm trying to use is probably not officially supported. I've tried it in/with: - /etc/modprobe.d/ixgbe.conf - /etc/default/grub - modprobe All with no result. Also tried it with parameter debug=16 to find out if it...
  2. E

    kernel parameter irqpoll blocks `atlantic` driven aquantia 10G NIC from working

    My build runs with an MSI 10G NIC powered by Aquantia AQC107 chip. Whenever I use irqpoll or acpi=off in kernel parameter, the NIC is brought down on startup and `ip link set dev enp5s0 up` cannot bring it up but gives the error of "Invalid arguments" Can't figure out why
  3. J

    proxmox 6.3-3 kernel 5.4.78-2-pve lack libata.force kernel parameter

    Hello, after installtion pve 6.3-3 with kernel 5.4.78-2-pve I got problemes with two disks connected to ASM1062. (The two SSDs are conntect to Intel chipset, the big data disks are conntected to the ASM1062.) The chip is know for timing problems so I dected and eleminates the errors on ubuntu...
  4. C

    [SOLVED] Kernel parameters not loaded during boot from /etc/sysctl.d/*.conf

    Hi, I was getting this error in syslog: nf_conntrack: nf_conntrack: table full, dropping packet To solve this issue I found this: CONNTRACK_MAX = RAMSIZE (in bytes) / 16384 / (ARCH / 32) Having Mellanox NIC installed on my server I followed the recommendation to improve performance. This...