Update about, etc. messages to include Gen 4/Clarett

This commit is contained in:
Geoffrey D. Bennett
2024-01-21 18:26:01 +10:30
parent 793523b0a7
commit f40a1c986d
4 changed files with 15 additions and 13 deletions

View File

@@ -8,19 +8,21 @@ GtkWidget *create_iface_unknown_main(void) {
GtkWidget *label = gtk_label_new(
"Sorry, I dont recognise the controls on this card.\n\n"
"These Focusrite Scarlett models should be supported:\n"
"These Focusrite models should be supported:\n"
" Gen 2: 6i6/18i8/18i20\n"
" Gen 3: Solo/2i2/4i4/8i6/18i8/18i20\n\n"
" Gen 3: Solo/2i2/4i4/8i6/18i8/18i20\n"
" Gen 4: Solo/2i2/4i4\n"
" Clarett USB and Clarett+ 2Pre/4Pre/8Pre\n\n"
"Are you running a recent kernel with Scarlett Gen 2/3 support "
"Are you running a recent kernel with Scarlett2 support "
"enabled?\n\n"
"Check dmesg output for “Focusrite Scarlett Gen 2/3 Mixer "
"Driver”:\n\n"
"Check dmesg output for “Focusrite ... Mixer Driver”:\n\n"
"dmesg | grep Scarlett\n\n"
"dmesg | grep -A 5 -B 5 -i focusrite\n\n"
"You may need to create a file /etc/modprobe.d/scarlett.conf\n"
"For kernels before 6.7 you may need to create a file\n"
"/etc/modprobe.d/scarlett.conf\n"
"with an “options snd_usb_audio ...” line and reboot."
);
gtk_widget_set_margin(label, 30);