Page 14 of 22 FirstFirst ... 41213141516 ... LastLast
Results 131 to 140 of 219

Thread: ALSA Upgrade Script Redux

  1. #131
    Join Date
    Nov 2011
    Beans
    6

    Re: ALSA Upgrade Script Redux

    I can download the script... But I have the same error as above:


    seq_clientmgr.c:27:28: fatal error: linux/smp_lock.h: No such file or directory
    compilation terminated.
    make[3]: *** [fastdep] Error 1

  2. #132
    Join Date
    Dec 2011
    Beans
    6

    Question Re: ALSA Upgrade Script Redux

    Thank you for writing this awesome script!!

    On my PC the script runs through without any problems but it doesn't update my Alsa.

    The output of
    Code:
    cat /proc/asound/version
    is still
    Code:
    xbmc@XBMCLive:~$ cat /proc/asound/version
    Advanced Linux Sound Architecture Driver Version 1.0.23.
    Compiled on Feb  1 2011 for kernel 2.6.32-29-generic (SMP).
    
    I have a XBMC Live install(Ubuntu 10.04 Lucid).
    Could somebody help me.
    Thanks in advance.
    Regards fritz222
    Last edited by fritz222; December 2nd, 2011 at 09:58 PM.

  3. #133
    Join Date
    Aug 2009
    Beans
    11

    Re: ALSA Upgrade Script Redux

    Hi!

    Have the same Problem with 10.04 LTS

    reel@ReelBox:~$ cat /proc/asound/version
    Advanced Linux Sound Architecture Driver Version 1.0.23.
    Compiled on Dec 21 2010 for kernel 2.6.32-26-generic (SMP).
    reel@ReelBox:~$

    Alsa mixer is new, but the driver not!

    What's wrong?

    regards

  4. #134
    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 lattensepp View Post
    Hi!

    Have the same Problem with 10.04 LTS

    reel@ReelBox:~$ cat /proc/asound/version
    Advanced Linux Sound Architecture Driver Version 1.0.23.
    Compiled on Dec 21 2010 for kernel 2.6.32-26-generic (SMP).
    reel@ReelBox:~$

    Alsa mixer is new, but the driver not!

    What's wrong?

    regards
    Are you still having audio issues?

  5. #135
    Join Date
    Apr 2011
    Beans
    1

    Re: ALSA Upgrade Script Redux

    thanks for this script

    it fixed all sound issues i had lol, i'm impressed

  6. #136
    Join Date
    Aug 2009
    Beans
    11

    Re: ALSA Upgrade Script Redux

    "Are you still having audio issues"

    Yes, problems with the Nvidia GT430 and Realtek ALC889 (OnBoard).
    Cannot install newer alsa with this script.
    My problem is also I use the reelbox Software wit eHD Card, so I have to use Kernel 2.6.32-36 (needed by the card) for watching tv


    regards

  7. #137
    Join Date
    Mar 2007
    Beans
    3

    Re: ALSA Upgrade Script Redux

    Hello everyone,
    the snapshot drivers by tiwai are not anymore in the repository that was written in the script, googling around I found them here:
    http://mirror.nexcess.net/kernel.org...iwai/snapshot/.
    So change the URL accordingly in the script with this one:
    http://mirror.nexcess.net/kernel.org...napshot.tar.gz

    At the moment I haven't had anymore the hateful error message caused by this: http://git.alsa-project.org/?p=alsa-...f35b188fab48c7

    Thank you very much.

    EDIT: I'm using Backtrack 5 RT1 based on Ubuntu 10.04 and I had an error at "make install time" regarding the absence of xmlto, so I had to install it.
    Last edited by Deviad; January 14th, 2012 at 12:22 AM.

  8. #138
    Join Date
    Mar 2007
    Beans
    3

    Re: ALSA Upgrade Script Redux

    Thank you, thank you very much. It works great now! You saved my day!

    EDIT: In order to help other people with my same laptop, here are the specs:
    http://www.alsa-project.org/db/?f=ae...b08cdaa7815db6

    Samsung NP305V5A
    Last edited by Deviad; January 14th, 2012 at 02:36 AM.

  9. #139
    Join Date
    Jul 2008
    Beans
    26

    Re: ALSA Upgrade Script Redux

    Hi folks,

    Trying this script as a last ditch attempt to fix my audio without completely reinstalling the OS, but I'm getting failure in the compile step..
    Code:
    /usr/bin/ld: /usr/local/lib/libavcodec.a(allcodecs.o): relocation R_X86_64_32 against `ff_h263_vaapi_hwaccel' can not be used when making a shared object; recompile with -fPIC
    /usr/local/lib/libavcodec.a: could not read symbols: Bad value
    collect2: ld returned 1 exit status
    make[2]: *** [libasound_module_pcm_a52.la] Error 1
    make[2]: Leaving directory `/opt/Alsa-1.0.24/alsa-plugins-1.0.24/a52'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/opt/Alsa-1.0.24/alsa-plugins-1.0.24'
    make: *** [all] Error 2
    
    ***************************************************************************
    *  alsa-plugins-1.0.24 make failed
    ***************************************************************************
    Can anyone advise what this means? I'm still very much a newbie and I don't really have a clue about scripts and compiling..

  10. #140
    Join Date
    Jan 2012
    Beans
    2

    Re: ALSA Upgrade Script Redux

    I got the same problem with smp_lock.h
    Code:
    .c pcm32.c rawmidi32.c timer32.c hwdep32.c seq32.c > .depend
    ioctl32_new.c:23:28: fatal error: linux/smp_lock.h: No such file or directory
    compilation terminated.
    make[3]: *** [fastdep] Error 1
    make[3]: Leaving directory `/opt/Alsa-1.0.24/alsa-driver-1.0.24/acore/ioctl32'
    make[2]: *** [_sfdep_ioctl32] Error 2
    make[2]: Leaving directory `/opt/Alsa-1.0.24/alsa-driver-1.0.24/acore'
    make[1]: *** [dep] Error 1
    make[1]: Leaving directory `/opt/Alsa-1.0.24/alsa-driver-1.0.24'
    make: *** [include/sndversions.h] Error 2
    
    ***************************************************************************
    *  alsa-driver-1.0.24 make failed
    ***************************************************************************
    my kernel version: 3.0.0-14-generic

    - K

Page 14 of 22 FirstFirst ... 41213141516 ... 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
  •