GoXLR-on-Linux / goxlr-on-linux

Documentation and scripts to make the GoXLR and GoXLR Mini useful on Linux.
142 stars 8 forks source link

Audio outputs work but Mic isn't detected. #44

Closed ItMeCorban closed 2 years ago

ItMeCorban commented 2 years ago

The mic device doesn't show up in the system audio devices. I get a errors similar to those in the common issues however those fixes haven't helped. when I run run_goxlr I get the following output:

./run_goxlr.sh 
--- engine param set "realtime" -> "true"
--- driver select "alsa"
--- driver param set "device" -> "hw:GoXLRMini"
--- driver param set "period" -> "512"
--- driver param set "rate" -> "48000"
--- driver param set "nperiods" -> "3"
--- start
Failure: Module initialization failed
Failure: Module initialization failed
Failure: Module initialization failed
Failure: Module initialization failed
Failure: Module initialization failed
Failure: Module initialization failed
Failure: Module initialization failed
Cannot lock down 107341340 byte memory area (Cannot allocate memory)
cannot connect client, already connected?
Cannot lock down 107341340 byte memory area (Cannot allocate memory)
cannot connect client, already connected?
Cannot lock down 107341340 byte memory area (Cannot allocate memory)
cannot connect client, already connected?
Cannot lock down 107341340 byte memory area (Cannot allocate memory)
cannot connect client, already connected?
Cannot lock down 107341340 byte memory area (Cannot allocate memory)
cannot connect client, already connected?
Cannot lock down 107341340 byte memory area (Cannot allocate memory)
cannot connect client, already connected?
Cannot lock down 107341340 byte memory area (Cannot allocate memory)
cannot connect client, already connected?
Cannot lock down 107341340 byte memory area (Cannot allocate memory)
cannot connect client, already connected?
Cannot lock down 107341340 byte memory area (Cannot allocate memory)
ERROR GoXLR_Sink_Sample:front-left not a valid port
Cannot lock down 107341340 byte memory area (Cannot allocate memory)
ERROR GoXLR_Sink_Sample:front-right not a valid port
Cannot lock down 107341340 byte memory area (Cannot allocate memory)
ERROR GoXLR_Source_Broadcast_Mix:front-left not a valid port
Cannot lock down 107341340 byte memory area (Cannot allocate memory)
ERROR GoXLR_Source_Broadcast_Mix:front-right not a valid port
Cannot lock down 107341340 byte memory area (Cannot allocate memory)
ERROR GoXLR_Source_Chat:front-left not a valid port
Cannot lock down 107341340 byte memory area (Cannot allocate memory)
ERROR GoXLR_Source_Chat:front-right not a valid port
Failure: No such entity
You need to specify a sink either by its name or its index.
You need to specify a source either by its name or its index.

I realise I'm problem missing something obvious, just not sure what

ItMeCorban commented 2 years ago

Turns out Grub was booting into LTS and not the main kernel by default for some reason. Now running on Arch 5.17.3 and all inputs and outputs are working. I do have 2 phantom in/out devices called JACK sink/JACK source. These don't appear to do anything though so easy enough to ignore them