[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


talk:howtos:hardware:sound_problems_on_slackware [2013/01/15 03:57 (UTC)] (current) – created allend
Line 1: Line 1:
 +I think that these lines need to changed:
  
 +atest -D hw0,0 test.wav   (WHERE 0,0 is card/slot 0, device 0 and test.wav is a sound file.)
 +
 +atest -D hw0,1 test.wav
 +
 +atest -D hw1,0 test.wav
 +
 +atest -D hw1,1 test.wav
 +   
 +to
 +
 +aplay -D hw:0,0 test.wav   (WHERE 0,0 is card/slot 0, device 0 and test.wav is a sound file.)
 +
 +aplay -D hw:0,1 test.wav
 +
 +aplay -D hw:1,0 test.wav
 +
 +aplay -D hw:1,1 test.wav
 +
 + --- //[[wiki:user:allend|David Allen]] 2013/01/14 19:53//
 talk:howtos:hardware:sound_problems_on_slackware ()