Skip to content
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

Make alsa dummy snd module work in Github CI #4

Open
pestophagous opened this issue Apr 6, 2020 · 1 comment
Open

Make alsa dummy snd module work in Github CI #4

pestophagous opened this issue Apr 6, 2020 · 1 comment

Comments

@pestophagous
Copy link
Owner

Refer to commit b99677c

b99677c#r38308927

@pestophagous
Copy link
Owner Author

unclear whether using our own Dockerfile would help, since docker machines use the same kernel as the host, and the github azure kernel might be the issue.

some output from the CI job that makes it seem like kernel "5.0.0-1035-azure" might be implicated:

 + sudo modprobe snd-dummy
 modprobe: FATAL: Module snd-dummy not found in directory /lib/modules/5.0.0-1035-azure
 + true
 + sudo modprobe snd-seq
 modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='snd_seq'
 modprobe: ERROR: could not insert 'snd_seq': Unknown symbol in module, or unknown parameter (see dmesg)
 modprobe: ERROR: ../libkmod/libkmod-module.c:979 command_do() Error running install command for snd_seq
 modprobe: ERROR: could not insert 'snd_seq': Operation not permitted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant