View previous topic :: View next topic |
Author |
Message |
sergio21 n00b
Joined: 15 Oct 2006 Posts: 14
|
Posted: Fri Jan 05, 2007 10:43 pm Post subject: sound intel hda rev2 |
|
|
is there anybody who can make this sound work, please give me advise how and help me please.
notebook asus F3Jc, I thing I do all possibles doiiiissss
How make this sound sing. |
|
Back to top |
|
|
theotherjoe Guru
Joined: 22 Nov 2003 Posts: 393
|
Posted: Sat Jan 06, 2007 1:25 am Post subject: |
|
|
sergio21,
I'm running that sound system on a laptop and it is
supported in the 2.6.18 kernel, at least it works
in 2.6.18-gentoo-r5.
could be you're missing some options in the kernel
parameterisation? |
|
Back to top |
|
|
sergio21 n00b
Joined: 15 Oct 2006 Posts: 14
|
Posted: Sat Jan 06, 2007 8:55 am Post subject: how how? how? |
|
|
I try use kernel modules - no result
i try to use alsa-drivers - mixer can adjust volume, but there isn't any sound.
what man did you use? |
|
Back to top |
|
|
theotherjoe Guru
Joined: 22 Nov 2003 Posts: 393
|
Posted: Sat Jan 06, 2007 4:03 pm Post subject: |
|
|
ok, I compiled the driver into the kernel.
the following are the options regarding
the sound system from my .config:
Code: |
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_SEQUENCER=y
CONFIG_SND_OSSEMUL=y
COFNIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=y
CONFIG_SND_RTCTIMER_DEFAULT=y
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# PCI devices
...
CONFIG_SND_HDA_INTEL=y
...
|
I'm only using the ALSA sound system
OSS is turn off.
hope that helps |
|
Back to top |
|
|
|