Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Got a new machine, installation issues
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
frachel
n00b
n00b


Joined: 09 Aug 2002
Posts: 25

PostPosted: Sun Sep 21, 2003 3:22 pm    Post subject: Got a new machine, installation issues Reply with quote

My last machine got fried so I got a new one. I need some help in knowing what to install. Its an Athlon 2500+ with an nForce2 based motherboard. I am using the onboard Sound and Network. The video card is an ATI Radeon 9700 Pro. I ran through the installation once so far using genkernel and it has lots of errors on bootup.. my main question is when compiling the Kernel, what do I need/not need? I don't see anything in there for the onboard network interface or sound card, so do I not select anything? What about sound? Do I enable DRM (and choose Radeon) or is that for a different card? I have no issues w/using a 2.6 kernel if that helps makes things easier..

Thanks,

Frank
Back to top
View user's profile Send private message
payam
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jun 2003
Posts: 145

PostPosted: Sun Sep 21, 2003 4:34 pm    Post subject: Reply with quote

you need the nforce drivers for network and audio:

Code:

# emerge nforce-net
# echo nvnet >> /etc/modules.autoload
# ALSA_CARDS='intel8x0' emerge alsa
# nano -w /etc/modules.d/alsa

//make it look like this (notice the two uncommented alias lines):
##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
##  ALSA portion
alias snd-card-0 snd-intel8x0
##  OSS/Free portion
alias sound-slot-0 snd-card-0
##

//continuing...
#rc-update add alsasound boot

//now either reboot, or try doing this:
# modprobe nvnet
# /etc/init.d/alsasound start


Finally, after you recompile your kernel, you'll have to do this every time (unless switching to 2.6 which has alsa built-in -- that'll be a whole other mess):
Code:

# emerge nforce-net
# ALSA_CARDS='intel8x0' emerge alsa
[/code]
_________________
Athlon XP 2800+ 2.08GHz 333FSB 512KB, Biostar M7NCD Pro nForce2, 1GB Crucial DDR 333, EVGA Geforce FX 5600 256MB, Hitachi 180GB 180GXP
Back to top
View user's profile Send private message
frachel
n00b
n00b


Joined: 09 Aug 2002
Posts: 25

PostPosted: Sun Sep 21, 2003 4:49 pm    Post subject: Reply with quote

Thanks payam.. quick question - what sound and net options do I choose in the kernel config, if any?
Back to top
View user's profile Send private message
payam
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jun 2003
Posts: 145

PostPosted: Sun Sep 21, 2003 5:21 pm    Post subject: Reply with quote

enable sound and network, but don't bother installing any "drivers" for them. ie: just select the first item in the list so that the other items show, but delselect them...
_________________
Athlon XP 2800+ 2.08GHz 333FSB 512KB, Biostar M7NCD Pro nForce2, 1GB Crucial DDR 333, EVGA Geforce FX 5600 256MB, Hitachi 180GB 180GXP
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
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