I have done a few fresh installs of gentoo from the systemrescue cd. Everything seems to install fine, that is until I reboot and I have no internet connection. The loading list at boot has a red star next to Ethernet and it says can not load/find ethernet module. "ERROR: Interface eno1 does not exist", "ERROR: net.eno1 failed to start"
In the installation boot, ifconfig only shows lo :
In the livecd and chrooted into my gentoo install, "ifconfig"
Code: Select all
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.103 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 2600:6c55:7380:b4:bc92:26e0:9729:35e2 prefixlen 64 scopeid 0x0<global>
inet6 fe80::2d0:8a6c:cfd5:af33 prefixlen 64 scopeid 0x20<link>
ether 08:62:66:7e:de:0a txqueuelen 1000 (Ethernet)
RX packets 10497 bytes 9650325 (9.2 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 7069 bytes 783787 (765.4 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 20 memory 0xfb300000-fb320000
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0It shows eno1 as my device so I set "ln -s net.1o net.eno1" in my "/etc/init.d" dir
My "/etc/conf.d/net"
Code: Select all
dns_domain_lo="gentoorbear"
config_eno1="dhcp"I can not seem to find what the module is called for my network device.
I ran "ls /lib/modules/`uname -r`/kernel/drivers/net" and get this error
Code: Select all
ls: cannot access '/lib/modules/4.4.28-std490-amd64/kernel/drivers/net': No such file or directoryCode: Select all
modprobe: FATAL: Module eno1 not found in directory /lib/modules/4.4.28-std490-amd64Code: Select all
cat /var/log/syslog | grep -e etwork -e eth0 | tail -n20Code: Select all
Mar 31 13:24:08 gentoo kernel: e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI"uname -a" "Linux sysresccd 4.4.28-std490-amd64 #2 SMP Sat Oct 29 11:44:38 UTC 2016 x86_64 Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz GenuineIntel GNU/Linux"
I just can not find a solution and I hope that I have enough information to get this sorted.
Thanks.
Code tags added by NeddySeagoon


