DebuggingHardwareDetection

Differences between revisions 5 and 18 (spanning 13 versions)
Revision 5 as of 2007-02-19 21:09:07
Size: 456
Editor: 135-29-246-201
Comment: [Update] The info attach in file separrate (Pliss my english is bad, You revise
Revision 18 as of 2008-05-31 00:05:35
Size: 1038
Editor: c-24-21-206-172
Comment: update kernel package information
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
When reporting a problem with hardware detection, include in file attach the following information: ||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; background-image: url('https://librarian.launchpad.net/1812570/bugsquad.png'); background-repeat: no-repeat; background-position: 98% 0.5ex; margin: 0 0 1em 1em; padding: 0.5em;">'''Contents'''[[BR]][[TableOfContents]]||
Line 3: Line 3:
 * The make and model of the device (as much as you know)
 * The output from the `uname -a > uname-a.log` command
 * The output from the `lspci -vvn > lspci-vvn.log` command
 * The output from the `lspci -vv > lscpi-vv.log` command
 * The output from the `dmesg > dmesg.log` command
 * The output of `cat /proc/version > proc_version.log` command
= Debugging procedure =


= Reporting a bug =

When reporting a problem with hardware detection, you should report the bug against the kernel. Beginning with the Hardy release, all kernel bugs should be reported against the '''linux''' kernel source package.

Also, all reports should contain the following information. Please be sure to '''attach''' these files to the bug report.

 * uname -a > uname-a.log
 * cat /proc/version_signature > proc_version_signature.log
 * sudo lspci -vvnn > lspci-vvnn.log
 * dmesg > dmesg.log

If the system is not correctly detecting a USB device, also '''attach''' the output of:

 * lsusb > lsusb.log

------
'''Also see:'''

 * DebuggingProcedures

----
CategoryBugSquad

Debugging procedure

Reporting a bug

When reporting a problem with hardware detection, you should report the bug against the kernel. Beginning with the Hardy release, all kernel bugs should be reported against the linux kernel source package.

Also, all reports should contain the following information. Please be sure to attach these files to the bug report.

  • uname -a > uname-a.log

  • cat /proc/version_signature > proc_version_signature.log

  • sudo lspci -vvnn > lspci-vvnn.log

  • dmesg > dmesg.log

If the system is not correctly detecting a USB device, also attach the output of:

  • lsusb > lsusb.log


Also see:


CategoryBugSquad

DebuggingHardwareDetection (last edited 2012-10-21 04:10:21 by penalvch)