Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UDEV rules for: Bricked Counterfeit Serial (UART) IC #526

Closed
rtek1000 opened this issue Mar 14, 2023 · 2 comments
Closed

UDEV rules for: Bricked Counterfeit Serial (UART) IC #526

rtek1000 opened this issue Mar 14, 2023 · 2 comments

Comments

@rtek1000
Copy link

Hello,

Unfortunately some Arduino boards may have cloned chips, which may appear as "Bricked Counterfeit" in Linux.

$lsusb
0403:0000 Future Technology Devices International, Ltd H4SMK 7 Port Hub / Bricked Counterfeit FT232 Serial (UART) IC

To work, maybe just add the rule:

Create or edit the file:
$sudo nano /etc/udev/rules.d/99-libftdi.rules

Add or edit the file using this content:
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="0403", ATTRS={idProduct}=="0000", OWNER="user", MODE="0777", GROUP="dialout"

Press Control+X keys to exit the editor (Press Y to save on exit).

Source: https://askubuntu.com/questions/632261/udev-rules-for-ftdi-not-completely-working

@rtek1000
Copy link
Author

Tested on Xubuntu 22.04

@rtek1000
Copy link
Author

These commands may be needed as well:

$ sudo usermod -aG dialout $USER
$ sudo usermod -aG tty $USER

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant