1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 <2023> 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 <2023> 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: USB permissions |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | Michael Davidsaver <mdavidsaver at gmail.com> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 26 Sep 2023 01:13:22 +0000 |
Hi Michael,
I am not sure you understood my question. On the computer that has the rules file it is working fine. My question is why on the computer with no files in udev/rules.d those devices still come up with permissions=666 and group="adm".
Mark
From: Michael Davidsaver <mdavidsaver at gmail.com>
Sent: Monday, September 25, 2023 6:56 PM To: Mark Rivers <rivers at cars.uchicago.edu> Cc: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: Re: USB permissions On 9/25/23 14:52, Mark Rivers via Tech-talk wrote:
> SUBSYSTEM=="usb", ATTR{idVendor}=="09db", ATTR{idProduct}=="0076", GROUP="adm", MODE="0666" Ah, right. I remember this problem... try > SUBSYSTEMS=="usb", ATTRS{idVendor}=="09db", ATTRS{idProduct}=="0076", GROUP="adm", MODE="0666" note that 'S's. |