Problem:
I followed the instructions on setting up the sound card for my IBM T60 and it seems like the sound card is working (startup/showdown music from KDE). However, when I tried to do play my CD, I didn't hear any music (cdcontrol -f /dev/acd01 play 1).
I tried a difference CD to rule out an issue with the CD. Also, I tried changing hw.snd.default_unit from 0 to 1 but didn't make any difference.
From kldstat:
demsg:
mixer:
TIA
I followed the instructions on setting up the sound card for my IBM T60 and it seems like the sound card is working (startup/showdown music from KDE). However, when I tried to do play my CD, I didn't hear any music (cdcontrol -f /dev/acd01 play 1).
I tried a difference CD to rule out an issue with the CD. Also, I tried changing hw.snd.default_unit from 0 to 1 but didn't make any difference.
From kldstat:
Code:
snd_hda.ko
sound.ko
demsg:
Code:
hdac0: <Intel 82801G High Definition Audio Controller> mem 0xee400000-0xee403fff irq 17 at device 27.0 on pci0
hdac0: HDA Driver Revision: 20090624_0136
hdac0: [ITHREAD]
hdac0: HDA Codec #0: Analog Devices AD1981HD
hdac0: HDA Codec #1: Conexant (Unknown)
pcm0: <HDA Analog Devices AD1981HD PCM #0 Analog> at cad 0 nid 1 on hdac0
pcm1: <HDA Analog Devices AD1981HD PCM #1 Digital> at cad 0 nid 1 on hdac0
mixer:
Code:
Mixer vol is currently set to 100:100
Mixer pcm is currently set to 100:100
Mixer rec is currently set to 100:100
Mixer ogain is currently set to 100:100
Mixer monitor is currently set to 100:100
TIA