Hello,
I've difficulties in sound card configurations so both sound output and recorder are working.
On my HP Laptop is FreeBSD 11.0 installed.
/boot/loader.conf contains
The driver is properly loaded, hardware is detected.
Without any changes
By setting
Unfortunately all the changes in /boot/device.hints and reboots were unsuccessful.
Here some system information in hopes of help.
For any help many thanks in advance.
Regards,
palik
I've difficulties in sound card configurations so both sound output and recorder are working.
On my HP Laptop is FreeBSD 11.0 installed.
/boot/loader.conf contains
snd_hda_load="YES"
The driver is properly loaded, hardware is detected.
Without any changes
hw.snd.default_unit=0
sound output works well. But sound recording doesn't.By setting
hw.snd.default_unit=1
sound recording works and there is no sound.Unfortunately all the changes in /boot/device.hints and reboots were unsuccessful.
Here some system information in hopes of help.
cat /dev/sndstat
Code:
FreeBSD Audio Driver (64bit 2009061500/amd64)
Installed devices:
pcm0: <IDT 92HD91BXX (Analog 2.0+HP/2.0)> on hdaa0 (1p:1v/1r:1v) default
pcm1: <IDT 92HD91BXX (Analog)> on hdaa0 (1p:1v/1r:1v)
pcm2: <Intel Panther Point (HDMI/DP 8ch)> on hdaa1 (1p:1v/0r:0v)
pcm3: <Intel Panther Point (HDMI/DP 8ch)> on hdaa1 (1p:1v/0r:0v)
ls /dev/dsp*
Code:
crw-rw-rw- 1 root wheel 0xb9 2 Mai 21:50 /dev/dsp0.0
crw-rw-rw- 1 root wheel 0xb8 2 Mai 21:50 /dev/dsp1.0
crw-rw-rw- 1 root wheel 0xb7 2 Mai 21:47 /dev/dsp2.0
crw-rw-rw- 1 root wheel 0xb6 2 Mai 21:47 /dev/dsp3.0
dmesg
output if system is booted in verbose mode
Code:
hdac0: <Intel Panther Point HDA Controller> mem 0xd0730000-0xd0733fff irq 22 at device 27.0 on pci0
hdac0: PCI card vendor: 0x103c, device: 0x18df
hdac0: HDA Driver Revision: 20120126_0002
hdac0: Config options: on=0x00000000 off=0x00000000
hdac0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 266 to local APIC 0 vector 62
hdac0: using IRQ 266 for MSI
hdac0: Caps: OSS 4, ISS 4, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256
hdacc0: <IDT 92HD91BXX HDA CODEC> at cad 0 on hdac0
hdaa0: <IDT 92HD91BXX Audio Function Group> at nid 1 on hdacc0
hdaa0: Subsystem ID: 0x103c18df
hdaa0: NumGPIO=5 NumGPO=0 NumGPI=0 GPIWake=1 GPIUnsol=1
hdaa0: GPIO0: disabled
hdaa0: GPIO1: disabled
hdaa0: GPIO2: disabled
hdaa0: GPIO3: disabled
hdaa0: GPIO4: disabled
hdaa0: Original pins configuration:
hdaa0: nid 0x as seq device conn jack loc color misc
hdaa0: 10 21011030 3 0 Line-out Jack 1/8 Ext-Rear Black 0
hdaa0: 11 0321101f 1 15 Headphones Jack 1/8 Left Black 0
hdaa0: 12 03a11020 2 0 Mic Jack 1/8 Left Black 0
hdaa0: 13 90170110 1 0 Speaker Fixed Analog Internal Unknown 1
hdaa0: 14 40f000f0 15 0 Other None Unknown 0x00 Unknown 0
hdaa0: 15 2181102e 2 14 Line-in Jack 1/8 Ext-Rear Black 0
hdaa0: 16 40f000f0 15 0 Other None Unknown 0x00 Unknown 0
hdaa0: 17 d5a30140 4 0 Mic Both ATAPI 0x15 Unknown 1
hdaa0: 31 40f000f0 15 0 Other None Unknown 0x00 Unknown 0
hdaa0: 32 40f000f0 15 0 Other None Unknown 0x00 Unknown 0
hdaa0: Patched pins configuration:
hdaa0: nid 0x as seq device conn jack loc color misc
hdaa0: 10 21011030 3 0 Line-out Jack 1/8 Ext-Rear Black 0
hdaa0: 11 0321101f 1 15 Headphones Jack 1/8 Left Black 0
hdaa0: 12 03a11020 2 0 Mic Jack 1/8 Left Black 0
hdaa0: 13 90170110 1 0 Speaker Fixed Analog Internal Unknown 1
hdaa0: 14 40f000f0 15 0 Other None Unknown 0x00 Unknown 0 DISA
hdaa0: 15 2181102e 2 14 Line-in Jack 1/8 Ext-Rear Black 0
hdaa0: 16 40f000f0 15 0 Other None Unknown 0x00 Unknown 0 DISA
hdaa0: 17 d5a30140 4 0 Mic Both ATAPI 0x15 Unknown 1
hdaa0: 31 40f000f0 15 0 Other None Unknown 0x00 Unknown 0 DISA
hdaa0: 32 40f000f0 15 0 Other None Unknown 0x00 Unknown 0 DISA
mixer
Code:
Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100
Mixer speaker is currently set to 100:100
Mixer line is currently set to 100:100
Mixer mic is currently set to 100:100
Mixer mix is currently set to 35:35
Mixer rec is currently set to 100:100
Mixer ogain is currently set to 100:100
Recording source: mic
For any help many thanks in advance.
Regards,
palik