You are not logged in.

#1 2020-05-18 16:55:58

Typhon
Member
Registered: 2017-05-24
Posts: 8

Realtek 8822CE wireless driver issues

Hi. I'm trying to get the wireless card work on a Lenovo Ideapad S145-15IIL. The wireless card shows as a Realtek 8822CE on Windows.

$ lspci -k | grep Network
01:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device c82f

I installed the AUR package https://aur.archlinux.org/packages/rtl88x2ce-dkms/ and I get

:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Install DKMS modules
==> dkms install rtl88x2ce/5.7.3_35403 -k 5.6.13-arch1-1
Error! Bad return status for module build on kernel: 5.6.13-arch1-1 (x86_64)
Consult /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/make.log for more information.

The log at /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/make.log shows

DKMS make.log for rtl88x2ce-5.7.3_35403 for kernel 5.6.13-arch1-1 (x86_64)
lun 18 may 2020 18:35:54 CEST
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.6.13-arch1-1/build M=/var/lib/dkms/rtl88x2ce/5.7.3_35403/build  modules
make[1]: Entering directory '/usr/lib/modules/5.6.13-arch1-1/build'
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_cmd.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_security.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_debug.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_io.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_ioctl_query.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_ioctl_set.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_ieee80211.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_mlme.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_mlme_ext.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_mi.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_wlan_util.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_vht.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_pwrctrl.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_rf.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_chplan.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_recv.o
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_mlme_ext.c: In function ‘rtw_txpwr_init_regd’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_mlme_ext.c:260:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
  260 |   if (rfctl->regd_name)
      |      ^
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_mlme_ext.c:262:2: note: here
  262 |  default:
      |  ^~~~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_mlme_ext.c: In function ‘mgt_dispatcher’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_mlme_ext.c:1345:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1345 |    ptable->func = &OnAuthClient;
      |    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_mlme_ext.c:1347:2: note: here
 1347 |  case WIFI_ASSOCREQ:
      |  ^~~~
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_sta_mgt.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_ap.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/mesh/rtw_mesh.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/mesh/rtw_mesh_pathtbl.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/mesh/rtw_mesh_hwmp.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_xmit.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_p2p.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_rson.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_tdls.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_br_ext.o
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_ap.c: In function ‘rtw_add_bcn_ie’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_ap.c:193:25: warning: ‘ielen’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  193 |  if (p != NULL && ielen > 0) {
      |                   ~~~~~~^~~
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_iol.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_sreset.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_btcoex_wifionly.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_btcoex.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_beamforming.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_odm.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_rm.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/rtw_rm_fsm.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/core/efuse/rtw_efuse.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/osdep_service.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/os_intfs.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/pci_intf.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/pci_ops_linux.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_linux.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/xmit_linux.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/mlme_linux.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/recv_linux.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_cfg80211.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/rtw_cfgvendor.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/wifi_regd.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/rtw_android.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/rtw_proc.o
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_linux.c: In function ‘rtw_wowlan_set_pattern’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_linux.c:8045:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 8045 |  u8 input[wrqu->data.length];
      |  ^~
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/rtw_rhashtable.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.o
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_linux.c: In function ‘rtw_priv_mp_get’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_linux.c:10210:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
10210 |   status = rtw_mp_dpk(dev, info, wdata, extra);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_linux.c:10211:2: note: here
10211 |  default:
      |  ^~~~~~~
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/hal/hal_intf.o
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_cfg80211.c: In function ‘cfg80211_rtw_change_iface’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_cfg80211.c:2393:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2393 |   is_p2p = _TRUE;
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_cfg80211.c:2395:2: note: here
 2395 |  case NL80211_IFTYPE_STATION:
      |  ^~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_cfg80211.c:2417:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2417 |   is_p2p = _TRUE;
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_cfg80211.c:2419:2: note: here
 2419 |  case NL80211_IFTYPE_AP:
      |  ^~~~
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/hal/hal_com.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/hal/hal_com_phycfg.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/hal/hal_phy.o
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/rtw_proc.c: In function ‘rtw_proc_create_entry’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/rtw_proc.c:70:71: error: passing argument 4 of ‘proc_create_data’ from incompatible pointer type [-Werror=incompatible-pointer-types]
   70 |  entry = proc_create_data(name,  S_IFREG | S_IRUGO | S_IWUGO, parent, fops, data);
      |                                                                       ^~~~
      |                                                                       |
      |                                                                       const struct file_operations *
In file included from /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/include/../os_dep/linux/rtw_proc.h:18,
                 from /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/include/osdep_intf.h:102,
                 from /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/include/drv_types.h:101,
                 from /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/rtw_proc.c:17:
./include/linux/proc_fs.h:61:13: note: expected ‘const struct proc_ops *’ but argument is of type ‘const struct file_operations *’
   61 |             const struct proc_ops *,
      |             ^~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_write_reg’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:45:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
   45 |  char input[wrqu->length + 1];
      |  ^~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_read_reg’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:131:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  131 |  char input[wrqu->length + 1];
      |  ^~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_write_rf’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:265:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  265 |  char input[wrqu->length];
      |  ^~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_read_rf’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:307:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  307 |  char input[wrqu->length];
      |  ^~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_rate’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:424:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  424 |  u8  input[wrqu->length + 1];
      |  ^~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_channel’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:474:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  474 |  u8  input[wrqu->length + 1];
      |  ^~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_ch_offset’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:502:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  502 |  u8  input[wrqu->length + 1];
      |  ^~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_bandwidth’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:529:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  529 |  u8  input[wrqu->length];
      |  ^~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_txpower_index’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:562:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  562 |  char input[wrqu->length + 1];
      |  ^~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_txpower’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:608:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  608 |  u8  input[wrqu->length];
      |  ^~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_ant_tx’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:646:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  646 |  u8  input[wrqu->length + 1];
      |  ^~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_ant_rx’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:700:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  700 |  u8  input[wrqu->length + 1];
      |  ^~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_disable_bt_coexist’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:911:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  911 |  u8 input[wrqu->data.length + 1];
      |  ^~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_arx’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:949:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  949 |  u8  input[wrqu->length];
      |  ^~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_pwrtrk’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:1134:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 1134 |  u8  input[wrqu->length];
      |  ^~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_psd’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:1172:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 1172 |  u8  input[wrqu->length + 1];
      |  ^~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_dump’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:1325:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 1325 |  u8  input[wrqu->length];
      |  ^~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_phypara’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:1349:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 1349 |  char input[wrqu->length];
      |  ^~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_SetRFPath’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:1404:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 1404 |  char input[wrqu->length];
      |  ^~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_switch_rf_path’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:1455:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 1455 |  char input[wrqu->length];
      |  ^~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_QueryDrv’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:1504:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 1504 |  char input[wrqu->data.length];
      |  ^~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_PwrCtlDM’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:1533:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 1533 |  u8  input[wrqu->length];
      |  ^~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_link’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:2608:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 2608 |  char input[wrqu->length];
      |  ^~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_txpower_index’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:585:4: warning: ‘sprintf’ argument 3 overlaps destination object ‘extra’ [-Wrestrict]
  585 |    sprintf(extra, "%s,pathb=%d", extra, txpower_inx);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:558:34: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here
  558 |     struct iw_point *wrqu, char *extra)
      |                            ~~~~~~^~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:589:4: warning: ‘sprintf’ argument 3 overlaps destination object ‘extra’ [-Wrestrict]
  589 |    sprintf(extra, "%s,pathc=%d", extra, txpower_inx);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:558:34: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here
  558 |     struct iw_point *wrqu, char *extra)
      |                            ~~~~~~^~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:593:4: warning: ‘sprintf’ argument 3 overlaps destination object ‘extra’ [-Wrestrict]
  593 |    sprintf(extra, "%s,pathd=%d", extra, txpower_inx);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:558:34: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here
  558 |     struct iw_point *wrqu, char *extra)
      |                            ~~~~~~^~~~~
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/hal/hal_dm.o
  CC [M]  /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/hal/hal_dm_acs.o
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/hal/hal_intf.c: In function ‘c2h_handler’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/hal/hal_intf.c:1083:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1083 |   sub_id = payload[0];
      |   ~~~~~~~^~~~~~~~~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/hal/hal_intf.c:1086:2: note: here
 1086 |  default:
      |  ^~~~~~~
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:268: /var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/rtw_proc.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_bt_efuse_mask_file’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:2398:4: warning: ‘sprintf’ argument 3 overlaps destination object ‘extra’ [-Wrestrict]
 2398 |    sprintf(extra, "%s:%02x", extra, btmaskfileBuffer[i]);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:2354:34: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here
 2354 |    union iwreq_data *wrqu, char *extra)
      |                            ~~~~~~^~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:2402:3: warning: ‘sprintf’ argument 3 overlaps destination object ‘extra’ [-Wrestrict]
 2402 |   sprintf(extra, "%s\nLoad BT Efuse Mask data %d hex ok\n", extra, count);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:2354:34: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here
 2354 |    union iwreq_data *wrqu, char *extra)
      |                            ~~~~~~^~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c: In function ‘rtw_efuse_mask_file’:
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:2486:4: warning: ‘sprintf’ argument 3 overlaps destination object ‘extra’ [-Wrestrict]
 2486 |    sprintf(extra, "%s:%02x", extra, maskfileBuffer[i]);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:2431:34: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here
 2431 |    union iwreq_data *wrqu, char *extra)
      |                            ~~~~~~^~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:2490:3: warning: ‘sprintf’ argument 3 overlaps destination object ‘extra’ [-Wrestrict]
 2490 |   sprintf(extra, "%s\nLoad Efuse Mask data %d hex ok\n", extra, count);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/rtl88x2ce/5.7.3_35403/build/os_dep/linux/ioctl_mp.c:2431:34: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here
 2431 |    union iwreq_data *wrqu, char *extra)
      |                            ~~~~~~^~~~~
make[1]: *** [Makefile:1684: /var/lib/dkms/rtl88x2ce/5.7.3_35403/build] Error 2
make[1]: Leaving directory '/usr/lib/modules/5.6.13-arch1-1/build'
make: *** [Makefile:2296: modules] Error 2

I also tried the package https://aur.archlinux.org/packages/rtlw … tw88-dkms/ with similar result.

Can I get some help in order to fix this and get the wireless card working?

Thank you!

Offline

#2 2020-05-18 17:41:01

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Realtek 8822CE wireless driver issues

Please post the make.log for rtlwifi_new-rtw88-dkms failing to build.
Edit:
https://github.com/lwfinger/rtlwifi_new … 2e256206eb removed proc use so although the output may look similar the cause of the failure should be different.

Last edited by loqs (2020-05-18 17:50:26)

Offline

#3 2020-05-18 17:55:35

Typhon
Member
Registered: 2017-05-24
Posts: 8

Re: Realtek 8822CE wireless driver issues

loqs wrote:

Please post the make.log for rtlwifi_new-rtw88-dkms failing to build.
Edit:
https://github.com/lwfinger/rtlwifi_new … 2e256206eb removed proc use so although the output may look similar the cause of the failure should be different.

Installing rtlwifi_new-rtw88 I get

:: Processing package changes...
(1/1) installing rtlwifi_new-rtw88-dkms                                                                                        [############################################################################] 100%

Creating symlink /var/lib/dkms/rtlwifi_new/r305.a9b1de9/source ->
                 /usr/src/rtlwifi_new-r305.a9b1de9

DKMS: add completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area...(bad exit status: 2)
make -j8 KERNELRELEASE=5.6.13-arch1-1 -C /usr/lib/modules/5.6.13-arch1-1/build M=/var/lib/dkms/rtlwifi_new/r305.a9b1de9/build....
Error!  Build of rtw88.ko failed for: 5.6.13-arch1-1 (x86_64)
Consult the make.log in the build directory
/var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/ for more information.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area...(bad exit status: 2)
make -j8 KERNELRELEASE=5.6.13-arch1-1 -C /usr/lib/modules/5.6.13-arch1-1/build M=/var/lib/dkms/rtlwifi_new/r305.a9b1de9/build....
Error!  Build of rtw88.ko failed for: 5.6.13-arch1-1 (x86_64)
Consult the make.log in the build directory
/var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/ for more information.
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Install DKMS modules
==> dkms install rtlwifi_new/r305.a9b1de9 -k 5.6.13-arch1-1
Error!  Build of rtw88.ko failed for: 5.6.13-arch1-1 (x86_64)
Consult the make.log in the build directory
/var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/ for more information.

Here is the content of /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/make.log

DKMS make.log for rtlwifi_new-r305.a9b1de9 for kernel 5.6.13-arch1-1 (x86_64)
lun 18 may 2020 19:48:31 CEST
make: Entering directory '/usr/lib/modules/5.6.13-arch1-1/build'
  AR      /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/built-in.a
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/main.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/util.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/mac80211.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/debug.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/tx.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rx.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/mac.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/phy.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/coex.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/efuse.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/fw.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/ps.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/sec.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/wow.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/bf.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/regd.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw8822b.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw8822b_table.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw8822be.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw8822c.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw8822c_table.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw8822ce.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw8723d.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw8723d_table.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw8723de.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/pci.o
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_core.o
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8822be.o
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8822ce.o
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8723de.o
/var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw8723d.c: In function ‘rtw8723d_cfg_ldo25’:
/var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw8723d.c:565:11: warning: suggest parentheses around comparison in operand of ‘|’ [-Wparentheses]
  565 |   ldo_pwr != (BIT_LDO25_VOLTAGE_V25 << 4) | BIT_LDO25_EN;
      |   ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw8723d.c:565:43: warning: statement with no effect [-Wunused-value]
  565 |   ldo_pwr != (BIT_LDO25_VOLTAGE_V25 << 4) | BIT_LDO25_EN;
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8822b.o
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8723d.o
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_pci.o
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8822c.o
  MODPOST 8 modules
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8723d.mod.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8723de.mod.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8822b.mod.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8822be.mod.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8822c.mod.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8822ce.mod.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_core.mod.o
  CC [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_pci.mod.o
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8723d.ko
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8723de.ko
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8822b.ko
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8822be.ko
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8822c.ko
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8822ce.ko
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_core.ko
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_pci.ko
make: Leaving directory '/usr/lib/modules/5.6.13-arch1-1/build'

Offline

#4 2020-05-18 18:20:31

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Realtek 8822CE wireless driver issues

The following modules were built:

  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8723d.ko
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8723de.ko
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8822b.ko
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8822be.ko
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8822c.ko
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_8822ce.ko
  LD [M]  /var/lib/dkms/rtlwifi_new/r305.a9b1de9/build/rtw_core.ko

dkms.conf specifies:

BUILT_MODULE_NAME[0]="rtw88"
BUILT_MODULE_NAME[1]="rtwpci"

As the module names do not match DKMS failed the build.  So the dkms.conf appears to need updating.

According to https://github.com/lwfinger/rtlwifi_new/issues/582 the driver should only be used for RTL8723DE.

Offline

#5 2020-05-20 16:19:09

Typhon
Member
Registered: 2017-05-24
Posts: 8

Re: Realtek 8822CE wireless driver issues

I see that the driver for 8822CE should be built at the kernel, but the interface of my wireless card isn't showing.

Instead of using the AUR package I cloned, built and installed the package, this time with no error, but the interface is still not showing.

$ modinfo rtw_8822ce
filename:       /lib/modules/5.6.13-arch1-1/kernel/drivers/net/wireless/realtek/rtw88/rtw_8822ce.ko.xz
license:        Dual BSD/GPL
description:    Realtek 802.11ac wireless 8822ce driver
author:         Realtek Corporation
srcversion:     D1F998D8F737F682A103A8D
alias:          pci:v000010ECd0000C822sv*sd*bc*sc*i*
depends:        rtw_pci,rtw_8822c
retpoline:      Y
name:           rtw_8822ce
vermagic:       5.6.13-arch1-1 SMP preempt mod_unload

I already did "sudo modprobe rtw_8822ce". I see the mod_unload in vermagic but I can get it to load it (even using --force).

Maybe I'm looking in the wrong direction in order to solve this... Any idea?

Offline

#6 2020-05-20 18:04:59

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Realtek 8822CE wireless driver issues

Please post the output of the following

dmesg
lspci -nnk

Offline

#7 2020-05-20 18:24:09

Typhon
Member
Registered: 2017-05-24
Posts: 8

Re: Realtek 8822CE wireless driver issues

Here is dmesg

[    0.000000] microcode: microcode updated early to revision 0x78, date = 2020-03-12
[    0.000000] Linux version 5.6.13-arch1-1 (linux@archlinux) (gcc version 10.1.0 (GCC)) #1 SMP PREEMPT Thu, 14 May 2020 06:52:53 +0000
[    0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=ef5b635b-8bae-429d-bfdf-25532e7da887:cryptroot root=/dev/mapper/cryptroot rw
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    0.000000] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    0.000000] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    0.000000] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000055e87fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000055e88000-0x0000000056787fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000056788000-0x000000006409efff] usable
[    0.000000] BIOS-e820: [mem 0x000000006409f000-0x00000000654defff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000654df000-0x0000000065bcefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000065bcf000-0x0000000065c4efff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000065c4f000-0x0000000065c4ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000065c50000-0x0000000069ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006aa00000-0x000000006abfffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006b000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fc800000-0x00000000fe7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed17fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feda0000-0x00000000feda1fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff600000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000028fbfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x52cfe018-0x52d0e057] usable ==> usable
[    0.000000] e820: update [mem 0x52cfe018-0x52d0e057] usable ==> usable
[    0.000000] e820: update [mem 0x52ced018-0x52cfd057] usable ==> usable
[    0.000000] e820: update [mem 0x52ced018-0x52cfd057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000052ced017] usable
[    0.000000] reserve setup_data: [mem 0x0000000052ced018-0x0000000052cfd057] usable
[    0.000000] reserve setup_data: [mem 0x0000000052cfd058-0x0000000052cfe017] usable
[    0.000000] reserve setup_data: [mem 0x0000000052cfe018-0x0000000052d0e057] usable
[    0.000000] reserve setup_data: [mem 0x0000000052d0e058-0x0000000055e87fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000055e88000-0x0000000056787fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000056788000-0x000000006409efff] usable
[    0.000000] reserve setup_data: [mem 0x000000006409f000-0x00000000654defff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000654df000-0x0000000065bcefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000065bcf000-0x0000000065c4efff] ACPI data
[    0.000000] reserve setup_data: [mem 0x0000000065c4f000-0x0000000065c4ffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000065c50000-0x0000000069ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006aa00000-0x000000006abfffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006b000000-0x00000000cfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fc800000-0x00000000fe7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed10000-0x00000000fed17fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feda0000-0x00000000feda1fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff600000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000028fbfffff] usable
[    0.000000] efi: EFI v2.70 by INSYDE Corp.
[    0.000000] efi:  ACPI=0x65c4e000  ACPI 2.0=0x65c4e014  TPMFinalLog=0x65b81000  SMBIOS=0x64554000  SMBIOS 3.0=0x64552000  ESRT=0x64550018  RNG=0x6454fa98  TPMEventLog=0x52d0f018 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: LENOVO 81W8/LNVNB161216, BIOS DKCN21WW 10/09/2019
[    0.000000] tsc: Detected 1500.000 MHz processor
[    0.000000] tsc: Detected 1497.600 MHz TSC
[    0.000000] [Firmware Bug]: TSC ADJUST: CPU0: -4163884451 force to 0
[    0.000012] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000014] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000024] last_pfn = 0x28fc00 max_arch_pfn = 0x400000000
[    0.000030] MTRR default type: write-back
[    0.000032] MTRR fixed ranges enabled:
[    0.000034]   00000-9FFFF write-back
[    0.000035]   A0000-BFFFF uncachable
[    0.000037]   C0000-FFFFF write-protect
[    0.000038] MTRR variable ranges enabled:
[    0.000040]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000042]   1 base 0070000000 mask 7FF0000000 uncachable
[    0.000043]   2 base 006C000000 mask 7FFC000000 uncachable
[    0.000044]   3 base 006B000000 mask 7FFF000000 uncachable
[    0.000045]   4 base 2000000000 mask 6000000000 uncachable
[    0.000046]   5 base 1000000000 mask 7000000000 uncachable
[    0.000048]   6 base 0800000000 mask 7800000000 uncachable
[    0.000049]   7 base 0400000000 mask 7C00000000 uncachable
[    0.000050]   8 base 4000000000 mask 4000000000 uncachable
[    0.000051]   9 disabled
[    0.000821] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001217] last_pfn = 0x65c50 max_arch_pfn = 0x400000000
[    0.015877] esrt: Reserving ESRT space from 0x0000000064550018 to 0x00000000645500f0.
[    0.015891] check: Scanning 1 areas for low memory corruption
[    0.015899] Using GB pages for direct mapping
[    0.015902] BRK [0x17a01000, 0x17a01fff] PGTABLE
[    0.015904] BRK [0x17a02000, 0x17a02fff] PGTABLE
[    0.015905] BRK [0x17a03000, 0x17a03fff] PGTABLE
[    0.015967] BRK [0x17a04000, 0x17a04fff] PGTABLE
[    0.015970] BRK [0x17a05000, 0x17a05fff] PGTABLE
[    0.016441] BRK [0x17a06000, 0x17a06fff] PGTABLE
[    0.016580] BRK [0x17a07000, 0x17a07fff] PGTABLE
[    0.016684] BRK [0x17a08000, 0x17a08fff] PGTABLE
[    0.016836] Secure boot disabled
[    0.016838] RAMDISK: [mem 0x626ce000-0x6368dfff]
[    0.016854] ACPI: Early table checksum verification disabled
[    0.016857] ACPI: RSDP 0x0000000065C4E014 000024 (v02 LENOVO)
[    0.016862] ACPI: XSDT 0x0000000065C2C188 0000EC (v01 LENOVO CB-01    00000001      01000013)
[    0.016870] ACPI: FACP 0x0000000065C31000 00010C (v05 LENOVO CB-01    00000001      01000013)
[    0.016877] ACPI: DSDT 0x0000000065C03000 02896E (v02 LENOVO CB-01    00000001      01000013)
[    0.016881] ACPI: FACS 0x0000000065B63000 000040
[    0.016885] ACPI: UEFI 0x0000000065BCE000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
[    0.016889] ACPI: SSDT 0x0000000065C4A000 00336C (v02 LENOVO CB-01    00000001 INTL 20160422)
[    0.016893] ACPI: SSDT 0x0000000065C48000 001B60 (v02 LENOVO CB-01    00000001 INTL 20160422)
[    0.016896] ACPI: SSDT 0x0000000065C44000 003389 (v02 LENOVO CB-01    00000001 INTL 20160422)
[    0.016900] ACPI: SSDT 0x0000000065C3D000 0066CE (v02 INTEL  TcssSsdt 00001000 INTL 20160422)
[    0.016904] ACPI: SSDT 0x0000000065C3C000 000781 (v01 LENOVO CB-01    00000001 INTL 20160422)
[    0.016908] ACPI: TPM2 0x0000000065C3B000 000034 (v04 LENOVO CB-01    00000001      01000013)
[    0.016912] ACPI: POAT 0x0000000065C3A000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
[    0.016915] ACPI: LPIT 0x0000000065C39000 000094 (v01 LENOVO CB-01    00000001      01000013)
[    0.016919] ACPI: WSMT 0x0000000065C38000 000028 (v01 LENOVO CB-01    00000001      01000013)
[    0.016923] ACPI: SSDT 0x0000000065C37000 000B70 (v02 LENOVO CB-01    00000001 INTL 20160422)
[    0.016927] ACPI: DBGP 0x0000000065C36000 000034 (v01 LENOVO CB-01    00000001      01000013)
[    0.016931] ACPI: DBG2 0x0000000065C35000 000054 (v00 LENOVO CB-01    00000001      01000013)
[    0.016934] ACPI: SSDT 0x0000000065C34000 0007EA (v02 LENOVO CB-01    00000001 INTL 20160422)
[    0.016938] ACPI: NHLT 0x0000000065C33000 00002D (v00 LENOVO CB-01    00000001      01000013)
[    0.016942] ACPI: ECDT 0x0000000065C32000 000069 (v01 LENOVO CB-01    00000001      01000013)
[    0.016945] ACPI: HPET 0x0000000065C30000 000038 (v01 LENOVO CB-01    00000001      01000013)
[    0.016949] ACPI: APIC 0x0000000065C2F000 00012C (v03 LENOVO CB-01    00000001      01000013)
[    0.016953] ACPI: MCFG 0x0000000065C2E000 00003C (v01 LENOVO CB-01    00000001      01000013)
[    0.016957] ACPI: DMAR 0x0000000065C2D000 0000A8 (v01 INTEL  EDK2     00000002      01000013)
[    0.016961] ACPI: SSDT 0x0000000065C02000 000164 (v01 INSYDE PcdTabl  00001000 INTL 20160422)
[    0.016964] ACPI: SSDT 0x0000000065C01000 00005C (v02 Insyde AhciTabl 00001000 INTL 20160527)
[    0.016968] ACPI: FPDT 0x0000000065C00000 000044 (v01 INSYDE ICL-ULT  00000002      01000013)
[    0.016972] ACPI: BGRT 0x0000000065BFF000 000038 (v01 INSYDE H2O BIOS 00000001 ACPI 00040000)
[    0.016982] ACPI: Local APIC address 0xfee00000
[    0.017166] No NUMA configuration found
[    0.017167] Faking a node at [mem 0x0000000000000000-0x000000028fbfffff]
[    0.017172] NODE_DATA(0) allocated [mem 0x28fbfa000-0x28fbfdfff]
[    0.017204] Zone ranges:
[    0.017205]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.017207]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.017208]   Normal   [mem 0x0000000100000000-0x000000028fbfffff]
[    0.017210]   Device   empty
[    0.017211] Movable zone start for each node
[    0.017212] Early memory node ranges
[    0.017213]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.017214]   node   0: [mem 0x0000000000100000-0x0000000055e87fff]
[    0.017215]   node   0: [mem 0x0000000056788000-0x000000006409efff]
[    0.017216]   node   0: [mem 0x0000000065c4f000-0x0000000065c4ffff]
[    0.017217]   node   0: [mem 0x0000000100000000-0x000000028fbfffff]
[    0.017410] Zeroed struct page in unavailable ranges: 19650 pages
[    0.017411] Initmem setup node 0 [mem 0x0000000000001000-0x000000028fbfffff]
[    0.017413] On node 0 totalpages: 2044734
[    0.017415]   DMA zone: 64 pages used for memmap
[    0.017415]   DMA zone: 21 pages reserved
[    0.017417]   DMA zone: 3998 pages, LIFO batch:0
[    0.017480]   DMA32 zone: 6303 pages used for memmap
[    0.017481]   DMA32 zone: 403360 pages, LIFO batch:63
[    0.023798]   Normal zone: 25584 pages used for memmap
[    0.023799]   Normal zone: 1637376 pages, LIFO batch:63
[    0.048117] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.048136] Reserving Intel graphics memory at [mem 0x6c800000-0x703fffff]
[    0.048424] ACPI: PM-Timer IO Port: 0x1808
[    0.048427] ACPI: Local APIC address 0xfee00000
[    0.048436] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.048437] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.048438] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.048438] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.048439] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.048440] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.048440] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.048441] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.048442] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.048443] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.048443] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.048444] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.048445] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.048445] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.048446] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.048447] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.048482] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.048485] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.048487] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.048489] ACPI: IRQ0 used by override.
[    0.048490] ACPI: IRQ9 used by override.
[    0.048493] Using ACPI (MADT) for SMP configuration information
[    0.048495] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.048503] e820: update [mem 0x52210000-0x52303fff] usable ==> reserved
[    0.048515] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.048540] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.048542] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.048544] PM: hibernation: Registered nosave memory: [mem 0x52210000-0x52303fff]
[    0.048546] PM: hibernation: Registered nosave memory: [mem 0x52ced000-0x52cedfff]
[    0.048548] PM: hibernation: Registered nosave memory: [mem 0x52cfd000-0x52cfdfff]
[    0.048549] PM: hibernation: Registered nosave memory: [mem 0x52cfe000-0x52cfefff]
[    0.048550] PM: hibernation: Registered nosave memory: [mem 0x52d0e000-0x52d0efff]
[    0.048552] PM: hibernation: Registered nosave memory: [mem 0x55e88000-0x56787fff]
[    0.048554] PM: hibernation: Registered nosave memory: [mem 0x6409f000-0x654defff]
[    0.048555] PM: hibernation: Registered nosave memory: [mem 0x654df000-0x65bcefff]
[    0.048556] PM: hibernation: Registered nosave memory: [mem 0x65bcf000-0x65c4efff]
[    0.048558] PM: hibernation: Registered nosave memory: [mem 0x65c50000-0x69ffffff]
[    0.048559] PM: hibernation: Registered nosave memory: [mem 0x6a000000-0x6a9fffff]
[    0.048559] PM: hibernation: Registered nosave memory: [mem 0x6aa00000-0x6abfffff]
[    0.048560] PM: hibernation: Registered nosave memory: [mem 0x6ac00000-0x6affffff]
[    0.048561] PM: hibernation: Registered nosave memory: [mem 0x6b000000-0xcfffffff]
[    0.048562] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfc7fffff]
[    0.048562] PM: hibernation: Registered nosave memory: [mem 0xfc800000-0xfe7fffff]
[    0.048563] PM: hibernation: Registered nosave memory: [mem 0xfe800000-0xfecfffff]
[    0.048564] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.048565] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
[    0.048565] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed17fff]
[    0.048566] PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed1ffff]
[    0.048567] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.048567] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed9ffff]
[    0.048568] PM: hibernation: Registered nosave memory: [mem 0xfeda0000-0xfeda1fff]
[    0.048569] PM: hibernation: Registered nosave memory: [mem 0xfeda2000-0xfedfffff]
[    0.048570] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.048570] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff5fffff]
[    0.048571] PM: hibernation: Registered nosave memory: [mem 0xff600000-0xffffffff]
[    0.048573] [mem 0xd0000000-0xfc7fffff] available for PCI devices
[    0.048575] Booting paravirtualized kernel on bare hardware
[    0.048579] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.055662] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.055943] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[    0.055952] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[    0.055953] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.055979] Built 1 zonelists, mobility grouping on.  Total pages: 2012762
[    0.055980] Policy zone: Normal
[    0.055982] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=ef5b635b-8bae-429d-bfdf-25532e7da887:cryptroot root=/dev/mapper/cryptroot rw
[    0.056590] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.056854] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.056964] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.083196] Memory: 7849464K/8178936K available (12291K kernel code, 1463K rwdata, 4464K rodata, 1608K init, 3184K bss, 329472K reserved, 0K cma-reserved)
[    0.083206] random: get_random_u64 called from __kmem_cache_create+0x3e/0x610 with crng_init=0
[    0.083378] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.083397] ftrace: allocating 39095 entries in 153 pages
[    0.106996] ftrace: allocated 153 pages with 4 groups
[    0.107135] rcu: Preemptible hierarchical RCU implementation.
[    0.107136] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.107137] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.107138] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.107140] 	Tasks RCU enabled.
[    0.107141] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.107142] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.111099] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[    0.111624] Console: colour dummy device 80x25
[    0.111630] printk: console [tty0] enabled
[    0.111652] ACPI: Core revision 20200110
[    0.111992] APIC: Switch to symmetric I/O mode setup
[    0.111994] DMAR: Host address width 39
[    0.111996] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.112005] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 49e2ff0505e
[    0.112006] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.112013] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.112015] DMAR: RMRR base: 0x000000652da000 end: 0x000000652f9fff
[    0.112017] DMAR: RMRR base: 0x0000006c000000 end: 0x000000703fffff
[    0.112020] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.112021] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.112022] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.112023] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.113724] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.113725] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.118133] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x159647815e3, max_idle_ns: 440795269835 ns
[    0.118141] Calibrating delay loop (skipped), value calculated using timer frequency.. 2996.00 BogoMIPS (lpj=4992000)
[    0.118144] pid_max: default: 32768 minimum: 301
[    0.121470] LSM: Security Framework initializing
[    0.121470] Yama: becoming mindful.
[    0.121470] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.121470] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.121470] *** VALIDATE tmpfs ***
[    0.121470] *** VALIDATE proc ***
[    0.121470] *** VALIDATE cgroup ***
[    0.121470] *** VALIDATE cgroup2 ***
[    0.121470] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.121470] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.121470] process: using mwait in idle threads
[    0.121470] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.121470] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.121470] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.121470] Spectre V2 : Mitigation: Enhanced IBRS
[    0.121470] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.121470] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.121470] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.121470] Freeing SMP alternatives memory: 32K
[    0.121470] TSC deadline timer enabled
[    0.121470] smpboot: CPU0: Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz (family: 0x6, model: 0x7e, stepping: 0x5)
[    0.138178] Performance Events: PEBS fmt4+-baseline, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.138187] ... version:                5
[    0.138187] ... bit width:              48
[    0.138188] ... generic registers:      8
[    0.138189] ... value mask:             0000ffffffffffff
[    0.138190] ... max period:             00007fffffffffff
[    0.138191] ... fixed-purpose events:   4
[    0.138192] ... event mask:             0000000f000000ff
[    0.144840] rcu: Hierarchical SRCU implementation.
[    0.168344] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.174836] smp: Bringing up secondary CPUs ...
[    0.214853] x86: Booting SMP configuration:
[    0.214855] .... node  #0, CPUs:      #1
[    0.009995] [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors
[    0.258184]  #2 #3 #4 #5 #6 #7
[    0.465847] smp: Brought up 1 node, 8 CPUs
[    0.465847] smpboot: Max logical packages: 1
[    0.465847] smpboot: Total of 8 processors activated (23971.00 BogoMIPS)
[    0.468484] devtmpfs: initialized
[    0.468484] x86/mm: Memory block size: 128MB
[    0.469290] PM: Registering ACPI NVS region [mem 0x654df000-0x65bcefff] (7274496 bytes)
[    0.469290] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.469290] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.469290] pinctrl core: initialized pinctrl subsystem
[    0.469290] PM: RTC time: 18:12:53, date: 2020-05-20
[    0.469290] thermal_sys: Registered thermal governor 'fair_share'
[    0.469290] thermal_sys: Registered thermal governor 'bang_bang'
[    0.469290] thermal_sys: Registered thermal governor 'step_wise'
[    0.469290] thermal_sys: Registered thermal governor 'user_space'
[    0.469290] thermal_sys: Registered thermal governor 'power_allocator'
[    0.469290] NET: Registered protocol family 16
[    0.469290] audit: initializing netlink subsys (disabled)
[    0.469290] audit: type=2000 audit(1589998373.349:1): state=initialized audit_enabled=0 res=1
[    0.469290] cpuidle: using governor ladder
[    0.469290] cpuidle: using governor menu
[    0.469290] ACPI: bus type PCI registered
[    0.469290] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.469290] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.469290] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[    0.469290] PCI: Using configuration type 1 for base access
[    0.471477] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.473327] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.473327] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.474948] ACPI: Added _OSI(Module Device)
[    0.474949] ACPI: Added _OSI(Processor Device)
[    0.474951] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.474952] ACPI: Added _OSI(Processor Aggregator Device)
[    0.474953] ACPI: Added _OSI(Linux-Dell-Video)
[    0.474955] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.474956] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.562980] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.565218] ACPI: EC: EC started
[    0.565219] ACPI: EC: interrupt blocked
[    0.568649] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.568650] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.580982] ACPI: Dynamic OEM Table Load:
[    0.581001] ACPI: SSDT 0xFFFF8C98058E4E00 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160422)
[    0.583167] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.584520] ACPI: Dynamic OEM Table Load:
[    0.584529] ACPI: SSDT 0xFFFF8C9805FBD800 000386 (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.586834] ACPI: Dynamic OEM Table Load:
[    0.586842] ACPI: SSDT 0xFFFF8C980598A800 000437 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.589244] ACPI: Dynamic OEM Table Load:
[    0.589250] ACPI: SSDT 0xFFFF8C9805A55400 00012C (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.591439] ACPI: Dynamic OEM Table Load:
[    0.591449] ACPI: SSDT 0xFFFF8C9805989000 000724 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    0.594168] ACPI: Dynamic OEM Table Load:
[    0.594176] ACPI: SSDT 0xFFFF8C980598E000 0005FC (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.596763] ACPI: Dynamic OEM Table Load:
[    0.596770] ACPI: SSDT 0xFFFF8C9805FBCC00 000317 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.599236] ACPI: Dynamic OEM Table Load:
[    0.599244] ACPI: SSDT 0xFFFF8C9805FAF000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20160422)
[    0.602621] ACPI: Dynamic OEM Table Load:
[    0.602629] ACPI: SSDT 0xFFFF8C9805FB8000 00030A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.609610] ACPI: Interpreter enabled
[    0.609699] ACPI: (supports S0 S3 S4 S5)
[    0.609701] ACPI: Using IOAPIC for interrupt routing
[    0.609771] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.610465] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.632574] ACPI: Power Resource [V0PR] (on)
[    0.632902] ACPI: Power Resource [V1PR] (on)
[    0.633220] ACPI: Power Resource [V2PR] (on)
[    0.635494] ACPI: Power Resource [WRST] (on)
[    0.635802] ACPI: Power Resource [TBT0] (on)
[    0.635841] ACPI: Power Resource [TBT1] (on)
[    0.635878] ACPI: Power Resource [D3C] (on)
[    0.646851] ACPI: Power Resource [PIN] (off)
[    0.647594] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.647602] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.651744] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.657242] PCI host bridge to bus 0000:00
[    0.657246] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.657248] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.657249] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.657251] pci_bus 0000:00: root bus resource [mem 0x70400000-0xbfffffff window]
[    0.657252] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.657271] pci 0000:00:00.0: [8086:8a12] type 00 class 0x060000
[    0.659466] pci 0000:00:02.0: [8086:8a52] type 00 class 0x030000
[    0.659483] pci 0000:00:02.0: reg 0x10: [mem 0x92000000-0x92ffffff 64bit]
[    0.659493] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.659499] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.659522] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.661584] pci 0000:00:04.0: [8086:8a03] type 00 class 0x118000
[    0.661615] pci 0000:00:04.0: reg 0x10: [mem 0x95100000-0x9510ffff 64bit]
[    0.663855] pci 0000:00:14.0: [8086:34ed] type 00 class 0x0c0330
[    0.663887] pci 0000:00:14.0: reg 0x10: [mem 0x95110000-0x9511ffff 64bit]
[    0.663990] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.666097] pci 0000:00:14.2: [8086:34ef] type 00 class 0x050000
[    0.666134] pci 0000:00:14.2: reg 0x10: [mem 0x95124000-0x95125fff 64bit]
[    0.666155] pci 0000:00:14.2: reg 0x18: [mem 0x95128000-0x95128fff 64bit]
[    0.668367] pci 0000:00:15.0: [8086:34e8] type 00 class 0x0c8000
[    0.668449] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.670778] pci 0000:00:15.1: [8086:34e9] type 00 class 0x0c8000
[    0.670852] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.673126] pci 0000:00:16.0: [8086:34e0] type 00 class 0x078000
[    0.673166] pci 0000:00:16.0: reg 0x10: [mem 0x9512b000-0x9512bfff 64bit]
[    0.673281] pci 0000:00:16.0: PME# supported from D3hot
[    0.675456] pci 0000:00:17.0: [8086:34d3] type 00 class 0x010601
[    0.675500] pci 0000:00:17.0: reg 0x10: [mem 0x95126000-0x95127fff]
[    0.675520] pci 0000:00:17.0: reg 0x14: [mem 0x9512f000-0x9512f0ff]
[    0.675540] pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
[    0.675558] pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
[    0.675577] pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
[    0.675595] pci 0000:00:17.0: reg 0x24: [mem 0x9512e000-0x9512e7ff]
[    0.675678] pci 0000:00:17.0: PME# supported from D3hot
[    0.677952] pci 0000:00:1d.0: [8086:34b0] type 01 class 0x060400
[    0.678098] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.678135] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.680291] pci 0000:00:1d.4: [8086:34b4] type 01 class 0x060400
[    0.680458] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
[    0.680499] pci 0000:00:1d.4: PTM enabled (root), 4ns granularity
[    0.682645] pci 0000:00:1f.0: [8086:3482] type 00 class 0x060100
[    0.684840] pci 0000:00:1f.3: [8086:34c8] type 00 class 0x040380
[    0.684927] pci 0000:00:1f.3: reg 0x10: [mem 0x95120000-0x95123fff 64bit]
[    0.685009] pci 0000:00:1f.3: reg 0x20: [mem 0x95000000-0x950fffff 64bit]
[    0.685178] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.687490] pci 0000:00:1f.4: [8086:34a3] type 00 class 0x0c0500
[    0.687538] pci 0000:00:1f.4: reg 0x10: [mem 0x9512c000-0x9512c0ff 64bit]
[    0.687589] pci 0000:00:1f.4: reg 0x20: [io  0x5040-0x505f]
[    0.689816] pci 0000:00:1f.5: [8086:34a4] type 00 class 0x0c8000
[    0.689842] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.692047] pci 0000:01:00.0: [10ec:c82f] type 00 class 0x028000
[    0.692153] pci 0000:01:00.0: reg 0x10: [io  0x4000-0x40ff]
[    0.692244] pci 0000:01:00.0: reg 0x18: [mem 0x94000000-0x9400ffff 64bit]
[    0.692642] pci 0000:01:00.0: supports D1 D2
[    0.692643] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.693016] pci 0000:00:1d.0: PCI bridge to [bus 01-05]
[    0.693020] pci 0000:00:1d.0:   bridge window [io  0x4000-0x4fff]
[    0.693023] pci 0000:00:1d.0:   bridge window [mem 0x94000000-0x94ffffff]
[    0.693030] pci 0000:00:1d.0:   bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[    0.693350] pci 0000:06:00.0: [8086:f1a8] type 00 class 0x010802
[    0.693395] pci 0000:06:00.0: reg 0x10: [mem 0x93000000-0x93003fff 64bit]
[    0.693804] pci 0000:00:1d.4: PCI bridge to [bus 06-0a]
[    0.693807] pci 0000:00:1d.4:   bridge window [io  0x3000-0x3fff]
[    0.693811] pci 0000:00:1d.4:   bridge window [mem 0x93000000-0x93ffffff]
[    0.693817] pci 0000:00:1d.4:   bridge window [mem 0x91000000-0x91ffffff 64bit pref]
[    0.698142] ACPI: EC: interrupt unblocked
[    0.698142] ACPI: EC: event unblocked
[    0.698142] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.698142] ACPI: EC: GPE=0x6e
[    0.698142] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events
[    0.698142] iommu: Default domain type: Translated 
[    0.698176] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.698176] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.698176] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.698176] vgaarb: loaded
[    0.698351] SCSI subsystem initialized
[    0.698382] libata version 3.00 loaded.
[    0.698382] ACPI: bus type USB registered
[    0.698382] usbcore: registered new interface driver usbfs
[    0.698382] usbcore: registered new interface driver hub
[    0.698382] usbcore: registered new device driver usb
[    0.698382] pps_core: LinuxPPS API ver. 1 registered
[    0.698382] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.698382] PTP clock support registered
[    0.698382] EDAC MC: Ver: 3.0.0
[    0.701493] Registered efivars operations
[    0.701538] PCI: Using ACPI for IRQ routing
[    0.729890] PCI: pci_cache_line_size set to 64 bytes
[    0.730053] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.730186] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.730188] e820: reserve RAM buffer [mem 0x52210000-0x53ffffff]
[    0.730190] e820: reserve RAM buffer [mem 0x52ced018-0x53ffffff]
[    0.730191] e820: reserve RAM buffer [mem 0x52cfe018-0x53ffffff]
[    0.730192] e820: reserve RAM buffer [mem 0x55e88000-0x57ffffff]
[    0.730193] e820: reserve RAM buffer [mem 0x6409f000-0x67ffffff]
[    0.730195] e820: reserve RAM buffer [mem 0x65c50000-0x67ffffff]
[    0.730196] e820: reserve RAM buffer [mem 0x28fc00000-0x28fffffff]
[    0.731474] NetLabel: Initializing
[    0.731474] NetLabel:  domain hash size = 128
[    0.731474] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.731474] NetLabel:  unlabeled traffic allowed by default
[    0.732426] clocksource: Switched to clocksource tsc-early
[    0.746110] *** VALIDATE bpf ***
[    0.746218] VFS: Disk quotas dquot_6.6.0
[    0.746238] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.746268] *** VALIDATE ramfs ***
[    0.746272] *** VALIDATE hugetlbfs ***
[    0.746325] pnp: PnP ACPI init
[    0.746884] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.746886] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.746893] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.747098] system 00:01: [io  0x1854-0x1857] has been reserved
[    0.747102] system 00:01: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.747140] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.747709] system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.747711] system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.747712] system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.747714] system 00:03: [mem 0xc0000000-0xcfffffff] has been reserved
[    0.747716] system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.747718] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.747720] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.747724] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.748392] system 00:04: [io  0x1800-0x18fe] could not be reserved
[    0.748394] system 00:04: [mem 0xfd000000-0xfd68ffff] has been reserved
[    0.748396] system 00:04: [mem 0xfd6b0000-0xfd6cffff] has been reserved
[    0.748398] system 00:04: [mem 0xfd6f0000-0xfdffffff] has been reserved
[    0.748399] system 00:04: [mem 0xfe000000-0xfe01ffff] has been reserved
[    0.748401] system 00:04: [mem 0xfe200000-0xfe7fffff] has been reserved
[    0.748403] system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
[    0.748406] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.748921] system 00:05: [io  0x2000-0x20fe] has been reserved
[    0.748924] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.749290] system 00:06: [mem 0xfe038000-0xfe038fff] has been reserved
[    0.749294] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.749608] pnp: PnP ACPI: found 7 devices
[    0.755769] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.755818] pci 0000:00:15.0: BAR 0: no space for [mem size 0x00001000 64bit]
[    0.755820] pci 0000:00:15.0: BAR 0: failed to assign [mem size 0x00001000 64bit]
[    0.755825] pci 0000:00:15.1: BAR 0: no space for [mem size 0x00001000 64bit]
[    0.755826] pci 0000:00:15.1: BAR 0: failed to assign [mem size 0x00001000 64bit]
[    0.755829] pci 0000:00:1f.5: BAR 0: no space for [mem size 0x00001000]
[    0.755831] pci 0000:00:1f.5: BAR 0: trying firmware assignment [mem 0xfe010000-0xfe010fff]
[    0.755833] pci 0000:00:1f.5: BAR 0: [mem 0xfe010000-0xfe010fff] conflicts with Reserved [mem 0xfc800000-0xfe7fffff]
[    0.755835] pci 0000:00:1f.5: BAR 0: failed to assign [mem size 0x00001000]
[    0.755838] pci 0000:00:1d.0: PCI bridge to [bus 01-05]
[    0.755843] pci 0000:00:1d.0:   bridge window [io  0x4000-0x4fff]
[    0.755849] pci 0000:00:1d.0:   bridge window [mem 0x94000000-0x94ffffff]
[    0.755853] pci 0000:00:1d.0:   bridge window [mem 0x90000000-0x90ffffff 64bit pref]
[    0.755860] pci 0000:00:1d.4: PCI bridge to [bus 06-0a]
[    0.755863] pci 0000:00:1d.4:   bridge window [io  0x3000-0x3fff]
[    0.755868] pci 0000:00:1d.4:   bridge window [mem 0x93000000-0x93ffffff]
[    0.755872] pci 0000:00:1d.4:   bridge window [mem 0x91000000-0x91ffffff 64bit pref]
[    0.755880] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    0.755882] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.755884] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.755885] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.755887] pci_bus 0000:00: resource 7 [mem 0x70400000-0xbfffffff window]
[    0.755888] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.755890] pci_bus 0000:01: resource 1 [mem 0x94000000-0x94ffffff]
[    0.755891] pci_bus 0000:01: resource 2 [mem 0x90000000-0x90ffffff 64bit pref]
[    0.755893] pci_bus 0000:06: resource 0 [io  0x3000-0x3fff]
[    0.755894] pci_bus 0000:06: resource 1 [mem 0x93000000-0x93ffffff]
[    0.755895] pci_bus 0000:06: resource 2 [mem 0x91000000-0x91ffffff 64bit pref]
[    0.756188] NET: Registered protocol family 2
[    0.756368] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.756436] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.756655] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.756758] TCP: Hash tables configured (established 65536 bind 65536)
[    0.756826] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.756857] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.756961] NET: Registered protocol family 1
[    0.756972] NET: Registered protocol family 44
[    0.756987] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.759758] PCI: CLS 64 bytes, default 64
[    0.759818] Trying to unpack rootfs image as initramfs...
[    0.843499] random: fast init done
[    1.085681] Freeing initrd memory: 16128K
[    1.134859] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.134862] software IO TLB: mapped [mem 0x5e6ce000-0x626ce000] (64MB)
[    1.134904] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x159647815e3, max_idle_ns: 440795269835 ns
[    1.134988] clocksource: Switched to clocksource tsc
[    1.135028] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    1.135295] check: Scanning for low memory corruption every 60 seconds
[    1.135731] Initialise system trusted keyrings
[    1.135745] Key type blacklist registered
[    1.135831] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    1.137327] zbud: loaded
[    1.145700] Key type asymmetric registered
[    1.145702] Asymmetric key parser 'x509' registered
[    1.145710] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    1.145784] io scheduler mq-deadline registered
[    1.145785] io scheduler kyber registered
[    1.145815] io scheduler bfq registered
[    1.150246] pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
[    1.150702] pcieport 0000:00:1d.4: PME: Signaling with IRQ 123
[    1.150892] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.150990] efifb: probing for efifb
[    1.151004] efifb: framebuffer at 0x80000000, using 8100k, total 8100k
[    1.151006] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    1.151007] efifb: scrolling: redraw
[    1.151008] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.151070] fbcon: Deferring console take-over
[    1.151072] fb0: EFI VGA frame buffer device
[    1.151081] intel_idle: MWAIT substates: 0x11121020
[    1.151603] Monitor-Mwait will be used to enter C-1 state
[    1.151616] Monitor-Mwait will be used to enter C-2 state
[    1.151625] Monitor-Mwait will be used to enter C-3 state
[    1.151633] ACPI: \_SB_.PR00: Found 3 idle states
[    1.151636] intel_idle: v0.4.1 model 0x7E
[    1.152643] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.152773] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.152796] ACPI: Lid Switch [LID0]
[    1.152832] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.152852] ACPI: Power Button [PWRB]
[    1.152894] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.155214] ACPI: Power Button [PWRF]
[    1.170577] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.171640] hpet_acpi_add: no address or irqs in _CRS
[    1.171681] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.171682] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.174165] nvme nvme0: pci function 0000:06:00.0
[    1.174199] ahci 0000:00:17.0: version 3.0
[    1.174694] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.174697] ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst 
[    1.176973] scsi host0: ahci
[    1.177080] ata1: SATA max UDMA/133 abar m2048@0x9512e000 port 0x9512e100 irq 124
[    1.177176] usbcore: registered new interface driver usbserial_generic
[    1.177183] usbserial: USB Serial support registered for generic
[    1.177251] rtc_cmos rtc_cmos: RTC can wake from S4
[    1.178662] rtc_cmos rtc_cmos: registered as rtc0
[    1.178688] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    1.178760] intel_pstate: Intel P-state driver initializing
[    1.180750] intel_pstate: HWP enabled
[    1.187452] ledtrig-cpu: registered to indicate activity on CPUs
[    1.187530] intel_pmc_core intel_pmc_core.0:  initialized
[    1.187554] drop_monitor: Initializing network drop monitor service
[    1.187655] NET: Registered protocol family 10
[    1.197767] Segment Routing with IPv6
[    1.197783] NET: Registered protocol family 17
[    1.199080] RAS: Correctable Errors collector initialized.
[    1.199101] microcode: sig=0x706e5, pf=0x80, revision=0x78
[    1.199480] microcode: Microcode Update Driver: v2.2.
[    1.199482] IPI shorthand broadcast: enabled
[    1.199488] sched_clock: Marking stable (1192814929, 6662579)->(1215974651, -16497143)
[    1.199900] registered taskstats version 1
[    1.199932] Loading compiled-in X.509 certificates
[    1.206069] Loaded X.509 cert 'Build time autogenerated kernel key: 1a5b1048a6b7ec78607dc711c9ffd4db5209e9f2'
[    1.206307] zswap: loaded using pool lzo/zbud
[    1.207084] Key type ._fscrypt registered
[    1.207084] Key type .fscrypt registered
[    1.207085] Key type fscrypt-provisioning registered
[    1.212121] Key type big_key registered
[    1.218859] PM:   Magic number: 4:574:241
[    1.219097] acpi device:84: hash matches
[    1.219894] rtc_cmos rtc_cmos: setting system clock to 2020-05-20T18:12:54 UTC (1589998374)
[    1.372792] random: crng init done
[    1.406333] nvme nvme0: 8/0/0 default/read/poll queues
[    1.410019]  nvme0n1: p1 p2 p3 p4 p5
[    1.493011] ata1: SATA link down (SStatus 4 SControl 300)
[    1.535955] Freeing unused decrypted memory: 2040K
[    1.537565] Freeing unused kernel image (initmem) memory: 1608K
[    1.537566] Write protecting the kernel read-only data: 20480k
[    1.540384] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    1.542183] Freeing unused kernel image (rodata/data gap) memory: 1680K
[    1.589851] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.589852] Run /init as init process
[    1.589922]   with arguments:
[    1.589922]     /init
[    1.589922]   with environment:
[    1.589923]     HOME=/
[    1.589923]     TERM=linux
[    1.589923]     cryptdevice=UUID=ef5b635b-8bae-429d-bfdf-25532e7da887:cryptroot
[    1.700006] fbcon: Taking over console
[    1.700437] Console: switching to colour frame buffer device 240x67
[    2.824034] cryptd: max_cpu_qlen set to 1000
[    2.824046] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.824050] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    2.824692] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    2.824692] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    2.825243] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
[    2.825249] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.825635] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    2.825637] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.825639] usb usb1: Product: xHCI Host Controller
[    2.825640] usb usb1: Manufacturer: Linux 5.6.13-arch1-1 xhci-hcd
[    2.825641] usb usb1: SerialNumber: 0000:00:14.0
[    2.825769] hub 1-0:1.0: USB hub found
[    2.825810] hub 1-0:1.0: 12 ports detected
[    2.826442] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.826507] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.826510] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.826512] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    2.826554] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
[    2.826554] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.826555] usb usb2: Product: xHCI Host Controller
[    2.826556] usb usb2: Manufacturer: Linux 5.6.13-arch1-1 xhci-hcd
[    2.826556] usb usb2: SerialNumber: 0000:00:14.0
[    2.826630] hub 2-0:1.0: USB hub found
[    2.826648] hub 2-0:1.0: 6 ports detected
[    2.828268] AVX2 version of gcm_enc/dec engaged.
[    2.828268] AES CTR mode by8 optimization enabled
[    2.853534] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    2.932872] device-mapper: uevent: version 1.0.3
[    2.933063] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    3.154910] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    3.311037] usb 1-2: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.33
[    3.311038] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.311038] usb 1-2: Product: 4-Port USB 2.0 Hub
[    3.311039] usb 1-2: Manufacturer: Generic
[    3.312331] hub 1-2:1.0: USB hub found
[    3.313699] hub 1-2:1.0: 4 ports detected
[    3.422230] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    3.452878] usb 2-1: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.33
[    3.452879] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.452879] usb 2-1: Product: 4-Port USB 3.0 Hub
[    3.452880] usb 2-1: Manufacturer: Generic
[    3.462316] hub 2-1:1.0: USB hub found
[    3.463671] hub 2-1:1.0: 4 ports detected
[    3.568243] usb 1-5: new high-speed USB device number 3 using xhci_hcd
[    3.732047] usb 1-5: New USB device found, idVendor=174f, idProduct=1176, bcdDevice= 0.28
[    3.732048] usb 1-5: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    3.732049] usb 1-5: Product: Integrated Camera
[    3.732049] usb 1-5: Manufacturer: Sonix Technology Co., Ltd.
[    3.785063] usb 2-1.4: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[    3.803644] usb 2-1.4: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
[    3.803645] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[    3.803646] usb 2-1.4: Product: USB 10/100/1000 LAN
[    3.803646] usb 2-1.4: Manufacturer: Realtek
[    3.803647] usb 2-1.4: SerialNumber: 000001000000
[    3.924918] usb 1-9: new full-speed USB device number 4 using xhci_hcd
[    4.069077] usb 1-9: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.00
[    4.069078] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.069079] usb 1-9: Product: USB Receiver
[    4.069079] usb 1-9: Manufacturer: Logitech
[    4.074358] hid: raw HID events driver (C) Jiri Kosina
[    4.082184] usbcore: registered new interface driver usbhid
[    4.082185] usbhid: USB HID core driver
[    4.083494] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:046D:C52B.0001/input/input4
[    4.138293] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-9/input0
[    4.138458] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C52B.0002/input/input5
[    4.138483] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C52B.0002/input/input6
[    4.194920] usb 1-10: new full-speed USB device number 5 using xhci_hcd
[    4.194952] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.1/0003:046D:C52B.0002/input/input7
[    4.195343] hid-generic 0003:046D:C52B.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-9/input1
[    4.195811] hid-generic 0003:046D:C52B.0003: hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-9/input2
[    4.336000] usb 1-10: New USB device found, idVendor=0bda, idProduct=c02f, bcdDevice= 0.00
[    4.336001] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.336001] usb 1-10: Product: Bluetooth Radio 
[    4.336002] usb 1-10: Manufacturer: Realtek 
[    4.336002] usb 1-10: SerialNumber: 00e04c000001
[    4.345213] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-9/input2
[    4.460655] input: Logitech Unifying Device. Wireless PID:400a Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:046D:C52B.0003/0003:046D:400A.0004/input/input9
[    4.460856] hid-generic 0003:046D:400A.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:400a] on usb-0000:00:14.0-9/input2:1
[    4.467730] input: Logitech M325 as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:046D:C52B.0003/0003:046D:400A.0004/input/input13
[    4.467860] logitech-hidpp-device 0003:046D:400A.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech M325] on usb-0000:00:14.0-9/input2:1
[    8.869698] irq 9: nobody cared (try booting with the "irqpoll" option)
[    8.870642] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.6.13-arch1-1 #1
[    8.870643] Hardware name: LENOVO 81W8/LNVNB161216, BIOS DKCN21WW 10/09/2019
[    8.870644] Call Trace:
[    8.870648]  <IRQ>
[    8.870655]  dump_stack+0x64/0x88
[    8.870660]  __report_bad_irq+0x35/0xaa
[    8.870661]  note_interrupt.cold+0xb/0x70
[    8.870664]  handle_irq_event+0xa9/0xb0
[    8.870665]  handle_fasteoi_irq+0xa2/0x210
[    8.870668]  do_IRQ+0x84/0x140
[    8.870671]  common_interrupt+0xf/0xf
[    8.870672]  </IRQ>
[    8.870675] RIP: 0010:cpuidle_enter_state+0xb6/0x420
[    8.870678] Code: b0 ec c5 60 e8 cb 7a 91 ff 49 89 c7 0f 1f 44 00 00 31 ff e8 3c 89 91 ff 80 7c 24 0f 00 0f 85 0b 02 00 00 fb 66 0f 1f 44 00 00 <45> 85 e4 0f 88 ee 01 00 00 49 63 d4 4c 2b 7c 24 10 48 8d 04 52 48
[    8.870679] RSP: 0018:ffff909a800f3e78 EFLAGS: 00000246 ORIG_RAX: ffffffffffffffde
[    8.870680] RAX: ffff8c9807a40000 RBX: ffff8c9807a77700 RCX: 000000000000001f
[    8.870681] RDX: 0000000000000000 RSI: 0000000055785785 RDI: 0000000000000000
[    8.870681] RBP: ffffffffa00ca500 R08: 0000000210abbe04 R09: 0000000000000008
[    8.870681] R10: 0000000000000007 R11: 0000000000000006 R12: 0000000000000001
[    8.870682] R13: ffff8c9807a77700 R14: 0000000000000001 R15: 0000000210abbe04
[    8.870685]  ? cpuidle_enter_state+0xa4/0x420
[    8.870686]  cpuidle_enter+0x29/0x40
[    8.870689]  do_idle+0x1d3/0x260
[    8.870691]  cpu_startup_entry+0x19/0x20
[    8.870693]  start_secondary+0x186/0x1d0
[    8.870696]  secondary_startup_64+0xb6/0xc0
[    8.870697] handlers:
[    8.871023] [<00000000f88772d0>] acpi_irq
[    8.871590] Disabling IRQ #9
[   10.493060] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[   10.608102] systemd[1]: Successfully credited entropy passed from boot loader.
[   10.617526] systemd[1]: systemd 245.5-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[   10.631820] systemd[1]: Detected architecture x86-64.
[   10.681663] systemd[1]: Set hostname to <archlaptop>.
[   10.849590] systemd[1]: Created slice system-getty.slice.
[   10.850452] systemd[1]: Created slice system-modprobe.slice.
[   10.851318] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   10.852300] systemd[1]: Created slice User and Session Slice.
[   10.853102] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   10.854190] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   10.855294] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   10.856584] systemd[1]: Reached target Local Encrypted Volumes.
[   10.857381] systemd[1]: Reached target Login Prompts.
[   10.858081] systemd[1]: Reached target Paths.
[   10.858693] systemd[1]: Reached target Remote File Systems.
[   10.859442] systemd[1]: Reached target Slices.
[   10.860039] systemd[1]: Reached target Swap.
[   10.860621] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   10.861556] systemd[1]: Listening on LVM2 metadata daemon socket.
[   10.862721] systemd[1]: Listening on LVM2 poll daemon socket.
[   10.864546] systemd[1]: Listening on Process Core Dump Socket.
[   10.865456] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   10.866403] systemd[1]: Listening on Journal Audit Socket.
[   10.867178] systemd[1]: Listening on Journal Socket (/dev/log).
[   10.868023] systemd[1]: Listening on Journal Socket.
[   10.868776] systemd[1]: Listening on udev Control Socket.
[   10.869526] systemd[1]: Listening on udev Kernel Socket.
[   10.870655] systemd[1]: Mounting Huge Pages File System...
[   10.871863] systemd[1]: Mounting POSIX Message Queue File System...
[   10.873139] systemd[1]: Mounting Kernel Debug File System...
[   10.874175] systemd[1]: Mounting Kernel Trace File System...
[   10.875705] systemd[1]: Mounting Temporary Directory (/tmp)...
[   10.876937] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   10.878521] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   10.880340] systemd[1]: Starting Load Kernel Module drm...
[   10.881821] systemd[1]: Starting Set Up Additional Binary Formats...
[   10.882842] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   10.883625] systemd[1]: Starting Journal Service...
[   10.885028] systemd[1]: Starting Load Kernel Modules...
[   10.886910] systemd[1]: Starting Remount Root and Kernel File Systems...
[   10.887095] Linux agpgart interface v0.103
[   10.888387] systemd[1]: Starting udev Coldplug all Devices...
[   10.890569] systemd[1]: Mounted Huge Pages File System.
[   10.891589] systemd[1]: Mounted POSIX Message Queue File System.
[   10.892671] systemd[1]: Mounted Kernel Debug File System.
[   10.893667] systemd[1]: Mounted Kernel Trace File System.
[   10.894546] systemd[1]: Mounted Temporary Directory (/tmp).
[   10.895112] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   10.896547] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   10.898249] systemd[1]: Finished Load Kernel Modules.
[   10.899236] systemd[1]: Finished Remount Root and Kernel File Systems.
[   10.900217] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 486 (systemd-binfmt)
[   10.900746] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[   10.901770] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[   10.902200] systemd[1]: Mounting Kernel Configuration File System...
[   10.932852] systemd[1]: Started LVM2 metadata daemon.
[   10.963540] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[   10.964309] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   10.964761] systemd[1]: Starting Load/Save Random Seed...
[   10.995893] systemd[1]: Starting Apply Kernel Variables...
[   11.026826] systemd[1]: Starting Create System Users...
[   11.058230] systemd[1]: modprobe@drm.service: Succeeded.
[   11.058552] systemd[1]: Finished Load Kernel Module drm.
[   11.090241] audit: type=1130 audit(1589998384.366:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.090243] audit: type=1131 audit(1589998384.366:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.090245] systemd[1]: Started Journal Service.
[   11.121628] audit: type=1130 audit(1589998384.396:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.217360] audit: type=1130 audit(1589998384.493:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.248613] audit: type=1130 audit(1589998384.526:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.280031] audit: type=1130 audit(1589998384.556:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.310345] audit: type=1130 audit(1589998384.586:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.340813] audit: type=1130 audit(1589998384.616:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.347652] systemd-journald[487]: Received client request to flush runtime journal.
[   11.435087] audit: type=1130 audit(1589998384.713:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.464159] audit: type=1130 audit(1589998384.740:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.701022] ACPI: AC Adapter [ADP0] (on-line)
[   11.805091] intel_rapl_common: Found RAPL domain package
[   11.805170] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[   11.892225] battery: ACPI: Battery Slot [BAT0] (battery present)
[   11.931935] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input14
[   11.958997] mc: Linux media interface: v0.10
[   11.961459] mousedev: PS/2 mouse device common for all mice
[   11.962152] Bluetooth: Core ver 2.22
[   11.962163] NET: Registered protocol family 31
[   11.962164] Bluetooth: HCI device and connection manager initialized
[   11.962167] Bluetooth: HCI socket layer initialized
[   11.962168] Bluetooth: L2CAP socket layer initialized
[   11.962171] Bluetooth: SCO socket layer initialized
[   11.971910] usbcore: registered new interface driver btusb
[   11.971972] videodev: Linux video capture interface: v2.00
[   11.976664] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822
[   11.977619] Bluetooth: hci0: RTL: rom_version status=0 version=3
[   11.977620] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin
[   11.980080] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin
[   11.980392] Bluetooth: hci0: RTL: cfg_sz 6, total sz 31422
[   11.990894] usbcore: registered new interface driver r8152
[   11.991241] uvcvideo: Found UVC 1.00 device Integrated Camera (174f:1176)
[   11.998666] platform idma64.0: failed to claim resource 0: [mem 0x00000800-0x00000fff]
[   12.003755] uvcvideo 1-5:1.0: Entity type for entity Extension 3 was not initialized!
[   12.029886] uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
[   12.029887] intel-lpss 0000:00:15.0: Failed to add idma64, fallback to PIO
[   12.029888] uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
[   12.029909] ACPI Warning: SystemMemory range 0x0000000000000000-0x00000000000001FF conflicts with OpRegion 0x0000000000000000-0x0000000000000037 (\_SB.UBTC.USBC) (20200110/utaddress-204)
[   12.029916] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   12.030000] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input15
[   12.030070] usbcore: registered new interface driver uvcvideo
[   12.030071] USB Video Class driver (1.1.1)
[   12.030125] intel-lpss: probe of 0000:00:15.0 failed with error -16
[   12.045035] platform idma64.0: failed to claim resource 0: [mem 0x00000800-0x00000fff]
[   12.077231] intel-lpss 0000:00:15.1: Failed to add idma64, fallback to PIO
[   12.077242] ACPI Warning: SystemMemory range 0x0000000000000000-0x00000000000001FF conflicts with OpRegion 0x0000000000000000-0x0000000000000037 (\_SB.UBTC.USBC) (20200110/utaddress-204)
[   12.077247] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   12.077784] intel-lpss: probe of 0000:00:15.1 failed with error -16
[   12.088470] usb 2-1.4: reset SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[   12.090825] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   12.091157] usbcore: registered new interface driver cdc_ether
[   12.102240] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   12.102308] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   12.104755] checking generic (80000000 7e9000) vs hw (92000000 1000000)
[   12.104755] checking generic (80000000 7e9000) vs hw (80000000 10000000)
[   12.104756] fb0: switching to inteldrmfb from EFI VGA
[   12.125309] Console: switching to colour dummy device 80x25
[   12.125354] i915 0000:00:02.0: vgaarb: deactivate vga console
[   12.130340] r8152 2-1.4:1.0: load rtl8153a-3 v2 02/07/20 successfully
[   12.132646] Bluetooth: hci0: RTL: fw version 0x09993aa1
[   12.158957] r8152 2-1.4:1.0 eth0: v1.11.11
[   12.171777] input: PC Speaker as /devices/platform/pcspkr/input/input16
[   12.172066] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[   12.172067] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   12.172068] RAPL PMU: hw unit of domain package 2^-14 Joules
[   12.172068] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   12.178536] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   12.178537] [drm] Driver supports precise vblank timestamp query.
[   12.178749] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   12.178976] intel-spi 0000:00:1f.5: invalid resource
[   12.178996] intel-spi: probe of 0000:00:1f.5 failed with error -22
[   12.180199] [drm] Finished loading DMC firmware i915/icl_dmc_ver1_09.bin (v1.9)
[   12.227402] [drm] Initialized i915 1.6.0 20200114 for 0000:00:02.0 on minor 0
[   12.229655] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   12.229865] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17
[   12.230821] fbcon: i915drmfb (fb0) is primary device
[   12.241905] Console: switching to colour frame buffer device 240x67
[   12.263146] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[   12.294361] intel_rapl_common: Found RAPL domain package
[   12.294364] intel_rapl_common: Found RAPL domain core
[   12.294365] intel_rapl_common: Found RAPL domain uncore
[   12.307470] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
[   12.307646] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[   12.307811] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   12.332413] r8152 2-1.4:1.0 enp0s20f0u1u4: renamed from eth0
[   12.393145] iTCO_vendor_support: vendor-support=0
[   12.393833] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[   12.398247] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   12.401591] iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[   12.401922] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   12.487398] snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   12.487404] snd_hda_codec_generic hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   12.487407] snd_hda_codec_generic hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   12.487409] snd_hda_codec_generic hdaudioC0D0:    mono: mono_out=0x0
[   12.487412] snd_hda_codec_generic hdaudioC0D0:    inputs:
[   12.487416] snd_hda_codec_generic hdaudioC0D0:      Mic=0x19
[   12.487419] snd_hda_codec_generic hdaudioC0D0:      Internal Mic=0x12
[   12.550986] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[   12.551014] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[   12.551041] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[   12.551062] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[   12.551084] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[   12.551110] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[   12.551131] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[   12.551150] input: HDA Intel PCH HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[   12.551173] input: HDA Intel PCH HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[   12.794455] 8021q: 802.1Q VLAN Support v1.8
[   12.868719] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   12.871258] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   12.871502] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   12.871504] cfg80211: failed to load regulatory.db
[   15.820721] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s20f0u1u4: link becomes ready
[   15.820933] r8152 2-1.4:1.0 enp0s20f0u1u4: carrier on
[   17.401595] kauditd_printk_skb: 38 callbacks suppressed
[   17.401599] audit: type=1131 audit(1589998390.680:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.647691] audit: type=1100 audit(1589998390.923:51): pid=706 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="typhon" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   17.650058] audit: type=1101 audit(1589998390.926:52): pid=706 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="typhon" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   17.650679] audit: type=1103 audit(1589998390.926:53): pid=706 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="typhon" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[   17.650778] audit: type=1006 audit(1589998390.926:54): pid=706 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   17.666751] audit: type=1130 audit(1589998390.943:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.670648] audit: type=1101 audit(1589998390.946:56): pid=708 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="typhon" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.670651] audit: type=1103 audit(1589998390.946:57): pid=708 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="typhon" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   17.670653] audit: type=1006 audit(1589998390.946:58): pid=708 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[   17.671006] audit: type=1105 audit(1589998390.946:59): pid=708 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="typhon" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.443641] logitech-hidpp-device 0003:046D:400A.0004: HID++ 2.0 device connected.
[   23.012676] kauditd_printk_skb: 12 callbacks suppressed
[   23.012679] audit: type=1131 audit(1589998396.290:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   27.945028] audit: type=1131 audit(1589998401.223:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   27.952727] audit: type=1131 audit(1589998401.230:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

And lspci -nnk

00:00.0 Host bridge [0600]: Intel Corporation Device [8086:8a12] (rev 03)
	Subsystem: Lenovo Device [17aa:3803]
	Kernel driver in use: icl_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation Iris Plus Graphics G7 [8086:8a52] (rev 07)
	Subsystem: Lenovo Iris Plus Graphics G7 [17aa:3fdc]
	Kernel driver in use: i915
	Kernel modules: i915
00:04.0 Signal processing controller [1180]: Intel Corporation Device [8086:8a03] (rev 03)
	Subsystem: Lenovo Device [17aa:3804]
	Kernel driver in use: proc_thermal
	Kernel modules: processor_thermal_device
00:14.0 USB controller [0c03]: Intel Corporation Ice Lake-LP USB 3.1 xHCI Host Controller [8086:34ed] (rev 30)
	Subsystem: Lenovo Ice Lake-LP USB 3.1 xHCI Host Controller [17aa:380e]
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
00:14.2 RAM memory [0500]: Intel Corporation Device [8086:34ef] (rev 30)
	Subsystem: Lenovo Device [17aa:3810]
00:15.0 Serial bus controller [0c80]: Intel Corporation Ice Lake-LP Serial IO I2C Controller #0 [8086:34e8] (rev 30)
	Subsystem: Lenovo Ice Lake-LP Serial IO I2C Controller [17aa:3816]
	Kernel modules: intel_lpss_pci
00:15.1 Serial bus controller [0c80]: Intel Corporation Ice Lake-LP Serial IO I2C Controller #1 [8086:34e9] (rev 30)
	Subsystem: Lenovo Ice Lake-LP Serial IO I2C Controller [17aa:3817]
	Kernel modules: intel_lpss_pci
00:16.0 Communication controller [0780]: Intel Corporation Management Engine Interface [8086:34e0] (rev 30)
	Subsystem: Lenovo Management Engine Interface [17aa:381a]
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:17.0 SATA controller [0106]: Intel Corporation Ice Lake-LP SATA Controller [AHCI mode] [8086:34d3] (rev 30)
	Subsystem: Lenovo Ice Lake-LP SATA Controller [AHCI mode] [17aa:3820]
	Kernel driver in use: ahci
00:1d.0 PCI bridge [0604]: Intel Corporation Ice Lake-LP PCI Express Root Port #9 [8086:34b0] (rev 30)
	Kernel driver in use: pcieport
00:1d.4 PCI bridge [0604]: Intel Corporation Device [8086:34b4] (rev 30)
	Kernel driver in use: pcieport
00:1f.0 ISA bridge [0601]: Intel Corporation Ice Lake-LP LPC Controller [8086:3482] (rev 30)
	Subsystem: Lenovo Ice Lake-LP LPC Controller [17aa:383d]
00:1f.3 Audio device [0403]: Intel Corporation Smart Sound Technology Audio Controller [8086:34c8] (rev 30)
	Subsystem: Lenovo Smart Sound Technology Audio Controller [17aa:3840]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel, snd_sof_pci
00:1f.4 SMBus [0c05]: Intel Corporation Ice Lake-LP SMBus Controller [8086:34a3] (rev 30)
	Subsystem: Lenovo Ice Lake-LP SMBus Controller [17aa:3841]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
00:1f.5 Serial bus controller [0c80]: Intel Corporation Ice Lake-LP SPI Controller [8086:34a4] (rev 30)
	Subsystem: Lenovo Ice Lake-LP SPI Controller [17aa:3842]
	Kernel modules: intel_spi_pci
01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:c82f]
	Subsystem: Lenovo Device [17aa:c02f]
06:00.0 Non-Volatile memory controller [0108]: Intel Corporation SSD 660P Series [8086:f1a8] (rev 03)
	Subsystem: Intel Corporation SSD 660P Series [8086:390d]
	Kernel driver in use: nvme

Offline

#8 2020-05-20 19:22:02

loqs
Member
Registered: 2014-03-06
Posts: 17,195

Re: Realtek 8822CE wireless driver issues

As a test,  perhaps the devices VID:PID can be added to the driver and then the device bound to that driver

#echo 10ec c82f > /sys/bus/pci/drivers/rtw_8822ce/new_id
# echo 0000:01:00.0 > /sys/bus/pci/drivers/rtw_8822ce/bind

based on https://unix.stackexchange.com/question … ealtek-nic

Offline

#9 2021-03-22 15:08:21

coellobranco
Member
Registered: 2012-10-11
Posts: 83

Re: Realtek 8822CE wireless driver issues

same issue... i cant connect to wifi. same realtek 8822ce.

EDIT: this package rtw88-dkms-git solved problem, i can connect to wifi with nmcli.

Last edited by coellobranco (2021-03-22 15:18:49)

Offline

Board footer

Powered by FluxBB