在 Ubuntu 中在哪里可以搜索声卡驱动程序?
我应该使用吗sudo apt-cache search
???我不知道在Linux中可以使用哪个命令来查找我的声卡确切版本?
答案1
运行命令(以 root 身份):
# lspci -v
这将列出系统中的所有 PCI 设备,其中一个是声卡:
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
Subsystem: Dell Device 01d2
Flags: bus master, fast devsel, latency 0, IRQ 43
Memory at efffc000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
然后你可以查找这里查看它是否在支持的硬件列表中。