Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Multimedia & Video
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

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
Old July 22nd, 2007   #1
Commodore Guff
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?
Commodore Guff is offline   Reply With Quote
Old July 22nd, 2007   #2
fredj
Quad Shot of Ubuntu
 
Join Date: Dec 2006
Beans: 407
Smile Re: Audio not working (Realtek ALC861VD)

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)
fredj is offline   Reply With Quote
Old July 24th, 2007   #3
Commodore Guff
Just Give Me the Beans!
 
Join Date: Mar 2007
Beans: 54
Re: Audio not working (Realtek ALC861VD)

Quote:
Originally Posted by fredj View Post
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)
lshw:
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
cat:
Code:
cat: /proc/asound/card0/codec: No such file or directory
Oh, and just to rule out my own stupidity, yes, the speakers are connected, and the sound works in Windows.
Commodore Guff is offline   Reply With Quote
Old July 24th, 2007   #4
Commodore Guff
Just Give Me the Beans!
 
Join Date: Mar 2007
Beans: 54
Re: Audio not working (Realtek ALC861VD)

Anyone?
Commodore Guff is offline   Reply With Quote
Old July 24th, 2007   #5
variona
5 Cups of Ubuntu
 
variona's Avatar
 
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
variona is offline   Reply With Quote
Old July 24th, 2007   #6
Commodore Guff
Just Give Me the Beans!
 
Join Date: Mar 2007
Beans: 54
Re: Audio not working (Realtek ALC861VD)

Quote:
Originally Posted by variona View Post
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
So, what can I do?
Commodore Guff is offline   Reply With Quote
Old July 25th, 2007   #7
Commodore Guff
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.
Commodore Guff is offline   Reply With Quote
Old July 25th, 2007   #8
variona
5 Cups of Ubuntu
 
variona's Avatar
 
Join Date: Jul 2007
Beans: 43
Re: Audio not working (Realtek ALC861VD)

Quote:
Originally Posted by Commodore Guff View Post
I'm sorry if I seem impatient,
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)
variona is offline   Reply With Quote
Old July 25th, 2007   #9
Commodore Guff
Just Give Me the Beans!
 
Join Date: Mar 2007
Beans: 54
Re: Audio not working (Realtek ALC861VD)

Quote:
Originally Posted by variona View Post
A good start would be to check how to revert the changes you made by following the guide you mentioned earlier.
I have since reinstalled Ubuntu.
Also, I'm just going with plain 32-bit x86, now, rather than x86-64. Same problem, though.
Quote:
Originally Posted by variona View Post
May be you could give the forum some more hints.
lsmod | grep snd
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
Quote:
Originally Posted by variona View Post
ls /proc/asound/
Code:
card0  cards  devices  modules  NVidia  oss  pcm  seq  timers  version
Is there something more that I'm supposed to do with that? Sorry.
Quote:
Originally Posted by variona View Post
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.
I might give it a shot, though I can't guarantee that my DVD burner would not explode during the process.

Thanks.
Commodore Guff is offline   Reply With Quote
Old July 25th, 2007   #10
variona
5 Cups of Ubuntu
 
variona's Avatar
 
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
variona is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:56 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry