Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ksenks said:Please try to follow the instraction and answer is it solve your problem:
1. Log in to your primary OS as root.
2. Check if an usb-operating group exists in your Linux primary OS.
3. If the group exists:
* Include into this group users who have to have an access to USB devices.
* Proceed to step 5.
4. If the group does not exist:
* Create a group and include into it users who have to have an access to USB devices.
* In the /etc/fstab file edit the string that mounts the usbfs. Devgid parameter should contain the identifier of the group created in the previous step.
usbfs /proc/bus/usb usbfs devgid=<USB gid>,devmode=0664 0 0
This option will of course only work if you have the relevant support compiled into your kernel.
5. Restart your Linux primary OS.
hkoster1 said:Thanks ksenks for your response, but your instructions may not work in Debian Etch as USB devices are handled by udev. You've given me enough of a hint, so I'll try to adapt the udev rules to solve the problem. I'll report back when I stumble on something.