FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Show Posts

You can view here all posts made by this member. Note that you can only see posts made in areas to which you currently have access.

Topics - prex

Pages: [1]
1
Hi there,

I hope this is not a stupid question and that this community can help me.

I'm using FTDI D2XX driver on a virtual Ubuntu 16.04. However, I have some issues with accessing my devices without root privileges. The EEPROM/read example, which comes with the driver just worked fine executed as root. However, I can not execute it as "normal" user. And I have the same problem with my own software. Therefore, I was trying to set up an udev rule. Seems to work fine on my "physical" Ubuntu 16.04, but not on VMware. I have the exactly same rule on my "physical" Ubuntu and it works without root privileges. This is what I did:

Code: [Select]
cd /etc/udev/rules.d

sudo gedit 52-thorlab.rules

SUBSYSTEMS==”usb”,  ATTRS{idVendor}==”0403”, ATTRS{idProduct}==”faf0”,
GROUP=”student”

sudo udevadm control –reload-rules

Any help is appreciated.

Best,

prex

Pages: [1]