Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installation error
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
iceamber
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2016
Posts: 94

PostPosted: Sun Jun 19, 2016 2:16 pm    Post subject: Reply with quote

NeddySeagoon wrote:
iceamber,

Well done!
That you can boot your own Gentoo means that the hard bit is done.

The kernel module for your ethernet interface is not loaded.
It may not even be made for your kernel.

We need to find its name.
Boot the install CD you used and run
Code:
lspci -k

This will list the kernel driers in use for your hardware.02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express
Code:
Fast/Gigabit Ethernet controller (rev 02)
        Subsystem: Acer Incorporated [ALI] RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
        Kernel driver in use: r8169
03:00.0 Ethernet controller: Qualcomm Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express) (rev 01)
        Subsystem: Foxconn International, Inc. AR242x / AR542x Wireless Network Adapter (PCI-Express)
        Kernel driver in use: ath5k
        Kernel modules: ath5k

Make a note of the module in use for your Ethernet. Above, its r8169.

Boot your install then do modprobe <module_name>
This will try to load the module.

Now look in ifcontig -a

Post any errors you see. Its possible we will need to add the module to your kernel.




I just do what you said, and the kernel driver is r8169 too, but when I do modprobe r8169, it said r8169 could not be found
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Sun Jun 19, 2016 2:56 pm    Post subject: Reply with quote

iceamber,

You need to add r8169 to your kernel.

It looks like you made your own kernel as genkernel builds that driver.
Navigate the kernel make menuconfig as follows
Code:
Prompt: Realtek 8169 gigabit ethernet support                           | 
  |   Location:                                                             | 
  |     -> Device Drivers                                                   | 
  |       -> Network device support (NETDEVICES [=y])                       | 
  |         -> Ethernet driver support (ETHERNET [=y])                      | 
  | (1)       -> Realtek devices (NET_VENDOR_REALTEK [=y])     

Set Realtek 8169 gigabit ethernet support to <*>
then rebuild and reinstall your kernel
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
iceamber
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2016
Posts: 94

PostPosted: Mon Jun 20, 2016 2:49 am    Post subject: Reply with quote

Thank you, it work now.
This is the first time I use Gentoo, I won't install successfully without you
Back to top
View user's profile Send private message
iceamber
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2016
Posts: 94

PostPosted: Tue Jun 21, 2016 5:45 pm    Post subject: Reply with quote

Is Anyone use KDE5 as desktop?
I have installed KDE5 follow the wiki, but when it start, no mouse in the login window, so I can't select user and enter password.
Is it means that I have not added the mouse support to kernel?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Tue Jun 21, 2016 6:23 pm    Post subject: Reply with quote

iceamber,

Please post
Code:
emerge --info
and if you have a /var/log/Xorg.0.log fife, put it on a pasetbin site please.
Its too big to fit in a post.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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