Kernel

gNewSense livecd 給了我一個錯誤(回調被抑制)

  • June 17, 2018

我有一個核心恐慌問題(我認為)試圖將 gNewSense 4.0 的 liveCD 用於 i386。錯誤如下:

[8.598401] xhci_queue_intr_tx: 78 callbacks suppressed.
.
.
.

只要我的筆記型電腦打開,它就會以不同的程式碼(例如 70)顯示相同的錯誤。

我會給你一些關於我的硬體的資訊:

uname -m
x86_64

sudo lshw -short
[sudo] password for lucasdavid: 
H/W path       Device      Class          Description
=====================================================
                          system         Inspiron 14-3467 (078A)
/0                         bus            0PW5P4
/0/0                       memory         64KiB BIOS
/0/3d                      memory         6GiB System Memory
/0/3d/0                    memory         4GiB SODIMM Synchronous 2400 MHz (0,4 ns)
/0/3d/1                    memory         2GiB SODIMM Synchronous 2400 MHz (0,4 ns)
/0/41                      memory         128KiB L1 cache
/0/42                      memory         512KiB L2 cache
/0/43                      memory         3MiB L3 cache
/0/44                      processor      Intel(R) Core(TM) i3-6006U CPU @ 2.00GHz
/0/100                     bridge         Sky Lake Host Bridge/DRAM Registers
/0/100/2                   display        Sky Lake Integrated Graphics
/0/100/4                   generic        Intel Corporation
/0/100/14                  bus            Intel Corporation
/0/100/14/0    usb2        bus            xHCI Host Controller
/0/100/14/1    usb1        bus            xHCI Host Controller
/0/100/14/1/1              input          USB Optical Mouse
/0/100/14/1/2              multimedia     USB PnP Sound Device
/0/100/14/1/5              multimedia     Integrated_Webcam_HD
/0/100/14/1/6              generic        USB2.0-CRW
/0/100/14/1/8              communication  Bluetooth wireless interface
/0/100/14.2                generic        Intel Corporation
/0/100/15                  generic        Intel Corporation
/0/100/15.1                generic        Intel Corporation
/0/100/16                  communication  Intel Corporation
/0/100/17                  storage        Intel Corporation
/0/100/1c                  bridge         Intel Corporation
/0/100/1c/0    wlp1s0      network        QCA9565 / AR9565 Wireless Network Adapter
/0/100/1c.5                bridge         Intel Corporation
/0/100/1c.5/0  enp2s0      network        RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
/0/100/1f                  bridge         Intel Corporation
/0/100/1f.2                memory         Memory controller
/0/100/1f.3                multimedia     Intel Corporation
/0/100/1f.4                bus            Intel Corporation
/0/1           scsi0       storage        
/0/1/0.0.0     /dev/sda    disk           1TB ST1000LM035-1RK1
/0/1/0.0.0/1               volume         599MiB Windows FAT volume
/0/1/0.0.0/2   /dev/sda2   volume         3071MiB Windows FAT volume
/0/1/0.0.0/3   /dev/sda3   volume         516GiB EXT4 volume
/0/1/0.0.0/4   /dev/sda4   volume         11GiB Linux swap volume
/0/1/0.0.0/5   /dev/sda5   volume         399GiB EXT4 volume
/0/2           scsi1       storage        
/0/2/0.0.0     /dev/cdrom  disk           DVD+-RW DU-8A5LH
/1                         power          DELL 78V9D72

我認為問題出在一些usb上,所以更多資訊:

lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 009: ID 0cf3:e005 Atheros Communications, Inc. 
Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 004: ID 0bda:5769 Realtek Semiconductor Corp. 
Bus 001 Device 003: ID 0d8c:013c C-Media Electronics, Inc. CM108 Audio Controller
Bus 001 Device 002: ID 1bcf:0823 Sunplus Innovation Technology Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

就這樣!

此發行版沒有適用於我的筆記型電腦附帶的 2 個 USB 和網卡的驅動程序。我剛剛安裝了 Trisquel,它現在可以完美執行了!

引用自:https://unix.stackexchange.com/questions/450034