Opjose, maybe you can understand what is going wrong here. Pasted below is the output from rioutil. When i use jrioutil, a gui front end, i can see all files on the usb device, I can also delete them but to try to upload it stops at 4%, and refreshes track list. So I tried it at command line and this is what I get:
[root@x1-6-00-0a-e6-91-be-32 don]# rioutil
Usage: rioutil <OPTIONS>
Interface with Diamond MM MP3 players.
An option is required, and if you use either the -t or
the -s options you must use them with the -a option
uploading:
-a, --upload=<file> upload an track
-b, --bulk=<filelist> upload mutiple tracks
-u, --update=<file> update with a new firmware
uploading from pipe:
-p, --pipe <mp3?(1 or 0)> <filename> <bitrate> <samplerate>
-s, --artist=<string> artist. MAX:63 chars
-t, --title=<string> title. MAX:63 chars
-r, --album=<string> album. MAX:63 chars
other commands:
-j, --playlist <name> <list of mem_unit,song> create playlist (S-Series and newer)
i.e. rioutil -j fubar 0,0 1,0 (song 0 on mem_unit 0, song 0 on mem_unit 1)
-i, --info rio info
-l, --list list tracks
-f, --format format rio memory (default is internal)
-n, --name=<string> change the name. MAX:15 chars
-c, --download=<int> download a track(s)
-d, --delete=<int> delete a track(s)
options:
-o, --device=<int> minor number of rio (assigned by driver), /dev/usb/rio?
-k, --nocolor supress ansi color
-m, --memory=<int> memory unit to upload/download/delete/format to/from
-e, --debug increase verbosity level.
-z, --recovery use recovery mode. for use with players in "upgrader" mode
rioutil info: librioutil driver: libusb
-v, --version print version
-?, --help print this screen
[root@x1-6-00-0a-e6-91-be-32 don]# rioutil /usr/local/bin/rioutil --memory=1 -a /mnt/hd/MP3 Library/4Rio/Gordon Lightfoot - Sundown.mp3
Attempting to open Rio and retrieve song list....done
Free space on Internal Memory is 2.8 MB.
Free space on Secure Digital (SD) Card is 7.6 MB.
Setting up signal handler
Could not stat /mnt/hd/MP3!
[root@x1-6-00-0a-e6-91-be-32 don]#
|