Skip to content

Instantly share code, notes, and snippets.

@vasmani
Created February 2, 2015 15:11
Show Gist options
  • Select an option

  • Save vasmani/b14d3476d629ba0635fb to your computer and use it in GitHub Desktop.

Select an option

Save vasmani/b14d3476d629ba0635fb to your computer and use it in GitHub Desktop.
Raspberry Pi - USB Audio에서 사운드 깨짐 발생할 때
// http://wiki.linuxaudio.org/wiki/raspberrypi 에 따르면
Force USB1.1 mode
The RPi has a USB2.0 controller that apparently can cause issues with USB1.1 audio interfaces. The solution is to force the controller to use USB1.1 mode. You can do this by adding the following kernel parameter to your /boot/cmdline.txt file on your RPi:
dwc_otg.speed=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment