Difference between revisions of "CR48-Static in audio after update"

From eLinux.org
Jump to: navigation, search
(Added to category CR48)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
 
If you've been updated to the latest beta or dev release of Chrome OS on your Cr-48, you may have encountered issues with audio. After a few minutes of playback, all you'll hear is an irritating garbled noise. Google's aware of the issue and working on an official fix. But I've come up with a quick workaround solution. As always, you should be aware that making changes to your Cr-48 could go bad, be ready to run a USB Recovery if necessary.<p>
 
If you've been updated to the latest beta or dev release of Chrome OS on your Cr-48, you may have encountered issues with audio. After a few minutes of playback, all you'll hear is an irritating garbled noise. Google's aware of the issue and working on an official fix. But I've come up with a quick workaround solution. As always, you should be aware that making changes to your Cr-48 could go bad, be ready to run a USB Recovery if necessary.<p>
  
*Your Cr-48 must be rooted.
+
*Your Cr-48 must be [[CR48-rooting|rooted]].
 
*From root, run the command:
 
*From root, run the command:
 
<code>
 
<code>
Line 11: Line 11:
 
The fix works by removing the nmi_watchdog=1 argument from the kernel boot command line arguments. It was added in the recent updates and seems to be causing the audio issues. I've tried disabling the watchdog temporarily with "cat 0 > /proc/sys/kernel/nmi_watchdog" but that doesn't seem to work, nmi_watchdog needs to be off from boot to fix the issue.
 
The fix works by removing the nmi_watchdog=1 argument from the kernel boot command line arguments. It was added in the recent updates and seems to be causing the audio issues. I've tried disabling the watchdog temporarily with "cat 0 > /proc/sys/kernel/nmi_watchdog" but that doesn't seem to work, nmi_watchdog needs to be off from boot to fix the issue.
 
<br><br><br>[[CR48|Back to CR48 Home]]
 
<br><br><br>[[CR48|Back to CR48 Home]]
 +
[[Category:CR48]]

Latest revision as of 14:34, 12 April 2011

Fix for static audio noise on latest dev and beta update

If you've been updated to the latest beta or dev release of Chrome OS on your Cr-48, you may have encountered issues with audio. After a few minutes of playback, all you'll hear is an irritating garbled noise. Google's aware of the issue and working on an official fix. But I've come up with a quick workaround solution. As always, you should be aware that making changes to your Cr-48 could go bad, be ready to run a USB Recovery if necessary.

  • Your Cr-48 must be rooted.
  • From root, run the command:

wget -O - http://cr-48-ubuntu.googlecode.com/files/fix-sound.sh | sh -

  • That's wget, space, dash, capital o, space, dash, space, etc. The command is case sensitive!
  • Reboot. Audio problems should be fixed!

The fix works by removing the nmi_watchdog=1 argument from the kernel boot command line arguments. It was added in the recent updates and seems to be causing the audio issues. I've tried disabling the watchdog temporarily with "cat 0 > /proc/sys/kernel/nmi_watchdog" but that doesn't seem to work, nmi_watchdog needs to be off from boot to fix the issue.


Back to CR48 Home