My ubuntu defaults on VLC player for all downloads.
where do I find what application will just let me download a file.
instead of VLC media player?
and where is it found?
Hi. Running Xubuntu 14.10 in Dell Optiplex 170L. Parole Media Player is on 14.10 but it crashes when it attempts to play an .avi file. Looking around some people suggested VLC media player, but on the Ubuntu Software Center it doesn't say it handles .avi.
I am running linux mint 17 and every few times I put new files on my mp3 player the files end up being corrupted,and when I connect to my windows machine it says that the mp3 player has some bad files on it. Can anyone shed some light on this problem,I use Dolphin file manager.
Thanks in advance for any help.
Don't suppose someone can tell me exactly what to write in order to download and install PMS on Arch? I'm about to throw my computer out of the window.
First I tried:
Code:
sudo pacman -S plex-media-server-plexpass
And it cannot find anyting. I've only managed to find Plex Home Theatre using this method.
Next I tried:
Code:
sudo pacman -U https://downloads.plex.tv/plex-media-server/0.9.11.17.986-269b82b/plexmediaserver-0.9.11.17.986-269b82b.x86_64.rpm
Which resulted in an error stating:
Code:
error: failed retrieving file 'plexmediaserver-0.9.11.17.986-269b82b.x86_64.rpm.sig' from downloads.plex.tv : the requested URL returned error: 404
warning: failed to download https://downloads.plex.tv/plex-media-server/0.9.11.17.986-269b82b/plexmediaserver-0.9.11.17.986-269b82b.x86_64.rpm.sig
loading packages...
error: '/var/cache/pacman/pkg/plexmediaserver-0.9.11.17.986-269b82b.x86_64.rpm' : package missing required signature.
I mean, what am I doing wrong? Can someone please tell me exactly what to type in to download and install PMS?
Cheers
Hi. I am a noob to Red Hat but have previously used but am no expert with other linuxes such as Puppy and Ubuntu. Can anyone suggest a good music file player for Red Hat (or in general) ? I have many files that I have recorded from records and cassette tapes but Itunes/ Windows won't let me play them, saying that the ORIGINAL cannot be found, so I am switching back to Linux. Thank you. Admins- if this is in the wrong area feel free to move it. Thanks.
I keep my Music on a USB flash drive. I do not have room on my laptop to store my mp3 library so this is not an option. Whenever, I remove the flash drive (or restart my computer, i think) my music player (rhythmbox currently) forgets where the music is stored. I have to go through reimporting my whole music library which is time consuming and tedious. I imagine that my music player can't find the files because the flash drive gets mapped to a different mount point or something after restarting or removing the drive.
TL;DR
How can I setup my laptop so that my music player can find my music library on a usb flash drive without needing to constantly re-import my library?
Also, I have the same question to syncing to cloud storage. How can I automatically sync flash storage to the cloud?
Hi all,
I'm not quite a newbie having been using Linux for around a year now and think I know some of the basics at least. In the main it does what I want, some things better than they ever did on Window while some things frustratingly more awkward!
I have a load of music files that I'd like to search through and transfer some to the external sd card of my android phone. This was something that was a doddle during my Windows days but seems unbelievably difficult now. Back then I used a media player I loved, Mediamonkey, and could simply drag and drop whichever tracks I wanted, or right click and move to a device that way. Sadly this doesn't work too well with WINE though so is fine on XP through Virtualbox, apart from a lack of USB function.
I'm using Linux Mint 17.1 with a KDE desktop.
When I plug my phone into a USB port, it is recognised straight away as an android phone and I can navigate around it with no problems in Dolphin. I could look for each individual file and transfer them that way but with around 30,000 mp3s the task would take quite some time!
None of the media players I've tried so far recognise the phone or the storage on it.
I've installed Windows XP on Virtualbox and have Mediamonkey on there with all my audio files. I can't seem to get Virtualbox to recognise any USB devices so I can't transfer files that way either.
I find it annoying that, in effect, Android is a variety of Linux yet connectivity between the two is so complicated. Airdroid has been the best way that I've found but that's not an option.
I've been trying for 4 hours now and have got nowhere. If anyone can help I'd be grateful Thanks
Hi,
Previously I had installed VMware Player 6.0.1 with Kali 1.0.6 without any issues. I decided to upgrade both with a clean install to VMware Player 6.0.2 with Kali 1.0.7. Now Kali freezes on me a couple of times a day. When it freezes the light on my caps lock blinks and the only way I can get out is to close VMware Player. Is anybody able to give me some advice on how to fix this. I have reinstalled these again but the same thing. I am a newbie so be gentle.
Hello! Who can help me? I remenber this problem have never occured when I was using CentOS 6.4. This time I am using Fedora 19 and problem occured as follow.
[ultrabird@PanFu Downloads]$ ls
dnw-linux-v1.01.tar.gz xdnw-0.5.1.tar.gz
[ultrabird@PanFu Downloads]$ mkdir dnw-linux && tar -zxf dnw-linux-v1.01.tar.gz -C dnw-linux
[ultrabird@PanFu Downloads]$ cd dnw-linux/
[ultrabird@PanFu dnw-linux]$ ls
dnw.rules logo.png Makefile README src
[ultrabird@PanFu dnw-linux]$ cd src/driver/
[ultrabird@PanFu driver]$ ls
Makefile secbulk.c
[ultrabird@PanFu driver]$ make -C /lib/modules/`uname -r`/build M=`pwd` modules
make: Entering directory `/usr/src/kernels/3.10.10-200.fc19.i686'
CC [M] /home/ultrabird/Downloads/dnw-linux/src/driver/secbulk.o
/home/ultrabird/Downloads/dnw-linux/src/driver/secbulk.c: In function ‘secbulk_write’:
/home/ultrabird/Downloads/dnw-linux/src/driver/secbulk.c:60:96: warning: comparison of distinct pointer types lacks a cast [enabled by default]
to_write = min(len, BULKOUT_BUFFER_SIZE);
^
Building modules, stage 2.
MODPOST 1 modules
CC /home/ultrabird/Downloads/dnw-linux/src/driver/secbulk.mod.o
LD [M] /home/ultrabird/Downloads/dnw-linux/src/driver/secbulk.ko
make: Leaving directory `/usr/src/kernels/3.10.10-200.fc19.i686'
[ultrabird@PanFu driver]$ ls
Makefile Module.symvers secbulk.ko secbulk.mod.o
modules.order secbulk.c secbulk.mod.c secbulk.o
[ultrabird@PanFu driver]$ sudo insmod ./secbulk.ko
[sudo] password for ultrabird:
[ultrabird@PanFu driver]$ dmesg | grep secbulk
[ 438.172811] secbulk: module verification failed: signature and/or required key missing - tainting kernel
[ 438.174533] secbulk:secbulk loaded
[ 438.174660] usbco registered new interface driver secbulk
[ultrabird@PanFu driver]$ uname -a
Linux PanFu 3.10.10-200.fc19.i686 #1 SMP Thu Aug 29 19:25:53 UTC 2013 i686 i686 i386 GNU/Linux
dnw is a download tool for ARM. Maybe secbulk is it's driver. I don't know much about it. Any help would be appreciated. Thanks!
Trying to install software/drivers for wireless dongle on my Fedora Linux box. I have downloaded and expanded my files into my /home/me/Downloads.
In my example: /home/cjh/Downloads/LinuxDriver4Fedora_v2.5.0.3
This is where the make file is.
I run make and get an error:
"make -C /lib/modules/3.4.2-1.fc16.i686/build SUBDIRS=/home/cjh/Downloads/LinuxDriver4Fedora_v2.5.0.3/os/linux modules
make: *** /lib/modules/3.4.2-1.fc16.i686/build: No such file or directory. Stop.
make: *** [LINUX] Error 2"
The directory "/home/cjh/Downloads/LinuxDriver4Fedora_v2.5.0.3/os/linux" does exist.
What am I missing? I have run it as myself and root and get the same error.
Any assistance greatly appreciated.
TIA,
Skip
Hi guys !
I need a good download manager for my Ubuntu 14.04 pc.For small downloads Mozilla's doing good.But for downloading big files like movies,I need a better option.So please suggest me a real good download manager like IDM in win****.But of course a free one.
Thanks in advance.....