![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Multimedia & Video Have multimedia question? ATI, Nvidia, Sound cards. Just ask here. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Just Give Me the Beans!
![]() Join Date: Mar 2007
Beans: 54
|
Audio not working (Realtek ALC861VD)
Okay, so I just installed Feisty (x64, x86_64, amd64, whichever you prefer) on this system. The problem is that there's no audio.
It seemed to detect it fine at first, but there was no output. So I did a little looking around, and followed this guide. It didn't work. In fact, now it thinks I have no audio device at all. Can anyone help? |
|
|
|
|
|
#2 |
|
Quad Shot of Ubuntu
![]() Join Date: Dec 2006
Beans: 407
|
Can you open a terminal and type 'sudo lshw -class sound' and post the output from that here.
Can you also type in a terminal 'cat /proc/asound/card0/codec\#*' and post the output from that here. (that command ends with the hash and star symbols in case its not clearly visible on your monitor) |
|
|
|
|
|
#3 | |
|
Just Give Me the Beans!
![]() Join Date: Mar 2007
Beans: 54
|
Re: Audio not working (Realtek ALC861VD)
Quote:
Code:
*-multimedia UNCLAIMED
description: Audio device
product: MCP61 High Definition Audio
vendor: nVidia Corporation
physical id: 5
bus info: pci@00:05.0
version: a2
width: 32 bits
clock: 66MHz
capabilities: bus_master cap_list
configuration: latency=0 maxlatency=5 mingnt=2
resources: iomemory:fe028000-fe02bfff irq:11
Code:
cat: /proc/asound/card0/codec: No such file or directory |
|
|
|
|
|
|
#4 |
|
Just Give Me the Beans!
![]() Join Date: Mar 2007
Beans: 54
|
Re: Audio not working (Realtek ALC861VD)
Anyone?
|
|
|
|
|
|
#5 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2007
Beans: 43
|
Re: Audio not working (Realtek ALC861VD)
As far as I see there is no alsa support for your card - but oss seems to work!
see: http://manuals.opensound.com/devlists/Linux.html variona |
|
|
|
|
|
#6 | |
|
Just Give Me the Beans!
![]() Join Date: Mar 2007
Beans: 54
|
Re: Audio not working (Realtek ALC861VD)
Quote:
|
|
|
|
|
|
|
#7 |
|
Just Give Me the Beans!
![]() Join Date: Mar 2007
Beans: 54
|
Re: Audio not working (Realtek ALC861VD)
I'm sorry if I seem impatient, but I'd really like to have sound.
If OSS supports my audio, well, what can I do now? I'm still somewhat of a newbie here. |
|
|
|
|
|
#8 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2007
Beans: 43
|
Re: Audio not working (Realtek ALC861VD)
Who could tell?
A good start would be to check how to revert the changes you made by following the guide you mentioned earlier. May be you could give the forum some more hints. lsmod | grep snd to see which sound modules are (auto)loaded. Check if the module for your soundcard is loaded. For example my onboard soundcard from nvidia uses snd_intel8x0,snd_ac97_codec (amongst others) ls /proc/asound/ to see if any soundcards are present Did you try a live distro like Knoppix - Mr Knopper puts a lot of modules on his Live DVD's - and usually if it works with Knoppix you are sure your hardware is supported - then you know if it makes sense to put some effort in getting your desired distro to work with your hardware. Also important to send a service request to mobo retailer, manufacturer just to make sure that you care about their hardware being supported by all OS! Patience is the greatest of all virtues. Cato the Elder (234 BC - 149 BC) |
|
|
|
|
|
#9 | |||
|
Just Give Me the Beans!
![]() Join Date: Mar 2007
Beans: 54
|
Re: Audio not working (Realtek ALC861VD)
Quote:
Also, I'm just going with plain 32-bit x86, now, rather than x86-64. Same problem, though. Quote:
Code:
snd_hda_intel 21912 1 snd_hda_codec 205440 1 snd_hda_intel snd_pcm_oss 44544 0 snd_mixer_oss 17408 1 snd_pcm_oss snd_pcm 79876 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss snd_seq_dummy 4740 0 snd_seq_oss 32896 0 snd_seq_midi 9600 0 snd_rawmidi 25472 1 snd_seq_midi snd_seq_midi_event 8448 2 snd_seq_oss,snd_seq_midi snd_seq 52592 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event snd_timer 23684 2 snd_pcm,snd_seq snd_seq_device 9100 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq snd 54020 12 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device soundcore 8672 1 snd snd_page_alloc 10888 2 snd_hda_intel,snd_pcm Code:
card0 cards devices modules NVidia oss pcm seq timers version Quote:
Thanks. |
|||
|
|
|
|
|
#10 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2007
Beans: 43
|
Re: Audio not working (Realtek ALC861VD)
lsmod output seems quite sane -you have a supported High Definition Audio soundcard therefore snd_hda_intel, ALSA add-on OSS/Free emulation modules are loaded as well, now for your own benefit you can read
less /proc/asound/cards less /proc/asound/devices or post it here You could also try System-Preferences-Audio to choose and test the output device You could post by which means you tried to get sound response - i.e which program with which audio settings. HTH |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|