Mesa 7i96S
I think this will report everything if you read it closely
sudo lshw -class network
Please Log in or Create an account to join the conversation.
john@machineshop:~$ sudo lshw -class network
[sudo] password for john:
sudo: lshw: command not found
JT
Please Log in or Create an account to join the conversation.
john@machineshop:~$ sudo lshw -class network
*-network
description: Ethernet interface
product: RTL8125 2.5GbE Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:06:00.0
logical name: enp6s0
version: 04
serial: fc:34:97:a7:b3:55
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=5.19.0-1-amd64 duplex=full firmware=rtl8125b-2_0.0.2 07/13/20 ip=192.168.1.61 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:37 ioport:f000(size=256) memory:fcd00000-fcd0ffff memory:fcd10000-fcd13fff
john@machineshop:~$
JT
Please Log in or Create an account to join the conversation.
I'm still at "command not found".
Scott
Please Log in or Create an account to join the conversation.
tryHow did you get from "command not found" to it giving you the information?
I'm still at "command not found".
Scott
sudo apt-get install lshw
John
I see
driver=r8169
I know this won't help much but:
Ref: forums.debian.net/viewtopic.php?t=149173Realtek network chips are like pot noodles, there are 50 brands using the same base recipe, new and "improved" flavours every month, and they all still taste vaguely like cardboard... And yet people just keep eating them, because they're dirt cheap.
I think you should try:
sudo apt install r8125-dkms
Ref: packages.debian.org/bookworm/r8125-dkms
Please Log in or Create an account to join the conversation.
dkms source for the r8125 network driver
r8125 is the Linux 2.5G Ethernet device driver released by RealTek for their
network controller.
This package provides the dkms source code for the r8125 kernel modules.
Kernel source or headers are required to compile these modules.
Or did I read that wrong and that package has the device driver and source code?
JT
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19188
- Thank you received: 6432
Please Log in or Create an account to join the conversation.
Tommy's got it. It rebuilds that part of the kernel.It has the source code, and from that it compiles and installs the driver, hence the need for headers.
So first:
sudo apt install linux-headers-$(uname-r)
I really hope you get a win.
Please Log in or Create an account to join the conversation.
john@cave-2:~$ sudo apt dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
libabsl20210324 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libqpdf28
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up r8125-dkms (9.009.01-1) ...
Removing old r8125-9.009.01 DKMS files...
Deleting module r8125-9.009.01 completely from the DKMS tree.
Loading new r8125-9.009.01 DKMS files...
Deprecated feature: REMAKE_INITRD (/usr/src/r8125-9.009.01/dkms.conf)
Building for 5.19.0-1-rt-amd64
Building initial module for 5.19.0-1-rt-amd64
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/r8125/9.009.01/source/dkms.conf)
Error! Bad return status for module build on kernel: 5.19.0-1-rt-amd64 (x86_64)
Consult /var/lib/dkms/r8125/9.009.01/build/make.log for more information.
dpkg: error processing package r8125-dkms (--configure):
installed r8125-dkms package post-installation script subprocess returned error exit status 10
Processing triggers for initramfs-tools (0.142) ...
update-initramfs: Generating /boot/initrd.img-5.19.0-1-rt-amd64
W: Possible missing firmware /lib/firmware/i915/tgl_guc_69.0.3.bin for module i915
W: Possible missing firmware /lib/firmware/i915/adlp_guc_69.0.3.bin for module i915
W: Possible missing firmware /lib/firmware/i915/skl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/glk_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/cml_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/icl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/ehl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/ehl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/dg1_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/tgl_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/adlp_guc_70.1.1.bin for module i915
W: Possible missing firmware /lib/firmware/i915/dg2_guc_70.1.2.bin for module i915
W: Possible missing firmware /lib/firmware/i915/adlp_dmc_ver2_16.bin for module i915
Errors were encountered while processing:
r8125-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)
JT
Please Log in or Create an account to join the conversation.
sudo apt install linux-headers-$(uname -r)
JT
Please Log in or Create an account to join the conversation.