Ubuntu :: Play In Terminal Get The Error " No Handler For File Extension 'mp3' "?
Mar 3, 2011
I have just installed the play command in my terminal and when I try to play an mp3 i get the error " no handler for file extension 'mp3' ".Am I required to create a default action that happens when an mp3 file is called, like opening and audio player, or do I just need to install some specific drivers?
View 5 Replies
ADVERTISEMENT
Aug 23, 2010
Odd that no posts come up in the search for "sox" or "specifically sox mp3"
How to get it up and going?
Which yum libraries need to be installed to get sox to recognize mp3s,
example: yum -y install force-mp3-to-start-working
its producing this error message: sox formats: no handler for file extension `mp3'
View 10 Replies
View Related
Aug 2, 2010
When trying to play videothe extension .vob,the following message :pa_stream_writable_size () failed. Connection terminated. I tried to follow the tread associated with that error message with little luck. Following that thread led to the following command:sudo pulseaudio --killWhen I executed that command I got the following:E: core-util.c: Home diectory home/username not oursE:main.c: failed tokill daemon: permission denied
View 6 Replies
View Related
Sep 29, 2010
I want to define a simple error handler for a script. Image a script that does a few commands:
Code:
ls .
cd ..
touch ...
whatever, it doesn't matter. I want to define one error handler for the script, so if any of the steps error than the script is terminated and the error handler is run. I see the -e option to quit on errors, but I want a GOTO on errors.
View 1 Replies
View Related
Oct 11, 2010
I recently installed openSUSE 11.3 (4 times, I think, which gives me always a new name for the "server" and in my terminal screen I continuously get this error: Message from syslcgd@linux-i4cz at Oct 12 06:21:57 ... kernel:[2866.05E384] do_IRQ: 0.91 No irq handler for vector (irq -1) the number after kernel: varies I then hit a few time son the [I]enter[I] key and then I get my linux prompt.
View 2 Replies
View Related
May 6, 2010
I'm trying out 10.04 LTS 64-bit from the live CD and when I try to play a MP3 or WAV file it gets the usual Search for suitable plugin? "The required software to play this file is not installed. You need to install suitable plugins to play media files. Do you want to search for a plugin that supports the selected file? The search will also include software which is not officially supported." Error message so I click Search and it comes up with the error No packages with the requested plugins found.
Is this because it is in Live Mode and installing 10.04 to my hard drive will fix it or does Ubuntu no longer support audio files other then ogg and other open source audio / video file formats due to copyright problems?
View 1 Replies
View Related
Dec 19, 2010
You may know the Humble Indie Pack 2, which is a set of crossplatform indie video games. There's one game in the bundle that doesn't offer a 64bit build and therefore it fails to load. It's called Braid and that's what you get when you try to run it: $ ./braid ./braid: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
Of course the 64bit libs for OpenGL and the propitiatory nvidia drivers are installed, but the game asks for the 32bit ones, at least to my understanding. I do know that why can install 32bit libraries on a 64 bit linux system (we do that for the sake of crappy Adobe Flash), but I don't know where to find these libs (searching the repo with keywords like .i586 or ia32 led me nowhere).
View 2 Replies
View Related
Mar 11, 2011
When iwconfig is redirected thus Code: iwconfig >> wireless.txt things like Code: eth0 - Has no wireles extension are still outputted to the terminal (stdout)
View 2 Replies
View Related
Sep 13, 2010
I downloaded the xvid codec from: PackMan:: Informationen zum Paket xvidcore, and the install was successful.I'm trying to play an xvid file, and Kaffeine is saying it cannot play all file formats, would I like to install additional support. When I click yes, it asks me for additional repositories.
View 3 Replies
View Related
May 6, 2010
Anyone know how to compress a file to extension z?not tar.gz , zip, 7zip
View 6 Replies
View Related
Jan 28, 2010
my computer doesn't get the internet, so I've tried to download what earlier threads write as the solution on another computer, but the other computer isn't linux, and it says that it doesn't recognize the file extension. Is there any way to download the "ubuntu-restricted-extras" thingy without it immediately trying to install?
(I have ubuntu 9.1, on a thinkpad t22(i think))
View 1 Replies
View Related
Feb 15, 2011
I'm trying to create an iso file in a terminal with the following command:
$cat /dev/sr0 > nameofdisk.iso
I get the following error
cat: /dev/sr0: Input/output error
I already checked and my optical drive is indeed /dev/sr0. I've hunted google a few hours trying to figure it out. Does anyone know why I'd be getting this error?
View 4 Replies
View Related
Oct 20, 2010
I have a considerable number of files in a subdirectory (some fascinating old military clips from archive.org - search on Big Picture if interested). Anyhow, I am downloading them using Internet Download Manager running in an XP virtual machine in VMWare on my Ubuntu 10.04 PC (due to the queuing, restart and speed capabilities of IDM). But I digress - the files are being saved on the host (Samba share) without a file extension. So I have a collection of files with names like
Quote:
The Douglas MacArthur Story
THEY WERE THERE (1960)
I wish to add the extension ".mp4" In Windows this is simply done with the command
Quote:
rename *. *.mp4
This of course does not work in Linux. I have researched the Linux rename command and reviewed a lot of examples. However, I have not found a way to add an extension to a batch of files which are named with no extension to start with. The spaces in the file names also seem to present an issue. At the moment I am renaming them from the Windows VM while they are sitting on the Samba share using the ancient File Manager program from Windows NT which works great on XP. I have experimented with the file rename facility in Gnome Commander however, it does not seem to want to do something so simple.
View 10 Replies
View Related
Feb 2, 2010
when i try to play a video, from internet it is showing the message 'Either javascript turned off or download and install latest adobe flash player'. But eventhough I downloaded and installed adobe flash player I am unable to play any video and still it is giving the above message. what is the reason?
View 2 Replies
View Related
Nov 13, 2010
Recently I migrated from Ubuntu to Debian, first thing i wanted to do was to give myself sudo permissions and lock the roir account. By default sudo group don't have permissions to do this on debian, so i wanted to edit sudoers file by typing visudo. But i keep getting this
error: Error opening terminal: vanilla How can i solve this.
View 1 Replies
View Related
Jun 26, 2010
How to open and run file with extension nds in ubuntu linux?
View 1 Replies
View Related
May 5, 2011
I installed Minecraft and I want to hide the .JAR extension on the file on my desktop. I tried just renaming it and deleting the ".jar" from the name, but when I tried opening it, it opened as an archive, rather than an executable, even though I had the "Allow executing file as program." box checked off. What can I do to hide the extension?
View 1 Replies
View Related
Apr 12, 2010
I'm sure this is a simple problem, however I am a newly reformed microsoft user (and it feels great).
When I try to watch wmv streams I get the error: No URI handler implemented for "mmsh".
View 2 Replies
View Related
Apr 2, 2010
How to make sure that when I save a pdf file, the file extension .pdf appears in the filename? Its a silly little thing, but annoying. The file browser recognises it afterward as a pdf file though, it opens with document viewer ok.
View 9 Replies
View Related
Apr 24, 2010
I am running 10.04 beta2 and have installed cups-pdf printing. I can print to the PDF printer and it works fine saving the file to ~/PDF. It saves it with the PDF extension as expected. I am trying to save the file by default to a windows share. I changed the DEVICE URI line to smb://HOME/SERVER/PDF. When I print, the job shows up on the windows share but without a PDF extension
View 8 Replies
View Related
Jul 8, 2010
I have received a file in CDF V2 format (.pub file extension).
Is there any software available to read this file in Linux (Ubuntu)?
View 2 Replies
View Related
Mar 6, 2011
I am trying to move files from one folder to another based on their file extension. I can do it with a single extension, but I want to match multiple.
Example:
This works, but I want it to not only match mov, but also mpg, flv, mp4, etc. I would think something like [mov,mpg,flv] would work, but it doesn't.
View 4 Replies
View Related
Sep 21, 2010
When trying to play a MP3 file without extension, mplayer shows this message:
Quote:
$ mplayer file
MPlayer SVN-r29237-4.4.1 (C) 2000-2009 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
[code]....
It does not happen with all the files I've tested, but only some of them, is there an option to indicate mplayer that the file is actually in mp3 format?
View 2 Replies
View Related
Nov 10, 2010
At the moment, when I rename a file in Nautilus it highlights the full file name including the file extension. How can I make it only rename the first part of the file and ignore the extension (as it always did)? The odd thing is that if I rename a file on the Desktop directory, it does not highlight the extension.
View 9 Replies
View Related
May 30, 2011
I have made the simple mistake of using dolphin to rename several picture files of types jpg and png. I have no problem viewing them and Ubuntu still knows which is which (if i view their properties it will state File Type: JPEG or PNG) but unfortunately Ubuntu Tweak does not allow you to chose them without the extension (I am trying to change my login background using this) So what i need is something that can scan several files, determine the file type, and add an appropriate extension to it. I have found several to do so for music files but none for images. I am using Ubuntu 11.04 at the moment.
View 5 Replies
View Related
Mar 26, 2010
I need to find a Broadcom BCM4312 driver that has a .inf file extension. I cannot find one anywhere. I need to atleast once use wireless inside of ubuntu.
View 2 Replies
View Related
Sep 10, 2010
I trying to read a file with an .odc extension.Using openOffice Calc, However there is a of garbage and irreadable characters, I found out it is a Microsoft office data connection file. Is there a way around it?
View 4 Replies
View Related
Mar 2, 2010
I am trying to access a .dd file extension. Do I have to mount it?
VMware-VMvisor-big-3.5.0_Update_2-110271.i386.dd
# fdisk -ul VMware-VMvisor-big-3.5.0_Update_2-110271.i386.dd
Blocks Id System
VMware-VMvisor-big-3.5.0_Update_2-110271.i386.dd1 8192 1535999 763904 5 Extended
VMware-VMvisor-big-3.5.0_Update_2-110271.i386.dd4 * 32 8191 4080 4 FAT16 <32M
VMware-VMvisor-big-3.5.0_Update_2-110271.i386.dd5 8224 106495 49136 6 FAT16
[Code].....
I am trying to grab some files off this file to create a PXE vmware boot.
View 2 Replies
View Related
Aug 8, 2011
#!/bin/csh -f
source /xxxx/
set $spicedir = `sim_${1%.*}`
printf "Output folder is %s
" $spicedir
toolcommand -i $1 -o $spicedir
(-o output directory, -i =input)
I got spicedir: Undefined variable in my xterm
How could I match a file name without extension in csh
View 1 Replies
View Related
Apr 26, 2010
How will I open a file with extension .pmd in linux ?
View 7 Replies
View Related