Closed GoogleCodeExporter closed 8 years ago
Ok, I will have to take a look !
can you post the output of : lsusb
Original comment by ledjfou125
on 22 Jan 2012 at 4:49
Hello, I tried the another software and I got pretty much the same error. Then
I thought is probably not a software bug but a problem in my configuration. I
googled a bit and I found this solution that worked for me:
First, go to System - Administration - Users and Groups. Click on the "Manage
Groups" button.
If you don't have one already, create a group called "usbusers". After you
create it, highlight it and click on Properties. Put a checkmark next to your
name (and anyone else who needs full permissions to USB devices).
Then open up a terminal (Applications - Accessories - Terminal).
In the terminal, type:
sudo gedit /etc/udev/rules.d/47-usb.rules
This should open up an empty file in a text editor called "gedit".
(note that the name of the file is not important, you can call it whatever you
want, but since the rules in this folder are executed in order, I think it is
best to name it starting with a number in the 40-49 range)
In that file, write the following:
# User Edit
SUBSYSTEM=="usb", MODE="0666", GROUP="usbusers"
Save and close the file. This file should allow full access (mode=0666) to
anyone in the "usbusers" group for USB devices. Also, the "# User Edit" is a
comment (denoted by the # at the start of the line). I like to leave comments
in any file I edit just so I know I have been there before in case I come back
to do more editing.
Reboot and cross your fingers!
Original comment by leob...@gmail.com
on 22 Jan 2012 at 2:56
By the way, your software is awesome! Merci!
Original comment by leob...@gmail.com
on 22 Jan 2012 at 3:00
No problem !
Just wondering why did you used a Virtual Machine instead ?
Because your probleme came from the VM not the soft ;)
Anyway happy to hear it's corrected ;)
Original comment by ledjfou125
on 22 Jan 2012 at 6:19
Hi there,
Can someone help me. I use Ubuntu 11.10 so there is no such thing as System -
Administration - Users and groups bottons. So basically I can not access those
using GUI. So what should I do then. Thanks in advance.
Original comment by lnguy...@nd.edu
on 2 Mar 2012 at 3:54
you can add a group and add you as part of the group with the commands
addgroup GROUPNAME
adduser USER GROUP
(You better check with a --help as I am not sure 100% it's the right sintax)
Original comment by ledjfou125
on 8 Mar 2012 at 2:41
Original issue reported on code.google.com by
leob...@gmail.com
on 22 Jan 2012 at 3:45