ERROR: interface enp0sfoo doesn't exist
by George528 from LinuxQuestions.org on (#5JBTV)
I just installed gentoo but when I boot up I get the following error:
https://i.imgur.com/QwcXUNN.jpg
when I type ifconfig -a, only lo and sit0 shows up.
https://i.imgur.com/aSx265u.jpg
as you can see net.enp0s29u1u2u3i5 is there (yes my interface name is weird)
I made sure to install the kernel modules, also I put them in /etc/modules-load.d/network.conf (only the net modules).
https://i.imgur.com/cN7Vf29.png
this is the result of
Code:root #find /lib/modules/5.10.27-gentoo/ -type f -iname '*.o' -or -iname '*.ko' | lessI then recompiled the kernel but it still says net.enp0s29u1u2u3i5 doesn't exist, after boot. I was careful to follow the instructions of gentoo handbook exactly.
Maybe I need additional drivers for my laptop? (its an old laptop, Toshiba Satellite-C660). Any help will be appreciated


https://i.imgur.com/QwcXUNN.jpg
when I type ifconfig -a, only lo and sit0 shows up.
https://i.imgur.com/aSx265u.jpg
as you can see net.enp0s29u1u2u3i5 is there (yes my interface name is weird)
I made sure to install the kernel modules, also I put them in /etc/modules-load.d/network.conf (only the net modules).
https://i.imgur.com/cN7Vf29.png
this is the result of
Code:root #find /lib/modules/5.10.27-gentoo/ -type f -iname '*.o' -or -iname '*.ko' | lessI then recompiled the kernel but it still says net.enp0s29u1u2u3i5 doesn't exist, after boot. I was careful to follow the instructions of gentoo handbook exactly.
Maybe I need additional drivers for my laptop? (its an old laptop, Toshiba Satellite-C660). Any help will be appreciated