Announcement

Collapse
No announcement yet.

Another newbie's sound problems

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

    Another newbie's sound problems

    I am brand new to Kubuntu (and Linux). I have an ACER Aspire 5051 and when I was testing with the live CD of 7.04 at first I couldn't get sound, but after a bit of playing with Kmix, everything seemed to be OK, so I did the install,and again everything seemed OK. A couple of days ago there were a whole load of updates, so I installed them.

    Since then, Kmix has changed - things like the surround slider (that solved the original problem) are gone, and I've had a problem with sound. I can't hear anything from the speakers. If I plug speakers into the headphone jack, I get no sound on the left channel, and very quiet sound on the right channel. If I use headphones, there is a little sound on the left, and more on the right.

    I don't know enough yet to do much. Can anyone help? I've read a lot of sound problems on forums, most are for ubuntu not kubuntu, but I've seen requests for output from a couple of commands, so...


    suzie@Phoenix:~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: SB [HDA ATI SB], device 0: ALC883 Analog [ALC883 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0


    suzie@Phoenix:~$ cat /proc/asound/cards
    0 [SB ]: HDA-Intel - HDA ATI SB
    HDA ATI SB at 0xb0000000 irq 16


    suzie@Phoenix:~$ lsmod | grep snd
    snd_hda_intel 24224 6
    snd_hda_codec 262528 1 snd_hda_intel
    snd_pcm_oss 49408 0
    snd_mixer_oss 19840 2 snd_pcm_oss
    snd_pcm 92808 5 snd_hda_intel,snd_hda_codec,snd_pcm_oss
    snd_seq_dummy 5380 0
    snd_seq_oss 36608 0
    snd_seq_midi 11008 0
    snd_rawmidi 29696 1 snd_seq_midi
    snd_seq_midi_event 9856 2 snd_seq_oss,snd_seq_midi
    snd_seq 61856 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_mid i_event
    snd_timer 26632 4 snd_pcm,snd_seq
    snd_seq_device 10260 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi ,snd_seq
    snd 68904 16 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_ oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_ti mer,snd_seq_device
    soundcore 10272 2 snd
    snd_page_alloc 11792 2 snd_hda_intel,snd_pcm

    If you can help, it really needs to be at absolute novice level... I'm trying to get this installation to work so I can start learning something that isn't windows!

    Thank you

    #2
    Re: Another newbie's sound problems

    Alt+F2:
    Code:
    kdesu kate /etc/modprobe.d/options
    add:
    Code:
    options snd-hda-intel model=3stack-6ch
    and reboot, if it won't work, then remove the option

    Comment


      #3
      Re: Another newbie's sound problems

      Thanks for the suggestion, but it didn't seem to change things,

      Suzie

      Comment


        #4
        Re: Another newbie's sound problems

        Originally posted by CrystalWitch
        Thanks for the suggestion, but it didn't seem to change things,

        Suzie
        what if you add the same option
        Code:
        options snd-hda-intel model=3stack-6ch-dig
        to
        Code:
        /etc/modprobe.d/alsa-base
        as explained here

        Comment


          #5
          Solved - Re: Another newbie's sound problems

          Thanks for that. I found a script on http://www.stchman.com/ a little while ago that seems to have worked.

          Comment


            #6
            Re: Another newbie's sound problems

            Thanks for posting the link to that script CrystalWitch!

            I did have very quiet sound on my system and none of the posts i searched through (many of them!) had a solution that worked. The script from the link you posted work like a charm and all aspects of my sound are working properly again

            Comment


              #7
              Re: Another newbie's sound problems

              Didn't for me. Oh well. Was worth a shot.

              For me, I still have to add acpi=off to the kernel line in /boot/grub/menu.lst in order to have working sound.
              Windows no longer obstructs my view.
              Using Kubuntu Linux since March 23, 2007.
              "It is a capital mistake to theorize before one has data." - Sherlock Holmes

              Comment


                #8
                Re: Another newbie's sound problems

                Glad it works for some, if not everyone. What is interesting is that I decided to rebuild my machine from a Kubuntu Gutsy live disk, and the sound worked without using the fix... SO that might be worth trying too,

                Comment

                Working...
                X