
Code: Select all
ifconfig -aCode: Select all
ifconfig -a
enp0s26u1u2: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether 00:50:b6:5c:f2:6b txqueuelen 1000 (Ethernet)
RX packets 0 btyes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 gropped 0 overruns 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 0 (Local Loopback)
RX packets 28 bytes 1820 (1.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 28 bytes 1820 (1.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collision

Code: Select all
cd /etc/init.d
ln -s net.lo net.enp0s26u1u2
rc-update add net.enp0s26u1u2 default

Code: Select all
# This is a sample grub.conf for use with Genkernel, per the Gentoo handbook
# http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10#doc_chap2
# If you are not using Genkernel and you need help creating this file, you
# should consult the handbook. Alternatively, consult the grub.conf.sample that
# is included with the Grub documentation.
default 0
timeout 10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Gentoo Linux 3.8.13
root (hd0,0) #this is really a boot partition where the kernel image is
#kernel /boot/kernel-genkernel-x86_64-3.8.13-gentoo real_root=/dev/sda2
kernel /boot/vmlinuz-3.8.13-gentoo real_root=/dev/sda2
initrd /boot/initramfs-genkernel-x86_64-3.8.13-gentoo
video=uvesafb:mtrr:3,ywrap,1024x768-32@85
net.ifnames=0

Code: Select all
title Gentoo Linux 3.8.13
root (hd0,0) #this is really a boot partition where the kernel image is
#kernel /boot/kernel-genkernel-x86_64-3.8.13-gentoo real_root=/dev/sda2
kernel /boot/vmlinuz-3.8.13-gentoo real_root=/dev/sda2
initrd /boot/initramfs-genkernel-x86_64-3.8.13-gentoo Code: Select all
video=uvesafb:mtrr:3,ywrap,1024x768-32@85
net.ifnames=0 Code: Select all
kernel /boot/vmlinuz-3.8.13-gentoo real_root=/dev/sda2 video=uvesafb:mtrr:3,ywrap,1024x768-32@85 net.ifnames=0Code: Select all
[ 0.000000] Command line: real_root=/dev/sda2 video=uvesafb:mtrr:3,ywrap,1024x768-32@85 net.ifnames=0Code: Select all
/etc/init.d/sshd restart
* Caching service dependencies ... [ ok ]
* Bringing up interface eth0
* dhcp ...
* Running dhcpcd ...
dhcpcd[25596]: dhcpcd already running on pid 17859 (/var/run/dhcpcd-eth0.pid) [ !! ]
* ERROR: net.eth0 failed to start
* ERROR: cannot start sshd as net.eth0 would not start
