Results 1 to 4 of 4

Thread: List of connected hardware.

  1. #1
    Join Date
    Aug 2008
    Beans
    18

    List of connected hardware.

    How can i get via terminal the list of connected hardware.

  2. #2
    Join Date
    May 2009
    Location
    Jah's Pocket
    Beans
    733
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: List of connected hardware.

    try sudo lshw
    MyBlog
    Sledgehammer engineering, if it doesn't work, hit it damn hard.

  3. #3
    Join Date
    Jan 2008
    Location
    the space between spaces.
    Beans
    1,654

    Re: List of connected hardware.

    Quote Originally Posted by Boondoklife View Post
    try sudo lshw
    Code:
    sudo lshw
    should get you all you need; if not try
    Code:
    sudo lspci
    sudo lsusb
    sudo lspcmcia
    "If a cluttered desk signs a cluttered mind, Of what, then, is an empty desk a sign?" -Albert Einstein.

  4. #4
    Join Date
    Aug 2008
    Beans
    18

    Re: List of connected hardware.

    thanks

Bookmarks

Posting Permissions

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