|
系统没有声音。
$ lspci | grep -i audio
5:00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
$ cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xfe6fc000 irq 43
$ dmesg
...
[ 5.809047] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 5.809105] HDA Intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[ 5.809129] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 5.993799] hda_codec: ALC269: SKU not ready 0x411111f0
[ 5.994209] hda_codec: ALC269VB: BIOS auto-probing.
[ 5.995127] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input5
[ 5.996536] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
...
但在 # alsaconf 的时候却找不到声卡...
郁闷!
请问各位有什么建议吗? |
|