Find the answer to your Linux question:
Results 1 to 3 of 3
Hi friends, How to get a device information connected to the system...manufacture...sl no... etc.. of devices lik mouse, keyboard..etc........ Thanks in advance...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Posts
    5

    get device information

    Hi friends,
    How to get a device information connected to the system...manufacture...sl no... etc..
    of devices lik mouse, keyboard..etc........

    Thanks in advance

  2. #2
    Linux Newbie lugoteehalt's Avatar
    Join Date
    Jan 2004
    Posts
    231
    Think
    $ lside
    list ide devices. But it looks wrong, so try
    $ ls<tab><tab>

    Also the /proc file system contains all sorts of stuff. Something like /proc/cpuinfo will give info on the cpu. There's all sorts of other ways of getting stuff about the box.
    All power is violence; all power is evil.
    Money As Debt

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,343
    If you need detailed info, install "hwinfo". Its not installed by default on many distros, but it shows very verbose information about the hardware on your system. Other commands to look at are lshw (which again is not installed by default on many distros), lspci, lsusb and dmesg.

Posting Permissions

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