DebuggingHardwareDetection

Differences between revisions 4 and 15 (spanning 11 versions)
Revision 4 as of 2007-01-26 14:50:07
Size: 287
Editor: scandic759
Comment:
Revision 15 as of 2007-11-21 23:10:43
Size: 1146
Editor: c-67-160-148-53
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
When reporting a problem with hardware detection, include 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 `lspci -vvn` and `lspci -vv` commands
 * The output from the `dmesg` command
 * The output of `cat /proc/version`
= Debugging procedure =


= Reporting a bug =

When reporting a problem with hardware detection, they should be reported against the appropriate linux-source-2.6.xx package. For example, the correct package in Malone for Dapper is linux-source-2.6.15, for Edgy is linux-source-2.6.17, for Feisty it is linux-source-2.6.20 and for Gutsy it is linux-source-2.6.22

Also, all reports should contain the following information. Also, 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, they should be reported against the appropriate linux-source-2.6.xx package. For example, the correct package in Malone for Dapper is linux-source-2.6.15, for Edgy is linux-source-2.6.17, for Feisty it is linux-source-2.6.20 and for Gutsy it is linux-source-2.6.22

Also, all reports should contain the following information. Also, 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)