Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE Network Configuration [RESOLVED]
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
ilovegentoo
n00b
n00b


Joined: 05 Mar 2004
Posts: 64
Location: Joplin, Missouri USA

PostPosted: Sat Sep 18, 2004 11:40 pm    Post subject: KDE Network Configuration [RESOLVED] Reply with quote

I looked around here but did not find exactly what I need to know.

I installed Gentoo 2004.2 overnight and today got X configured, KDE installed and FINALLY managed to get KDE running. I'm quite happy as this is my 6th or 7th attempt and the first in which I got to a GUI (KDE).

Since I installed everything from Stage3 and off the LiveCD I never configured any network settings at all. Now I'm sitting here looking at a mighty fine KDE desktop and wanting to proceed with updating and further installation but I require network access.

My system is an Athlon XP +3000 (about 1.47 GHz) with 1 Gig RAM. The network is integrated in the mobo. It is a standard Realtek RTL8139 type network adapter. I have broadband connection so all is ready, I just need to find out how to configure my network card to use the available connection.

Thanks

Edit:
I feel really silly about now. My network adapter was configured and set up just fine. I had simply forgotten to enter the following:

dhcpcd eth0

Once I entered this in my network pinged out perfectly and all is swell.
Back to top
View user's profile Send private message
hairyfeet
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jan 2003
Posts: 118
Location: Århus, Denmark

PostPosted: Sun Sep 19, 2004 12:19 am    Post subject: Reply with quote

cd /usr/src/linux
make menuconfig

Select Device Drivers->Networking Support->Ethernet (10 or 100Mbit)->RealTek RTL-8139 PCI Fast Ethernet Adapter support

Recompile your kernel and edit /etc/conf.d/net

rc-update add eth0 default
/etc/init.d/net.eth0 start

HTH
Back to top
View user's profile Send private message
ilovegentoo
n00b
n00b


Joined: 05 Mar 2004
Posts: 64
Location: Joplin, Missouri USA

PostPosted: Sun Sep 19, 2004 12:22 am    Post subject: Reply with quote

Thanks for the additional information. Will definitely come in handy later. I had done "genkernel all" so aparently support for my eth0 was already there, just DHCP support had not been initiated. :)
Back to top
View user's profile Send private message
hairyfeet
Tux's lil' helper
Tux's lil' helper


Joined: 07 Jan 2003
Posts: 118
Location: Århus, Denmark

PostPosted: Sun Sep 19, 2004 12:34 am    Post subject: Reply with quote

To do this the Gentoo way add the following to /etc/conf.d/net and DHCP will assign an IP to your network interface on each reboot:

iface_eth0="dhcp"

PS:Next time I'd better reload before posting :D
Back to top
View user's profile Send private message
ilovegentoo
n00b
n00b


Joined: 05 Mar 2004
Posts: 64
Location: Joplin, Missouri USA

PostPosted: Sun Sep 19, 2004 12:55 am    Post subject: Reply with quote

kewl. Just did it. Thanks!
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