Le nom RACEME n'est pas anglais et ne signifie en aucun cas "Race Me". Ce nom provient d'un terme chimique. Un indice: cherchez ce que sont des énantiomères ou des molécules chirales...  Home   Zaurus   Debian   RioUtil   Projets Imac   Atari   mp3 
 Rioutil   Linux   FreeBSD   GtkRioUtil 


All this may be obsolete !

FreeBSD patch

rioutil is based on the rio500 usb driver that is only available on -current version of FreeBSD. Here is a patch to backport the rio500 drivers to the -stable version of FreeBSD. This version adds the support for the Rio600 mp3 player.

This patch adds the support to the urio device that can be compiled in the kernel (adds device urio in your kernel config file) or as a module (config by default).

rioutil on FreeBSD

Version 0.4.1 compile fine on FreeBSD. Just check that configure will check for include and library files in /usr/local by doing something like:

export CPPFLAGS="-I/usr/local/include LIBS=-L/usr/local/lib"
./configure --without-libusb

And don't forget to install the id3lib port (from /usr/ports/audio).

rioutil port for FreeBSD

This is files to add rioutil as a port on your system. After download this port ( rioutil-0.4.1-port.tar.gz ) do as root:

cd /usr/ports/audio
tar zxvf rioutil-0.4.1-port.tar.gz
cd rioutil
make
make install

This port will fetch rioutil tarball from internet. If you don't want that, just fetch yourself the rioutil tarball and copy it in your /usr/ports/distfiles directory.