Gentoo Archives: gentoo-user

From: Mateusz Lenik <mlen@××××.pl>
To: Gentoo <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Udev trouble: Non working rule...or...
Date: Thu, 28 Sep 2017 17:03:48
Message-Id: 20170928170333.GA20387@mlen.pl
In Reply to: [gentoo-user] Udev trouble: Non working rule...or... by tuxic@posteo.de
1 On Thu, Sep 28, 2017 at 05:03:14PM +0200, tuxic@××××××.de wrote:
2 > I have one of these:
3 >
4 > Bus 006 Device 018: ID 16d0:0753 MCS Digistump DigiSpark
5 >
6 > ... snip ...
7 >
8 > SUBSYSTEMS=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", MODE:="0666"
9 > KERNEL=="ttyACM*", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", MODE:="0666", ENV{ID_MM_DEVICE_IGNORE}="1"
10
11 This udev rule looks fine, it tries to make the device nodes
12 readable/writeable to everyone and makes modemmanager ignore it.
13
14 My guess would be that you don't have the correct serial port driver
15 built or loaded, so ttyACM nodes are not created at all.
16
17 Take a look at dmesg contents when the device gets plugged in.
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