DebuggingHardwareDetection

Differences between revisions 1 and 13 (spanning 12 versions)
Revision 1 as of 2005-05-28 20:34:22
Size: 261
Editor: adsl-213-190-44-43
Comment: imported from the old wiki
Revision 13 as of 2007-09-17 09:46:35
Size: 1417
Editor: 82-69-40-219
Comment: clarify single line
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= DebuggingHardwareDetection = ||<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:
When reporting a problem with hardware detection, include the following information: = Reporting a bug =
Line 5: Line 5:
 * The make and model of the device (as much as you know)
 * The output from the `lspci` command
 * The output from the `dmesg` command
When reporting a problem with hardware detection, please paste this text below into a terminal and press Enter. Make sure that it is all on a single line. You will be asked for your sudo password.

 uname -a > uname-a.log; sudo lspci -vvnn > lspci-vvnn.log; sudo lspci -vv > lspci-vv.log; dmesg > dmesg.log; cat /proc/version > proc_version.log; cat /proc/version_signature > proc_version_signature.log

This will place the files ''uname-a.log'', ''lspci-vvnn.log'', ''lspci-vv.log'', ''dmesg.log'', ''proc_version.log'' and ''proc_version_signature.log'' in your home directory, please add them to your bug report.

= Debugging procedure =

= Known bugs =

Description of known issues, how to recognise them and stock responses/actions.

'''Open'''
||<rowbgcolor="#eeeeee"> '''Bug#''' || '''Description''' || '''Action''' ||
|| TBD. || TBD. || TBD. ||

'''Closed'''
||<rowbgcolor="#eeeeee"> '''Bug#''' || '''Description''' || '''Action''' ||
|| TBD. || TBD. || TBD. ||

= Non-bugs =

TBD.

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

 * DebuggingProcedures

----
CategoryBugSquad

Reporting a bug

When reporting a problem with hardware detection, please paste this text below into a terminal and press Enter. Make sure that it is all on a single line. You will be asked for your sudo password.

  • uname -a > uname-a.log; sudo lspci -vvnn > lspci-vvnn.log; sudo lspci -vv > lspci-vv.log; dmesg > dmesg.log; cat /proc/version > proc_version.log; cat /proc/version_signature > proc_version_signature.log

This will place the files uname-a.log, lspci-vvnn.log, lspci-vv.log, dmesg.log, proc_version.log and proc_version_signature.log in your home directory, please add them to your bug report.

Debugging procedure

Known bugs

Description of known issues, how to recognise them and stock responses/actions.

Open

Bug#

Description

Action

TBD.

TBD.

TBD.

Closed

Bug#

Description

Action

TBD.

TBD.

TBD.

Non-bugs

TBD.


Also see:


CategoryBugSquad

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