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

Unkown PCM cards #64

Closed
pasimko opened this issue Jan 3, 2017 · 7 comments
Closed

Unkown PCM cards #64

pasimko opened this issue Jan 3, 2017 · 7 comments

Comments

@pasimko
Copy link

pasimko commented Jan 3, 2017

$ ./sconsify
<username>
<password>

Then I get these errors:

ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2266:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for 4294967295, skipping unlock
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for 4294967295, skipping unlock
@fabiofalci
Copy link
Owner

@pasimko sconsify is getting stuck at the playlist load. Not sure yet why. I'll need some time to find out.

@fabiofalci
Copy link
Owner

fabiofalci commented Jan 5, 2017

@pasimko just released a new version (0.4.0-rc2) that loads using the spotify web-api instead of libspotify. It needs to pass a flag to enable web api: -web-api

Please check if that works for you (still not working on macOS Sierra though)

@pasimko
Copy link
Author

pasimko commented Jan 6, 2017 via email

@fabiofalci
Copy link
Owner

Ok, no problems, thank you for reporting.
Will close the issue for now then.

@kflak
Copy link

kflak commented Feb 7, 2019

Getting the same issue:

ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map
ALSA lib pcm_route.c:869:(find_matching_chmap) Found no matching channel map
Expression 'alsa_snd_pcm_hw_params_set_period_size_near( pcm, hwParams, &alsaPeriodFrames, &dir )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 923
ALSA lib pcm_oss.c:377:(_snd_pcm_oss_open) Unknown field port
ALSA lib pcm_oss.c:377:(_snd_pcm_oss_open) Unknown field port
ALSA lib pcm_usb_stream.c:486:(_snd_pcm_usb_stream_open) Invalid type for card
ALSA lib pcm_usb_stream.c:486:(_snd_pcm_usb_stream_open) Invalid type for card
Expression 'alsa_snd_pcm_hw_params_set_period_size_near( pcm, hwParams, &alsaPeriodFrames, &dir )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 933

Running Arch Linux with alsa-pulseaudio-jack bridge enabled. Tried both vanilla and web-api versions.

@fabiofalci
Copy link
Owner

@kflak can you check if this fixes your issue? #108

@kflak
Copy link

kflak commented Feb 8, 2019

@fabiofalci OK, looking into it a bit more indepth now, and realizing that part of the problem is mostly my stupidity and the fact that I hadn't created any playlists in spotify prior to testing out sconsify. When I did this, the messages still come up, but the application is loaded successfully, and is able to play back the playlists, but not on my external soundcard! So it seems there is still some voodoo going on under the hood here.

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

3 participants