hello
after searching through the forum, I tried the tips but I still cant be any sound from internal speakers on FreeBSD 8
I have a realtek high definition audio sound card
here is the result of [cmd=]cat /dev/sndstat[/cmd]
here is the verbose boot output :
I added this to /etc/sysctl.conf:
I also added this under device.hints :
I played around with this changing values, but it had no effect
The sound is working fine from the headphone jack, but nothing from the internal speakers
(I also noticed that the /dev/sndstat remains unchanged)
I'm sure it is a redirection issue, but how to make the sound default output to internal speakers ?
after searching through the forum, I tried the tips but I still cant be any sound from internal speakers on FreeBSD 8
I have a realtek high definition audio sound card
here is the result of [cmd=]cat /dev/sndstat[/cmd]
Code:
pcm0 : <HDA Realtek ALC880 PCM #0 Digital>(play/rec) default
pcm1 : <HDA Realtek ALC880 PCM #1 Analog>(rec)
pcm2 : <HDA Realtek ALC880 PCM #2 Analog>(rec)
here is the verbose boot output :
Code:
hdac0: Probing codec #0...
hdac0: HDA Codec #0: Unknown Codec
hdac0: HDA Codec ID: 0x10573055
hdac0: Vendor: 0x1057
hdac0: Device: 0x3055
hdac0: Revision: 0x07
hdac0: Stepping: 0x00
hdac0: PCI Subvendor: 0x10a71734
hdac0: Found modem FG nid=1 startnode=2 endnode=38 total=36
hdac0: Probing codec #1...
hdac0: HDA Codec #1: Realtek ALC880
hdac0: HDA Codec ID: 0x10ec0880
hdac0: Vendor: 0x10ec
hdac0: Device: 0x0880
hdac0: Revision: 0x08
hdac0: Stepping: 0x00
hdac0: PCI Subvendor: 0x10a71734
hdac0: Found audio FG nid=1 startnode=2 endnode=34 total=32
hdac0:
hdac0: Processing modem FG cad=0 nid=1...
hdac0:
hdac0: Processing audio FG cad=1 nid=1...
hdac0: GPIO: 0x40000002 NumGPIO=2 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1
hdac0: nid 20 0x01014010 as 1 seq 0 Line-out Jack jack 1 loc 1 color Green misc 0
hdac0: nid 21 0x01011012 as 1 seq 2 Line-out Jack jack 1 loc 1 color Black misc 0
hdac0: nid 22 0x01016011 as 1 seq 1 Line-out Jack jack 1 loc 1 color Orange misc 0
hdac0: nid 23 0x01012014 as 1 seq 4 Line-out Jack jack 1 loc 1 color Grey misc 0
hdac0: nid 24 0x01a19830 as 3 seq 0 Mic Jack jack 1 loc 1 color Pink misc 8
hdac0: nid 25 0x02a19c40 as 4 seq 0 Mic Jack jack 1 loc 2 color Pink misc 12
hdac0: nid 26 0x01813031 as 3 seq 1 Line-in Jack jack 1 loc 1 color Blue misc 0
hdac0: nid 27 0x02014c20 as 2 seq 0 Line-out Jack jack 1 loc 2 color Green misc 12
hdac0: nid 28 0x411111f0 as 15 seq 0 Speaker None jack 1 loc 1 color Black misc 1
hdac0: Patching widget caps nid=29 0x00400000 -> 0x00700000
hdac0: nid 30 0x0144111e as 1 seq 14 SPDIF-out Jack jack 4 loc 1 color Black misc 1
hdac0: nid 31 0x01c46150 as 5 seq 0 SPDIF-in Jack jack 4 loc 1 color Orange misc 1
hdac0: Patched pins configuration:
hdac0: nid 20 0x01014010 as 1 seq 0 Line-out Jack jack 1 loc 1 color Green misc 0
hdac0: nid 21 0x01011012 as 1 seq 2 Line-out Jack jack 1 loc 1 color Black misc 0
hdac0: nid 22 0x01016011 as 1 seq 1 Line-out Jack jack 1 loc 1 color Orange misc 0
hdac0: nid 23 0x01012014 as 1 seq 4 Line-out Jack jack 1 loc 1 color Grey misc 0
hdac0: nid 24 0x01a19830 as 3 seq 0 Mic Jack jack 1 loc 1 color Pink misc 8
hdac0: nid 25 0x02a19c40 as 4 seq 0 Mic Jack jack 1 loc 2 color Pink misc 12
hdac0: nid 26 0x01813031 as 3 seq 1 Line-in Jack jack 1 loc 1 color Blue misc 0
hdac0: nid 27 0x02014c20 as 2 seq 0 Line-out Jack jack 1 loc 2 color Green misc 12
hdac0: nid 28 0x411111f0 as 15 seq 0 Speaker None jack 1 loc 1 color Black misc 1 [DISABLED]
hdac0: nid 30 0x0144111e as 1 seq 14 SPDIF-out Jack jack 4 loc 1 color Black misc 1
hdac0: nid 31 0x01c46150 as 5 seq 0 SPDIF-in Jack jack 4 loc 1 color Orange misc 1
I added this to /etc/sysctl.conf:
Code:
hw.snd.default_unit=0
I also added this under device.hints :
Code:
hint.hdac.0.cad0.nid20.config="as=1"
hint.hdac.0.cad0.nid21.config="as=2"
I played around with this changing values, but it had no effect
The sound is working fine from the headphone jack, but nothing from the internal speakers
(I also noticed that the /dev/sndstat remains unchanged)
I'm sure it is a redirection issue, but how to make the sound default output to internal speakers ?