Hi, I installed kali linux on a HP Pavilion x360 11-n10 but when I reboot after installing kali linux, the touchpad and the keyboard from the laptop doesn't work, so I tried to update Kali
Code:
 sudo apt update && sudo apt upgrade && sudo apt dist-upgrade
without working.

Here is the xinput command:
Code:
kali@kali:~/Documents/thc-hydra$ xinput⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ SynPS/2 Synaptics TouchPad                id=15   [slave  pointer  (2)]
⎜   ↳ Logitech K360                             id=9    [slave  pointer  (2)]
⎜   ↳ Logitech G305                             id=18   [slave  pointer  (2)]
⎜   ↳ ELAN0732:00 04F3:0358                     id=12   [slave  pointer  (2)]
⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Power Button                              id=6    [slave  keyboard (3)]
    ↳ Video Bus                                 id=7    [slave  keyboard (3)]
    ↳ Power Button                              id=8    [slave  keyboard (3)]
    ↳ HP Truevision HD: HP Truevision           id=11   [slave  keyboard (3)]
    ↳ Intel Virtual Button driver               id=13   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=14   [slave  keyboard (3)]
    ↳ HP Wireless hotkeys                       id=16   [slave  keyboard (3)]
    ↳ HP WMI hotkeys                            id=17   [slave  keyboard (3)]
    ↳ Logitech K360                             id=10   [slave  keyboard (3)]
    ↳ Logitech G305                             id=19   [slave  keyboard (3)]
Here the lsb_release -a command
Code:
kali@kali:~/Documents/thc-hydra$ lsb_release -aNo LSB modules are available.
Distributor ID: Kali
Description:    Kali GNU/Linux Rolling
Release:        2020.3
Codename:       kali-rolling
I tried to see if touchpad and keyboard are deactivated, but they are not:

xinput list-props 15
Code:
kali@kali:~/Documents/thc-hydra$ xinput list-props 15
Device 'SynPS/2 Synaptics TouchPad':
        Device Enabled (167):   1
        Coordinate Transformation Matrix (169): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
        libinput Tapping Enabled (328): 1
        libinput Tapping Enabled Default (329): 0
        libinput Tapping Drag Enabled (330):    1
        libinput Tapping Drag Enabled Default (331):    1
        libinput Tapping Drag Lock Enabled (332):       0
        libinput Tapping Drag Lock Enabled Default (333):       0
        libinput Tapping Button Mapping Enabled (334):  1, 0
        libinput Tapping Button Mapping Default (335):  1, 0
        libinput Natural Scrolling Enabled (304):       0
        libinput Natural Scrolling Enabled Default (305):       0
        libinput Disable While Typing Enabled (336):    1
        libinput Disable While Typing Enabled Default (337):    1
        libinput Scroll Methods Available (306):        1, 1, 0
        libinput Scroll Method Enabled (307):   1, 0, 0
        libinput Scroll Method Enabled Default (308):   1, 0, 0
        libinput Click Methods Available (338): 1, 1
        libinput Click Method Enabled (339):    1, 0
        libinput Click Method Enabled Default (340):    1, 0
        libinput Middle Emulation Enabled (313):        0
        libinput Middle Emulation Enabled Default (314):        0
        libinput Accel Speed (315):     0.000000
        libinput Accel Speed Default (316):     0.000000
        libinput Accel Profiles Available (317):        1, 1
        libinput Accel Profile Enabled (318):   1, 0
        libinput Accel Profile Enabled Default (319):   1, 0
        libinput Left Handed Enabled (320):     0
        libinput Left Handed Enabled Default (321):     0
        libinput Send Events Modes Available (289):     1, 1
        libinput Send Events Mode Enabled (290):        0, 0
        libinput Send Events Mode Enabled Default (291):        0, 0
        Device Node (292):      "/dev/input/event8"
        Device Product ID (293):        2, 7
        libinput Drag Lock Buttons (322):       <no items>
        libinput Horizontal Scroll Enabled (323):       1
xinput list-props 14
Code:
kali@kali:~/Documents/thc-hydra$ xinput list-props 14
Device 'AT Translated Set 2 keyboard':
        Device Enabled (167):   1
        Coordinate Transformation Matrix (169): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
        libinput Send Events Modes Available (289):     1, 0
        libinput Send Events Mode Enabled (290):        0, 0
        libinput Send Events Mode Enabled Default (291):        0, 0
        Device Node (292):      "/dev/input/event0"
        Device Product ID (293):        1, 1
I installed Kali Linux as the main OS


Thank you for any help, it is greatly appreciated.