View previous topic :: View next topic |
Author |
Message |
lpt2007 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Nov 2011 Posts: 55
|
Posted: Sun Jan 08, 2012 10:38 am Post subject: How to install VIA audio |
|
|
I have this audio device:
Quote: | Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) (rev 10) |
Can someone tell me how to setup kernel and which drivers I must emerge for this audio to work? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
DaggyStyle Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/182793287489b53393316c.gif)
Joined: 22 Mar 2006 Posts: 5941
|
Posted: Sun Jan 08, 2012 2:00 pm Post subject: Re: How to install VIA audio |
|
|
lpt2007 wrote: | I have this audio device:
Quote: | Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) (rev 10) |
Can someone tell me how to setup kernel and which drivers I must emerge for this audio to work? |
kernel.
afaik, the driver supports it.
we need more info such as how do you configure your kernel, its version and lsmod output _________________ Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
lpt2007 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Nov 2011 Posts: 55
|
Posted: Sun Jan 08, 2012 2:42 pm Post subject: |
|
|
lsmod output is:
Quote: | Module Size Used by
fglrx 2522199 55 |
kernel is 3.0.6
Tell me which info you need (which commands I must run to get the info you need)? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
DaggyStyle Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/182793287489b53393316c.gif)
Joined: 22 Mar 2006 Posts: 5941
|
Posted: Sun Jan 08, 2012 3:46 pm Post subject: |
|
|
lpt2007 wrote: | lsmod output is:
Quote: | Module Size Used by
fglrx 2522199 55 |
kernel is 3.0.6
Tell me which info you need (which commands I must run to get the info you need)? |
do you use genkernel or manual?
if the former, try running modprobe snd_hda_intel _________________ Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
lpt2007 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Nov 2011 Posts: 55
|
Posted: Sun Jan 08, 2012 4:34 pm Post subject: |
|
|
Quote: | do you use genkernel or manual? |
I compiled kernel manualy.
Quote: | if the former, try running modprobe snd_hda_intel |
When I run this command I get no error, but sound still not working. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
lpt2007 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Nov 2011 Posts: 55
|
Posted: Sun Jan 08, 2012 4:48 pm Post subject: |
|
|
I have two sound device when run this command:
lspci -v | grep -i audio
Quote: | 02:00.1 Audio device: ATI Technologies Inc RV630/M76 audio device [Radeon HD 2600 Series]
80:01.0 Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) (rev 10) |
How to setup default sound device I think ATI is now default, but I need VIA? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
DaggyStyle Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/182793287489b53393316c.gif)
Joined: 22 Mar 2006 Posts: 5941
|
Posted: Sun Jan 08, 2012 5:03 pm Post subject: |
|
|
lpt2007 wrote: | I have two sound device when run this command:
lspci -v | grep -i audio
Quote: | 02:00.1 Audio device: ATI Technologies Inc RV630/M76 audio device [Radeon HD 2600 Series]
80:01.0 Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) (rev 10) |
How to setup default sound device I think ATI is now default, but I need VIA? |
the first one is hdmi which is part of your gpu.
run
Code: | grep VIA .config | grep HDA |
on you .config, if the there is no match or it isn't enabled, enable it, recompile and restart.
if you do have it as built it, compile it as module.
if you are using a module, please make sure you've ran alsaconf and using alsamixer verify that it isn't muted.
also but sure to check that alsasound is running. _________________ Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
lpt2007 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Nov 2011 Posts: 55
|
Posted: Sun Jan 08, 2012 5:15 pm Post subject: |
|
|
I get this when I run this command
grep VIA .config | grep HDA
Quote: | CONFIG_SND_HDA_CODEC_VIA=y |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
DaggyStyle Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/182793287489b53393316c.gif)
Joined: 22 Mar 2006 Posts: 5941
|
Posted: Sun Jan 08, 2012 5:48 pm Post subject: |
|
|
lpt2007 wrote: | I get this when I run this command
grep VIA .config | grep HDA
Quote: | CONFIG_SND_HDA_CODEC_VIA=y |
|
what about the rest of my comments? _________________ Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
lpt2007 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Nov 2011 Posts: 55
|
Posted: Sun Jan 08, 2012 6:11 pm Post subject: |
|
|
I configured my sound device as module, configure through alsaconfig and checked in alsamixer, but still no joy. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
DaggyStyle Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/182793287489b53393316c.gif)
Joined: 22 Mar 2006 Posts: 5941
|
Posted: Sun Jan 08, 2012 6:35 pm Post subject: |
|
|
lpt2007 wrote: | I configured my sound device as module, configure through alsaconfig and checked in alsamixer, but still no joy. |
check dmesg to see if there is something fishy. _________________ Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
lpt2007 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Nov 2011 Posts: 55
|
Posted: Sun Jan 08, 2012 6:46 pm Post subject: |
|
|
DaggyStyle wrote: | lpt2007 wrote: | I configured my sound device as module, configure through alsaconfig and checked in alsamixer, but still no joy. |
check dmesg to see if there is something fishy. |
I can't find nothing fishy in dmesg.
now when I put lsmod I get this output:
Quote: | Module Size Used by
snd_hda_codec_realtek 216263 1
fglrx 2522199 54
snd_hda_codec_hdmi 19160 1
snd_hda_intel 17771 0
snd_hda_codec 52916 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep 4420 1 snd_hda_codec |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Gusar Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 09 Apr 2005 Posts: 2665 Location: Slovenia
|
Posted: Sun Jan 08, 2012 7:16 pm Post subject: |
|
|
That the chip is from VIA does not necessarily mean the codec is as well. Compile all codecs, the correct one should be loaded automatically. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
lpt2007 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Nov 2011 Posts: 55
|
Posted: Sun Jan 08, 2012 7:25 pm Post subject: |
|
|
Gusar wrote: | That the chip is from VIA does not necessarily mean the codec is as well. Compile all codecs, the correct one should be loaded automatically. |
I compiled all codecs but still not working. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Gusar Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 09 Apr 2005 Posts: 2665 Location: Slovenia
|
Posted: Sun Jan 08, 2012 8:29 pm Post subject: |
|
|
Through the magic of Google (am I the only one who can use that thing?)...
Try adding pci=use_crs to the kernel line in grub.
Oh, and it is actually a VIA codec in this case. However, I've seen VIA chipsets that used a different codec. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
DaggyStyle Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/182793287489b53393316c.gif)
Joined: 22 Mar 2006 Posts: 5941
|
Posted: Mon Jan 09, 2012 5:45 am Post subject: |
|
|
lpt2007 wrote: | DaggyStyle wrote: | lpt2007 wrote: | I configured my sound device as module, configure through alsaconfig and checked in alsamixer, but still no joy. |
check dmesg to see if there is something fishy. |
I can't find nothing fishy in dmesg.
now when I put lsmod I get this output:
Quote: | Module Size Used by
snd_hda_codec_realtek 216263 1
fglrx 2522199 54
snd_hda_codec_hdmi 19160 1
snd_hda_intel 17771 0
snd_hda_codec 52916 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep 4420 1 snd_hda_codec |
|
what I find interesting is that there is no codec_via in your lsmod.... _________________ Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
lpt2007 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Nov 2011 Posts: 55
|
Posted: Mon Jan 09, 2012 11:10 am Post subject: |
|
|
in alsamixer I get this info?
Quote: | Card: HDA VIA VT82xx
Chip: Realtek ALC662 rev1 |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
DaggyStyle Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/182793287489b53393316c.gif)
Joined: 22 Mar 2006 Posts: 5941
|
Posted: Mon Jan 09, 2012 11:14 am Post subject: |
|
|
lpt2007 wrote: | in alsamixer I get this info?
Quote: | Card: HDA VIA VT82xx
Chip: Realtek ALC662 rev1 |
|
have you tried Gusar's suggestion? _________________ Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Gusar Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 09 Apr 2005 Posts: 2665 Location: Slovenia
|
Posted: Mon Jan 09, 2012 12:37 pm Post subject: |
|
|
lpt2007 wrote: | in alsamixer I get this info?
Quote: | Card: HDA VIA VT82xx
Chip: Realtek ALC662 rev1 |
|
Ooh, interesting. Not VIA codec. So the correct modules got loaded. What exactly is the issue now? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|