This project aims to be an open-source driver for iRiver's great iFP flash portable player (www.iriver.com).
License
GNU General Public License version 2.0 (GPLv2)Follow iRiver iFP driver
Other Useful Business Software
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
Rate This Project
Login To Rate This Project
User Reviews
-
It worked, but not straight of the shelf. I had to get libusb and libusb-legacy from macport.<br> Change in ifp_routines.h and ifp.c the location of the <usb.h> file. It is (for me) in /opt/local/include/libusb-legacy/usb.h Then configure with > ./configure --without-libiconv-prefix --with-libusb-prefix=/opt/local/lib/libusb-legacy/ > make Make was not successful; it does not add the libusb.dylib. Run the loader again with > gcc -g -O2 -o ifp ifp-ifp.o ifp-ifp_routines.o ./libunicodehack.a -liconv /opt/local/lib/libusb-legacy/libusb.dylib The resulting executeble works. Thanks.