Fórum Ubuntu CZ/SK
		Ostatní => Archiv => Téma založeno: tamaska  06 Listopadu 2006, 23:15:32
		
			
			- 
				no doteraz som mal ubuntu 6.06 a mal som 6.1 fungovalo ako malo .. teraz mam 6.10 ale nefunguje mi tie nastavnei prepisal subore .asoundrc na toto
 
 
 
 
 pcm.!default {
 type plug
 slave.pcm "surround51"
 slave.channels 6
 route_policy duplicate
 }
 
 
 pcm.!spdif {
 type plug
 slave.pcm "hw:0,1"
 }
 
 
 pcm.analog {
 type plug
 slave analog_slave;
 }
 
 pcm_slave.analog_slave {
 pcm surround51;
 format S32_LE;
 }
 
 
 ale neako to pod tym nechce ficat neviem preco ,prosim vas o pomoc
- 
				Hm..mám to samý akorát v bledě modrým a funguje mi to..Co máš za ZK?
 #########################################################
 #This is the standard setting (see: "!default")
 #This profile, the default loaded, upmixes stereo sound to 5.1.
 
 pcm.!default {
 type plug
 slave.pcm "surround51"
 slave.channels 6
 route_policy duplicate
 }
 ########################################################
 #This is the normal spdif output profile (optical, toslink).
 
 pcm.!spdif {
 type plug
 slave.pcm "hw:0,1"
 }
 
 #######################################################
 #This is what one could call the "factory default setting", in other words, it only plays the actual channels. so if you fx want to watch a 5.1 movie, on the analog output, this is the option you want.
 
 
 pcm.analog {
 type plug
 slave analog_slave;
 }
 
 pcm_slave.analog_slave {
 pcm surround51;
 format S32_LE;
 }