0
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 22.04 LTS にしたら USB Serialがいなくなった

Posted at

(ずっと20.04だったんで)

ぐぐるとよく言われているのが brltty が邪魔してるという奴。
ぐぐればでてくるので詳細割愛。使ってないなら消して、udevadm のリロード。

sudo apt remove brltty
sudo udevadm control --reload

と、これでも出てこないのでどうしたものかと思っていたら、

$ find /lib/modules/$( uname -r ) | grep usb/serial

ってやったときに何もいない。

generic に入っててここにあれこれあるはずなのに?どういうこっちゃ?
とさらに調べたら、いつのまにかエキストラにされてたよ。

$ sudo apt install linux-modules-extra-6.8.0-45-generic

解決。

0
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
0
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?