Software :: Mpg123 Error, Related To Alsa Module?
Jan 30, 2010
When I try to play a .mp3 file with mpg123, e.g. with this command: mpg123 someCoolTune.mpg I get these error messages.
[module.c:110] error: Failed to open module alsa: file not found
[module.c:110] error: Failed to open module oss: file not found
[module.c:110] error: Failed to open module esd: file not found
[module.c:110] error: Failed to open module jack: file not found
[module.c:110] error: Failed to open module pulse: file not found
[module.c:110] error: Failed to open module nas: file not found
[Code]...
GUI audio players like Rhythmbox and Totem work just fine. I believe all of the audio on my computer depends on alsa. Another command that works just fine is aplay, aplay -q /usr/lib/openoffice/basis3.1/share/gallery/sounds/cow.wav
and aplay definitely uses alsa. My only other clue is, when I shut the machine down, one of the messages printed to the console during shutdown was something about /etc/default/timidity. Timidity is something that converts MIDI to WAV, and it may have nothing to do with my mpg123 problem. I am running Debian Lenny. How can I troubleshoot mpg123? Or would it be likely to help if I simply uninstall and reinstall mpg123? That might be easier than troubleshooting.
View 8 Replies
ADVERTISEMENT
Mar 6, 2009
I made mpg123 rpm for x86_64 architecture but i'm not able to install it!I used the rpmbuild from RPM v. 4.6.0.i tried this
Code:
sudo yum localinstall mpg123-1.6.4-10.fc10.x86_64.rpm
and i got
[code]....
View 3 Replies
View Related
Jan 15, 2016
I have a hard time unloading a module (that is it's more stubborn than an aging leprechaun) that is being reported as not being used by lsmod:
Code: Select allroot@groot:~# modprobe -vr saa7134_alsa
modprobe: FATAL: Module saa7134_alsa is in use.
root@groot:~# lsmod | grep saa
saa7134_alsa 17686 0
saa7134 174878 1 saa7134_alsa
tveeprom 20593 1 saa7134
[Code] .....
Why I would need such an outlandish thing is that after I was forced to do a system reinstall thus losing my previous conf files I've been trying to reinstall my saa7134 tvcard. Normally i2c should handle the problem but it won't detect it. So I have a nice little script I found and modified to find the correct card although it is a bit tedious to run:
Code: Select all#/bin/sh
MAXCARD=150
for m in $(seq 0 $MAXCARD);
do
MAXTUNER=69
for i in $(seq 0 $MAXTUNER);
[Code] ...
But I can't unload saa7134 because saa7134_alsa is using it, and I can't unload saa7134_alsa, because, well, because the system doesn't feel like it. I've blacklisted the module (saa7134_alsa) but it gets loaded none the less and won't go away.
View 4 Replies
View Related
May 4, 2009
GNOME has adopted the pulseaudio infrastructure and it has grave errors reading from ALSA sinks. One of the many effects is that every 2 or 3 seconds a 3 line error message is written to the syslog to the effect of 'ALSA woke us up...blah blah blah' and it is filling up everyone's syslog. What I need is a workaround to just stop these messages from being written so I can level set and figure out a long term course of action.
View 2 Replies
View Related
Jun 1, 2009
When I try to load the Realtek 8187 modules to kernel using the ./wlan1up command, I get the following error:
[root@localhost rtl8187_linux_26.1025.0328.2007]# ./wlan1up
insmod: error inserting 'ieee80211_crypt-rtl.ko': -1 File exists
[code]...
Can someone tell me how to correct the "Invalid module format"? I hope that correcting the "Invalid module format" error, I will not have the "Unknown symbol in module" error.
Note: I am using wlan1 for this module as I previously am online with the wlan0 network.The same error occurs if I use ./wlan0up.
View 3 Replies
View Related
Jun 8, 2010
Code:
nits@nits-desktop:/mnt/Storage/Tors/Incomp$ btdownloadcurses --check_hashes 1 filename.torrent
/usr/lib/python2.6/dist-packages/BitTorrent/Storage.py:4: DeprecationWarning: the sha module is deprecated; use the hashlib module instead from sha import sha
These errors occurred during execution:
[09:37:48] IOError - [Errno 5] Input/output error
Got this error when I tried hash checking, was downloading the file using rtorrent when there was a sudden powercut and my system shutdown abruptly, tried restarting the torrent and kept encountering problems while restarting.
View 2 Replies
View Related
May 1, 2011
I've been unable to boot into x using the real-time kernel from CCRMA at home. I get the error "Failed to load module "nvidia" (module-specific error,0) no drivers available. I'm using the driver from Nvidia. I know that this is not an official Fedora kernel and I should be bothering CCRMA about this, but in the mean time could I edit the entry in grub.conf so that it will use the Nouveau driver for that kernel only? That way I could "dual-boot", and just use the rt kernel when I want to use audio software and don't need 3d graphics.
View 5 Replies
View Related
Nov 29, 2010
I just tried to compile dk-milter (DomainKeys Milter) on a Fedora 13 x64 system and got this error:
Code:
make[2]: Leaving directory `/home/popicait/dk-milter-1.0.2/obj.Linux.2.6.34.7-61.fc13.x86_64.x86_64/libsm'
cc -O2 -I. -I../../include -D_REENTRANT -DXP_MT -c -o dk.o dk.c
cc -O2 -I. -I../../include -D_REENTRANT -DXP_MT -c -o rfc2822.o rfc2822.c
cc -O2 -I. -I../../include -D_REENTRANT -DXP_MT -c -o util.o util.c
ar crv libdk.a dk.o rfc2822.o util.o
[Code]...
View 1 Replies
View Related
Oct 29, 2009
I did this several other similar servers here today without errors. I'm not quite sure what I'm getting hung up on here.
[root@devoratech yum.repos.d]# rpm -q centos-release
centos-release-5-3.el5.centos.1
[root@devoratech yum.repos.d]# yum repolist
[code]....
View 1 Replies
View Related
Mar 2, 2010
Used mpg123 command to convert mp3 to wav files. It is been converted fine but the question is why the file size is get differed?
For an example, # mpg123 -w out.wav Fav.mp3 Here Fav.mp3 size is 1.2 M and out.wav file size is 16M
Is there any specific reason in it?
View 4 Replies
View Related
Jul 24, 2010
I try to play some music with my PlugComputer and I use an USB audio key. I have succefully installed linux-sound-base, alsa and mpg123. When I run mpg123 the sound loud during 5 seconds and stop. After the device is locked and nothing can be played without rebooting.
[Code]...
View 3 Replies
View Related
Mar 25, 2011
After untarring the file and executing the binary for firefox, the following error is coming "brilliant:/firefox # ./firefox ./firefox-bin: error while loading shared libraries: libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory". The libpangocairo-1.0.so.0 is there in /usr/lib.. I guess this is because the SuSE is 64 bit and the software Im trying to install is 32 bit.
View 5 Replies
View Related
Jan 28, 2010
OK Trying a fresh install of bnome openSuse, and I have certainly screwwed something up again and hope I don't have to reinstall again., arghhhh! Tomboy won't open, even after reinstallation, and below is the error, but first, as well I can't open my .odt file with openoffice writer!
now the error... #tomboy Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory ...and lots more
View 3 Replies
View Related
Jul 28, 2011
After 2 months away from Fedora i am using it again, and used yum update to update stuff, everything was running fine, downloaded stuff, but 2 of the 666 stuff to install got error, here is:
[code]...
View 8 Replies
View Related
Feb 22, 2010
What is the error "invalid module format" and the message "insert kernel module" mean? And whats the reason for the same?
View 8 Replies
View Related
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
Apr 21, 2009
I am using Fedora 10 kernel 2.6.29.1-36.fc10.i686
I have installed the following packages
When I try to configure alsa, I got the following error:
View 1 Replies
View Related
Oct 21, 2010
Just updated Meerkat - and the alsa-utils update did not go well. Aptitude reported an error trying to config. Anybody else with this problem? Workarounds or do we wait for a few days till the maintainers fix it?
View 2 Replies
View Related
Sep 12, 2009
When I try to login as a user, I get the dreaded "500 OOPS: cannot change directory:". Almost every posting I can find related to this problem was due to SELinux being enabled. My SELinux is operating in permissive mode. So why can't it open the home directory when I log in as the tarheelnk user?
Code:
[root@server1 home]# ls /home/ -l
total 36
-rw------- 1 root apache 7168 2009-09-11 16:24 aquota.group
-rw------- 1 root apache 7168 2009-09-11 16:30 aquota.user
drwx------ 2 root root 16384 2009-09-11 10:07 lost+found
drwsrws--- 4 tarheelnk apache 4096 2009-09-11 14:58 tarheelnk
code....
View 1 Replies
View Related
May 16, 2011
I'm having an issue using MPD currently, using sonata as the front end. Quick specs are as follows:
Code: Fedora 13 x64 - Linux ltp01 2.6.34.8-68.fc13.x86_64 #1 SMP Thu Feb 17 15:03:58 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux MPD version - mpd (MPD: Music Player Daemon) 0.15.11 Here is my mpd.conf file contents: Code: # An example configuration file for MPD # See the mpd.conf man page for a more detailed description of each parameter.
[Code]...
I googled my issue, and didn't come up with much to help me. Any advice on this? It's not a completely pressing issue, but I would like to know what is going on and how I can fix this, since I never messed with MPD before in my life.
View 10 Replies
View Related
Apr 26, 2010
could not get my sound to operate so i followed the intructions toMulti-media and Restricted Format Installation Guide - openSUSE Forumsnow i have a working audio and video player but my sound is depreciated to an almost inaudible levelwhen i try to open pulse i get connection failed:connection refusedand when i try alsa gui i get function snd_ctl_open failed for default:connection refusedcan anyone please correct this with me or for me. Noob wanting not to regret leaving windows
View 9 Replies
View Related
Dec 20, 2010
I am attempting to record my microphone input using ffmpeg / alsa but always receive the following error:
[code]...
Using arecord works perfectly with hw:0,0. I had also tried to use /dev/snd/hwC0D0 as input but I receive an error from alsa saying that it doesn't exist (despite it existing and having adequate permissions). I know absolutely nothing about hardware but am comfortable around the command line
View 2 Replies
View Related
Jan 31, 2011
I am having a problem while inserting a particular module.
Following are some prints :-
I am using STLinux-2.4 Distribution, kernel 2.6
I have changed the access permissions on all the .ko as rwx. Still I am getting the problem.
View 2 Replies
View Related
Apr 20, 2010
After installing ncl 2 sp2, I restarted my computer. Now when I try to login I am getting the following error:Module is unknown. I am running openSuse 11.2 64-bit.
View 2 Replies
View Related
Jul 3, 2010
I recently installed 10.04 with a realtime kernel and after running some upgrades I can now no longer log in. It was previously set to automatically log in, now I get to the log in screen, click on Automatic Login and it says: Unable to open session. If I click my username and then enter my password it says the same thing. I can ctl-alt-F1 to the CLI and if I then enter username and password I get:
Code:
Last Login: Sat Jul 3 12:24:51 BST 2010 on tty1
Linux james-laptop 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 07:54:58 UTC 2010 i686 GNU/Linux
Ubuntu 10.04 LTS
Welcome to Ubuntu!
* Documentation: https://help.ubuntu.com
0 packages can be updated
0 updates are security updates
[Code]...
View 3 Replies
View Related
Oct 28, 2010
Why am I getting this error: ERROR: Module mod-wsgi does not exist!
$ sudo a2enmod mod-wsgi
Code:
ERROR: Module mod-wsgi does not exist!
$ sudo a2enmod mod_wsgi
Code:
ERROR: Module mod_wsgi does not exist!
[Code]...
View 1 Replies
View Related
Mar 13, 2011
I update my last kernl to 2.6.38-rc7 but when I launch VirtualBox, on stdout.The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (2.6.38-rc7) or it failed to load. Please recompile the kernel module and install it by sudo /etc/init.d/vboxdrv setup.
View 1 Replies
View Related
Apr 16, 2010
I keep getting the error
"Initializing USB keyboard: Modprobe : Can't locate module keybdev [failed]
and "initializing USB Mouse: Modprobe : Cant locate module mouse dev [failed]
I am using Red Hat linux and trying to compile my own kernel...
View 6 Replies
View Related
Sep 23, 2010
I have a driver source which includes linux/module.h.The following error occurred during compile.the kernel source is: 2.6.33.6-147.2.4fc13.i686the compiler is: gcc-4.4.4-2.fc13.i686
In file included from /home/joseph/rpmbuild/BUILD/kernel-2.6.33/linux-2.6.33.i686/arch/x
86/include/asm/cmpxchg_64.h:4,
from /home/joseph/rpmbuild/BUILD/kernel-2.6.33/linux-2.6.33.i686/arch/x
[code]....
View 3 Replies
View Related
May 23, 2010
I installed ndiswrapper and tried adding a driver. Error: module ndiswrapper not found.So I recompiled my kernel, upgrading to 2.6.33.4 (no, I can't see the logical connection either) After a week, I got the new kernel working ( in the interim I reinstalled debian- it didn't survive my first kernel attempt. don't ask), and reinstalled ndiswrapper. Same problem. So I had a stoke of genius: download the source package!! So I did. Lo and behold, a new directory appeared in /usr/src/ : modules. I took a moment to admire my work, then I jumped in.I 'ls'ed to see what was going on, and found a Makefile. so I typed 'make'. First error: kernel source not found. So I entered the Makefile, found the(clearly marked)variable,and changed it to /usr/src/linux-2.6.33.4 , exited, and redid 'make' Second error: no wireless support in kernel. So I went to src/linux-2.6.33.4 and did a make menuconfig- loaded my current, threw in wireless, and exited.
[Code]...
View 1 Replies
View Related