Skip to content

Commit

Permalink
README.md: Add "usbignore=int3-0-0" workaround
Browse files Browse the repository at this point in the history
Remove outdated link from pHAT DAC
  • Loading branch information
rsta2 committed Dec 3, 2021
1 parent e3cc678 commit d5128b7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The audio signal is normally available on the 3.5mm headphones jack (I2S usage s

This version of MiniSynth Pi can be built, so that it can be used with an external I2S interface. The audio signal is then available via this interface. MiniSynth Pi has been tested with the following I2S interfaces:

* [pHAT DAC](https://shop.pimoroni.com/products/phat-dac) (with PCM5102A DAC)
* pHAT DAC (with PCM5102A DAC)
* PiFi DAC+ v2.0 (with PCM5122 DAC)
* [Adafruit I2S Audio Bonnet](https://www.adafruit.com/product/4037) (with UDA1334A DAC)
* [Adafruit I2S 3W Class D Amplifier Breakout](https://www.adafruit.com/product/3006) (with MAX98357A DAC)
Expand Down Expand Up @@ -190,6 +190,12 @@ Some USB MIDI keyboard controllers have been reported to lose "Note on" and/or "

logdev=null usbspeed=full

Some USB PC keyboards may not work with MiniSynth Pi, because its USB HID report descriptor cannot be fetched from the keyboard. As a workaround you can try to suppress fetching this descriptor by adding the `usbignore=` option to the file *cmdline.txt* on the SD card:

logdev=null usbspeed=auto usbignore=int3-0-0

Please note, that you cannot use an USB PC keyboard to input data in MiniSynth Pi. It is just an replacement for an USB MIDI keyboard controller, in case you do not have the latter.

Credits
-------

Expand Down

0 comments on commit d5128b7

Please sign in to comment.