Debugging

Differences between revisions 3 and 19 (spanning 16 versions)
Revision 3 as of 2010-05-20 14:09:14
Size: 1834
Editor: 79-70-103-73
Comment:
Revision 19 as of 2010-07-21 13:53:21
Size: 2736
Editor: 193
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
||<tablestyle="float:right; background: #FFFFFF; margin: 0 0 1em 1em;" style="padding:2.0em;"> || ||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>||
Line 6: Line 6:
 * [[Kernel/Debugging/HighTemperatures]] - how to debug thermal issues and/or fan related problems
 * [[Hotkeys/Troubleshooting]] -- How to debug non-working hotkeys.
 * [[KernelTeam/DebuggingUpdateErrors|Debugging Update Errors]] - Debugging common errors seen when updating/upgrading
 * [[KernelTeam/DebuggingSchedulingWhileAtomic]] - How to gather a trace to help debug "scheduling while atomic" bugs
 * [[DebuggingKernelSuspendHibernateResume]] - Help debugging suspend/resume and hibernate/resume problems.
 * [[Kernel/FAQDebugging]] -- debugging oriented Frequently Asked Questions
 * [[Kernel/Debugging/Backlight]] -- how to debug issues related to backlight brightness control
 * [[Kernel/Debugging/HighTemperatures]] -- how to debug thermal issues and/or fan related problems
 * [[Hotkeys/Troubleshooting|Hotkeys]] -- How to debug non-working hotkeys.
 * [[Kernel/DebuggingUpdateErrors]] -- Debugging common errors seen when updating/upgrading
 * [[Kernel/DebuggingSchedulingWhileAtomic]] -- How to gather a trace to help debug "scheduling while atomic" bugs
 * [[DebuggingKernelSuspend]] -- Help debugging kernel suspend
 * [[DebuggingKernelSuspendHibernateResume]] -- Help debugging suspend/resume and hibernate/resume problems.
 * [[Kernel/LinuxWireless]] -- Testing and reporting bugs to the upstream linux wireless developers
 * [[DebuggingKernelOops]] -- Analysing Kernel Oopses
 * [[DebuggingKernelBoot]] -- debugging Kernel boot issues
 * [[Kernel/Netconsole]] -- Kernel netconsole setup etc
 * [[BIOSandUbuntu]] -- Debugging BIOS issues on Ubuntu (DSDT, Reboot, Suspend/Resume)
 * [[DebuggingSoundProblems]] -- Basic troubleshooting tips for debugging sound problems
 * [[DebuggingIRQProblems]] -- debugging interrupt related issues
 * [[DebuggingACPI]] -- debugging ACPI (Advanced Configuration and Power Interface)
 * [[https://help.ubuntu.com/community/DebuggingSystemCrash|DebuggingSystemCrash]] -- Tips for gather information regarding system crashes and lockups
Line 13: Line 25:
 * [[KernelTeam/DebuggingVoodoo]] - Q&A for strange symptoms and how to debug
 * [[DebuggingIRQProblems]] - HEFIBootLoaderselp debugging common IRQ problems.
 * [[Testing/KernelPPA|KernelPPA]] - Instructions on how to use the kernel team's PPA as well using a specific kernel developer's PPA.
 * [[BIOSandUbuntu]] - Debugging BIOS issues on Ubuntu (DSDT, Reboot, Suspend/Resume).
 * KernelTeam/MainlineBuilds - How to use mainline kernels for debugging.
 * [[http://kernel.ubuntu.com/~kernel-ppa/info/kernel-version-map.html|Ubuntu to mainline mapping]] - a table of Ubuntu releases and which mainline version they are based on including the current release pocket assignments.
 * [[KernelTeam/KernelDebuggingTricks]] - Some kernel debugging tricks and tips.
 * [[KernelTeam/Debugging/USB|Debugging USB]] -- How to debug USB problems
 * [[KernelTeam/CrashdumpRecipe|Crash Dump]] -- How to use linux-crashdump to capture a kernel oops/panic
 * [[KernelTeam/Netconsole]] - Configuring console over network using netconsole
 * [[KernelTeam/Firmware]] - All about firmware and how to debug firmware loading issues
 * [[Kernel/DebuggingVoodoo]] -- Q&A for strange symptoms and how to debug
 * [[DebuggingIRQProblems]] -- HEFIBootLoaderselp debugging common IRQ problems.
 * [[Testing/KernelPPA|KernelPPA]] -- Instructions on how to use the kernel team's PPA as well using a specific kernel developer's PPA.
 * Kernel/MainlineBuilds -- How to use mainline kernels for debugging.
 * [[http://kernel.ubuntu.com/~kernel-ppa/info/kernel-version-map.html|Ubuntu to mainline mapping]] -- a table of Ubuntu releases and which mainline version they are based on including the current release pocket assignments.
 * [[Kernel/KernelDebuggingTricks]] - Some kernel debugging tricks and tips.
 * [[KernelTeam/Debugging/USB]] -- How to debug USB problems
 * [[KernelTeam/CrashdumpRecipe]] -- How to use linux-crashdump to capture a kernel oops/panic
 * [[KernelTeam/Netconsole]] -- Configuring console over network using netconsole
 * [[KernelTeam/Firmware]] -- All about firmware and how to debug firmware loading issues

Debugging Scenarios

Debugging Tools/Information

Kernel/Debugging (last edited 2019-08-06 14:38:47 by arighi)