Ubuntu :: Lock All ALSA Packages And Modules To Version 1.0.23?

Jan 30, 2011

I am using 10.04 but i need alsa to be upgraded to 1.0.23 in order for the sound to work. every once in a while when there is a system update alsa gets overwritten and goes back to 1.0.22 which makes the computer unusable. i already locked the alsa packages and it worked now for some time. but today i got another update that did the same thing. the only solution is to do full alsa upragade again. is there really no other way? which packages do i need to lock to keep alsa at 1.0.23? i don't want to move to 10.10 as i planned to stay with LTS. but if there is no other way... funny how debian chose to use 1.0.23 for their next stable edition, while ubuntu LTS stays with 1.0.22 despite it not working on many newer cards. especiall intel ones it seems.

View 6 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Bash Script To Unload ALSA Modules

Aug 1, 2011

I'm using the following bash script to load a null sink and loopbacks on command.

I want to have a separate script that will unload the modules loaded in this script. However, the pacmd unload-module only accepts the index number, not the name. I have no way of knowing what the index numbers will be as they change each time, so I've got stuck writing the script.

write the unload.sh equivalent to this load.sh:

Code:
#!/bin/bash
pacmd "load-module module-null-sink sink_name=mywiretap"
pacmd "load-module module-loopback source=alsa_output.pci-0000_04_03.0.analog-stereo.monitor sink=mywiretap"
pacmd "load-module module-loopback source=alsa_input.pci-0000_04_03.0.analog-stereo sink=mywiretap"

View 1 Replies View Related

OpenSUSE Hardware :: Updated ALSA - Now Modules Won't Load

Dec 26, 2009

I updated alsa to the latest 1.0.22, however now the alsa modules refuse to load! When I do

Code:

rcalsasound restart

I get:

Starting sound driver: hda-intelWARNING: Error inserting snd_timer (/lib/modules/2.6.31.5-0.1-desktop/updates/alsa/acore/snd-timer.ko): Invalid module format
WARNING: Error inserting snd_pcm (/lib/modules/2.6.31.5-0.1-desktop/updates/alsa/acore/snd-pcm.ko): Invalid module format

[code]....

My audio codec is IDT 92HD81B1C5 and the problem is I can't get the mic to work properly with the stock alsa.

View 9 Replies View Related

Hardware :: Can't Load ALSA Modules - No Sound / Solution For This?

May 24, 2009

Code...

The problem is to get sound out of my PC. I've executed alsaconf few times and every time it generates following errors to /var/log/messages code...

View 1 Replies View Related

Ubuntu Multimedia :: ALSA Driver Install Failed At Building Modules

Oct 10, 2010

I am attempting to install the Linuxant ALSA driver to make my sound work properly (speakers muting when headphones plugged in). This worked on Lucid, but on Maverick the installation fails at the "building modules" stage. It directs me to a logfile, which I have reproduced here:

Code:
rm -f .depend *.o snd.map*
rm -f modules/*.o modules/*.ko
rm -f *~ out.txt *.orig *.rej .#* .gdb_history
rm -f doc/*~
rm -f config.cache config.log config.status Makefile.conf
rm -f utils/alsa-driver.spec .....
make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-22-generic'
make: *** [compile] Error 2

The package partially installed I have no sound at all. I have kernel headers and every related -dev package I can think of installed. I'm running 64-bit; could that be an issue?

View 3 Replies View Related

Debian Configuration :: Can't Build Modules With 2.6.38-2-amd64 Packages

Apr 14, 2011

My new laptop works out of the box except for the video and the ethernet. For this, I have to use a later kernel than the Debian kernel (debian squeeze is currently 2.6.32). Upgrading to the new kernel (without moving to the testing dist itself) was pretty easy. I just installed linux-image-2.6.38-2-amd64 and linux-base from the testing distribution by manually downloading and using dpkg. After that, ethernet and video started working.

However, my virtualbox installation no longer works because the drivers do not match the kernel. I am used to this; whenever debian upgrades the kernel on me, I have to run "/etc/init.d/vboxdrv setup". This rebuilds the drivers. This failed for me, however, because it could not find the headers. So, I installed some more packages:

linux-kbuild-2.6.38
linux-headers-2.6.38-2-common
linux-headers-2.6.38-2-amd64

Now, when I rebuild it, I get this:

# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules:.
Uninstalling old VirtualBox DKMS kernel modules:.

[code]....

View 14 Replies View Related

Ubuntu Multimedia :: How To Restore ALSA Drivers To Version 1.0.23

Dec 11, 2010

I've followed some instructions to patch, compile & install the ALSA git repository in order to make my M-Audio Fast Track Ultra to work properly. After installing and rebooting there is no sound and in fact, in the hardware tab in Sound Preferences there's no device shown. The problem exists only when I boot using the 2.6.35-23-generic kernel. When I boot using the 2.6.35-22-generic kernel there's no problem at all and I can still use my on board sound card (listed as Internal Audio in h/w tab), which was what I was using before installing the patched drivers.

Is there a way to restore the original 1.0.23 ALSA Driver? I tried compiling from source but I get compile errors. Also I've taken a backup of the /etc/ directory -among others- before installing, if that's any use.

if that's any use to you:
in 2.6.35-23

Code:
$ aplay -l
aplay: device_list:235: no soundcards found...
Code:
$ sudo lshw -c sound
*-multimedia UNCLAIMED
description: Multimedia audio controller

[Code]....

View 7 Replies View Related

Slackware :: Update Alsa From Version 1.0.21 To 1.0.24?

Mar 18, 2011

[URL] I am trying to update alsa from version 1.0.21 to 1.0.24 and am having some issues. While trying to build the alsa until I get an error. I've been googling around and so far have found nothing. I was getting more errors earlier but that was solved by installing xmlto.

Code:

root@Jacob:/home/ethan/Downloads/alsa-utils-1.0.24.2# make
Making all in include
make[1]: Entering directory `/home/ethan/Downloads/alsa-utils-1.0.24.2/include'
make all-am
make[2]: Entering directory `/home/ethan/Downloads/alsa-utils-1.0.24.2/include'

[code]....

View 7 Replies View Related

Debian :: Installing New Version Of Alsa On Stable?

Feb 27, 2010

I recently bought a Dell 10v netbook and put Debian lenny on it. I got everything up and running, except that sound doesn't work. Two links I found said that the solution was to download alsa-drivers, alsa-lib, and alsa-util from the ALSA website and ./configure && make && make install:

[URL]

Another source says this can be fixed on Etch by recompiling alsa from source:

[URL]

However, I'm running stable lenny, and I'd rather do things the "right" way instead of doing a regular make install. Is there a way to grab the binary packages from testing/unstable and install those without problems? If that's not possible, can I grab the source package from testing/unstable and use that? If that's not possible, can I download the source from ALSA's website and build a package myself?

View 3 Replies View Related

Debian Multimedia :: Finding Repository For ALSA-1.0.23 Packages?

May 17, 2010

Is there any repository providing latest ALSA packages for Debian?

View 4 Replies View Related

Debian Configuration :: Modules Get Mismatched With The Running Kernel Version?

Sep 30, 2010

is there a common reason why modules get mismatched with the running kernel version?why do I always get that uneasy feeling like I'm headed in the wrong direction?

View 4 Replies View Related

Ubuntu :: Kubuntu Lock Or Hold Package Version?

Nov 25, 2010

Having trouble figuring this out. I've got a package that I've installed from out-of-repos and Kubuntu feels the need to "upgrade" this package to a version that I do not want to use. I've found out how to do this in Ubuntu, but not in Kubuntu. A commandline solution would be fine, although I've googled it and not come up with any working results.

View 2 Replies View Related

Hardware :: ERROR: Unable To Determine The Version Of The Kernel Sources Located In '/lib/modules/2.6.35

Jan 11, 2011

I have installed Arch Linux quite a few weeks ago; but I'm still trying my best to install the nividia display driver for my graphics card (nVidia Geforce 2 MX 400). Not only in Arch but have tried installing on other distros and still failed. I have read up all the documentations and I still find it hard to do this task. When I used the terminal and executed the NVIDIA-Linux-x86-94.43.01-pkg1.run file without any window manager running, I get this problem:

ERROR: Unable to determine the version of the kernel sources located in '/lib/modules/2.6.35-ARCH/build'. Please make sure you have installed the kernel source files for your kernel and that they are properly configured; on Red Hat Linux systems, for example, be sure you have the 'kernel-source' or 'kernel-devel' RPM installed. If you know the correct kernel source files are installed, you may specify the kernel source path with the '--kernel-source-path' command line option.

ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at nvidia.com.

Now I'm using Arch Linux Kernel 2.6.35 and I have got the source. But where am I suppose to put it now? I do not want to change the kernel. I just want the nVidia installer to identify that there is a kernel source so that it can install. I have searched up a lot on websites and ended up with no proper guide.

This is a very old driver. So since now I have the nVidia driver installation package and also the kernel source,

View 9 Replies View Related

Ubuntu Multimedia :: Launch Vlc 2 Version Open ,one With The New And One With The Default Skin.Vlc Is Lock Up?

Jan 14, 2010

Running Ubuntu 9.10 ,installed vlc via synaptic work fine. Using the preference setting i download and install a new skin. When i launch vlc 2 version open ,one with the new and one with the default skin.Vlc is lock up. tried uninstalling and reinstalling still

View 3 Replies View Related

Ubuntu :: Packages Version Name For Launchpad PPA

Jun 4, 2011

I finally figured out how to upload onto Launchpad into a PPA, but unfortunately, I cannot seem to get the version numbers worked out.

For instance, here is the original version of bleachbit-bonus:
bleachbit-bonus_0.8.2-1_all.deb

And I can successfully break it down into the correct source binaries for Launchpad, but when I try a folder name such as this:
bleachbit-bonus-0.8.2-1~ppa1

It uploads to the PPA just fine, but the versioning is bad. For some reason it breaks it down like this:
package name: bleachbit-bonus-0.8.2
version: 1~ppa1

Also, I really don't care what the version name is, I just want it working so I can mimic for several packages.

View 4 Replies View Related

OpenSUSE :: Download Packages With Wget From That Mirror With A String "alsa"?

Nov 30, 2010

Index of /distribution/openSUSE-stable/repo/oss/suse/i586 How can i download packages with wget from that mirror with a string "alsa"?

Such as:
alsa-1.0.23-2.12.i586.rpm
alsa-devel-1.0.23-2.12.i586.rpm
alsa-oss-1.0.17-29.2.i586.rpm

View 9 Replies View Related

General :: FATAL: Could Not Load /lib/modules/2.6.18-194.17.1.el5.028stab070.7PAE/modules.dep: No Such File Or Directory

Mar 6, 2011

I want set up VPN on my VPS but when i try to turn on tun/tap i see:

:/lib/modules# modprobe tun
FATAL: Could not load /lib/modules/2.6.18-194.17.1.el5.028stab070.7PAE/modules.dep: No such file or directory
os : debian 5
(folder lib/modules is empty)

View 1 Replies View Related

Ubuntu :: Where To Find .deb Packages For Newest Version Of Songbird?

Mar 4, 2010

I am running 9.04 and would like to get the newest version of Songbird. I don't want to upgrade just yet it that is needed so are there are other ways of doing so? If no one knows how to find .deb packages could they let me know how i could install the .tar.gz format offered on the website?

View 9 Replies View Related

Ubuntu Installation :: Install Packages After Version Id Depicated?

Jul 13, 2011

I have 9.04 on a box that is running a LAMP server just fine and I dont want to upgrade it right now to 10 or 11. All I need to do is install xinted on it so I can get rsync running as a daemon, but of course apt-get cant get the packages anymore. How does one do this?

View 1 Replies View Related

Fedora :: Version Control Repository For Packages?

Nov 13, 2009

Where is the version control repository for source RPMs? When a package maintainer makes a change, he or she must commit the change somewhere. Where is that, and is it publicly viewable?

View 2 Replies View Related

Software :: Downgrading Packages With APT-GET (Repository Version)

Oct 30, 2010

I enables some alpha repositories on my device(n900) and as expected, upgrades from there broke a lot of things. Now I disabled the repository but the newer versions of the packages are still installed. Is there a way to check for all packages, if the installed version is newer than the repository version? So that I can downgrade them? The package management is apt. The main problem is I don't exactly remember what I upgraded so manual (apt-get remove/ then install) downgrade is not much of an option. I think I changed some python libraries that broke my system.

View 2 Replies View Related

OpenSUSE Multimedia :: Configuring Alsa (or Alsa-oss) After Hardware Upgrade?

Nov 19, 2010

I have recently been forced to do a hardware upgrade (my previous mobo died). Now, sounds works ok with,amarok because kde has recognized the new hardware and switched to it.

..... does not work, likely because flash uses alsa-oss which is probably not configured automatically. I have tried uninstalling and reinstalling both alsa-oss and flash, but it didn't solve the problem.

View 1 Replies View Related

General :: Rc.modules Not Loading Modules At Startup?

May 11, 2010

I've been trying to load my pcmcia network card driver "xirc2ps_cs" at startup with no success. I have added "modprobe xirc2ps_cs" to the rc.modules file but it doesn't load at startup. Curiously, though, if I execute rc.modules AFTER the machine has booted it will load the modules just fine. Just not during the boot up process. Thinking that hotstart might have been causing problems I've disabled hotstart (chmod -x) temporarilly to remove it from the picture, but there was no change.

View 5 Replies View Related

CentOS 5 :: Way To 'lock' To Minor Release Version Of Centos?

Aug 18, 2010

I've had two centos smtp relays setup since 5.1, and it seems every day there are updates, and about every 3 months new minor releases.Is there a way to "lock" to a minor release version of centos? I use yum update to run updates, is that the correct process?

View 2 Replies View Related

Slackware :: Kernel Version Downgrade: Rebuild Any Other Packages From Sources?

Mar 23, 2011

I have installed and configured Slackware 13.1 and it works perfectly. Now I'm going (actually forced) to downgrade kernel version down to 2.6.32. Is there any caveats? Do I need rebuild any other packages from sources?

View 13 Replies View Related

Ubuntu Installation :: Boot Error "modprobe: FATAL Could Not Load /lib/modules 2.6.35-22 Generic Modules No Such File Or Directory"

Apr 14, 2011

Tonight I installed ubuntu 10.10 (32 bit) on an external usb harddrive with a dvd I burned and I used my older desktop. I disconnected all internal and external drives first so everything had to be put on the usb drive I selected (only option available). I used the option to load extra software, use the entire hard drive, and let the software do it's thing. I basically had no options where to put things and it didn't have much choice.

When I boot the usb drive on my laptop (win 7 64 bit) by telling the bios to boot to it first... I get an error: modprobe: FATAL Could not load /lib/modules 2.6.35-22 generic modules No such file or directory. This message appears twice and then it does boot into ubuntu and seems to work fine. I'm new to this OS so that is an uneducated guess but the things I have done seem to be working. So exactly what is this error referring too? Is there a way to fix the problem or do I just ignore it.

View 9 Replies View Related

Ubuntu Servers :: E: Could Not Get Lock /var/lib/dpkg/lock - Open (11 Resource Temporarily Unavailable)

Mar 25, 2010

When i connect windows server 2003 from ubuntu these error displayed .When i installing the tsclient, by executing these following command from a Terminal window:

sudo apt-get install tsclient

When i run these command the following error displayed.

E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)

E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

View 1 Replies View Related

Ubuntu :: 10.4 Freezing \ When Tried To Turn It On Some Of The Lights Came On And The Caps Lock And Num Lock Started Flashing?

Sep 14, 2010

I have a HP Pavilion dv4 that is 4 months old. Yesterday it suddenly seemed to restart then once I logged in it turned off. When I tried to turn it on some of the lights came on and the caps lock and num lock started flashing. Since then I have not been able to get it to work correctly.It once seemed to turn on but died again after the login window.I tried to use my live cd but the same thing happened. It started loading once, but then shut down again. Every other time it stayed dead minus the lights

View 1 Replies View Related

Ubuntu :: Sudo-apt Get Not Working - Not Get Lock /var/lib/dpkg/lock Resource Temporarily Unavailable

Jun 12, 2011

I recently installed Ubuntu 11.04 on an old Sony Vaio laptop. I was following some of the steps here..[url]

The step "Enable Full DVD Playback(Dual Layer DVD Support)" did not finish correctly doh and now I can't use 'sudo apt-get' for anything or the software center or using the 'Update Manager' does not work.

The update manger says it may be caused by an update not finishing correctly which sounds correct as explained above. The apt-get command gives me back the following....'Could not get lock /var/lib/dpkg/lock resource temporarily unavailable' 'unable to lock administration directory /var/lib/dpkg is another process using it?'

I tried the obvious restart but that hasn't worked.

View 6 Replies View Related

Ubuntu Installation :: E: Could Not Open Lock File /var/cache/apt/archives/lock

Feb 25, 2010

my problem is the terminal:

E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/) , are you root?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved