twilly / odvr

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

Failed to open Olympus device: couldn't claim interface #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Plug in VN-480PC
2. Type any command to access the device e.g. odvr -e or odvr -l

What is the expected output? What do you see instead?

List of files / download / whatever. Instead, I get "Failed to open Olympus
device: couldn't claim interface"

What version of the product are you using? On what operating system?

odvr0.1.4.1x64 on ubuntu 8.04x64

Please provide any additional information below.

It does recognize that a device is plugged in, because when I run odvr
without the device plugged in, I get "couldn't locate device."

Original issue reported on code.google.com by devi...@gmail.com on 9 Jun 2008 at 8:59

GoogleCodeExporter commented 9 years ago
Ack. Sorry, running as sudo fixes this problem. Might I suggest to add that 
fact to
the help file? Thanks for this great piece of code!

Original comment by devi...@gmail.com on 9 Jun 2008 at 9:00

GoogleCodeExporter commented 9 years ago
Sudo shouldn't be required if the package was installed correctly and you're a 
user
of the audio group. It's possible that Ubuntu 8.04 has diverged enough that the
packages don't work correctly (they're built on Ubuntu 7.10). That said, it's 
well
known our packages need some TLC as well as some nice documentation on the 
wiki. I'll
try to make these priorities for the next release.

Original comment by tristan....@gmail.com on 13 Jun 2008 at 9:19

GoogleCodeExporter commented 9 years ago
I upgraded to Ubuntu 8.04 and had the same problem.
I resolved it by changing the 41-odvr.rules to

SUBSYSTEM=="usb", ATTR{idVendor}=="07b4", ATTR{idProduct}=="020d", 
ACTION=="add",
GROUP="audio", MODE="0664"

I don't know anything about udev.  I looked at other udev entries and 
experimented a
bit so I have no idea if this is the correct solution.  All I can say is that it
worked for me.

Original comment by conor.h...@gmail.com on 25 Jul 2008 at 10:30

GoogleCodeExporter commented 9 years ago
Thanks to #3! It really works with Ubuntu systems.

Original comment by alexey.k...@gmail.com on 3 Nov 2008 at 1:10

GoogleCodeExporter commented 9 years ago
Thanks for the work on this - I am now able to use my voice recorder. Am using 
the
alterations to udev suggested in #3.  Thanks again.  Nick

Original comment by nick.all...@gmail.com on 15 Nov 2008 at 6:31

GoogleCodeExporter commented 9 years ago
The fix from #3 also works for me with Ubuntu 8.10 x86-64.

Original comment by hughea...@gmail.com on 21 Nov 2008 at 8:10

GoogleCodeExporter commented 9 years ago
Fixed in SVN repo. Next deb package will include the change.

Original comment by tristan....@gmail.com on 23 Nov 2008 at 2:03