Hi! Pd 0.45.0 informs me at startup that
"oops: ALSA cards not reported in order?"
while all seems to work normally. I also have this:
cat /proc/asound/cards 0 [Intel ]: HDA-Intel - HDA Intel HDA Intel at 0xf8220000 irq 45 29 [ThinkPadEC ]: ThinkPad EC - ThinkPad Console Audio Control ThinkPad Console Audio Control at EC reg 0x30,
What does the above warning try to tell me?
best, Peter
On 2013-10-26 16:05, Peter P. wrote:
Hi! Pd 0.45.0 informs me at startup that
"oops: ALSA cards not reported in order?"
while all seems to work normally. I also have this:
i have the same
cat /proc/asound/cards 0 [Intel ]: HDA-Intel - HDA Intel HDA Intel at 0xf8220000 irq 45 29 [ThinkPadEC ]: ThinkPad EC - ThinkPad Console Audio Control ThinkPad Console Audio Control at EC reg 0x30,
whereas i have: 0 [PCH ]: HDA-Intel - HDA Intel PCH HDA Intel PCH at 0xf2530000 irq 47 4 [ThinkPadEC ]: ThinkPad EC - ThinkPad Console Audio Control ThinkPad Console Audio Control at EC reg 0x30,
(ha! strikingly similar!)
What does the above warning try to tell me?
iirc, it tells you that the soundcards are not in consecutive order. in your case you have only card0 and card29 (with #1-#28 missing), in my case card0 and card4 (with #1-#3 missing). i have absolutely no idea why Pd thinks that this might be a problem and thus reports a warning.
g,asrd IOhannes
On 10/26/2013 10:05 AM, Peter P. wrote:
Hi! Pd 0.45.0 informs me at startup that
"oops: ALSA cards not reported in order?"
while all seems to work normally. I also have this:
cat /proc/asound/cards 0 [Intel ]: HDA-Intel - HDA Intel HDA Intel at 0xf8220000 irq 45 29 [ThinkPadEC ]: ThinkPad EC - ThinkPad Console Audio Control ThinkPad Console Audio Control at EC reg 0x30,
What does the above warning try to tell me?
This comment in s_audio_alsa.c precedes the error: /* apparently, "cardno" is just a counter; but check that here */
That assumption evidently does not hold true for your setup, but I don't know enough about the Alsa API to tell why.
-Jonathan
best, Peter
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I don't know what this means if anything... so I guess I can just take the warning out.
cheers Miller
On Sat, Oct 26, 2013 at 06:06:50PM -0400, Jonathan Wilkes wrote:
On 10/26/2013 10:05 AM, Peter P. wrote:
Hi! Pd 0.45.0 informs me at startup that
"oops: ALSA cards not reported in order?"
while all seems to work normally. I also have this:
cat /proc/asound/cards 0 [Intel ]: HDA-Intel - HDA Intel HDA Intel at 0xf8220000 irq 45 29 [ThinkPadEC ]: ThinkPad EC - ThinkPad Console Audio Control ThinkPad Console Audio Control at EC reg 0x30,
What does the above warning try to tell me?
This comment in s_audio_alsa.c precedes the error: /* apparently, "cardno" is just a counter; but check that here */
That assumption evidently does not hold true for your setup, but I don't know enough about the Alsa API to tell why.
-Jonathan
best, Peter
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list