Page 17 of 22 FirstFirst ... 71516171819 ... LastLast
Results 161 to 170 of 219

Thread: ALSA Upgrade Script Redux

  1. #161
    Join Date
    Feb 2012
    Beans
    1

    Talking Re: ALSA Upgrade Script Redux

    Thanks ... worked first time ...

  2. #162
    Join Date
    Feb 2012
    Beans
    1

    Re: ALSA Upgrade Script Redux

    Hi, I'm new to ubuntu and having some problems with the upgrade script. When running the compile, I'm getting the following error:

    In file included from /opt/Alsa-1.0.25/alsa-driver-1.0.25/acore/pcm.c:30:
    /opt/Alsa-1.0.25/alsa-driver-1.0.25/include/sound/pcm.h:434: error: field ‘latency_pm_qos_req’ has incomplete type
    make[3]: *** [/opt/Alsa-1.0.25/alsa-driver-1.0.25/acore/pcm.o] Error 1
    make[2]: *** [/opt/Alsa-1.0.25/alsa-driver-1.0.25/acore] Error 2
    make[1]: *** [_module_/opt/Alsa-1.0.25/alsa-driver-1.0.25] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-32-generic'
    make: *** [compile] Error 2

    Can anyone tell me what I'm doing wrong??

  3. #163
    Join Date
    Mar 2009
    Beans
    141

    Re: ALSA Upgrade Script Redux

    Same thing on mine (Maverick x64):

    Code:
    make[1]: Entering directory `/usr/src/linux-headers-2.6.35-32-generic'
      CC [M]  /opt/Alsa-1.0.25/alsa-driver-1.0.25/acore/hrtimer.o
      CC [M]  /opt/Alsa-1.0.25/alsa-driver-1.0.25/acore/hwdep.o
      CC [M]  /opt/Alsa-1.0.25/alsa-driver-1.0.25/acore/memory_wrapper.o
      CC [M]  /opt/Alsa-1.0.25/alsa-driver-1.0.25/acore/memalloc.o
      CC [M]  /opt/Alsa-1.0.25/alsa-driver-1.0.25/acore/sgbuf.o
      CC [M]  /opt/Alsa-1.0.25/alsa-driver-1.0.25/acore/pcm.o
    In file included from /opt/Alsa-1.0.25/alsa-driver-1.0.25/acore/pcm.c:30:
    /opt/Alsa-1.0.25/alsa-driver-1.0.25/include/sound/pcm.h:434: error: field ‘latency_pm_qos_req’ has incomplete type
    make[3]: *** [/opt/Alsa-1.0.25/alsa-driver-1.0.25/acore/pcm.o] Error 1
    make[2]: *** [/opt/Alsa-1.0.25/alsa-driver-1.0.25/acore] Error 2
    make[1]: *** [_module_/opt/Alsa-1.0.25/alsa-driver-1.0.25] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-32-generic'
    make: *** [compile] Error 2
    
    ***************************************************************************
    *  alsa-driver-1.0.25 make failed
    ***************************************************************************
    Any ideas?

  4. #164
    Join Date
    Mar 2009
    Beans
    141

    Re: ALSA Upgrade Script Redux

    Nobody?

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

    Re: ALSA Upgrade Script Redux

    Quote Originally Posted by Marcelo Ruiz View Post
    Nobody?
    I googled, but didn't see anything helpful. You might want to try a newer kernel (be sure to keep the old one).

  6. #166
    Join Date
    Jun 2007
    Location
    Hamilton, ON Canada
    Beans
    40
    Distro
    Ubuntu Mate 15.10 Wily Werewolf

    Re: ALSA Upgrade Script Redux

    Temüjin: Thank you for this. It helped: now I have some sound... stereo, not 5.1, but better than the deafening silence which ensued after installing the Realtek Linux driver.

    I'm using a cheap Motherboard with an on-board ALC662 chip. Under Windows it comes with a utility to assign the shared inputs/outputs (microphone in shares a jack with centre/LFE out, line in shares with surround out) but if such a utility exists under Linux, I have yet to find it. Further research is clearly in order.


  7. #167
    Join Date
    Jun 2007
    Beans
    14,783

    Re: ALSA Upgrade Script Redux

    Under Windows it comes with a utility to assign the shared inputs/outputs (microphone in shares a jack with centre/LFE out, line in shares with surround out) but if such a utility exists under Linux, I have yet to find it.
    Look no further: http://voices.canonical.com/david.he...eadphone-jack/

  8. #168
    Join Date
    Jun 2007
    Location
    Hamilton, ON Canada
    Beans
    40
    Distro
    Ubuntu Mate 15.10 Wily Werewolf

    Re: ALSA Upgrade Script Redux

    Quote Originally Posted by Temüjin View Post
    Temüjin, you are a gentleman and a scholar... and there are very few of us left. Many thanks.


  9. #169
    Join Date
    Mar 2009
    Beans
    141

    Re: ALSA Upgrade Script Redux

    Thanks for your help. I finally ended up using your script to install alsa 1.24-2 in my Toshiba Qosmio X500. Now everything works as expected.
    If someone has been having problems with it, please read post #3 here:
    http://ubuntuforums.org/showthread.p...7#post11702897

  10. #170
    Join Date
    Dec 2010
    Location
    Italy
    Beans
    21
    Distro
    Ubuntu Mate 15.04 Vivid Vervet

    Re: ALSA Upgrade Script Redux

    hi,
    i've followed all the instructions posted in here but i still get this error message when i run this command

    command run
    Code:
    sudo ./AlsaUpgrade-1.0.24-2.sh -d
    error received
    Code:
    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
    ***************************************************************************
    can someone help me please?

    EDIT: trying to install the drivers on BackTrack 5 R2. kernel version is 3.2.6 and i have the build-essential package installed
    i also tried to install the drivers downloaded from the realtek website. the installation process succeeds but i still get no sound at all

    EDIT: i get the same error even with alsa-driver-1.0.25
    Last edited by J0nDaFr3aK; March 18th, 2012 at 09:33 AM.

Page 17 of 22 FirstFirst ... 71516171819 ... 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
  •