Hi shrdlicka,
Thanks for your reply! I most likely made a mess of the system after trying several times to get the driver installed, so I first did a clean install of Proxmox. I fthen tried
ip l
and , after disregarding all the virtual nics from my VM's, was left with one nic, 'enp4so' and 'vmbr0' which, as I understand, is the bridge.
Then I tried
lspci -v
which returned a lot of devices but, as far as I can tell, only one nic:
Code:
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
Subsystem: ASUSTeK Computer Inc. PRIME B450M-A Motherboard
Flags: bus master, fast devsel, latency 0, IRQ 30, IOMMU group 14
I/O ports at f000 [size=256]
Memory at f6504000 (64-bit, non-prefetchable) [size=4K]
Memory at f6500000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 01
Capabilities: [b0] MSI-X: Enable+ Count=4 Masked-
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Capabilities: [160] Device Serial Number 01-00-00-00-68-4c-e0-00
Capabilities: [170] Latency Tolerance Reporting
Capabilities: [178] L1 PM Substates
Kernel driver in use: r8169
Kernel modules: r8169
Which seems to be the nic on the motherboard.
Also, if a driver had been installed, I'm guessing I would have seen some lights flickering on the nic once a cable is attached?
I then tried the
driver package again. In the driver package is a .deb file and a build-deb.sh file. I first tried to run de .deb file that was included. That resulted in an error:
Code:
dpkg -i atlantic_1658418212.deb
dpkg-deb: error: archive 'atlantic_1658418212.deb' uses unknown compression for member 'control.tar.zst', giving up
dpkg: error processing archive atlantic_1658418212.deb (--install):
dpkg-deb --control subprocess returned error exit status 2
Errors were encountered while processing:
atlantic_1658418212.deb
I then used the build-deb.sh file file, which created a second, larger .deb file without issue. I ran that .deb file but without success:
Code:
dpkg -i atlantic_1658580847.deb
Selecting previously unselected package atlantic.
(Reading database ... 119839 files and directories currently installed.)
Preparing to unpack atlantic_1658580847.deb ...
mv: cannot stat '/lib/modules/5.15.39-1-pve/aquantia/atlantic.ko': No such file or directory
rmmod: ERROR: Module atlantic is not currently loaded
Unpacking atlantic (1658580847) ...
Setting up atlantic (1658580847) ...
make -j4 CC=cc -C /lib/modules/5.15.39-1-pve/build M=/var/build_aq_drv/1658580847/Linux modules
make[1]: *** /lib/modules/5.15.39-1-pve/build: No such file or directory. Stop.
make: *** [Makefile:72: all] Error 2
chmod: cannot access 'atlantic.ko': No such file or directory
cp: cannot stat 'atlantic.ko': No such file or directory
insmod: ERROR: could not load module atlantic.ko: No such file or directory
dpkg: error processing package atlantic (--install):
installed atlantic package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
atlantic
Not a long list of errors like before, so I must have really messed up something somewhere that fist time. But still no luck; no new nic (checked
ip -l
and
lspci -v
again)The errors (last time and this time) mention a missing
/lib/modules/5.15.39-1-pve/aquantia/atlantic.ko
. The directory
/lib/modules/5.15.39-1-pve/aquantia/
exists, but it is indeed empty.
I have the feeling I'm missing something, or forgetting to do something. I'm still quite the newbie.
If another 5GB card is a better option, I'd love to hear suggestions.