[ubuntu server] Sound issues (again!!)
#1
Hi!

i have posted previously about my sound issues in the Ubuntu servers forum here to which i had no response... so i have gathered some more (hopefully helpful) information to see if this can be solved Smile

I am running: kernal 2.6.28-15-server as a small web host and fileserver, which provides a media function to my TV via xbmc, my s-video output and the sound hooked up to an amp. The problem i am having is that although the sound works it is soooo quiet that i have to have the amp on max to hear anything! and even then, when watching a movie it can still be almost inaudable dialogue.

I already have alsa-base and alsamixer and pulseaudio installed - and turned upWink so i have looked at some of the other threads with "sound" in the title, and read the sticky above, hopefully some of this info will help to solve my problem Smile

Code:
server@server:~$ lsmod | grep snd
snd_hda_intel         433844  4
snd_pcm_oss            46208  0
snd_mixer_oss          22528  1 snd_pcm_oss
snd_pcm                83204  3 snd_hda_intel,snd_pcm_oss
snd_seq_dummy          10756  0
snd_seq_oss            37760  0
snd_seq_midi           14208  0
snd_rawmidi            29568  1 snd_seq_midi
snd_seq_midi_event     15104  2 snd_seq_oss,snd_seq_midi
snd_seq                57008  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_m                                                                             idi_event
snd_timer              29704  2 snd_pcm,snd_seq
snd_seq_device         14988  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmi                                                                             di,snd_seq
snd                    62628  16 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm                                                                             ,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore              15200  1 snd
snd_page_alloc         17032  2 snd_hda_intel,snd_pcm

Code:
server@server:~$ asoundconf list
Names of available sound cards:
NVidia

Code:
server@server:~$ lspci|grep Audio
00:07.0 Audio device: nVidia Corporation MCP67 High Definition Audio (rev a1)

Code:
server@server:~$ cat /proc/asound/cards
0 [NVidia         ]: HDA-Intel - HDA NVidia
                      HDA NVidia at 0xf9ef8000 irq 21
server@server:~$ cat /proc/asound/card0/codec#* | grep Codec
Codec: Realtek ALC662 rev1
server@server:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: ALC662 Analog [ALC662 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 1: ALC662 Digital [ALC662 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Code:
server@server:~$ sudo nano /etc/asound.conf:

pcm.pulse {
    type pulse
}
ctl.pulse {
    type pulse
}
pcm.!default {
    type pulse
}
ctl.!default {
    type pulse
}
Reply
#2
little *bump* any ideas? is it possible to install teh sound section of ubuntu desktop ? or would it not work cause i have a server kernal??
Reply

Logout Mark Read Team Forum Stats Members Help
[ubuntu server] Sound issues (again!!)0