`

ubuntu查看系统pci命令 (可查看网卡,声卡等设备型号)

 
阅读更多

lspci 可查看整个系统PCI接口的各设备(PCI是一种接口标准,电脑主板上 较长的几个白色 插槽就是PCI接口,用于插接 网卡 声卡等 )

 

lspci [-vvn]

参数:

       -v:观察更多的PCI设备信息;

      -vv:比-v还要详细的信息;

      -n:直接观察PCI的ID而不是厂商名称

例:
hx@hx-pc-localhost:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 9200M GS] (rev a1)   #
04:00.0 Network controller : Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)   #
05:00.0 Ethernet controller : Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)   #
06:00.0 System peripheral: JMicron Technology Corp. SD/MMC Host Controller
06:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host Controller
06:00.3 System peripheral: JMicron Technology Corp. MS Host Controller
06:00.4 System peripheral: JMicron Technology Corp. xD Host Controller
hx@hx-pc-localhost:~$

 

分享到:
评论

相关推荐

    ubuntu命令手册.pdf

    * 查看 PCI 设备:使用 `lspci` 命令查看 PCI 设备 * 查看 USB 设备:使用 `lsusb` 命令查看 USB 设备 * 查看网卡状态:使用 `ifconfig` 命令查看网卡状态 * 激活网卡的 Wake-on-LAN:使用 `ethtool` 命令激活网卡的...

    Ubuntu系统管理网络常用的nmcli命令

    nmcli 命令是 NetworkManager 系统服务的命令行工具,提供了对网络管理的基本操作,包括查看网络状态、设备状态、连接状态、添加连接、修改连接、删除连接、添加 DNS 等。 nmcli 命令的使用 1. 查看总体状态:使用...

    Ubuntu查看系统信息(CPU、GPU信息).pdf

    Ubuntu查看系统信息(CPU、GPU信息) 在 Ubuntu 中查看系统信息是非常重要的,特别是在安装了 NVIDIA 显卡驱动后,了解系统的 CPU 和 GPU 信息对于后续的计算和开发工作非常有帮助。下面我们将介绍查看系统信息的两...

    ubuntu linux系统中查看本机cpu和内存信息的命令和用法

    该命令用于显示系统的OEM信息,即原始设备制造商的详细资料,包括制造商名称、产品名称和版本号等,有助于用户了解系统的品牌和型号。 ### 温度监控 #### 1. 安装并使用`hddtemp` 通过执行`sudo apt-get install ...

    Ubuntu命令大全系统命令与网络命令

    Ubuntu命令大全系统命令与网络命令

    Macbook安装UBUNTU网卡驱动

    在使用Ubuntu操作系统时,有时会遇到硬件兼容性问题,尤其是对于Macbook用户来说,由于其特殊的硬件配置,可能会在安装Ubuntu后发现无线网卡无法正常工作。本篇将详细讲解如何在Macbook上安装BCM(Broadcom)无线...

    Ubuntu 10.04解决声卡驱动问题

    在 Ubuntu 10.04 中,声卡驱动问题是一件非常头疼的事情,特别是在使用 alsamixer 无法解决耳机等声音问题时,如耳机不出声,或是外接音箱无声音等。幸好,有些方法可以解决这个问题,本文将介绍在 Ubuntu 10.04 中...

    Ubuntu 常用文件操作命令

    Ubuntu 操作系统中,文件操作命令是非常重要的一部分。下面将对 Ubuntu 中常用的文件操作命令进行详细讲解。 1. 权限修改命令:chmod 在 Ubuntu 中,权限修改命令使用 chmod 命令来实现。chmod 命令的基本语法格式...

    ubuntu系统参数限制

    ubuntu系统内核参数的限制,可以自己重新设置其大点,并为永久

    Ubuntu_命令技巧

    使用`ip addr`或`ifconfig`命令可以查看当前系统的网卡状态。 **2.7 激活网卡的Wake-on-LAN** 使用`ethtool -s eth0 wol g`命令可以激活网卡的Wake-on-LAN功能。 **2.8 查看CPU信息** 使用`lscpu`命令可以获取...

    ubuntu-安装有线网卡驱动,解决网络图标不见问题.pdf

    可以通过以下命令查看网卡型号: ```bash lspci | grep net ``` 假设查询结果显示网卡型号为8125,接下来检查当前安装的驱动是否与此型号匹配。可以使用以下命令查看当前安装的网卡驱动: ```bash lspci -k ``` ...

    ubuntu下更新声卡驱动的程序包

    Ubuntu和alsa都有活跃的社区,可以在论坛或者StackExchange上寻求帮助,提供详细的信息如系统版本、声卡型号、已执行的步骤等,以便得到针对性的解决方案。 通过以上步骤,你应该能成功地更新和配置Ubuntu下的alsa...

    ubuntu双网卡设置上网问题

    对于拥有两块网卡的Ubuntu计算机而言,合理配置这些设备能够使其成为强大的路由器或者网关设备。本文将详细介绍如何在Ubuntu系统中设置双网卡,并实现内外网之间的路由转发。 #### 二、准备工作 1. **硬件准备**:...

    修改Ubuntu系统网卡名称为eth形式

    ### 修改Ubuntu系统网卡名称至eth形式 #### 背景与需求 在现代的虚拟化环境中,不同的操作系统可能会出现不统一的网卡命名规则,例如`ens`、`enpXs`、`eno`、`eneth`等。这种不一致性主要由虚拟机所使用的网卡驱动...

    ubuntu 10.04.4 安装后找不到网卡驱动

    在Ubuntu 10.04.4 LTS (Lucid Lynx)系统中,有时安装完成后可能会遇到找不到网卡驱动的问题,特别是对于特定型号的硬件,如Atheros 1969 1083网卡。这个问题通常是由于系统未自动识别并加载相应的驱动程序所致。以下...

    The PCI ID Repository v2.0(显卡型号十六进制代码列表)

    在终端中,可以使用`lspci`命令来查看系统的PCI设备信息。运行`lspci -nnk | grep -A 2 VGA`将显示所有与图形相关的PCI设备及其ID。然后,只需将这些ID与"The PCI ID Repository"中的数据进行匹配,就能获取设备的...

    ubuntu网卡驱动安装包

    7.如果第6步没有检测到网卡,尝试使用如下命令插入驱动模块到内核: insmod /lib/modules/3.16.0-30-generic/updates/drivers/net/ethernet/intel/ethernet/intel/e1000e/e1000e.ko,然后重启ubuntu,就可以上网了。

    deepin\ubuntu\debian\linux 水星无线网卡150uh 150ua等驱动

    标题提到的"deepin\ubuntu\debian\linux 水星无线网卡150uh 150ua等驱动"是指适用于这些Linux系统的水星品牌无线网卡驱动程序。水星无线网卡如150uh和150ua在Linux环境下可能会遇到无法识别或无法正常工作的问题,这...

    ubuntu双网卡配置

    在Ubuntu操作系统中,双网卡配置是一项常见的网络设置任务,特别是在服务器环境中,为了实现网络冗余、负载均衡或网络隔离等目的。以下是对这个主题的详细讲解。 首先,我们需要了解Ubuntu系统中的网络接口命名规则...

Global site tag (gtag.js) - Google Analytics