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

hi, it does not start on my QNAP #3

Open
onehans opened this issue Nov 20, 2019 · 3 comments
Open

hi, it does not start on my QNAP #3

onehans opened this issue Nov 20, 2019 · 3 comments

Comments

@onehans
Copy link

onehans commented Nov 20, 2019

1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
libudev: udev_has_devtmpfs: name_to_handle_at on /dev: Operation not permitted
AL lib: (WW) alc_initconfig: Failed to initialize backend "pulse"
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4259:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4738:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM default
AL lib: (EE) alsa_open_playback: Could not open playback device 'default': No such file or directory
WARNING: OPENAL: Could not open audio device
error: XDG_RUNTIME_DIR not set in the environment.

@jamesnetherton
Copy link
Owner

Which Docker image are you trying to run?

@onehans
Copy link
Author

onehans commented Nov 20, 2019 via email

@jamesnetherton
Copy link
Owner

Possibly because it's expecting graphics and sound devices to be available.

E.g via --device arguments:

docker run -it \
   -e DISPLAY=$DISPLAY \
   -v /tmp/.X11-unix:/tmp/.X11-unix \
   -v $HOME/.config/fs-uae/:/home/fsuae/config \
   --device /dev/dri/card0 \
   --device /dev/snd \
   --name fs-uae \
   jamesnetherton/fs-uae

Not sure if the QNAP docker stuff supports that.

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

2 participants