dmesg not reporting the mount point on USB insert

In the past, when I stuck a USB stick in to my computer, I would look at dmesg and see that the device had been assigned a place in /dev. This week, I can see the device's details (Lexar, Sandisk, whatever), but there is no line for where I can address that device. Graphical file managers are also not showing the inserted media (I have tried several different sticks and card readers). I imagine that something changed in Debian that has lead to this, but I can't tell what's missing. ehci is picking up the device insertion, but not giving me a place to use in a mount line. Anyone have any thoughts? Thanks. William

On Mar 15, 2018 5:02 PM, "William Witteman via talk" <talk@gtalug.org> wrote: In the past, when I stuck a USB stick in to my computer, I would look at dmesg and see that the device had been assigned a place in /dev. This week, I can see the device's details (Lexar, Sandisk, whatever), but there is no line for where I can address that device. Graphical file managers are also not showing the inserted media (I have tried several different sticks and card readers). I imagine that something changed in Debian that has lead to this, but I can't tell what's missing. ehci is picking up the device insertion, but not giving me a place to use in a mount line. Anyone have any thoughts? Might need a new udev rule for whatever reason. If #lsusb output shows the device assignment you can use "udevadm info --attribute-walk --path=/dev/bus/usb/xxx/xxx in order to walk the path attributes and get the info needed by udev rules which are held in the rules.d directory. https://wiki.debian.org/udev If you start #udevadm monitor before inserting the stick you can monitor the system events on the fly. HTH Thanks. William --- Talk Mailing List talk@gtalug.org https://gtalug.org/mailman/listinfo/talk

On Thu, Mar 15, 2018 at 05:43:21PM -0400, Russell Reiter via talk wrote:
On Mar 15, 2018 5:02 PM, "William Witteman via talk" <talk@gtalug.org> wrote:
In the past, when I stuck a USB stick in to my computer, I would look at dmesg and see that the device had been assigned a place in /dev. This week, I can see the device's details (Lexar, Sandisk, whatever), but there is no line for where I can address that device. Graphical file managers are also not showing the inserted media (I have tried several different sticks and card readers).
I imagine that something changed in Debian that has lead to this, but I can't tell what's missing. ehci is picking up the device insertion, but not giving me a place to use in a mount line. Anyone have any thoughts?
Might need a new udev rule for whatever reason.
If #lsusb output shows the device assignment you can use "udevadm info --attribute-walk --path=/dev/bus/usb/xxx/xxx in order to walk the path attributes and get the info needed by udev rules which are held in the rules.d directory.
If you start #udevadm monitor before inserting the stick you can monitor the system events on the fly.
Does 'lsusb -t' show the device. I would think either usb-storage module isn't loaded, or the device is not actually being detected. Since you say ehci detects it, then I wonder if it just isn't being picked up as usb-storage. -- Len Sroensen

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Perhaps 'lslblk' will give you the info you need... - --Bob. On 2018-03-15 05:01 PM, William Witteman via talk wrote:
In the past, when I stuck a USB stick in to my computer, I would look at dmesg and see that the device had been assigned a place in /dev. This week, I can see the device's details (Lexar, Sandisk, whatever), but there is no line for where I can address that device. Graphical file managers are also not showing the inserted media (I have tried several different sticks and card readers).
I imagine that something changed in Debian that has lead to this, but I can't tell what's missing. ehci is picking up the device insertion, but not giving me a place to use in a mount line. Anyone have any thoughts?
Thanks.
William --- Talk Mailing List talk@gtalug.org https://gtalug.org/mailman/listinfo/talk
- -- Bob Jonkman <bjonkman@sobac.com> Phone: +1-519-635-9413 SOBAC Microcomputer Services http://sobac.com/sobac/ Software --- Office & Business Automation --- Consulting GnuPG Fngrprnt:04F7 742B 8F54 C40A E115 26C2 B912 89B0 D2CC E5EA -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Ensure confidentiality, authenticity, non-repudiability iEYEARECAAYFAlqrqBoACgkQuRKJsNLM5eqJqACfa3v3zXKo/72mrLTJDIfmL08U SkUAn0vp6hF/CXPPMKC0sPLblelAVnFT =x0bT -----END PGP SIGNATURE-----

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Or perhaps 'lsblk' will give you the info you need... - --Bob, who needs to proofread before pressing "send" On 2018-03-16 07:18 AM, Bob Jonkman via talk wrote:
Perhaps 'lslblk' will give you the info you need...
--Bob.
On 2018-03-15 05:01 PM, William Witteman via talk wrote:
In the past, when I stuck a USB stick in to my computer, I would look at dmesg and see that the device had been assigned a place in /dev. This week, I can see the device's details (Lexar, Sandisk, whatever), but there is no line for where I can address that device. Graphical file managers are also not showing the inserted media (I have tried several different sticks and card readers).
I imagine that something changed in Debian that has lead to this, but I can't tell what's missing. ehci is picking up the device insertion, but not giving me a place to use in a mount line. Anyone have any thoughts?
Thanks.
William --- Talk Mailing List talk@gtalug.org https://gtalug.org/mailman/listinfo/talk
--- Talk Mailing List talk@gtalug.org https://gtalug.org/mailman/listinfo/talk
- -- Bob Jonkman <bjonkman@sobac.com> Phone: +1-519-635-9413 SOBAC Microcomputer Services http://sobac.com/sobac/ Software --- Office & Business Automation --- Consulting GnuPG Fngrprnt:04F7 742B 8F54 C40A E115 26C2 B912 89B0 D2CC E5EA -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Ensure confidentiality, authenticity, non-repudiability iEYEARECAAYFAlqsA6oACgkQuRKJsNLM5erGsgCdFj3tqfXnaxycLGC48dnddUSU /gUAoKZ5B3BAweqOi6gQDedzRnNyKR5W =88Br -----END PGP SIGNATURE-----

Thanks to all for your help! I dug into it, and somehow usb-storage wasn't running. I probably could have manually started it, but I tried a reboot first. That works! Always a bit embarrassing to use the Windows solution, but when it works, it works. Thanks again. On Fri, Mar 16, 2018, 13:50 Bob Jonkman via talk <talk@gtalug.org> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Or perhaps 'lsblk' will give you the info you need...
- --Bob, who needs to proofread before pressing "send"
On 2018-03-16 07:18 AM, Bob Jonkman via talk wrote:
Perhaps 'lslblk' will give you the info you need...
--Bob.
On 2018-03-15 05:01 PM, William Witteman via talk wrote:
In the past, when I stuck a USB stick in to my computer, I would look at dmesg and see that the device had been assigned a place in /dev. This week, I can see the device's details (Lexar, Sandisk, whatever), but there is no line for where I can address that device. Graphical file managers are also not showing the inserted media (I have tried several different sticks and card readers).
I imagine that something changed in Debian that has lead to this, but I can't tell what's missing. ehci is picking up the device insertion, but not giving me a place to use in a mount line. Anyone have any thoughts?
Thanks.
William --- Talk Mailing List talk@gtalug.org https://gtalug.org/mailman/listinfo/talk
--- Talk Mailing List talk@gtalug.org https://gtalug.org/mailman/listinfo/talk
- -- Bob Jonkman <bjonkman@sobac.com> Phone: +1-519-635-9413 SOBAC Microcomputer Services http://sobac.com/sobac/ Software --- Office & Business Automation --- Consulting GnuPG Fngrprnt:04F7 742B 8F54 C40A E115 26C2 B912 89B0 D2CC E5EA
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Ensure confidentiality, authenticity, non-repudiability
iEYEARECAAYFAlqsA6oACgkQuRKJsNLM5erGsgCdFj3tqfXnaxycLGC48dnddUSU /gUAoKZ5B3BAweqOi6gQDedzRnNyKR5W =88Br -----END PGP SIGNATURE----- --- Talk Mailing List talk@gtalug.org https://gtalug.org/mailman/listinfo/talk
participants (4)
-
Bob Jonkman
-
lsorense@csclub.uwaterloo.ca
-
Russell Reiter
-
William Witteman