![]() |
|
|
|
|
![]() 2007 CHLUGger of the Year! Mailing List Archive Help Open Source Question of the Day Mission Directions to Meetings Contact Us Video Guest Speaker Info Acceptable Use Link To Us! Linux Hacking and the Law New! VOIP with Asterisk Assessing OSS Knoppix Ubiquitous Computing Filesystem Hierarchy Virtual Hosting Wesnoth Xbox/Linux udev Emacs Talk Notes Home Sweet ~ Top 100 CLIs Device Drivers Real Time Linux Network Considerations Part II Network Considerations Part I Amanda Presentation GNU/Linux Calculators Configuring Rio ReiserFS Linux Sound Samba notes Network time protocol C programming in Linux Boot, startup and shutdown hdparm HOWTO Ubuntu NJ LoCo New! Cherry Hill Library RUSLUG LUG in Princeton Loads of Linux Links LinuxToday.com Art of UNIX Programming More Links Contact Congress Why We Use Linux Companies Using Linux Linux in Business ![]()
![]()
![]() ![]() |
Here's is how I configured my Rio600 mp3 player with Mandrake
8.0
(This works with the Rio800 and the Nike player as well!) Steve Festa 2001-11-19 You need idlib3 installed on your system. So go to http://sourceforge.net/project/showfiles.php?group_id=979 to download it. Once you have downloaded idlib3, change to the directory where you saved it. I saved it in /downloads. cd /downloads
gunzip idlib-3.8.0pre2.tar.gz
Change to the idlib3 directory. cd idlib-3.8.0pre2 Configure it by using the configure script. I configured it to install
in /programs directory with the --prefix flag.
Now it's time to compile. make It takes a few minutes so relax. When the it's finished compiling, you have to install it. make install id3lib is now installed! It time to download and install rioutil; the
program that will allow Linux to communicate with the
Download rioutil from here. http://sourceforge.net/project/showfiles.php?group_id=25960&release_id=61723 Change to the directory where you saved the file. I saved it in /downloads. cd /downloads
gunzip rioutil-1.0.4.tar.gz
Change to the rioutil-1.0.4 directory.
Run these commands and ignore any messages. mkdir /dev/usb
This creates devfs support if you do not have devfs support already in the kernel. Configure rioutil with usbdevfs using the --with flag. I also configured it to install in my /programs directory with the --prefix flag. ./configure --with-usbdevfs --prefix=/programs Compile rioutil. make Finally, install rioutil. make install All you have to do now is plug the usb cable into the computer and the
RIO, and run
|