On Sat, Aug 10, 2019 at 07:58:14PM +0000, Doug Moss wrote:
> no sound from USB speakers
> 
> dmesg:
> azalia0 at pci0 dev 27 function 0 "Intel 6 Series HD Audio" rev 0x05: msi
> azalia0: codecs: Realtek ALC888, Intel/0x2805, using Realtek ALC888
> audio0 at azalia0
> ...
> uhub5 at uhub3 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" 
> rev 2.00/0.00 addr 2
> uaudio0 at uhub5 port 7 configuration 1 interface 1 "Ten X Technology, Inc. 
> USB AUDIO" rev 1.10/1.87 addr 3
> uaudio0: class v1, full-speed, sync, channels: 2 play, 0 rec, 3 ctls
> audio1 at uaudio0
> uhidev1 at uhub5 port 7 configuration 1 interface 2 "Ten X Technology, Inc. 
> USB AUDIO" rev 1.10/1.87 addr 3
> uhidev1: iclass 3/0
> uhid0 at uhidev1: input=1, output=0, feature=0
> 
> 
> configuration:
> /etc/rc.conf.local:
> sndiod_flags="-m play -f rsnd/1 -f rsnd/0"
> 
> 
> audioctl -f /dev/audioctl0:
> name=azalia0
> mode=play,record
> pause=0
> active=0
> nblks=2
> blksz=4416
> rate=44100
> encoding=s16le
> play.channels=2
> play.bytes=0
> play.errors=0
> record.channels=2
> record.bytes=0
> record.errors=0
> 
> 
> audioctl -f /dev/audioctl1:
> name=uaudio0
> mode=
> pause=0
> active=0
> nblks=2
> blksz=960
> rate=48000
> encoding=s16le
> play.channels=2
> play.bytes=0
> play.errors=0
> record.channels=2
> record.bytes=0
> record.errors=0
> 
> aucat -f rsnd/0 -i song.wav
>   plays fine
> 
> aucat -f rsnd/1 -i song.wav
>   generates nothing
> 

Hi,

Does it exit or it just plays silence? If it plays silence, while it's
playing could you do:

audioctl -f /dev/audioctl1; sleep 1; audioctl -f /dev/audioctl1

and send me the output. Then could you send me the output of:

mixerctl -f /dev/mixer1

Reply via email to