Results 1 to 9 of 9

Thread: linux-backports-modules-alsa-lucid-generic dependency problem

  1. #1
    Join Date
    Jan 2008
    Beans
    147
    Distro
    Ubuntu Studio 10.04 Lucid Lynx

    linux-backports-modules-alsa-lucid-generic dependency problem

    In the update manager today I saw there was an update for linux-backports-modules-alsa-lucid-generic, but it can't update. I get this error when trying to update it:
    Code:
    linux-backports-modules-alsa-lucid-generic:
     Depends: linux-backports-modules-alsa-2.6.32-28-generic  but it is not installable
    I also see a similar error when I try to install linux-backports-modules-alsa-lucid-preempt. Is this a bug, or what? I'm using Ubuntu Studio 10.04 64-bit.

  2. #2
    Join Date
    Mar 2008
    Beans
    8

    Re: linux-backports-modules-alsa-lucid-generic dependency problem

    I have the same issue on 10.04 64-bit after today's updates.

    No sound without the alsa backports. Does anyone know how to install manually?

  3. #3
    Join Date
    Jan 2011
    Beans
    1

    Re: linux-backports-modules-alsa-lucid-generic dependency problem

    Manual install fails because it can't find the packet, also i could not find it in any ppa

    ciao goerdi

  4. #4
    Join Date
    Jan 2007
    Beans
    6

    Re: linux-backports-modules-alsa-lucid-generic dependency problem

    Looks like i have the same problem.

    Today i updated the kernel to 2.6.32-28 via updatemanager and now im without sound as there is no alsa for this.

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

    Re: linux-backports-modules-alsa-lucid-generic dependency problem

    It looks like the backport for that kernel is not ready yet. Use the previous kernel until it is.

  6. #6
    Join Date
    Jan 2008
    Beans
    147
    Distro
    Ubuntu Studio 10.04 Lucid Lynx

    Re: linux-backports-modules-alsa-lucid-generic dependency problem

    I'd like to use a previous version of the preempt kernel, but I just installed it the other day so there aren't older versions available in GRUB. Which packages do I need to install to get an older version?

  7. #7
    Join Date
    Apr 2009
    Location
    Aotearoha
    Beans
    2,692
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: linux-backports-modules-alsa-lucid-generic dependency problem

    Had this error last few weeks..can get alsa 1.0.23 from ubuntu audio dev team ppa & not bother with source code.

    Or you can use synaptic & search for the kernel version you wish..
    You may need to force the version or just install the kernel version directly.
    Remember to undo this 'version locking' when the alsa backports is available.

    There is a Ubuntu kernel ppa that has the latest versions.

  8. #8
    Join Date
    Mar 2008
    Beans
    8

    Re: linux-backports-modules-alsa-lucid-generic dependency problem

    Thanks for the suggestions ...

    Booting to the previous kernel does work.

    Installing alsa from source also worked for me - I now have audio using the 2.6.32-28-generic kernel.

    Quick steps, as root:

    Code:
    apt-get remove linux-backports-modules-alsa-lucid-generic
    wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.23.tar.bz2
    tar jxvf alsa-driver-1.0.23.tar.bz2
    cd alsa-driver-1.0.23
    ./configure --with-sequencer=yes
    make
    make install
    ./snddevices
    reboot
    Does anyone know whether I will have to re-install alsa after the next kernel update?
    Last edited by notanumber67890; January 29th, 2011 at 10:43 AM.

  9. #9
    Join Date
    Apr 2009
    Location
    Aotearoha
    Beans
    2,692
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: linux-backports-modules-alsa-lucid-generic dependency problem

    Yes you will.

    An alt pre-compiled ppa for alsa 1.0.23
    http://ppa.launchpad.net/team-iquik/alsa/ubuntu

    I have used this to get alsa 1.0.23 & the alsa modules source to add the a52 encoder plug-in.

    Another way is to use the kernel update ppa as alsa 1.0.23 is std in the later kernel.
    http://ppa.launchpad.net/kernel-ppa/ppa/ubuntu
    Last edited by BicyclerBoy; January 29th, 2011 at 11:23 AM.

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
  •