twilly / odvr

Olympus Digital Voice Recorder Driver
GNU General Public License v3.0
28 stars 11 forks source link

odvr on AltLinux #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I downloaded and compiled the command make odvr
make odvr
gcc -g -O2 -Wall   -c -o cli.o cli.c
gcc -g -O2 -Wall   -c -o olympusdvr.o olympusdvr.c
gcc -g -O2 -Wall -o odvr cli.o olympusdvr.o -lusb -lsndfile -lm

But when do a command that gives me this error
[root@admin odvr-r464]# ./odvr -l
Model: 2100PC
Couldn't get file count on Folder A: failed to read DVR status code (-1): 
Unknown error
Couldn't get file count on Folder B: failed to read DVR status code (-1): 
Unknown error
Couldn't get file count on Folder C: failed to read DVR status code (-1): 
Unknown error

That it can be

Original issue reported on code.google.com by Saurus...@gmail.com on 8 Dec 2010 at 1:29

GoogleCodeExporter commented 9 years ago
This error an when I download odvr-0.1.5
./odvr -l
Model: 2100PC
Couldn't get file count on Folder A: failed to read DVR status code (-1): 
Unknown error
Couldn't get file count on Folder B: failed to read DVR status code (-1): 
Unknown error
Couldn't get file count on Folder C: failed to read DVR status code (-1): 
Unknown error

Original comment by Saurus...@gmail.com on 8 Dec 2010 at 1:34

GoogleCodeExporter commented 9 years ago
but when i testing it in Ubuntu all work

Original comment by Saurus...@gmail.com on 9 Dec 2010 at 7:17