1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Ubuntu 24でUSBシリアルなどのパーミッションをいじる

Last updated at Posted at 2025-08-02

目的

なぜか、USBでエラーがでるので使えるようにした

参考

ディレクトリの移動


cd /etc/udev/rules.d

ファイルの書き込み


sudo nano 80-stlinkv2.rules

書き込み内容


SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374b", GROUP="users", MODE="0666"

確認


cat 80-stlinkv2.rules

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?