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
Hi, i'm not sure that's the right place to post the issue. (sorry in advance)
I have a Tascam US-428 Hardware and tried to make it works on Ubuntu 22.04. I followed setup instruction for US-224 and adapted it for the US 428 : https://alsa.opensrc.org/Tascam_US-224
First i had to install firmware manually since hotplug package seems to be no longer available :
lsusb shows my hardware correctly : Bus 001 Device 004: ID 1604:8000 Tascam US-428 Audio/Midi Controller (without fw)
Loaded it to the Tascam : sudo fxload -s alsa-firmware/usx2yloader/tascam_loader.ihx -I alsa-firmware/usx2yloader/us428fw.ihx -D /dev/bus/usb/001/004
I manually copied alsa-firmware/usx2yloader/ files (us428.conf, us428.prepad, and us428.rbt) to /usr/lib/firmware/usx2yloader/ folder to make usx2yloader working.
Running lsusb confirmed it works. It shows now : Bus 001 Device 005: ID 1604:8001 Tascam US-428 Audio/Midi Controller
Also, the USB led on my Tascam turned up green.
Then I tried to launch us428control to test midi :
us428control -v 2 properly logs midi event when i move some controls on the Tascam.
So far so good.
Then i tried to test audio playback. ALSA properly list my device :
Then i tried to playback a wav file : aplay -D dmix:CARD=USX2Y,DEV=0 test.wav but when the song finish, or when i interrupt it, my whole system freeze (desktop GUI and mouse) and i had to shutdown my laptop manually.
Note that i tried with other device name but it freeze as well, i also launched Audacity which freeze at startup as well.
I'm a bit lost and i can't find useful information on the internet about it. Any help appreciated. Thanks for reading.
The text was updated successfully, but these errors were encountered:
Hi, i'm not sure that's the right place to post the issue. (sorry in advance)
I have a Tascam US-428 Hardware and tried to make it works on Ubuntu 22.04. I followed setup instruction for US-224 and adapted it for the US 428 : https://alsa.opensrc.org/Tascam_US-224
First i had to install firmware manually since hotplug package seems to be no longer available :
lsusb
shows my hardware correctly :Bus 001 Device 004: ID 1604:8000 Tascam US-428 Audio/Midi Controller (without fw)
sudo fxload -s alsa-firmware/usx2yloader/tascam_loader.ihx -I alsa-firmware/usx2yloader/us428fw.ihx -D /dev/bus/usb/001/004
alsa-firmware/usx2yloader/
files (us428.conf, us428.prepad, and us428.rbt) to/usr/lib/firmware/usx2yloader/
folder to makeusx2yloader
working.lsusb
confirmed it works. It shows now :Bus 001 Device 005: ID 1604:8001 Tascam US-428 Audio/Midi Controller
Then I tried to launch us428control to test midi :
us428control -v 2
properly logs midi event when i move some controls on the Tascam.So far so good.
Then i tried to test audio playback. ALSA properly list my device :
Then i tried to playback a wav file :
aplay -D dmix:CARD=USX2Y,DEV=0 test.wav
but when the song finish, or when i interrupt it, my whole system freeze (desktop GUI and mouse) and i had to shutdown my laptop manually.Note that i tried with other device name but it freeze as well, i also launched Audacity which freeze at startup as well.
I'm a bit lost and i can't find useful information on the internet about it. Any help appreciated. Thanks for reading.
The text was updated successfully, but these errors were encountered: