General :: Ubuntu - 10.04 Doesn't Mount Sansa Clip+?
May 22, 2010
my Lucid lynx doesn't mount my mp3 player,its already setup in USB-MODE as MSC , but it doesn't show it in desktop, or media folder, or mnt folder or under file system my usb is detected
this is my lsusb output:
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[Code]...
View 4 Replies
ADVERTISEMENT
Jul 23, 2011
I've always had trouble with Banshee recognizing media devices. Right now I have a Sansa Clip+ which I'd really like banshee to recognize. Unfortunately it wont at all.
View 1 Replies
View Related
May 8, 2010
I just upgraded from 9.10 x64 to 10.04 x64 on my desktop. My Sansa Clip+ (USB mass storage mp3 player with SD card slot) stopped auto mounting. It worked fine in 9.10.
dmesg:
Code:
[ 56.290051] usb 1-5: new high speed USB device using ehci_hcd and address 4
[ 56.360222] hub 1-0:1.0: unable to enumerate USB device on port 5
[code]...
View 7 Replies
View Related
Aug 27, 2010
I can not get my desktop running Ubuntu 9.10 to recognize my SANSA clip music player. When I plug it in (nothing), No icon on desktop, nothing in Nautilus. I've verified the USB ports are working by plugging in thumb drives and my I-pod.
When I hook the SANSA to my wife's laptop running Ubuntu 8.04 it works great no problems. I must have a setting wrong on my computer, but have NO idea how to fix it.
View 2 Replies
View Related
Jun 13, 2010
I've been using a Sansa Clip as my portable music player, since it can play ogg files, and with 64 bit F12 I've been able to transfer music back and forth fromthe Clip to my computer via usb port. There seems to be an issue with F13 not recognizing when the clip has been plugged into the usb port.
View 10 Replies
View Related
Oct 19, 2010
Last week when I was still running Lucid I could get Banshee to read and write to my Sansa Clip Plus fine, but now that I have upgraded to Maverick Banshee can no longer see it.
I have it set in MSC mode with an .is_audio_player file (that worked back in Lucid) and Rhythmbox can see it and read and write to it fine. Has anyone else encountered this problem or does anyone else know what might be causing it? Banshee's version is 1.7.6 and the contents of my .is_audio_file are posted below:
Code:
audio_folders=MUSIC/,PODCASTS/,AUDIOBOOKS/
output_formats=application/ogg,audio/mpeg,audio/flac,audio/x-ms-wma,audio/aac,audio/mp4,audio/audible
input_formats=application/ogg,audio/mpeg,audio/flac,audio/x-ms-wma,audio/aac,audio/mp4,audio/audible
folder_depth=1
playlist_path=PLAYLISTS/%File
playlist_format=audio/x-iriver-pla
View 2 Replies
View Related
Feb 25, 2015
I am trying to connect a Sansa Clip Zip with rockbox firmware. Debian does not recognise/automount the drives (4gb of internal mem and 32gb sdhc card) whereas Mint 17 had no problem with them.
Are there additional libraries needed? I believe the filesystem is FAT32 rather than anything more exotic so not sure why it doesn't recognise the drives. The clip zip charges but doesn't mount.
View 2 Replies
View Related
May 4, 2010
I'd like to take audio track from a video clip in FLV container and save it to something playable by portable music players. Are there any easy to use tools for that? I know how to do that using console tools (mplayer+lame/oggenc), but I'd like to get something clickable, preferably for GNOME.
View 3 Replies
View Related
Nov 10, 2010
Code:
ffmpeg -i Mumbai.Meri.Jaan.2008.1CD.XviD.AC3-5.1.Esub.By.Deejam.avi -ss 8170 -t 302 bambai-meri-jaan.mp3
FFmpeg version git-1dbd813, Copyright (c) 2000-2010 the FFmpeg developers
built on Oct 1 2010 19:28:12 with gcc 4.4.3
configuration: '--enable-avfilter' '--enable-avfilter-lavf' '--enable-vdpau' '--enable-bzlib' '--enable-
[Code].....
Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
View 5 Replies
View Related
Jun 16, 2011
I have /var/ftp/pub on Computer A being exported via nfs. I'm running defaults, master map file is defined as auto.master in /etc/sysconfig/autofs. On Computer B, I can manually mount the nfs share with no problem. However, it doesn't seem to mount with autofs. I'm running Centos 5.5 on Computer B. I have the following configs
[Code]...
View 4 Replies
View Related
Feb 19, 2009
I have a nfs share that does not automount all the time (may be one out of 10 time it automount properly). I basically have the same line in the fstab on my other 2 computers and no problem on these. I suspect that my wireless connection kick in too late (after fstab). Do you see a solution for delaying a few second the automount of the nfs share.
Code:
# Entry for nfs share on 192.168.1.20 :
192.168.1.20:/mnt/sdb5_data5 /mnt/sdb5_data5 nfs user,sync,rsize=8192,wsize=8192,exec,soft 0 0
View 4 Replies
View Related
Sep 28, 2010
Using Fedore 12 I am trying to mount on a server with the following command: # mount -t cifs //samba-pool-suse/pool-suse /mnt -o user=xxxx I was waiting that the system askme the user password and thats all, but the answer is: mount: wrong fs type, bad option, bad superblock on //samba-pool-suse/pool-suse, missing codepage or helper program, or other error (for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program) In some cases useful info is found in syslog - try dmesg | tail or so using:# dmesg | tail returs: CIFS VFS: cifs_mount failed w/return code = -22
View 3 Replies
View Related
Apr 2, 2010
I have a machine that has an integrated USB flash drive somewhere in it that I can not seem to mount. The OS knows it is there, as I can see it in the dmesg output, but the actual "node" in /dev doesn't actually exist. I'm baffled. Will you help me figure this out? Here's what I came up with so far. The disk is attached to the USB bus, used as a SCSI block device. In dmesg, it is referred to at one point as sdf, as well as under /sys/class/scsi_device. When I go check /dev, /dev/sdf does not exist!:
Code:
cat /proc/bus/usb/devices
T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=090c ProdID=1000 Rev=11.00
[code]....
View 2 Replies
View Related
May 23, 2010
I have an 8gb Sansa Fuze, filled with mp3s only. Although it appears in rhythmbox, the songs don't. Plus I can't even access it as a hard drive I've been using it with Winamp when I was still using XP, if that matters.
EDIT: seems like it was in MTP mode by default when 'Auto Detect' was set. I switched to MSC and I can now access it but the music still does not appear, whether in Rhythmbox or in the folder 'MUSIC'.
View 9 Replies
View Related
Apr 1, 2010
I can't load any music from my Sansa MP3 to rhythmbox. Is there a better music program to download? Also, cannot play DVDs
View 1 Replies
View Related
May 5, 2010
I just upgraded to 10.04 and now my Sansa Fuze does not get mounted. The Fuze screen says connected and then writing, but then locks up.\ I have to disconnect it and do a reset before I can use it. I did get an error message on from Ubuntu. As I recall it looked like this:
DBus error org.gtk.Private.Remove Volume Monitor.Failed: An operation is already pending Anybody else tried to use their Fuze with 10.04?
View 1 Replies
View Related
May 15, 2010
I have a numbe of music files in the ogg format, and they work fine on my Sansa Fuze.However, I recently used soundconverter to convert some flacs to ogg. These files are not showing up in the Sansa's menu once they are copied over.One thing I notice is that the file properties display as Type 'Ogg Multimedia File' for the ones that work, whereas the ones from Soundconverter display the Type 'Ogg Audio'
View 1 Replies
View Related
Jan 2, 2011
Hardware: Sandisk Sansa m260
Software: 2.2.5A
When I copy files over ( from a PC running Ubuntu 10.10 ) to my Sansa m260 each track is listed multiple times. When I look at the contents with my file explorer on my PC I see only one copy of each track.
I tried deleting all files and starting over again on a fresh battery.
View 1 Replies
View Related
Apr 14, 2011
Ubuntu 10.04 won't recognise my Sandisk Sansa Clip+ as installed on comp. It sees memory sticks and memory cards. Are there drivers that I need to install?? Anything in Synaptic Package Manager that needs to be installed?
View 4 Replies
View Related
Jul 9, 2010
It worked fine with the base install of 10.4 but somewhere along the way it stopped working and became read only.Autodetect and MTP modes cause only the Fuze to show up in Rhythmbox. However the track numbers are all wrong and some things are garbled. MSC mode, which I used in the past, shows the Fuze and card both in Rhythmbox and on the desktop. However it's in read only mode.
View 8 Replies
View Related
Sep 20, 2010
First some background info:The Sansa Fuze seems to have rather spotty USB performance for Linux users based on what I've been able to find on the internet. I got one brand new a few weeks ago, and it half worked for me. By "half-worked"ean it would show up eventually (maybe after a few seconds delay, or after running lsusb multiple times), and sometimes it would suddenly disconnect (tons of bad block messages in dmesg) and come back a minute or two. In any case it was definitely not the nice reliable behavior one sees from normal USB flash drives, which is what MSC is supposed to be. This went on until I decided to rockbox it.
The installation went well using the RockboxUtility, but the USB recognition seemed (by my impressions, not hard data) to become even more spotty, so I decided to remove Rockbox (using the same utility), and did a manual firmware upgrade to the latest version (by copying the extracted fuzpa.bin to the root of the Fuze filesystem) to get rid of the Rockbox bootloader. Ever since then, the Fuze has stopped being recognized anywhere, although it retains its ability to charge from USB ports. Windows 7 is completely unaware when I plug in the Fuze. In Debian, sometimes I can coax the Fuze itself to show the Connected screen, but the system doesn't realize it and the most I ever see in dmesg are lines about new Sandisk device followed immediately by a line about USB device disconnect.
At this point I don't really know what to do so I am asking for suggestions of any kind.
One idea I had is to redo the firmware upgrade, but the catch is upgrading the firmware requires USB access. Is there a way (maybe using mknod or some kludge) to manually create a /dev/sd? device for me to mount the filesystem? If it matters I use thunar's volume manager handle usb devices. On the Fuze I've always used MSC mode
EDIT: an update
I started a watch 'dmesg | tail' going and then plugged my Fuze in and got the following:
(Note the time delay between the first disconnect line and the unable to enumerate
[code]...
View 2 Replies
View Related
Aug 22, 2010
I need to save some clips from a DVD as either a DV-AVI or DV-MOV format. What program can I use to do this?
View 4 Replies
View Related
Apr 1, 2011
I am running a Postgres server and after I did the whole installation I realized the Postgres data was set in /usr/pgsql/data. Sda1 is just 10 Gig so I decided to re-organize the partitions to be able to move /usr to say /dev/sda7 with a mount point as /usr. The / partition is on the only primary partition and the rest is on an extended partition. When I tried to resize the primary partition GParted did not give me that possibilty so I decided to move /usr
Original partitions:
sda1 / 10 G on primary partition this includes /usr /var and all others
sda5 swap 2 G on extended partition
sda6 /home 140 G on extended partition
So I did create another partition using Knoppix and Gparted the disk:here is the new picture:
sda1 / 10 G on primary partition this includes /usr /var and all others
code....
I did rsync to copy all the file to /dev/sda7/usr and then mv /dev/sda7/usr* /dev/sda7. I stop the postgres database and services then I mv /dev/sda1/usr to dev/sda1/poufusr . When I rebooted it reports errors from kbd files on /etc File not found. It brings me to a terminal (No GUI) I did a check with :#mount: nothing is reported about sda7
What am I missing ?
View 5 Replies
View Related
May 12, 2010
I've got a short mp3 file from the BBC's League of Gentlemen comedy show. In the clip, Papa Lazarou tells his dwarfs to put a poster in the local shop. Then he says "Tell them the circus is coming to town."I'd like to grab that sentence "Tell them the circus is coming to town" so I can make it into a ringtone for my phone or something.
View 1 Replies
View Related
Nov 28, 2010
I'm on kubuntu 10.10 and kdenlive 0.7.8 and since the upgrade to 10.10 Kdenlive crashes whenever I import a clip with a segfault.
Here's the dump from console:
File given: true
Color mode changed to 0
File given: true
QWidget::insertAction: Attempt to insert null action
QWidget::insertAction: Attempt to insert null action
Bus:pen: Can not get ibus-daemon's address.
IBusInputContext::createInputContext: no connection to ibus-daemon
[dv @ 0x3219fa0]Estimating duration from bitrate, this may be inaccurate
[dv @ 0x31564d0]Estimating duration from bitrate, this may be inaccurate
[dv @ 0x3204600]Estimating duration from bitrate, this may be inaccurate
[dv @ 0x3219fa0]Estimating duration from bitrate, this may be inaccurate
[dv @ 0x31564d0]Estimating duration from bitrate, this may be inaccurate
[dv @ 0x3204600]Estimating duration from bitrate, this may be inaccurate
Diverting av_*_packet function calls to libavcodec. Recompile to improve performance
Last message repeated 1 times
swScaler: pal8 is not supported as output pixel format
KCrash: Application 'kdenlive' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/home/jason/.kde/socket-denpc/kdeinit4__0
QSocketNotifier: Invalid socket 11 and type 'Read', disabling...
[1]+ Stopped kdenlive
View 2 Replies
View Related
Dec 3, 2010
I have bought a cepstral Text to speech voice, but it is only usable from the command line. I want to be able to copy text from firefox and execute it automatically in the command line. Is there a way I can do that?
View 9 Replies
View Related
Dec 28, 2010
somebody gave me a dvd of my little music group, and i used a ubuntu application to edit out two clips (i think i used avidimux--it was about a year ago). it produced a clip in avi format, which is not accepted by anything. i'd like to upload it to my facebook or even videos, but need to convert it. i've tried about everything, but have had no success. i just downloaded winff and tried that. the conversion window produce a lot of information ending with "unknown encoder 'libx264'," whatever that means.
does anyone know how i would convert a clip from avi to mpeg4? it's driving me nuts.
View 2 Replies
View Related
Jan 6, 2011
Rhythmbox can see my Sansa Clip+ but not music on it. When you have a look at the Sync options the Music, Podcast etc are all empty but it also shows Other !.2 gb which must be my mp3 files.
How can I get them into the Music file and to show up in Rhythmbox.
View 4 Replies
View Related
Apr 1, 2010
I'm trying to convert OGG clip to avi using mencoder:
Code:
mencoder myclip.ogg -ovc lavc -oac mp3lame -o myclip.avi
It works OK except that while the original clip has 16:9 aspect ration, the resulting AVI is 4:3
View 2 Replies
View Related
Jun 1, 2011
I'm using OpenSUSE-11.4+KDE and have not been able to access my Sansa Express drive. I can pull it up part way, but it acts as read only. I'm not sure what settings I may need to make in the Partitioner to fix this.If I boot into a LiveCD of LinuxMint10-KDE and plug it in it is instantly identified as a "Media Device," and I have access into the MTP section of it I believe.
I prefer using Banshee, but will use Dolphin to manual drop files it I can get the Sansa drive to operate as with Read+Write. I've seen this device listed here at "plug and play" [URL]../HCL:Gadgets#Media_Players
View 2 Replies
View Related