Page 18 of 22 FirstFirst ... 81617181920 ... LastLast
Results 171 to 180 of 219

Thread: ALSA Upgrade Script Redux

  1. #171
    Join Date
    Jun 2007
    Beans
    14,783

    Re: ALSA Upgrade Script Redux

    @J0nDaFr3aK: You snipped the output after the actual error message..

  2. #172
    Join Date
    Feb 2010
    Beans
    4

    Re: ALSA Upgrade Script Redux

    Just a quick thank you, worked perfectly first time.

    My ears thank you too

  3. #173
    Join Date
    Mar 2012
    Beans
    1

    Re: ALSA Upgrade Script Redux

    hello,

    During the installation, i did not find any problem, even though 'm unable to find my device on the system setting->sound->hardware......

    I'm not even getting the audio out or inputs

    what can i do to resolve it.... suggest any method plz.....


    I'm using ubuntu 11.10..... I can play files but no audio out. But in my second OS it is working as my system is a multi-boot system.

  4. #174
    Join Date
    Mar 2012
    Beans
    16

    Re: ALSA Upgrade Script Redux

    Hi,

    I did the Alsa upgrade script posted by Temüjin
    for version 1.0.24.1, all went well, after rebooted, I heard sound when login,
    I can played MP3 with sound, great. thanks for this.
    Also played avi files with sound and pictures.

    However, still no sound from Utubes but the video played ok.

    Any suggestion and thanks much for your time.
    Last edited by napapon; April 21st, 2012 at 06:09 PM. Reason: Add more info

  5. #175
    Join Date
    Jun 2007
    Beans
    14,783

    Re: ALSA Upgrade Script Redux

    Have you added the bolded line to /usr/share/alsa/alsa.conf as instructed in the OP?

  6. #176
    Join Date
    Mar 2009
    Beans
    141

    Re: ALSA Upgrade Script Redux

    It seems you have problems playing flash sound while you play other sounds.
    To check if this is the problem do the following:
    Reboot your computer, login, do nothing but going to youtube to play a video. If you hear the sound it means flash can't play the sound while other programs are/were using the sound card.
    If this is your issue, in a terminal type the following:

    Code:
    gksudo gedit /etc/asound.conf
    enter your password to open gedit.
    Then ensure the file content is as follows:

    Code:
    pcm.pulse {
        type pulse
    }
    ctl.pulse {
        type pulse
    }
    pcm.!default {
        type pulse
    }
    ctl.!default {
        type pulse
    }
    Then Reboot the computer and see if everything works as expected.
    I hope it helps! Good Luck!

  7. #177
    Join Date
    Apr 2012
    Beans
    2

    Re: ALSA Upgrade Script Redux

    I've tried running this script on Ubuntu 10.10 and get an error 2 on the compile stage of the script. See attached text file (had to compress it due to forum upload limits)
    Attached Files Attached Files

  8. #178
    Join Date
    Jun 2007
    Beans
    14,783

    Re: ALSA Upgrade Script Redux

    Quote Originally Posted by axipher View Post
    I've tried running this script on Ubuntu 10.10 and get an error 2 on the compile stage of the script. See attached text file (had to compress it due to forum upload limits)
    Due to kernel changes, you will probably have more luck with the 1.0.24 script. Ubuntu 10.10 is EOL/unsupported anyway.

  9. #179
    Join Date
    Apr 2012
    Beans
    2

    Re: ALSA Upgrade Script Redux

    Quote Originally Posted by Temüjin View Post
    Due to kernel changes, you will probably have more luck with the 1.0.24 script. Ubuntu 10.10 is EOL/unsupported anyway.
    Thanks for the quick reply. I'll give the 1.0.24 script a try and report back. If that doesn't work than I might just have to upgrade Distros and hope nothing breaks.

  10. #180
    Join Date
    May 2011
    Beans
    2

    Re: ALSA Upgrade Script Redux

    thanks works great on my netbook HP2133

Page 18 of 22 FirstFirst ... 81617181920 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •