You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am running a raspberry pi 3b on raspian version 10 (buster). I have followed the directions meticulously and double check every dependency. Several of which I had to build myself. After install, the service is not running and cannot be started. No error message. My only clue is that 'ps axu | grep' mustang shows only the process for the grep itself.
My only deviation from the instructions is this boot instruction...
Force USB to "full" speed (aka USB 1.1). Edit the file /boot/cmdline.txt and add the text underlined below.
Adding this parameter to the cmdline.txt file causes all usb functionality to be disabled. No keyboard or mouse. No mustang. No midi controller. Seems like there may be something failing against Buster. I am inches from success with this build and I really need tot get the bridge working. Halp!
The text was updated successfully, but these errors were encountered:
I'm sorry to hear of these issues. First, I've never tried to use keyboard or mouse with a RaspberryPi (ssh login only) and can certainly accept that the USB parameter causes them to fail. But, I think the larger problem is your use of Debian Buster. I would suggest dropping back to Jessie (v8), which is what I used for development. It's been about 5 years since I've used the Mustang amp and at this point I have no time or interest in revisiting the code.
Hello,
I am running a raspberry pi 3b on raspian version 10 (buster). I have followed the directions meticulously and double check every dependency. Several of which I had to build myself. After install, the service is not running and cannot be started. No error message. My only clue is that 'ps axu | grep' mustang shows only the process for the grep itself.
My only deviation from the instructions is this boot instruction...
(some entries omitted)... rootwait dwc_otg.speed=1
Adding this parameter to the cmdline.txt file causes all usb functionality to be disabled. No keyboard or mouse. No mustang. No midi controller. Seems like there may be something failing against Buster. I am inches from success with this build and I really need tot get the bridge working. Halp!
The text was updated successfully, but these errors were encountered: