Announcement

Collapse
No announcement yet.

kubuntu Lucid 10.04, Intel ALC889 sounds issues

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    kubuntu Lucid 10.04, Intel ALC889 sounds issues

    I have an Intel DX58SO motherboard with the ALC889 onboard sound, running kubuntu 10.04, and I am not getting analog sound. Strangely, spdif is working great, but I need analog to work, too. I've been in alsamixer, nothing is muted. That's the extent of my troubleshooting knowledge for sound issues. If anyone can help, that would be great.

    Code:
    sharkcohen@sharkdesk:~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC889 Analog [ALC889 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC889 Digital [ALC889 Digital]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
    sharkcohen@sharkdesk:~$ lspci | grep -i audio
    00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller
    sharkcohen@sharkdesk:~$ lsmod | grep snd
    snd_hda_codec_realtek  279040 1 
    snd_hda_intel     25773 17 
    snd_hda_codec     85759 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep        6924 1 snd_hda_codec
    snd_pcm_oss      41394 0 
    snd_pcm        87946 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
    snd_page_alloc     8500 2 snd_hda_intel,snd_pcm
    snd_mixer_oss     16299 1 snd_pcm_oss
    snd_seq_dummy      1782 0 
    snd_seq_oss      31219 0 
    snd_seq_midi      5829 0 
    snd_rawmidi      23420 1 snd_seq_midi
    snd_seq_midi_event   7267 2 snd_seq_oss,snd_seq_midi
    snd_seq        57481 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
    snd_timer       23649 2 snd_pcm,snd_seq
    snd_seq_device     6888 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
    snd          71187 46 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_pcm,snd_mixer_oss,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    soundcore        8052 1 snd
    sharkcohen@sharkdesk:~$ cat /proc/asound/version 
    Advanced Linux Sound Architecture Driver Version 1.0.21.
Working...
X