Mailing List Archive

i810 and gentoo-sources 2.6.8
Hi Gentooers,

I tried searching the gentoo forums about my problem
but didn't find anything that helps.

To begin with: my sound doesn't work.
In my USE flags I have "aRts" set...
My simple solution was going to be just load knoppix
3.6 (in which sound works) then do lsmod and see what
I need to enable in my gentoo kernel.
here is lsmod from knoppix:

Module Size Used by Not tainted
reiserfs 169584 2 (autoclean)
radeon 108580 0 (unused)
autofs4 8756 1 (autoclean)
af_packet 13544 0 (autoclean)
nls_iso8859-1 2844 1 (autoclean)
nls_cp437 4348 1 (autoclean)
agpgart 42724 1
i810_audio 25048 1
ac97_codec 11916 0 [i810_audio]
soundcore 3428 2 [i810_audio]
tg3 53640 0
serial 52100 0 (autoclean)
mousedev 3832 0
hid 22564 0 (unused)
input 3168 0 [mousedev hid]
ds 6536 1
yenta_socket 9508 1
pcmcia_core 39840 0 [ds yenta_socket]
thermal 6724 0 (unused)
processor 9008 0 [thermal]
fan 1600 0 (unused)
button 2700 0
battery 5952 0
ac 1824 0
rtc 7036 0 (autoclean)
cloop 8740 2
sbp2 16396 0 (unused)
ohci1394 22664 0 (unused)
ieee1394 183076 0 [sbp2 ohci1394]
usb-storage 61760 0 (unused)
usb-uhci 21644 0 (unused)
usbcore 57600 1 [hid usb-storage
usb-uhci]
ataraid 6180 0
ide-scsi 8816 1


I take it the module(s) i need to load are i810_audio
and ac97_codec.
I use gentoo-sources-2.6.8 (and knoppix uses 2.6.7
AFAIK) and the problem is nowhere in there can I find
i810_audio. I can surprizingly find ac97_codec in my
latest .config file but not when I do make
menuconfig!!!
Here is a quick snip of my latest .config:

#
# Sound
#
CONFIG_SOUND=y

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_RAWMIDI=y
CONFIG_SND_SEQUENCER=y
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
CONFIG_SND_MPU401_UART=y
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set

#
# ISA devices
#
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_SSCAPE is not set

#
# PCI devices
#
CONFIG_SND_AC97_CODEC=y
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=y
CONFIG_SND_INTEL8X0M=y
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VX222 is not set

When I search for i810 however these are all I get:


# CONFIG_DRM_I810 is not set
<snip>
# CONFIG_I2C_I810 is not set
<snip>
# CONFIG_FB_I810 is not set


If I could get any help with this I would greatly
appreciate it.

Thanks,
-Gezim



_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

--
gentoo-user@gentoo.org mailing list
Re: i810 and gentoo-sources 2.6.8 [ In reply to ]
Gezim Hoxha wrote:
> Hi Gentooers,
>
> I tried searching the gentoo forums about my problem
> but didn't find anything that helps.
>
> To begin with: my sound doesn't work.
> In my USE flags I have "aRts" set...
> My simple solution was going to be just load knoppix
> 3.6 (in which sound works) then do lsmod and see what
> I need to enable in my gentoo kernel.
> here is lsmod from knoppix:
>
> Module Size Used by Not tainted
> reiserfs 169584 2 (autoclean)
> radeon 108580 0 (unused)
> autofs4 8756 1 (autoclean)
> af_packet 13544 0 (autoclean)
> nls_iso8859-1 2844 1 (autoclean)
> nls_cp437 4348 1 (autoclean)
> agpgart 42724 1
> i810_audio 25048 1
> ac97_codec 11916 0 [i810_audio]
> soundcore 3428 2 [i810_audio]
> tg3 53640 0
> serial 52100 0 (autoclean)
> mousedev 3832 0
> hid 22564 0 (unused)
> input 3168 0 [mousedev hid]
> ds 6536 1
> yenta_socket 9508 1
> pcmcia_core 39840 0 [ds yenta_socket]
> thermal 6724 0 (unused)
> processor 9008 0 [thermal]
> fan 1600 0 (unused)
> button 2700 0
> battery 5952 0
> ac 1824 0
> rtc 7036 0 (autoclean)
> cloop 8740 2
> sbp2 16396 0 (unused)
> ohci1394 22664 0 (unused)
> ieee1394 183076 0 [sbp2 ohci1394]
> usb-storage 61760 0 (unused)
> usb-uhci 21644 0 (unused)
> usbcore 57600 1 [hid usb-storage
> usb-uhci]
> ataraid 6180 0
> ide-scsi 8816 1
>
>
> I take it the module(s) i need to load are i810_audio
> and ac97_codec.
> I use gentoo-sources-2.6.8 (and knoppix uses 2.6.7
> AFAIK) and the problem is nowhere in there can I find
> i810_audio. I can surprizingly find ac97_codec in my
> latest .config file but not when I do make
> menuconfig!!!
> Here is a quick snip of my latest .config:
>
> #
> # Sound
> #
> CONFIG_SOUND=y
>
> #
> # Advanced Linux Sound Architecture
> #
> CONFIG_SND=y
> CONFIG_SND_TIMER=y
> CONFIG_SND_PCM=y
> CONFIG_SND_RAWMIDI=y
> CONFIG_SND_SEQUENCER=y
> # CONFIG_SND_SEQ_DUMMY is not set
> CONFIG_SND_OSSEMUL=y
> CONFIG_SND_MIXER_OSS=y
> CONFIG_SND_PCM_OSS=y
> CONFIG_SND_SEQUENCER_OSS=y
> # CONFIG_SND_VERBOSE_PRINTK is not set
> # CONFIG_SND_DEBUG is not set
>
> #
> # Generic devices
> #
> CONFIG_SND_MPU401_UART=y
> # CONFIG_SND_DUMMY is not set
> # CONFIG_SND_VIRMIDI is not set
> # CONFIG_SND_MTPAV is not set
> # CONFIG_SND_SERIAL_U16550 is not set
> # CONFIG_SND_MPU401 is not set
>
> #
> # ISA devices
> #
> # CONFIG_SND_AD1848 is not set
> # CONFIG_SND_CS4231 is not set
> # CONFIG_SND_CS4232 is not set
> # CONFIG_SND_CS4236 is not set
> # CONFIG_SND_ES1688 is not set
> # CONFIG_SND_ES18XX is not set
> # CONFIG_SND_GUSCLASSIC is not set
> # CONFIG_SND_GUSEXTREME is not set
> # CONFIG_SND_GUSMAX is not set
> # CONFIG_SND_INTERWAVE is not set
> # CONFIG_SND_INTERWAVE_STB is not set
> # CONFIG_SND_OPTI92X_AD1848 is not set
> # CONFIG_SND_OPTI92X_CS4231 is not set
> # CONFIG_SND_OPTI93X is not set
> # CONFIG_SND_SB8 is not set
> # CONFIG_SND_SB16 is not set
> # CONFIG_SND_SBAWE is not set
> # CONFIG_SND_WAVEFRONT is not set
> # CONFIG_SND_CMI8330 is not set
> # CONFIG_SND_OPL3SA2 is not set
> # CONFIG_SND_SGALAXY is not set
> # CONFIG_SND_SSCAPE is not set
>
> #
> # PCI devices
> #
> CONFIG_SND_AC97_CODEC=y
> # CONFIG_SND_ALI5451 is not set
> # CONFIG_SND_ATIIXP is not set
> # CONFIG_SND_AU8810 is not set
> # CONFIG_SND_AU8820 is not set
> # CONFIG_SND_AU8830 is not set
> # CONFIG_SND_AZT3328 is not set
> # CONFIG_SND_BT87X is not set
> # CONFIG_SND_CS46XX is not set
> # CONFIG_SND_CS4281 is not set
> # CONFIG_SND_EMU10K1 is not set
> # CONFIG_SND_KORG1212 is not set
> # CONFIG_SND_MIXART is not set
> # CONFIG_SND_NM256 is not set
> # CONFIG_SND_RME32 is not set
> # CONFIG_SND_RME96 is not set
> # CONFIG_SND_RME9652 is not set
> # CONFIG_SND_HDSP is not set
> # CONFIG_SND_TRIDENT is not set
> # CONFIG_SND_YMFPCI is not set
> # CONFIG_SND_ALS4000 is not set
> # CONFIG_SND_CMIPCI is not set
> # CONFIG_SND_ENS1370 is not set
> # CONFIG_SND_ENS1371 is not set
> # CONFIG_SND_ES1938 is not set
> # CONFIG_SND_ES1968 is not set
> # CONFIG_SND_MAESTRO3 is not set
> # CONFIG_SND_FM801 is not set
> # CONFIG_SND_ICE1712 is not set
> # CONFIG_SND_ICE1724 is not set
> CONFIG_SND_INTEL8X0=y
> CONFIG_SND_INTEL8X0M=y
> # CONFIG_SND_SONICVIBES is not set
> # CONFIG_SND_VIA82XX is not set
> # CONFIG_SND_VX222 is not set
>
> When I search for i810 however these are all I get:
>
>
> # CONFIG_DRM_I810 is not set
> <snip>
> # CONFIG_I2C_I810 is not set
> <snip>
> # CONFIG_FB_I810 is not set
>
>
> If I could get any help with this I would greatly
> appreciate it.
>
> Thanks,
> -Gezim
>

I see several issues here; the first of which is that i810_audio is an
OSS driver afaik (ALSA drivers start with snd_*, as you may have
noticed), so if you haven't enabled 'real' OSS, you're not going to see
that driver.

However you do have the ALSA drivers enabled, so.... are they loaded?
Have you 1) emerge(d) alsa-utils 2) run alsamixer to unmute the ALSA
sound channels 3) configured aRTs to use the correct input (the default
autodetect does not seem to work for me)?

When you say "sound doesn't work", what exactly do you mean? No sound at
all, but applications like XMMS play as if you could hear the music?
Applications like XMMS crash with an error saying they couldn't find the
sound card? Applications (such as games that make sounds) produce sound,
but you can't play an audio CD?

I'm not entirely certain that your problem is that you can't load the
same drivers as Knoppix uses, rather than that you aren't correctly
utilizing the drivers you do have.

Holly

--
gentoo-user@gentoo.org mailing list
Re: i810 and gentoo-sources 2.6.8 [ In reply to ]
On 12:55 Sun 10 Oct , Gezim Hoxha wrote:
> To begin with: my sound doesn't work.
> In my USE flags I have "aRts" set...
> My simple solution was going to be just load knoppix
> 3.6 (in which sound works) then do lsmod and see what
> I need to enable in my gentoo kernel.
> here is lsmod from knoppix:
> I use gentoo-sources-2.6.8 (and knoppix uses 2.6.7
> AFAIK) and the problem is nowhere in there can I find
> i810_audio. I can surprizingly find ac97_codec in my
> latest .config file but not when I do make
> menuconfig!!!

Gezim

I am using i810, it works great. I have it set up to build in the
kernel, not as a module, so I don't have to load it. insmod, modprobe,
lsmod, etc., not needed.

I do not have kde, so I don't use arts.

Your .config looks identical to mine, except for:

CONFIG_SND_INTEL8X0=y
# CONFIG_SND_INTEL8X0M is not set

You have them both set to y, may be causing interference. Also, since
you have them as y, there will be no modules, they are in the kernel.

You must also emerge "media-sound/alsa-utils".

Start alsamixer at the command line, unmute everything (using "m"),
turn up the volume. You should get sound.

Bill

--
gentoo-user@gentoo.org mailing list
Re: [solved] [gentoo-user] i810 and gentoo-sources 2.6.8 [ In reply to ]
Thanks alot Holly, apparantly I had not emerged
alsa-utils and exptected it to work (d'oh).
Second my kmixer was muted...and so on..
So I just emerged alsa-utils then ran alsamixer than
the kmixer it works like a charm. Thanks alot.


--- Holly Bostick <motub@planet.nl> wrote:

> Gezim Hoxha wrote:
> > Hi Gentooers,
> >
> > I tried searching the gentoo forums about my
> problem
> > but didn't find anything that helps.
> >
> > To begin with: my sound doesn't work.
> > In my USE flags I have "aRts" set...
> > My simple solution was going to be just load
> knoppix
> > 3.6 (in which sound works) then do lsmod and see
> what
> > I need to enable in my gentoo kernel.
> > here is lsmod from knoppix:
> >
> > Module Size Used by Not
> tainted
> > reiserfs 169584 2 (autoclean)
> > radeon 108580 0 (unused)
> > autofs4 8756 1 (autoclean)
> > af_packet 13544 0 (autoclean)
> > nls_iso8859-1 2844 1 (autoclean)
> > nls_cp437 4348 1 (autoclean)
> > agpgart 42724 1
> > i810_audio 25048 1
> > ac97_codec 11916 0 [i810_audio]
> > soundcore 3428 2 [i810_audio]
> > tg3 53640 0
> > serial 52100 0 (autoclean)
> > mousedev 3832 0
> > hid 22564 0 (unused)
> > input 3168 0 [mousedev hid]
> > ds 6536 1
> > yenta_socket 9508 1
> > pcmcia_core 39840 0 [ds
> yenta_socket]
> > thermal 6724 0 (unused)
> > processor 9008 0 [thermal]
> > fan 1600 0 (unused)
> > button 2700 0
> > battery 5952 0
> > ac 1824 0
> > rtc 7036 0 (autoclean)
> > cloop 8740 2
> > sbp2 16396 0 (unused)
> > ohci1394 22664 0 (unused)
> > ieee1394 183076 0 [sbp2 ohci1394]
> > usb-storage 61760 0 (unused)
> > usb-uhci 21644 0 (unused)
> > usbcore 57600 1 [hid usb-storage
> > usb-uhci]
> > ataraid 6180 0
> > ide-scsi 8816 1
> >
> >
> > I take it the module(s) i need to load are
> i810_audio
> > and ac97_codec.
> > I use gentoo-sources-2.6.8 (and knoppix uses 2.6.7
>
> > AFAIK) and the problem is nowhere in there can I
> find
> > i810_audio. I can surprizingly find ac97_codec in
> my
> > latest .config file but not when I do make
> > menuconfig!!!
> > Here is a quick snip of my latest .config:
> >
> > #
> > # Sound
> > #
> > CONFIG_SOUND=y
> >
> > #
> > # Advanced Linux Sound Architecture
> > #
> > CONFIG_SND=y
> > CONFIG_SND_TIMER=y
> > CONFIG_SND_PCM=y
> > CONFIG_SND_RAWMIDI=y
> > CONFIG_SND_SEQUENCER=y
> > # CONFIG_SND_SEQ_DUMMY is not set
> > CONFIG_SND_OSSEMUL=y
> > CONFIG_SND_MIXER_OSS=y
> > CONFIG_SND_PCM_OSS=y
> > CONFIG_SND_SEQUENCER_OSS=y
> > # CONFIG_SND_VERBOSE_PRINTK is not set
> > # CONFIG_SND_DEBUG is not set
> >
> > #
> > # Generic devices
> > #
> > CONFIG_SND_MPU401_UART=y
> > # CONFIG_SND_DUMMY is not set
> > # CONFIG_SND_VIRMIDI is not set
> > # CONFIG_SND_MTPAV is not set
> > # CONFIG_SND_SERIAL_U16550 is not set
> > # CONFIG_SND_MPU401 is not set
> >
> > #
> > # ISA devices
> > #
> > # CONFIG_SND_AD1848 is not set
> > # CONFIG_SND_CS4231 is not set
> > # CONFIG_SND_CS4232 is not set
> > # CONFIG_SND_CS4236 is not set
> > # CONFIG_SND_ES1688 is not set
> > # CONFIG_SND_ES18XX is not set
> > # CONFIG_SND_GUSCLASSIC is not set
> > # CONFIG_SND_GUSEXTREME is not set
> > # CONFIG_SND_GUSMAX is not set
> > # CONFIG_SND_INTERWAVE is not set
> > # CONFIG_SND_INTERWAVE_STB is not set
> > # CONFIG_SND_OPTI92X_AD1848 is not set
> > # CONFIG_SND_OPTI92X_CS4231 is not set
> > # CONFIG_SND_OPTI93X is not set
> > # CONFIG_SND_SB8 is not set
> > # CONFIG_SND_SB16 is not set
> > # CONFIG_SND_SBAWE is not set
> > # CONFIG_SND_WAVEFRONT is not set
> > # CONFIG_SND_CMI8330 is not set
> > # CONFIG_SND_OPL3SA2 is not set
> > # CONFIG_SND_SGALAXY is not set
> > # CONFIG_SND_SSCAPE is not set
> >
> > #
> > # PCI devices
> > #
> > CONFIG_SND_AC97_CODEC=y
> > # CONFIG_SND_ALI5451 is not set
> > # CONFIG_SND_ATIIXP is not set
> > # CONFIG_SND_AU8810 is not set
> > # CONFIG_SND_AU8820 is not set
> > # CONFIG_SND_AU8830 is not set
> > # CONFIG_SND_AZT3328 is not set
> > # CONFIG_SND_BT87X is not set
> > # CONFIG_SND_CS46XX is not set
> > # CONFIG_SND_CS4281 is not set
> > # CONFIG_SND_EMU10K1 is not set
> > # CONFIG_SND_KORG1212 is not set
> > # CONFIG_SND_MIXART is not set
> > # CONFIG_SND_NM256 is not set
> > # CONFIG_SND_RME32 is not set
> > # CONFIG_SND_RME96 is not set
> > # CONFIG_SND_RME9652 is not set
> > # CONFIG_SND_HDSP is not set
> > # CONFIG_SND_TRIDENT is not set
> > # CONFIG_SND_YMFPCI is not set
> > # CONFIG_SND_ALS4000 is not set
> > # CONFIG_SND_CMIPCI is not set
> > # CONFIG_SND_ENS1370 is not set
> > # CONFIG_SND_ENS1371 is not set
> > # CONFIG_SND_ES1938 is not set
> > # CONFIG_SND_ES1968 is not set
> > # CONFIG_SND_MAESTRO3 is not set
> > # CONFIG_SND_FM801 is not set
> > # CONFIG_SND_ICE1712 is not set
> > # CONFIG_SND_ICE1724 is not set
> > CONFIG_SND_INTEL8X0=y
> > CONFIG_SND_INTEL8X0M=y
> > # CONFIG_SND_SONICVIBES is not set
> > # CONFIG_SND_VIA82XX is not set
> > # CONFIG_SND_VX222 is not set
> >
> > When I search for i810 however these are all I
> get:
> >
> >
> > # CONFIG_DRM_I810 is not set
> > <snip>
> > # CONFIG_I2C_I810 is not set
> > <snip>
> > # CONFIG_FB_I810 is not set
> >
> >
> > If I could get any help with this I would greatly
> > appreciate it.
> >
> > Thanks,
> > -Gezim
> >
>
> I see several issues here; the first of which is
> that i810_audio is an
> OSS driver afaik (ALSA drivers start with snd_*, as
> you may have
> noticed), so if you haven't enabled 'real' OSS,
> you're not going to see
> that driver.
>
> However you do have the ALSA drivers enabled, so....
> are they loaded?
> Have you 1) emerge(d) alsa-utils 2) run alsamixer to
> unmute the ALSA
> sound channels 3) configured aRTs to use the correct
> input (the default
> autodetect does not seem to work for me)?
>
> When you say "sound doesn't work", what exactly do
> you mean? No sound at
> all, but applications like XMMS play as if you could
> hear the music?
> Applications like XMMS crash with an error saying
> they couldn't find the
> sound card? Applications (such as games that make
> sounds) produce sound,
> but you can't play an audio CD?
>
> I'm not entirely certain that your problem is that
> you can't load the
> same drivers as Knoppix uses, rather than that you
> aren't correctly
> utilizing the drivers you do have.
>
> Holly
>
> --
> gentoo-user@gentoo.org mailing list
>
>




__________________________________
Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now.
http://messenger.yahoo.com

--
gentoo-user@gentoo.org mailing list
Re: [solved] [gentoo-user] i810 and gentoo-sources 2.6.8 [ In reply to ]
Thanks Bill.
Yeah I didn't have alsa-utils so that and alsamixer
and kmixer fixed it :)
--- Bill Roberts <billbalt@eyeofthequark.com> wrote:

> On 12:55 Sun 10 Oct , Gezim Hoxha wrote:
> > To begin with: my sound doesn't work.
> > In my USE flags I have "aRts" set...
> > My simple solution was going to be just load
> knoppix
> > 3.6 (in which sound works) then do lsmod and see
> what
> > I need to enable in my gentoo kernel.
> > here is lsmod from knoppix:
> > I use gentoo-sources-2.6.8 (and knoppix uses 2.6.7
>
> > AFAIK) and the problem is nowhere in there can I
> find
> > i810_audio. I can surprizingly find ac97_codec in
> my
> > latest .config file but not when I do make
> > menuconfig!!!
>
> Gezim
>
> I am using i810, it works great. I have it set up to
> build in the
> kernel, not as a module, so I don't have to load it.
> insmod, modprobe,
> lsmod, etc., not needed.
>
> I do not have kde, so I don't use arts.
>
> Your .config looks identical to mine, except for:
>
> CONFIG_SND_INTEL8X0=y
> # CONFIG_SND_INTEL8X0M is not set
>
> You have them both set to y, may be causing
> interference. Also, since
> you have them as y, there will be no modules, they
> are in the kernel.
>
> You must also emerge "media-sound/alsa-utils".
>
> Start alsamixer at the command line, unmute
> everything (using "m"),
> turn up the volume. You should get sound.
>
> Bill
>
> --
> gentoo-user@gentoo.org mailing list
>
>




__________________________________
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail

--
gentoo-user@gentoo.org mailing list