Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Network Interface difficulty - Minimal CD vs After Install
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Zanox
n00b
n00b


Joined: 11 Mar 2018
Posts: 4

PostPosted: Sat Mar 17, 2018 1:59 am    Post subject: Network Interface difficulty - Minimal CD vs After Install Reply with quote

Hello Gentoo users,

I'm having a bit of difficulty with my network card working after an install of Gentoo. It works great on the Minimal Install CD, as in it works without problem booting and installing Gentoo. Yet I cannot get it to work once installed and booted in the fresh install. I'm not a novice at Gentoo, yet I am, sadly, stumped.

I have a Asus P7P55D-E, which uses the Realtek 8112L chip. What module is being used by the boot CD that makes the interface work? I've built modules for just about EVERYTHING Realtek in the kernel and none have worked.

I will let you guys ask for anything you need. This is the best part of Open Souce...the community.
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Sat Mar 17, 2018 2:01 am    Post subject: Reply with quote

Install the linux-firmware package as Realtek love their firmware. You will probably need to do this from the live CD to keep it simple.
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
Zanox
n00b
n00b


Joined: 11 Mar 2018
Posts: 4

PostPosted: Sat Mar 17, 2018 3:19 am    Post subject: Reply with quote

I installed the Linux-Firmware, as it was suggested in the https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Kernel last step for that page.

Thus I'm stumped :D However, I have noticed that the step above installing firmware, asks you to find modules in the /lib/modules/<kernel version>/ and I do NOT have a /lib/modules on this x86_64 (AMD64) install. In case this helps in some way.

There is something on the CD, that loads some generic driver that makes the interface work. I can't find which module it is :/

Thank you for the response and time!

Z
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Sat Mar 17, 2018 5:25 am    Post subject: Reply with quote

If you don't have /lib/modules You failed to run make modules_install when installing your kernel. You can go back to your kernel source directly and run it.
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
Zanox
n00b
n00b


Joined: 11 Mar 2018
Posts: 4

PostPosted: Sat Mar 17, 2018 11:49 am    Post subject: Reply with quote

That was it. I re-ran make modules_install, rebooted and all is well. I guess I just missed it failing, as I used make && make modules_install as per the documentation. Thank you very much The Doctor!
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21619

PostPosted: Sat Mar 17, 2018 3:10 pm    Post subject: Reply with quote

Zanox wrote:
I guess I just missed it failing, as I used make && make modules_install as per the documentation.
From your phrasing, I think you already understand this, but to recap: && makes the second command conditional on the success of the first command. If the first command exits non-zero, that is considered failure and the second command is not run, even if it could succeed.
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Sat Mar 17, 2018 3:23 pm    Post subject: Reply with quote

Exactly what I was thinking. The next step would be to investigate why make failed.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
Zanox
n00b
n00b


Joined: 11 Mar 2018
Posts: 4

PostPosted: Sun Mar 18, 2018 3:38 am    Post subject: Reply with quote

Maybe I just didn't run it to begin with and thought I did LOL.....It did not fail when I ran it the last time. No Errors at all.
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Sun Mar 18, 2018 4:01 am    Post subject: Reply with quote

Since obviously the kernel works, my guess would be make ran just fine but make modules_install was misspelled or perhaps just run as modules_install.
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
Tony0945
Watchman
Watchman


Joined: 25 Jul 2006
Posts: 5127
Location: Illinois, USA

PostPosted: Sun Mar 18, 2018 1:40 pm    Post subject: Reply with quote

The Doctor wrote:
Since obviously the kernel works, my guess would be make ran just fine but make modules_install was misspelled or perhaps just run as modules_install.

That's why I like to use a script. You can get fancy and emit error messages. You could verify the kernel name. Lot's of things. if one delves into genkernel, one can find the shell code that actually updates the grub.conf. I just emit a message telling me that it worked and "Don't forget to update g/boot/grub/grub.conf". The only things you can do wrong are to forget to eselect the right kernel and type the script name wrong. Typing the scriptname wrong is immediately obvious.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum