-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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