DebuggingHardwareDetection

Differences between revisions 11 and 12
Revision 11 as of 2007-08-27 13:56:04
Size: 1371
Editor: 67
Comment:
Revision 12 as of 2007-09-17 09:43:49
Size: 1366
Editor: 82-69-40-219
Comment: ridiculous use of pipes
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 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  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

Reporting a bug

When reporting a problem with hardware detection, please paste this text below into a terminal and run, 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)