-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not working on Debian kernel 6.7.12+bpo-rt-amd64 #14
Comments
Hi @jlahtela, Sorry, I should probably put an issue template here too. Could you take a look at https://github.com/geoffreybennett/alsa-scarlett-gui/issues/new?template=issue.md and include that info here please. Thanks, |
Confirmation
Issue CategoryPlease select the category that best describes your issue:
Environment DetailsLinux Distribution and Version(paste output from Kernel Version(paste output from
Kernel Messages(paste output from Focusrite Interface Series and ModelBus 001 Device 003: ID 1235:800c Focusrite-Novation Scarlett 18i20 Audio System(use
Using ALSA directy on DAW. Issue DescriptionPlease provide a detailed description of the issue or feature request, including steps to reproduce (if applicable), expected behavior, and actual behavior: I use Debian GNU/Linux 12 (bookworm) with 6.7.12+bpo-rt-amd64. However my Scarlett is not recognized. Once I start control panel it says on window top Scarlett 18i20 USB what is correct. dmesg says: uname -r says: Excepted behavior would be that in alsa-scarlett-gui it would work. Thank you for helping improve |
Noticed that when I run make -j4 -C |
dmesg | grep -A 5 -B 5 -i focusrite output: |
dmesg -w output when starting: |
Hmmm... I did realize something now... I got Scarlett 18i20 1st Gen... that is not supported, right? |
Hi @jlahtela, That's correct. Please see https://github.com/geoffreybennett/scarlett-gen2 for a list of supported devices. On the other hand, Scarlett 1st Gen is supported anyway by the Linux kernel since 2014. On the third hand, the support isn't complete (no loading of interface state on startup, no saving of interface state, and reportedly some controls missing). For reference, Scarlett 2nd Gen used a completely different protocol which is why I wrote this "scarlett2" driver. Focusrite continued to use that new protocol for the Scarlett 3rd and 4th Gen, and the Clarett USB, Clarett+, and Vocaster series. What you're after is Scarlett 1st Gen support in Regards, |
Yes you are correct! To be honest I remembered that my device is gen2 so did start to look in to this... Anyway good to hear that you are working on this in dev branch. I will be talking that in use so I can test and contribute to it! |
FYI since this I have been using the dev branch and I have had no issues with it. |
Hi,
I installed this to use with ALSA Scarlett2 Control Panel, but for some reason it do not work.
I downloaded snd-usb-audio-kmod-6.7-v1.3 and did installation as said on readme. I did not get any issues.
However my Scarlett is not recognized. Once I start control panel it says on window top Scarlett 18i20 USB what is correct.
But says "I don't recognize..."
dmesg says:
[ 2.378349] usb 2-1.3: Product: Scarlett 18i20 USB
[ 2.378351] usb 2-1.3: Manufacturer: Focusrite
uname -r says:
6.7.12+bpo-rt-amd64
Any idea what could be wrong?
The text was updated successfully, but these errors were encountered: