rheaalleen
New Member
After trying to troubleshoot yesterday I´m out of ideas
Bought some Tiny M710q to install Bookworm on them but having troubles to get the ethernet going.
I´ve confirmed that my switch configuration is correct by installing W10 onto one and plugging it in. DHCP worked and machine had access to internet.
But installing Bookworm leads to having an UP interface but no IP address.
During the installation when selecting the ethernet it says it successfully got DHCP and proceeds but fails at downloading packages from mirror with no connectivity.
Tried installing the driver manually with https://www.linux.org/threads/getting-intel-i219-v-to-work-in-debian-12.45761/post-208583 or resetting/flashing driver https://www.linux.org/threads/intel-i219v-gigabit-lan-controller-not-working.43844/post-183953 but no success.
Configuration/Information:
Tainted kernel comes from manually adding the driver
Other stuff already tried:
I see the DHCP query going out and arriving at my OPNSense DHCP but the machine receives nothing back.
The WLAN connection works fine and is used.
Bought some Tiny M710q to install Bookworm on them but having troubles to get the ethernet going.
I´ve confirmed that my switch configuration is correct by installing W10 onto one and plugging it in. DHCP worked and machine had access to internet.
But installing Bookworm leads to having an UP interface but no IP address.
During the installation when selecting the ethernet it says it successfully got DHCP and proceeds but fails at downloading packages from mirror with no connectivity.
Tried installing the driver manually with https://www.linux.org/threads/getting-intel-i219-v-to-work-in-debian-12.45761/post-208583 or resetting/flashing driver https://www.linux.org/threads/intel-i219v-gigabit-lan-controller-not-working.43844/post-183953 but no success.
Configuration/Information:
Code:
lspci -nn | grep -i net
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (2) I219-V [8086:15b8]
ip a
enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 6c:4b:90:6b:14:1a brd ff:ff:ff:ff:ff:ff
inet6 fe80::6e4b:90ff:fe6b:141a/64 scope link
valid_lft forever preferred_lft forever
modinfo e1000e | grep ver
filename: /lib/modules/6.1.0-14-amd64/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko
description: Intel(R) PRO/1000 Network Driver
vermagic: 6.1.64 SMP preempt mod_unload modversions
dmesg | grep firmware
[ 2.774397] platform regulatory.0: firmware: direct-loading firmware regulatory.db
[ 2.774878] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
[ 2.818654] iwlwifi 0000:02:00.0: firmware: direct-loading firmware iwlwifi-8265-36.ucode
[ 2.819602] iwlwifi 0000:02:00.0: loaded firmware version 36.ca7b901d.0 8265-36.ucode op_mode iwlmvm
[ 3.245677] i915 0000:00:02.0: firmware: direct-loading firmware i915/kbl_dmc_ver1_04.bin
[ 3.245970] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
dmesg | grep e1000e
[ 1.107312] e1000e: loading out-of-tree module taints kernel.
[ 1.107440] e1000e: module verification failed: signature and/or required key missing - tainting kernel
[ 1.113271] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.113273] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.113500] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 1.191340] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 1.256344] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 6c:4b:90:6b:14:1a
[ 1.256354] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 1.256420] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[ 1.279465] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[ 7.590249] e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
/etc/network/interfaces
auto enp0s31f6
iface enp0s31f6 inet dhcp
auto wlp2s0
iface wlp2s0 inet dhcp
wpa-ssid YXZ
wpa-psk ZXY
Tainted kernel comes from manually adding the driver
Other stuff already tried:
- Enabling/Disabling Secure Boot
- Manually adding IP without DHCP
I see the DHCP query going out and arriving at my OPNSense DHCP but the machine receives nothing back.
The WLAN connection works fine and is used.