Gentoo Archives: gentoo-user

From: Mateusz Lenik <mlen@××××.pl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Udev trouble: Non working rule...or...
Date: Thu, 28 Sep 2017 17:56:50
Message-Id: 20170928175639.GA22565@mlen.pl
In Reply to: Re: [gentoo-user] Udev trouble: Non working rule...or... by tuxic@posteo.de
1 On Thu, Sep 28, 2017 at 07:39:58PM +0200, tuxic@××××××.de wrote:
2 > The interesting thing is: I have a pololu avr programmer (v20, an
3 > ISP-programmer it is), which uses also /dev/ttyACM<n>...and that
4 > one works fine. I plugged it in simultanously to ensure all drivers
5 > get loaded...and then I plugged in the Digispark...and udec does
6 > nothing.
7 >
8 > Or do I misinterpret here something?
9 Multiple different drivers may create /dev/ttyACM<n> nodes for devices.
10
11 For example, on my system I have multiple /dev/ttyUSB<n> nodes. Some of
12 them are created by cdc_ether driver, that's my LTE modem. When I plug
13 in a popular arduino clone that uses ch341 usb chip, it needs
14 a different driver called ch341.
15
16 You probably need to build your kernel with CONFIG_USB_ACM compiled in
17 or enabled as a module.
18
19 --
20 mlen

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Udev trouble: Non working rule...or... tuxic@××××××.de