Results 1 to 8 of 8

Thread: Problem when installing beats audio on ubuntu, somebody knows how to fix it.

  1. #1
    Join Date
    May 2013
    Beans
    11

    Problem when installing beats audio on ubuntu, somebody knows how to fix it.

    Hello everyone, I was trying to install teh beats audio on ubuntu 13.04 by this post:
    http://droid-hive.com/index.php?/top...v7-eoslubuntu/

    So...when i was installing, apears to me this little problem, but until this moment, i can't find a way to fix it . So the error is the following:

    Please install the package with full kernel sources for your distribution

    More details:
    checking for kernel linux/version.h ... no
    The file /usr/src/linux-headers-3.8.0-19-generic/include/INCLUDE_VERSION_H does not exist.
    Please install the package with full kernel sources for your distribution
    or use --with-kernel=dir option to specify another directory with kernel
    sources (default is /lib/modules/3.8.0-19-generic/build).
    If somebody knows how to solve this problem...
    thank's
    Last edited by ajsalmeida17; May 9th, 2013 at 06:50 PM.

  2. #2
    Join Date
    Dec 2004
    Location
    /usr/bin/nerd/
    Beans
    35
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Problem when installing beats audio on ubuntu, somebody knows how to fix it.

    try

    sudo apt-get install kernel-headers-generic

    then try installing the package again
    HACK THE PLANET!!! sorry

  3. #3
    Join Date
    May 2013
    Beans
    11

    Re: Problem when installing beats audio on ubuntu, somebody knows how to fix it.

    Ok, but, it does'nt worked, i think that is another problem, when i try it, this mesage apears:
    ajsalmeida @ anubis: ~ / Downloads $ sudo apt-get install kernel-headers-generic
    Reading package lists ... ready
    Building dependency tree
    Reading state information ... ready
    E: Could not find package kernel-headers-generic

  4. #4
    Join Date
    Dec 2004
    Location
    /usr/bin/nerd/
    Beans
    35
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Problem when installing beats audio on ubuntu, somebody knows how to fix it.

    thats odd, try

    sudo apt-get update

    first. maybe you need to update apts package catalogue.

    Also installing a new version of alsa, is serious business which can cause all kinds of problems. i would report the missing support for your hardware as a bug and see if ubuntu can patch it in instead of installing random versios of deep level code.
    Last edited by WTF_Shelley; May 9th, 2013 at 09:07 PM.
    HACK THE PLANET!!! sorry

  5. #5
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: Problem when installing beats audio on ubuntu, somebody knows how to fix it.

    Try this command to install the kernel headers...
    Code:
    sudo apt-get install linux-headers-$(uname -r)
    Cheesemill

  6. #6
    Join Date
    May 2013
    Beans
    11

    Re: Problem when installing beats audio on ubuntu, somebody knows how to fix it.

    After run sudo apt-get update :
    I did:

    ajsalmeida @ anubis: ~ / Downloads $ sudo apt-get install linux-headers-$ (uname-r)
    Reading package lists ... ready
    Building dependency tree
    Reading state information ... ready
    linux-headers-3.8.0-19-generic is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    sudo ./AlsaUpgrade-1.0.25-3.sh -c :




    And try another time to install
    The file /usr/src/linux-headers-3.8.0-19-generic/include/INCLUDE_VERSION_H does not exist.
    Please install the package with full kernel sources for your distribution
    or use --with-kernel=dir option to specify another directory with kernel
    sources (default is /lib/modules/3.8.0-19-generic/build).

    ************************************************** *************************
    * alsa-driver-1.0.25 configure failed
    ************************************************** *************************


    Last edited by ajsalmeida17; May 9th, 2013 at 09:13 PM.

  7. #7
    Join Date
    May 2013
    Beans
    11

    Re: Problem when installing beats audio on ubuntu, somebody knows how to fix it.

    Realy? Nobody knows? i realy don't know what's hapenning... i doing everything right but it does'nt work.
    Somebody think that if i reconpile the kernel, it will work?
    Last edited by ajsalmeida17; May 11th, 2013 at 01:24 AM.

  8. #8
    Join Date
    Dec 2010
    Beans
    6

    Re: Problem when installing beats audio on ubuntu, somebody knows how to fix it.

    I fixed with the below hack in "configure" of the "alsa-driver-1.0.25+dfsgalsa-driver-1.0.25+dfsg"



    # INCLUDE_VERSION_H="linux/version.h"
    INCLUDE_VERSION_H="generated/uapi/linux/version.h"
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kernel ${INCLUDE_VERSION_H} " >&5
    $as_echo_n "checking for kernel ${INCLUDE_VERSION_H} ... " >&6; }
    if ! test -s $CONFIG_SND_KERNELDIR/include/$INCLUDE_VERSION_H; then
    if test -z "$kernelbuild" -o ! -s $kernelbuild/include/$INCLUDE_VERSION_H; then
    if test -n ""; then
    INCLUDE_VERSION_H=""
    if ! test -s $CONFIG_SND_KERNELDIR/include/; then
    if test -z "$kernelbuild" -o ! -s $kernelbuild/include/; then
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    $as_echo "no" >&6; }
    cat << EOF
    The file $CONFIG_SND_KERNELDIR/include/$INCLUDE_VERSION_H does not exist.
    The file $CONFIG_SND_KERNELDIR/include/ does not exist.
    Please install the package with full kernel sources for your distribution
    or use --with-kernel=dir option to specify another directory with kernel
    sources (default is $DEFAULT_KERNEL_DIR).
    EOF
    exit 1
    fi
    fi
    else
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
    $as_echo "no" >&6; }
    cat << EOF
    The file $CONFIG_SND_KERNELDIR/include/$INCLUDE_VERSION_H does not exist.
    Please install the package with full kernel sources for your distribution
    or use --with-kernel=dir option to specify another directory with kernel
    sources (default is $DEFAULT_KERNEL_DIR).
    EOF
    exit 1
    fi
    fi
    fi
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INCLUDE_VERSION_H" >&5
    $as_echo "$INCLUDE_VERSION_H" >&6; }

Tags for this Thread

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
  •