11-12-2019, 02:58 PM
Are you disconnected from WIFI while attempting to connect from wired? If not disconnect from WIFI and try, or try wired connecting to another computer to test the interface.
TC
TC
(11-12-2019, 02:58 PM)trinidad link Wrote: [ -> ]Are you disconnected from WIFI while attempting to connect from wired? ... disconnect from WIFI and try
Quote:or try wired connecting to another computer to test the interface.
(11-12-2019, 02:15 PM)jerryc link Wrote: [ -> ]Neither of these worked, either:
Code:sudo ip link set dev enp0s25 up
Code:sudo /sbin/ifconfig enp0s25 up
(11-12-2019, 07:40 PM)Moltke link Wrote: [ -> ]Did you get any error message or any message at all after running either one of these commands? What did the message say?
sudo lshw -C network
*-network
description: Ethernet interface
product: 82578DC Gigabit Network Connection
vendor: Intel Corporation
physical id: 19
bus info: pci@0000:00:19.0
logical name: enp0s25
version: 06
serial: 60:eb:69:de:64:ec
capacity: 1Gbit/s
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k firmware=0.12-5 latency=0 link=no multicast=yes port=twisted pair
resources: irq:27 memory:fbec0000-fbedffff memory:fbef8000-fbef8fff ioport:e880(size=32)
dracut -f /boot/initramfs-$(uname -r).img $(uname -r)
sudo lshw -C net
dmesg | grep -e eth -e e1000
(11-12-2019, 08:52 PM)jerryc link Wrote: [ -> ]I found this:
Code:dracut -f /boot/initramfs-$(uname -r).img $(uname -r)
Somebody said it worked for him. I don't understand it, if I should try it as is, or if some of those things are variables I need to replace, like the username.
I've read updating the driver in the kernel didn't work for several people.