Quote:
Originally Posted by simple dave
When I try to run the program in Ubuntu Feisty i get:
Code:
dave@aurora:~$ prs500 info
Traceback (most recent call last):
<snip>
libprs500.errors.DeviceBusy: Device is in use by another application:
Underlying error:Failed to set device configuration to: 2. Error code: -1
But the only applications I have open are a terminal (to run prs500) and opera browser..
Any help?
|
Had the same problem, most likely a permissions issue, try:
sudo prs500 info
(Using SUDO will require you to enter your password once for that session)