简体   繁体   English

Debian LSPCI不显示声卡

[英]Debian lspci doesn't show sound card

I have a problem with different Debian distributives, problem relative to the sound card. 我对不同的Debian发行版有疑问,相对于声卡来说有问题。 I am not able to find it in the system 我无法在系统中找到它

# lspci | grep Audio

doesn't show any audio device. 没有显示任何音频设备。 I already read about kernel and modules and familiar with modrpobe, lsmode, etc. The question is 我已经读过关于内核和模块的知识,并且熟悉modrpobe,lsmode等。问题是

if a device does not show via lspci are there any chance that it would be founded on the system after the right driver (with right parameters) will be loaded? 如果设备未通过lspci显示,则在加载正确的驱动程序(带有正确的参数)之后,是否有可能在系统上创建该设备? Or if the system doesn't see needed PCI device there wouldn't be any sense in trying to load device module. 或者,如果系统看不到所需的PCI设备,则尝试加载设备模块将没有任何意义。

Thank you for your help, it would be very helpful. 感谢您的帮助,这将非常有帮助。 Btw I am using the following chipset Pegatron IPXPV-D3/DC 顺便说一句,我正在使用以下芯片组和硕IPXPV-D3 / DC

UPDATE UPDATE

Seems that my problem was relative to hardware, the issue was solved with the new motherboard. 看来我的问题与硬件有关,新主板解决了问题。 Mark this thread as closed. 将此线程标记为已关闭。 Thanks 谢谢

A couple of possible alternatives here: 这里有两种可能的替代方法:

First, run lspci without grep and look at the results one by one - maybe there's an audio card there that goes by a different name, or even goes by "audio" with lowercase (your grep search is case sensitive, thus it would ignore "audio" and it would only show you "Audio" matches). 首先,在没有grep情况下运行lspci并逐一查看结果-也许那里的声卡使用不同的名称,甚至使用小写的“ audio”(您的grep搜索区分大小写,因此它会忽略“音频”,它只会显示“音频”匹配项。

The second alternative is to run lsusb and see what you get there - in some cases computer internal parts may be connected via internal USB. 第二种选择是运行lsusb并查看您能达到的目的-在某些情况下,计算机内部部件可能通过内部USB连接。

I hope that helps! 希望对您有所帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM