Linux.com

Ask Linux.com: Choosing a distro, working with external hard drives, and learning how to write

Posted by: Anonymous [ip: 75.168.99.245] on April 10, 2008 01:18 PM
> "User proopnarine explained how to use desg from the command line"
That should read, "dmesg" and it runs like this, with the end of the output telling us about what just happened:
user@shell$ dmesg [enter key]
[ 0.000000] Linux version 2.6.24-15-generic (buildd@rothera) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Fri Apr 4 03:48:31 UTC 2008 (Ubuntu 2.6.24-15.26-generic)
...
...
...
[46202.310165] usb 3-2.2: new full speed USB device using ehci_hcd and address 9
[46202.438473] usb 3-2.2: configuration #1 chosen from 2 choices
[46202.851632] cdc_acm 3-2.2:1.0: ttyACM0: USB ACM device
[46202.855251] usbcore: registered new interface driver cdc_acm
user@shell$

#

Return to Ask Linux.com: Choosing a distro, working with external hard drives, and learning how to write