[Bug 1970586] Re: No sound support on Linux AWS kernel (but supported on GCP)

2022-05-20 Thread Tim Gardner
** Changed in: linux-aws (Ubuntu Jammy) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1970586 Title: No sound support on Linux AWS kernel (but supported o

[Bug 1970586] Re: No sound support on Linux AWS kernel (but supported on GCP)

2022-05-18 Thread Tim Gardner
Patch submitted: https://lists.ubuntu.com/archives/kernel- team/2022-May/130420.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1970586 Title: No sound support on Linux AWS kernel (but supported

[Bug 1970586] Re: No sound support on Linux AWS kernel (but supported on GCP)

2022-05-18 Thread Pete Woods
This appears to work with my simple script, and now pass the tests in the customer's MIDI library. Thanks very much for your time here! > mocha test/unit/*.js && node test/virtual-loopback-test-automated.js midi.Input ✔ should raise when not called with new ✔ should be an emitter

[Bug 1970586] Re: No sound support on Linux AWS kernel (but supported on GCP)

2022-05-17 Thread Tim Gardner
Pete - I forgot to mention that you may need to install linux-modules- extra in order to get some of these modules. rtg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1970586 Title: No sound support

[Bug 1970586] Re: No sound support on Linux AWS kernel (but supported on GCP)

2022-05-17 Thread Tim Gardner
Pete - try the kernel at https://kernel.ubuntu.com/~rtg/jammy-snd-aloop- lp1970586/5.15.0-1008.10~lp1970586.1/. It has all of the above listed config options set except CONFIG_SND_SEQ_MIDI_EMUL which requires CONFIG_SND_PCI. Lets see if you can get by without that. rtg -- You received this bug n

[Bug 1970586] Re: No sound support on Linux AWS kernel (but supported on GCP)

2022-05-16 Thread Pete Woods
With input from our customer, I have created a very simple NPM project to test out the sound / virtual MIDI support: https://github.com/CircleCI-Public/midi-test I'm getting the expected failures with it on the latest 22.04 AMI, so I'll try the new kernel next. $ node . ALSA lib seq_hw.c:466:(sn

[Bug 1970586] Re: No sound support on Linux AWS kernel (but supported on GCP)

2022-04-28 Thread Pete Woods
I have asked the customer if they can provide a script so I get verify if their virtual MIDI devices will work on this new kernel (rather than guess at their needs). I think they'll need at least: CONFIG_SND_RAWMIDI=m CONFIG_SND_SEQUENCER=m CONFIG_SND_SEQ_DEVICE=m CONFIG_SND_SEQ_DUMMY=m CONFIG_S

[Bug 1970586] Re: No sound support on Linux AWS kernel (but supported on GCP)

2022-04-27 Thread Pete Woods
Thankyou for doing this so quickly - let me see if I can get one of the customers setup to work with this kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1970586 Title: No sound support on Lin

[Bug 1970586] Re: No sound support on Linux AWS kernel (but supported on GCP)

2022-04-27 Thread Tim Gardner
Please try the test kernel at https://kernel.ubuntu.com/~rtg/jammy-snd- aloop-lp1970586/5.15.0-1006.8~lp1970586.1/. I've made only the minimal config change to enable CONFIG_SND_ALOOP=m. wget https://kernel.ubuntu.com/~rtg/jammy-snd-aloop-lp1970586/5.15.0-1006.8~lp1970586.1/amd64/linux-image-unsi

[Bug 1970586] Re: No sound support on Linux AWS kernel (but supported on GCP)

2022-04-27 Thread Tim Gardner
** Also affects: linux-aws (Ubuntu Jammy) Importance: Undecided Status: New ** Changed in: linux-aws (Ubuntu Jammy) Importance: Undecided => Low ** Changed in: linux-aws (Ubuntu Jammy) Status: New => In Progress ** Changed in: linux-aws (Ubuntu Jammy) Assignee: (unassign

[Bug 1970586] Re: No sound support on Linux AWS kernel (but supported on GCP)

2022-04-27 Thread Pete Woods
** Description changed: In GCP images it is possible to create virtual MIDI devices and generally do stuff like audio routing, etc. At CircleCI, where we run many of our VMs on Ubuntu in GCP, several of our customers use this functionality to test audio equipment in their CI runs.