Comment 22 for bug 219473

Revision history for this message
Holden Hao (holdenhao) wrote : Re: [Bug 219473] Re: no policykit access on ltsp thin client

> Did you post this info in another bug? I tried to find it but in vane.
>
> The issue with the scanner is very important for me and the lack of
> solution forces me to stay on Ubuntu 7.10, now that even 9.04 is on its
> way. I created another bug about this. So far no solution.

I cheated. I simply created a udev rule. My
/etc/udev/rules.d/42-local.rules contain the following:

------------------------------------
SUBSYSTEM=="usb", ATTR{idVendor}=="04a9", ATTR{idProduct}=="220d",
SYMLINK+="scanner_lide20", MODE="0777"
------------------------------------

I simply used a 777 permission for the device. This is not secure.
It is just a quick hack. For more info on creating udev rules visit

http://www.reactivated.net/writing_udev_rules.html

Regards,

Holden