Dear community,
I'm stuck getting Proxmox running on my N100 mini-pc.
The graphical installation of 8.1-2 only detects the wifi card, not the two ethernet devices. I tried to get an internet connection with the wifi installation (tried static IP and dhcp) but this also didn't worked for me.
lspci -v show the following:
It looks like there is no "kernel driver in use", unlike the other devices that are listed.
ip a looks like this:
How do I get the ethernet driver on the computer without internet? Is it possible to add a driver to the bootable USB stick, which I created from the image?
Thanks alot!
I'm stuck getting Proxmox running on my N100 mini-pc.
The graphical installation of 8.1-2 only detects the wifi card, not the two ethernet devices. I tried to get an internet connection with the wifi installation (tried static IP and dhcp) but this also didn't worked for me.
lspci -v show the following:
Code:
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 2b) Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
Flags: fast devsel, IRQ 18
I/O ports at 4000 [size=256]
Hemory at 80a04000 (64-bit, non-prefetchable) [size=4K]
Hemory at B0a00000 (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: [be] 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 modules: r8169
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 2b)
Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
Flags: fast devsel, IRQ 18
1/0 ports at 3000 [size=256]
Memory at 80904000 (64-bit, non-prefetchable) [size=4K]
Memory at 80900000 (64-bit, non-prefetchable) [size=16K)
Capabilitles: [40] Power Hanagement version 3
Capabilities: [50] MSI: Enable Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 01
Capabilities: [be] 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 modules: r8169
It looks like there is no "kernel driver in use", unlike the other devices that are listed.
ip a looks like this:
Code:
1: 10: <LOOPBACK, UP, LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default glen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6:: 1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: wlo1: <NO-CARRIER, BROADCAST, MULTICAST, UP> mtu 1500 qdisc noqueue state DOWN group default glen 1000
link/ether 70:cd:0d:89:69:12 brd ff ff ff:ff:ff:ff
altname wlp0s20f3
inet 192.168.1.200/24 scope global wlo1
valid_lft. forever preferred_lft forever
How do I get the ethernet driver on the computer without internet? Is it possible to add a driver to the bootable USB stick, which I created from the image?
Thanks alot!