Created
February 2, 2015 15:11
-
-
Save vasmani/b14d3476d629ba0635fb to your computer and use it in GitHub Desktop.
Raspberry Pi - USB Audio에서 사운드 깨짐 발생할 때
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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