Page 5 of 22 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 219

Thread: ALSA Upgrade Script Redux

  1. #41
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: ALSA Upgrade Script Redux

    Quote Originally Posted by SebSmith View Post
    still not recognizing my intel hda card. what else can i do?
    Start a new thread with alsa-info link included and PM me with the url.
    Run this command in a terminal:
    Code:
    wget http://www.alsa-project.org/alsa-info.sh -O alsa-info.sh && bash alsa-info.sh
    Choose the upload option and provide a link for the output.

  2. #42
    Join Date
    Mar 2011
    Beans
    1

    Re: ALSA Upgrade Script Redux

    Today for some obscure reason instead of going out in Brazilian's carnival I was at home trying to configure my Acer 3820t to work with Ubuntu 10.10. The sound was great but I've decided to upgrade and all I've done was messing the driver and the sound suddenly stop working.
    So after 5hours of Google I've found this thread, ran the script and it worked perfectly.
    Thank you very much!!!!

  3. #43
    Join Date
    Mar 2011
    Beans
    1

    Re: ALSA Upgrade Script Redux

    I seem to be having difficulties with this alsa upgrade. I get an error when I begin the installation process " -i " and here's the error I come across :

    " checking for new_panel in -lpanelw... no
    configure: error: panelw library not found"

    any help would be appreciated

  4. #44
    Join Date
    Jun 2007
    Beans
    14,783

    Re: ALSA Upgrade Script Redux

    Did you have synaptic or some other package manager open when you ran -d part? panelw is part of the libncursesw5-dev, which should have been installed in the -d phase.

  5. #45
    Join Date
    Jul 2006
    Location
    Ireland
    Beans
    1
    Distro
    Ubuntu 10.10 Maverick Meerkat

    mono sound on MSI GT729 ALC1200

    Hi Temüjin,

    Thank you so much for this script, after running it with no errors I got the sound working properly through my headphones and I also got the function keys working (all of them not only for controlling sound volume)

    BUT without the headphones in, the sound will only come through the subwoofer. I've got an MSI GT729 (http://www.msi.com/product/nb/GT729.html#/?div=Overview) with a 4.1 Dolby system and if I could get at least the stereo speakers working I'll be happy.

    I removed pulseaudio then reinstalled it, I added that line to alsa.conf and nothing works. I can't enable 4.1 anywhere. Or at least stereo through the front speakers not mono through the subwoofer.

    Can you please help?

    Linux Mint 10 Julia \n \l
    2.6.35-22-generic-pae

    cat /proc/asound/version
    Advanced Linux Sound Architecture Driver Version 1.0.24.
    Compiled on Mar 13 2011 for kernel 2.6.35-22-generic-pae (SMP).

    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC1200 Digital [ALC1200 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

    cat /proc/asound/card0/codec#* | grep Codec
    Codec: Realtek ALC1200
    Codec: LSI ID 1040

    lspci | grep -i audio
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    07:00.1 Audio device: ATI Technologies Inc HD48x0 audio


    Thank you!

  6. #46
    Join Date
    Mar 2011
    Beans
    3

    Re: ALSA Upgrade Script Redux

    When running the script on the first step with
    Code:
    sudo ./AlsaUpgrade-1.0.24-2.sh -d
    I get a whole lot of these:

    Code:
    WARNING: The following packages cannot be authenticated!
      alsa-oss
    E: There are problems and -y was used without --force-yes
    Code:
    Maverick 2.6.35-27-generic x86_64
    Tried running with Sudo and as root. No joy.
    Last edited by tacit1; March 13th, 2011 at 04:36 PM. Reason: clarification

  7. #47
    Join Date
    Mar 2011
    Beans
    3
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: ALSA Upgrade Script Redux

    Thanks for this. I was having that issue with sound only playing from one application. I purged whatever alsa was on my system from the vanilla install, and reinstalled using this script. Viola I can run multiple programs and hear sound! There was most likely an easier way to go about this, but whatever! Haha.

  8. #48
    Join Date
    Jul 2007
    Location
    DUS
    Beans
    183

    Re: ALSA Upgrade Script Redux

    Hi folks.

    ---

    I'd like to thank Temüjin for taking this project on.

    It's not that I became lazy:
    I'm busy in tweaking and supporting the Squeezebox Touch community with my modification scripts (Touch Toolbox 2.0) to improve its sound quality.
    The Touch is running an embedded Linux, which I'm heavily tweaking.

    ---

    I just installed 2.6.38 and was surprised not to find Alsa 1.0.24 in there.

    After updating my own old script I ran into the same problem as you guys:

    "No sound"

    I thought , must have been a while since I played around with all this.


    Good to find that thread and the solution over here.

    I btw. removed Pulseaudio. Since then I feel much better.


    Cheers
    Last edited by soundcheck; March 21st, 2011 at 08:16 PM.

  9. #49
    Join Date
    Jul 2007
    Location
    DUS
    Beans
    183

    Re: ALSA Upgrade Script Redux

    Hi there.

    Just to share a finding.

    Just figured that my HDSP Mixer app (handles RME soundcards) wouldn't work with current alsa-tools 1.0.24.1

    The issue has been fixed in the current alsa-tools git.

    Howto:

    git clone git://git.alsa-project.org/alsa-tools.git alsa-tools

    just copy the content of ./alsa-tools over to /usr/src/Alsa-1.0.24/alsa-tools-1.0.24.1/

    sudo cp -r ./alsa-tools/* /usr/src/Alsa-1.0.24/alsa-tools-1.0.24.1/

    and than run the upgradescript with option -t.



    Cheers
    Last edited by soundcheck; March 21st, 2011 at 09:54 PM.

  10. #50
    Join Date
    Jul 2007
    Location
    DUS
    Beans
    183

    Re: ALSA Upgrade Script Redux

    ..
    Last edited by soundcheck; March 21st, 2011 at 09:55 PM.

Page 5 of 22 FirstFirst ... 3456715 ... 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
  •