Display USB Devices Detailed Information with USBDeview
Wonder what are the USB devices that currently installed on your computer? Now there is a freeware utility, named as USBDeview which can retrieves the detailed information for all devices connected through USB host port. It is not only listing all the device name, but also the description of the device, device type, connection status, safe to unplug, serial number, created date, vendor id, product id and etc.
Windows
Mar 2, 2009
SY Wong
No Comments
Delicious Delicious
0digg
Display USB Devices Detailed Information with USBDeview
Wonder what are the USB devices that currently installed on your computer? Now there is a freeware utility, named as USBDeview which can retrieves the detailed information for all devices connected through USB host port. It is not only listing all the device name, but also the description of the device, device type, connection status, safe to unplug, serial number, created date, vendor id, product id and etc.
usbdeview
USBDeview is a tiny utility which doesn’t require any installation. Just execute the exe file and it will display all USB devices details information currently installed on the computer. Besides providing the detailed information, this utility also allows you to uninstall USB devices and disconnect USB devices that currently connected to your computer. USBDeview can be used to retrieve the details information on remote computer as well, with condition that must have administrator login.
USBDeview is compatible to run on Windows 2000/XP/2003/Vista, but not on Windows 98/ME. To disable/enable USB devices in Windows Vista with UAC turned on, you must run USBDeview as administrator, right click on the executable file, then choose “Run As Administrator”.
Related posts:
Download TinyResMeter to Display System Utility Information on Windows PC
Download SecuWipe to Securely Delete All Sensitive Personal Contents in Windows Mobile Devices
Download Free DownloadControl to Display and Update System Drivers
Windows Vista SP1 Detailed Changes (Changelog)
D-Link (DLink) Routers, Switches, Modems and Network Devices Default Factory Admin Password
name
synopsis
description
options
diagnostics
return value
files
see also
author
hardy (8) lsusb.8.gz
Provided by: usbutils_0.73-5ubuntu2_i386 bug
NAME
lsusb - list USB devices
SYNOPSIS
lsusb [ options ]
DESCRIPTION
lsusb is a utility for displaying information about USB buses in the
system and the devices connected to them.
To make use of all the features of this program, you need to have a
Linux kernel which supports the /proc/bus/usb interface (e.g., Linux
kernel 2.3.15 or newer).
OPTIONS
-v, --verbose
Tells lsusb to be verbose and display detailed information about
the devices shown. This includes configuration descriptors for
the device’s current speed. Class descriptors will be shown,
when available, for USB device classes including hub, audio,
HID, communications, and chipcard.
-s [[bus]:][devnum]
Show only devices in specified bus and/or devnum. Both ID’s are
given in decimal and may be omitted.
-d [vendor]:[product]
Show only devices with the specified vendor and product ID.
Both ID’s are given in hexadecimal.
-D device
Do not scan the /proc/bus/usb directory, instead display only
information about the device whose device file is given. The
device file should be something like /proc/bus/usb/001/001.
This option displays detailed information like the v option; you
must be root to do this.
-t Tells lsusb to dump the physical USB device hierarchy as a tree.
-V, --version
Print version information on standard output, then exit
successfully.
DIAGNOSTICS
cannot open /proc/bus/usb/nnn/nnn, Permission denied (13)
To get detailed information, lsusb must open the files in
/proc/bus/usb in read-write mode. You must be root in order to
do this.
RETURN VALUE
If the specified device is not found, a non-zero exit code is returned.
FILES
/var/lib/misc/usb.ids
A list of all known USB ID’s (vendors, products, classes,
subclasses and protocols).
/proc/bus/usb
An interface to USB devices provided by the post-2.3.15 Linux
kernels. Contains per-bus subdirectories with per-device files
and a devices file displaying some of the descriptors for each
USB device. This interface is also support by some 2.2 Linux
kernels.
No comments:
Post a Comment