[Bug 35903] CED1401 Device connected through USB not found

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jun 3 10:30:52 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=35903

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com

--- Comment #15 from Zebediah Figura <z.figura12 at gmail.com> ---
In order to access the device, you'll need to give your user permission to
access it at the host OS level. For Linux, the usual way to achieve this is
through udev rules. It's relatively easy to find out how to create these rules
with an Internet search. In my case I created a simple file with the contents:

SUBSYSTEM=="usb", ATTR{idVendor}=="07cf", MODE="0666"

at /etc/udev/rules.d/90-usb-casio.rules.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list