How to find USB devices in Linux? - Page 2


Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17

Thread: How to find USB devices in Linux?

  1. #16
    Join Date
    Oct 2004
    Location
    suomi
    Posts
    364
    You can also try this:
    $ watch -n1 "dmesg | tail"

    Then just plug in and out any usb devices you might have and see what your kernel says about them.

    when you're done just Ctrl-C to terminate as usual.
    Last edited by ladoga; 12-07-2006 at 02:35 PM.
    ladoga

  2. #17
    Join Date
    Aug 2012
    Posts
    1
    This link has some commands and their details for getting hardware details:

    http://www.expertslogin.com/linux-ad...dware-details/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •