Trouble is, I can't get it to work. It has a USB connection. I tried to modprobe both usb-storage and rio500, both succeeded with no errors, but neither is letting me access the rio. Next I tried rio500_tui, but that had some errors that I couldn't work out. Next I tried rioutil because it's homepage says it works with the S-series of Rio players. now I am getting a compile error that I can't work out and maybe someone here has had a similar experience and can lend a hand. Here's the full make output:
CODE
[ rioutil-1.4.2b ]$ make
Making all in librioutil
make[1]: Entering directory `/home/liquidzoo/Downloads/rioutil-1.4.2b/librioutil'
source='rio.c' object='rio.lo' libtool=yes \
depfile='.deps/rio.Plo' tmpdepfile='.deps/rio.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g3 -c -o rio.lo `test -f 'rio.c' || echo './'`rio.c
rm -f .libs/rio.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g3 -c rio.c -MT rio.lo -MD -MP -MF .deps/rio.TPlo -fPIC -DPIC -o .libs/rio.lo
In file included from rio.c:45:
../include/driver.h:113:17: usb.h: No such file or directory
make[1]: *** [rio.lo] Error 1
make[1]: Leaving directory `/home/liquidzoo/Downloads/rioutil-1.4.2b/librioutil'
make: *** [all-recursive] Error 1
[ rioutil-1.4.2b ]$
Making all in librioutil
make[1]: Entering directory `/home/liquidzoo/Downloads/rioutil-1.4.2b/librioutil'
source='rio.c' object='rio.lo' libtool=yes \
depfile='.deps/rio.Plo' tmpdepfile='.deps/rio.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g3 -c -o rio.lo `test -f 'rio.c' || echo './'`rio.c
rm -f .libs/rio.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g3 -c rio.c -MT rio.lo -MD -MP -MF .deps/rio.TPlo -fPIC -DPIC -o .libs/rio.lo
In file included from rio.c:45:
../include/driver.h:113:17: usb.h: No such file or directory
make[1]: *** [rio.lo] Error 1
make[1]: Leaving directory `/home/liquidzoo/Downloads/rioutil-1.4.2b/librioutil'
make: *** [all-recursive] Error 1
[ rioutil-1.4.2b ]$
Anyone have a clue? libusb is installed, the README file does say that is needed, but aside from that, I have no clue.