AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题

问题[pcie](ubuntu)

Martin Hope
Bram
Asked: 2021-02-19 12:28:13 +0800 CST

内核告诉我 PCIe 带宽是有限的

  • 2

从我的内核消息中:

126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:16:00.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)

我的Supermicro X11-SRM-F只有一个 x16 PCIe 3.0 插槽,供 nVidia RTX 3070 使用。

是什么将其限制在 8GT/s 而不是 16GT/s 的速度?

Ubuntu : 20.10

内核:5.8.0-43-generic

显卡:英伟达 GTX 3070

更新:我的另一台 PC(核心 i5 Haswell)有更严格的限制:

pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
pcie
  • 2 个回答
  • 1246 Views
Martin Hope
frustwrited1
Asked: 2020-06-10 14:40:27 +0800 CST

重启/关机后如何修复 PCIE 错误?

  • 1

当您在计算机完全关闭之前关闭计算机时,您可能会看到大量 PCIE 错误消息快速滚动几秒钟。如何在新安装的 Ubuntu 19.10 上重新启动/关闭后修复滚动 PCIE 错误?

shutdown reboot pcie
  • 1 个回答
  • 315 Views
Martin Hope
Håkon Hægland
Asked: 2020-03-04 13:30:07 +0800 CST

无法从 2TB M2 PCIe NVMe SSD 启动 Ubuntu

  • 0

我最近购买了一台戴尔 Precision 7530 笔记本电脑,它在 500GB SATA 驱动器上预装了 Ubuntu 16.04。后来我买了一个 1TB M2 PCIe NVMe SSD,除了原来的 SATA 驱动器外,还安装在空闲插槽中。 在此处输入图像描述

然后我在新的 SSD 驱动器上安装了 Ubuntu 19.10。但是,这不起作用,请参阅我的上一个问题。

后来,我尝试物理移除 SATA 驱动器,然后它在 M2 PCIe SSD 上正常启动到 Ubuntu 19.10。现在我认为问题已经解决了,我从同一品牌购买了一个新的 2TB M2 PCIe SSD 。我移除了 1TB SSD 并用 2TB SSD 替换它,然后安装了 Ubuntu 19.10(来自 USB): 在此处输入图像描述

在此处输入图像描述 在此处输入图像描述 在此处输入图像描述 在此处输入图像描述

但是,当我重新启动计算机时,我得到“找不到可启动设备。”: 在此处输入图像描述

按 F2 我进入了 BIOS:

在此处输入图像描述

这表明该磁盘以“M.2 PCIe SSD-0”的形式存在。我觉得很奇怪 1TB SSD 可以正常启动,而 2TB SSD 不能启动。

任何想法可能是什么问题?

boot ssd pcie m2
  • 1 个回答
  • 5546 Views
Martin Hope
vanangamudi
Asked: 2020-02-03 07:31:40 +0800 CST

安装 18.04.3 时出现 PCI 错误

  • -1

OCIe 错误尝试安装 ubuntu 18.04.3 时

我认为主存储是SSD连接的M2接口。

编辑:安装失败,崩溃报告器也挂起。当我取消报告对话框时,我被指示只读命令行日志

system-installation pcie
  • 1 个回答
  • 185 Views
Martin Hope
progsource
Asked: 2019-11-24 02:57:38 +0800 CST

PCIe 总线错误类型=事务层严重性=在 Acer Swift 上关机时未更正

  • 1

我在 Acer Swift 上安装了 Lubuntu - 将它安装在 SSD 上已经需要将控制器的 BIOS 设置更改为 AHCI。

现在我坚持让关机正常工作。/etc/default/grub我已经尝试了一些选项

  • reboot=bios
  • acpi=force apm=power_off
  • pci=nomsi,noaer(我知道这应该只关闭错误消息)

我在关机时遇到的错误是:

PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Requester ID)
  device [10de:id13] error status/mask=00100000/00000000
    [20] UnsupReq               (First)
  TLP Header: 40000008 000000ff a024c010 f7f7f7f7

显示该错误后,没有任何反应,并且无法正常关闭。

我还没有安装额外的 SATA - 我想在修复关机后做......

➜  ~ uname -a
Linux blub 5.3.0-18-generic #19-Ubuntu SMP Tue Oct 8 20:14:06 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

➜  ~ sudo lshw
...
    product: Swift SF314-56G (0000000000000000)
    vendor: Acer
    version: V1.08
...

到目前为止,我看到的有关此类错误的问题大多是“严重性 = 已纠正”或不同的“类型”。如果您需要更多信息,请写评论,我会更新问题。

我现在怎样才能让它正确关闭?

更新

➜  ~ lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:3e34] (rev 0b)
        Subsystem: Acer Incorporated [ALI] Device [1025:1301]
        Kernel driver in use: skl_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics 620 (Whiskey Lake) [8086:3ea0]
        Subsystem: Acer Incorporated [ALI] UHD Graphics 620 (Whiskey Lake) [1025:1301]
        Kernel driver in use: i915
        Kernel modules: i915
00:04.0 Signal processing controller [1180]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903] (rev 0b)
        Subsystem: Acer Incorporated [ALI] Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [1025:1301]
        Kernel driver in use: proc_thermal
        Kernel modules: processor_thermal_device
00:12.0 Signal processing controller [1180]: Intel Corporation Cannon Point-LP Thermal Controller [8086:9df9] (rev 30)
        Subsystem: Acer Incorporated [ALI] Cannon Point-LP Thermal Controller [1025:1301]
        Kernel driver in use: intel_pch_thermal
        Kernel modules: intel_pch_thermal
00:14.0 USB controller [0c03]: Intel Corporation Cannon Point-LP USB 3.1 xHCI Controller [8086:9ded] (rev 30)
        Subsystem: Acer Incorporated [ALI] Cannon Point-LP USB 3.1 xHCI Controller [1025:1301]
        Kernel driver in use: xhci_hcd
00:14.2 RAM memory [0500]: Intel Corporation Cannon Point-LP Shared SRAM [8086:9def] (rev 30)
        Subsystem: Acer Incorporated [ALI] Cannon Point-LP Shared SRAM [1025:1301]
00:14.3 Network controller [0280]: Intel Corporation Cannon Point-LP CNVi [Wireless-AC] [8086:9df0] (rev 30)
        Subsystem: Intel Corporation Cannon Point-LP CNVi [Wireless-AC] [8086:0034]
        Kernel driver in use: iwlwifi
        Kernel modules: iwlwifi
00:15.0 Serial bus controller [0c80]: Intel Corporation Cannon Point-LP Serial IO I2C Controller #0 [8086:9de8] (rev 30)
        Subsystem: Acer Incorporated [ALI] Cannon Point-LP Serial IO I2C Controller [1025:1301]
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci
00:15.1 Serial bus controller [0c80]: Intel Corporation Cannon Point-LP Serial IO I2C Controller #1 [8086:9de9] (rev 30)
        Subsystem: Acer Incorporated [ALI] Cannon Point-LP Serial IO I2C Controller [1025:1301]
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci
00:16.0 Communication controller [0780]: Intel Corporation Cannon Point-LP MEI Controller #1 [8086:9de0] (rev 30)
        Subsystem: Acer Incorporated [ALI] Cannon Point-LP MEI Controller [1025:1301]
        Kernel driver in use: mei_me
        Kernel modules: mei_me
00:17.0 SATA controller [0106]: Intel Corporation Cannon Point-LP SATA Controller [AHCI Mode] [8086:9dd3] (rev 30)
        Subsystem: Acer Incorporated [ALI] Cannon Point-LP SATA Controller [AHCI Mode] [1025:1301]
        Kernel driver in use: ahci
        Kernel modules: ahci
00:19.0 Serial bus controller [0c80]: Intel Corporation Device [8086:9dc5] (rev 30)
        Subsystem: Acer Incorporated [ALI] Device [1025:1301]
        Kernel driver in use: intel-lpss
        Kernel modules: intel_lpss_pci
00:1c.0 PCI bridge [0604]: Intel Corporation Cannon Point-LP PCI Express Root Port #1 [8086:9db8] (rev f0)
        Kernel driver in use: pcieport
00:1c.4 PCI bridge [0604]: Intel Corporation Cannon Point-LP PCI Express Root Port #5 [8086:9dbc] (rev f0)
        Kernel driver in use: pcieport
00:1d.0 PCI bridge [0604]: Intel Corporation Cannon Point-LP PCI Express Root Port #9 [8086:9db0] (rev f0)
        Kernel driver in use: pcieport
00:1d.4 PCI bridge [0604]: Intel Corporation Cannon Point-LP PCI Express Root Port #13 [8086:9db4] (rev f0)
        Kernel driver in use: pcieport
00:1f.0 ISA bridge [0601]: Intel Corporation Cannon Point-LP LPC Controller [8086:9d84] (rev 30)
        Subsystem: Acer Incorporated [ALI] Cannon Point-LP LPC Controller [1025:1301]
00:1f.3 Multimedia audio controller [0401]: Intel Corporation Cannon Point-LP High Definition Audio Controller [8086:9dc8] (rev 30)
        Subsystem: Acer Incorporated [ALI] Cannon Point-LP High Definition Audio Controller [1025:1300]
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel, snd_soc_skl, sof_pci_dev
00:1f.4 SMBus [0c05]: Intel Corporation Cannon Point-LP SMBus Controller [8086:9da3] (rev 30)
        Subsystem: Acer Incorporated [ALI] Cannon Point-LP SMBus Controller [1025:1301]
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801
00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Point-LP SPI Controller [8086:9da4] (rev 30)
        Subsystem: Acer Incorporated [ALI] Cannon Point-LP SPI Controller [1025:1301]
02:00.0 3D controller [0302]: NVIDIA Corporation GP108M [GeForce MX250] [10de:1d13] (rev a1)
        Subsystem: Acer Incorporated [ALI] GP108M [GeForce MX250] [1025:1301]
        Kernel driver in use: nouveau
        Kernel modules: nvidiafb, nouveau
04:00.0 Non-Volatile memory controller [0108]: Sandisk Corp WD Black 2018/PC SN520 NVMe SSD [15b7:5003] (rev 01)
        Subsystem: Sandisk Corp WD Black 2018/PC SN520 NVMe SSD [15b7:5003]
        Kernel driver in use: nvme
        Kernel modules: nvme
shutdown lubuntu acer pcie
  • 1 个回答
  • 2145 Views
Martin Hope
jjepsuomi
Asked: 2019-08-15 22:30:29 +0800 CST

Ubuntu 18.04 中存储在 /var/log 中的巨大 syslog、syslog.1 和 kern.log 文件

  • 2

我最近在我的 PC 上将 Ubuntu 16.04 升级到 18.04(使用 Nvidia GeForce GTX 1080 Ti GPU),自从我的文件系统是从这些巨大的日志文件中建立起来的。每次我关闭我的电脑时,我都会收到无数的 pcieport 消息,直到电脑自行关闭。

昨天我把我的机器开着过夜,当我回到它时,有一个通知说磁盘空间已全部用完,即/dev/sda1100% 使用。我设法通过du-command 找到了这一点,并将问题定位到/var/log/-folder 中的日志文件,其中包含超过350GB.

目前,日志文件正在重新构建,现在它们占用的空间大约为150GB. 导致问题的日志文件是:syslog.1, syslog和kern.log

我的问题是:是什么导致了这个问题以及如何解决它?

我在下面列出了有关我的系统的信息和日志文件中的几行。我将再次删除它们,但无休止地删除它们似乎不是最好的长期解决方案。

Distributor ID: Ubuntu
Description:    Ubuntu 18.04.3 LTS
Release:    18.04
Codename:   bionic

nvidia-smi
Thu Aug 15 09:25:53 2019       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 430.40       Driver Version: 430.40       CUDA Version: 10.1     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 108...  Off  | 00000000:01:00.0  On |                  N/A |
| 24%   58C    P0    67W / 250W |   1373MiB / 11177MiB |      1%      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|    0      1298      G   /usr/lib/xorg/Xorg                            89MiB |
|    0      1337      G   /usr/bin/gnome-shell                          50MiB |
|    0      2258      G   /usr/lib/xorg/Xorg                           726MiB |
|    0      2465      G   /usr/bin/gnome-shell                         189MiB |
|    0     14914      G   ...e --type=gpu-process --field-trial-hand   154MiB |
|    0     18206      C   /usr/lib/libreoffice/program/soffice.bin     137MiB |
+-----------------------------------------------------------------------------+

lspci -vt
-[0000:00]-+-00.0  Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers
           +-01.0-[01]--+-00.0  NVIDIA Corporation GP102 [GeForce GTX 1080 Ti]
           |            \-00.1  NVIDIA Corporation GP102 HDMI Audio Controller
           +-02.0  Intel Corporation Device 3e92
           +-14.0  Intel Corporation 200 Series/Z370 Chipset Family USB 3.0 xHCI Controller
           +-16.0  Intel Corporation 200 Series PCH CSME HECI #1
           +-17.0  Intel Corporation 200 Series PCH SATA controller [AHCI mode]
           +-1b.0-[02]--
           +-1c.0-[03]--
           +-1c.4-[04]----00.0  ASMedia Technology Inc. Device 2142
           +-1c.7-[05]----00.0  Realtek Semiconductor Co., Ltd. RTL8812AE 802.11ac PCIe Wireless Network Adapter
           +-1d.0-[06]--
           +-1f.0  Intel Corporation Z370 Chipset LPC/eSPI Controller
           +-1f.2  Intel Corporation 200 Series/Z370 Chipset Family Power Management Controller
           +-1f.3  Intel Corporation 200 Series PCH HD Audio
           +-1f.4  Intel Corporation 200 Series/Z370 Chipset Family SMBus Controller
           \-1f.6  Intel Corporation Ethernet Connection (2) I219-V

系统日志.1

Aug 14 10:14:03 user kernel: [   10.680132] pcieport 0000:00:1c.7: AER: Corrected error received: 0000:00:1c.7
Aug 14 10:14:03 user kernel: [   10.680135] pcieport 0000:00:1c.7: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Aug 14 10:14:03 user kernel: [   10.680135] pcieport 0000:00:1c.7:   device [8086:a297] error status/mask=00000001/00002000
Aug 14 10:14:03 user kernel: [   10.680136] pcieport 0000:00:1c.7:    [ 0] RxErr                 
Aug 14 10:14:03 user kernel: [   10.680187] pcieport 0000:00:1c.7: AER: Corrected error received: 0000:00:1c.7
Aug 14 10:14:03 user kernel: [   10.680190] pcieport 0000:00:1c.7: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Aug 14 10:14:03 user kernel: [   10.680190] pcieport 0000:00:1c.7:   device [8086:a297] error status/mask=00000001/00002000
Aug 14 10:14:03 user kernel: [   10.680191] pcieport 0000:00:1c.7:    [ 0] RxErr                 
Aug 14 10:14:03 user kernel: [   10.680281] pcieport 0000:00:1c.7: AER: Corrected error received: 0000:00:1c.7
Aug 14 10:14:03 user kernel: [   10.680284] pcieport 0000:00:1c.7: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Aug 14 10:14:03 user kernel: [   10.680284] pcieport 0000:00:1c.7:   device [8086:a297] error status/mask=00000001/00002000
Aug 14 10:14:03 user kernel: [   10.680285] pcieport 0000:00:1c.7:    [ 0] RxErr                 
Aug 14 10:14:03 user kernel: [   10.680374] pcieport 0000:00:1c.7: AER: Multiple Corrected error received: 0000:00:1c.7
Aug 14 10:14:03 user kernel: [   10.680378] pcieport 0000:00:1c.7: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Aug 14 10:14:03 user kernel: [   10.680379] pcieport 0000:00:1c.7:   device [8086:a297] error status/mask=00000001/00002000
Aug 14 10:14:03 user kernel: [   10.680380] pcieport 0000:00:1c.7:    [ 0] RxErr                 
Aug 14 10:14:03 user kernel: [   10.680586] pcieport 0000:00:1c.7: AER: Multiple Corrected error received: 0000:00:1c.7
Aug 14 10:14:03 user kernel: [   10.680590] pcieport 0000:00:1c.7: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Aug 14 10:14:03 user kernel: [   10.680591] pcieport 0000:00:1c.7:   device [8086:a297] error status/mask=00000001/00002000
Aug 14 10:14:03 user kernel: [   10.680591] pcieport 0000:00:1c.7:    [ 0] RxErr                 

系统日志

Aug 15 09:04:23 user kernel: [  307.590656] pcieport 0000:00:1c.7:    [ 0] RxErr                 
Aug 15 09:04:23 user kernel: [  307.590836] pcieport 0000:00:1c.7: AER: Multiple Corrected error received: 0000:00:1c.7
Aug 15 09:04:23 user kernel: [  307.590841] pcieport 0000:00:1c.7: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Aug 15 09:04:23 user kernel: [  307.590843] pcieport 0000:00:1c.7:   device [8086:a297] error status/mask=00000001/00002000
Aug 15 09:04:23 user kernel: [  307.590844] pcieport 0000:00:1c.7:    [ 0] RxErr                 
Aug 15 09:04:23 user kernel: [  307.591125] pcieport 0000:00:1c.7: AER: Multiple Corrected error received: 0000:00:1c.7
Aug 15 09:04:23 user kernel: [  307.591134] pcieport 0000:00:1c.7: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Aug 15 09:04:23 user kernel: [  307.591135] pcieport 0000:00:1c.7:   device [8086:a297] error status/mask=00000001/00002000
Aug 15 09:04:23 user kernel: [  307.591136] pcieport 0000:00:1c.7:    [ 0] RxErr                 
Aug 15 09:04:23 user kernel: [  307.591414] pcieport 0000:00:1c.7: AER: Multiple Corrected error received: 0000:00:1c.7
Aug 15 09:04:23 user kernel: [  307.591419] pcieport 0000:00:1c.7: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Aug 15 09:04:23 user kernel: [  307.591420] pcieport 0000:00:1c.7:   device [8086:a297] error status/mask=00000001/00002000
Aug 15 09:04:23 user kernel: [  307.591422] pcieport 0000:00:1c.7:    [ 0] RxErr                 
Aug 15 09:04:23 user kernel: [  307.591607] pcieport 0000:00:1c.7: AER: Multiple Corrected error received: 0000:00:1c.7
Aug 15 09:04:23 user kernel: [  307.591614] pcieport 0000:00:1c.7: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Aug 15 09:04:23 user kernel: [  307.591616] pcieport 0000:00:1c.7:   device [8086:a297] error status/mask=00000001/00002000
Aug 15 09:04:23 user kernel: [  307.591617] pcieport 0000:00:1c.7:    [ 0] RxErr                 
Aug 15 09:04:23 user kernel: [  307.591896] pcieport 0000:00:1c.7: AER: Multiple Corrected error received: 0000:00:1c.7
Aug 15 09:04:23 user kernel: [  307.591901] pcieport 0000:00:1c.7: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)

内核日志

Aug 14 10:14:03 user kernel: [   11.219257] pcieport 0000:00:1c.7: AER: Corrected error received: 0000:00:1c.7
Aug 14 10:14:03 user kernel: [   11.219259] pcieport 0000:00:1c.7: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Aug 14 10:14:03 user kernel: [   11.219260] pcieport 0000:00:1c.7:   device [8086:a297] error status/mask=00000001/00002000
Aug 14 10:14:03 user kernel: [   11.219260] pcieport 0000:00:1c.7:    [ 0] RxErr                 
Aug 14 10:14:03 user kernel: [   11.219443] pcieport 0000:00:1c.7: AER: Multiple Corrected error received: 0000:00:1c.7
Aug 14 10:14:03 user kernel: [   11.219448] pcieport 0000:00:1c.7: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Aug 14 10:14:03 user kernel: [   11.219448] pcieport 0000:00:1c.7:   device [8086:a297] error status/mask=00000001/00002000
Aug 14 10:14:03 user kernel: [   11.219449] pcieport 0000:00:1c.7:    [ 0] RxErr                 
Aug 14 10:14:03 user kernel: [   11.219714] pcieport 0000:00:1c.7: AER: Corrected error received: 0000:00:1c.7
Aug 14 10:14:03 user kernel: [   11.219717] pcieport 0000:00:1c.7: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Aug 14 10:14:03 user kernel: [   11.219718] pcieport 0000:00:1c.7:   device [8086:a297] error status/mask=00000001/00002000
Aug 14 10:14:03 user kernel: [   11.219718] pcieport 0000:00:1c.7:    [ 0] RxErr                 
Aug 14 10:14:03 user kernel: [   11.219916] pcieport 0000:00:1c.7: AER: Multiple Corrected error received: 0000:00:1c.7
Aug 14 10:14:03 user kernel: [   11.219922] pcieport 0000:00:1c.7: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Aug 14 10:14:03 user kernel: [   11.219923] pcieport 0000:00:1c.7:   device [8086:a297] error status/mask=00000001/00002000
Aug 14 10:14:03 user kernel: [   11.219924] pcieport 0000:00:1c.7:    [ 0] RxErr                 
Aug 14 10:14:03 user kernel: [   11.220101] pcieport 0000:00:1c.7: AER: Corrected error received: 0000:00:1c.7
Aug 14 10:14:03 user kernel: [   11.220104] pcieport 0000:00:1c.7: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Aug 14 10:14:03 user kernel: [   11.220105] pcieport 0000:00:1c.7:   device [8086:a297] error status/mask=00000001/00002000
Aug 14 10:14:03 user kernel: [   11.220105] pcieport 0000:00:1c.7:    [ 0] RxErr                 
log nvidia pcie 18.04
  • 1 个回答
  • 3293 Views
Martin Hope
Aftab Hussain
Asked: 2019-07-04 20:58:09 +0800 CST

升级高通 QCWB335 (Kubuntu 18.04)

  • 1

我有一台华硕笔记本电脑,我最近切换到了 linux (kubuntu 18.04)——顺便说一句,我很喜欢它!

我的问题是我的操作系统应该很好地支持哪个半 pcie wifi 适配器(以获得 5ghz 并从我的 400mbps 连接中获得尽可能多的东西)?我不想花太多钱。我已经尝试过 USB 适配器选项,但是当迷你 USB 放在我的包里时,我一直在破坏它们,而带有天线的那些只是烦人!

提前感谢您,如果有任何信息丢失,我们深表歉意!

PS:有人可以评论并告诉我是否可以在该插槽中添加任何半 pci-e 卡吗?

unname -a:

Linux aftab-kubuntu-1804 4.18.0-25-generic #26~18.04.1-Ubuntu SMP Thu Jun 27 07:28:31 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

lspci:

00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1566
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R3 Graphics]
00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Kabini HDMI/DP Audio
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 156b
00:02.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Functions 5:1
00:02.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Functions 5:1
00:08.0 Encryption controller: Advanced Micro Devices, Inc. [AMD] Device 1537
00:10.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller (rev 11)
00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 40)
00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 39)
00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 39)
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 42)
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 02)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 11)
00:14.7 SD Host controller: Advanced Micro Devices, Inc. [AMD] FCH SD Flash Controller (rev 01)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1580
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1581
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1582
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1583
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1584
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1585
01:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)

当前卡: 当前半个pcie卡

wireless hardware kubuntu pcie 18.04
  • 1 个回答
  • 856 Views
Martin Hope
Manuel Abascal
Asked: 2019-03-28 10:43:48 +0800 CST

我可以连接到我的 wifi,但在安装 Ubuntu 16.04 后我无法连接到互联网

  • 0

我最近决定在我的个人笔记本电脑上切换到 Ubuntu。我决定安装 Ubuntu 16.04,因为我遇到了 18.04 版本的问题。两天后,我能够在我的机器上正确安装。

我必须在启动时在控制台中添加参数"pci=noaer",squash以克服启动时的错误(PCIe 总线错误)。

之后,我就可以使用并连接到互联网了。两个小时后,互联网停止工作。我已经尝试了一切,但我一无所获。

我的网络适配器是 RTL8821AE 802.11ac PCIe 无线网络适配器。我拥有一台华硕机器,我完全删除了 Windows,所以我只安装了 Ubuntu 16.04。任何帮助将不胜感激。

我尝试更新依赖项,使用设置,但没有解决我的问题。老实说,我即将辞职。

已编辑

运行命令的输出ip a

link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
inet6 ::1/128 scope host 
   valid_lft forever preferred_lft forever
2: enp2s0f2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether 2c:4d:54:c2:b7:af brd ff:ff:ff:ff:ff:ff
3: wlp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether f0:03:8c:65:dd:75 brd ff:ff:ff:ff:ff:ff
    inet 192.168.2.29/24 brd 192.168.2.255 scope global dynamic wlp3s0
       valid_lft 258495sec preferred_lft 258495sec
    inet6 fe80::e30c:7ed0:aad1:513c/64 scope link 
       valid_lft forever preferred_lft forever

也试试 sudo aptitude safe-upgrade -y,也没有解决问题。

network-manager pcie 16.04
  • 1 个回答
  • 187 Views
Martin Hope
Ashish Farande
Asked: 2018-12-25 03:28:49 +0800 CST

“pci=noaer”或“pci=nomsi”是什么意思?

  • 20

我在 HP 笔记本电脑上安装 Ubuntu 时遇到问题。它曾经给出一些与和平总线相关的错误。

我不明白这个错误,但在访问了许多网站后,我找到了解决方案。

该解决方案要求我在启动时向内核添加一个参数“pci=nomsi” 。

然后通过更新“”使其永久化/etc/default/grub。

我尝试了这个解决方案,效果很好。

但我想知道,什么是 pci 总线,该命令是什么意思?

pcie
  • 2 个回答
  • 37150 Views
Martin Hope
baca
Asked: 2018-10-26 17:13:44 +0800 CST

内核 4.15 上的 PCIe USB 卡

  • 0

我从 StarTech 购买了 PCIe USB 卡 PEXUSB3S44V(链接如下)。我使用 ubuntu 16.04 和内核 4.15。输入 lspci 和 lsusb 时我可以看到卡片。但它不起作用。我联系了 StarTech 支持,他们告诉我这张卡不适用于高于 4.9 的内核。我有什么办法解决这个问题吗?我可以编译和运行内核 4.9 吗?这会干扰这个系统上的其他软件吗?我只在这个系统上使用 CUDA 和 tensorflow。

https://www.startech.com/Cards-Adapters/USB-3.0/Cards/PCI-Express-USB-3-Card-4-Dedicated-Channels-4-Port~PEXUSB3S44V#dnlds

kernel usb pcie
  • 1 个回答
  • 966 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve