mohamed-badaoui / asus-touchpad-numpad-driver

Activate Numpad inside the touchpad with top right corner switch
299 stars 70 forks source link

Stops Working After Restart. #101

Open UsuarioNaoDisponivel opened 2 years ago

UsuarioNaoDisponivel commented 2 years ago

Good afternoon.

I own a Asus ZenBook 14" UM425UA.

After running the following terminal commands:

 sudo apt install libevdev2 python3-libevdev i2c-tools git
 sudo modprobe i2c-dev
 sudo i2cdetect -l
 git clone https://github.com/mohamed-badaoui/asus-touchpad-numpad-driver
 cd asus-touchpad-numpad-driver
 chmod +x install.sh
 sudo ./install.sh
 option 3
 option 1

The numpad starts working flawesly, until I restart the computer that is.

Every time I restart I need to run all the commands again.

Is there a fix to this?

System: Kernel: 5.13.0-44-generic x86_64 bits: 64 compiler: N/A Desktop: Cinnamon 5.2.7 wm: muffin 5.2.1 dm: LightDM 1.30.0 Distro: Linux Mint 20.3 Una base: Ubuntu 20.04 focal Machine: Type: Laptop System: ASUSTeK product: ZenBook UX425UA_UM425UA v: 1.0 serial: Mobo: ASUSTeK model: UX425UA v: 1.0 serial: UEFI: American Megatrends LLC. v: UX425UA.301 date: 04/01/2021 Battery: ID-1: BATT charge: 61.2 Wh condition: 63.8/67.1 Wh (95%) volts: 15.9/15.9 model: ASUSTeK UX425 type: Li-ion serial: status: Discharging cycles: 13 CPU: Topology: 6-Core model: AMD Ryzen 5 5500U with Radeon Graphics bits: 64 type: MT MCP arch: Zen rev: 1 L2 cache: 3072 KiB flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm bogomips: 50306 Speed: 1397 MHz min/max: 1400/4056 MHz boost: enabled Core speeds (MHz): 1: 1397 2: 1397 3: 2990 4: 3443 5: 1509 6: 1875 7: 1456 8: 1242 9: 1458 10: 1505 11: 1698 12: 1626 Graphics: Device-1: AMD vendor: ASUSTeK driver: amdgpu v: kernel bus ID: 04:00.0 chip ID: 1002:164c Display: x11 server: X.Org 1.20.13 driver: amdgpu,ati unloaded: fbdev,modesetting,vesa resolution: 1920x1080~60Hz OpenGL: renderer: AMD RENOIR (DRM 3.41.0 5.13.0-44-generic LLVM 12.0.0) v: 4.6 Mesa 21.2.6 direct render: Yes Audio: Device-1: AMD vendor: ASUSTeK driver: snd_hda_intel v: kernel bus ID: 04:00.1 chip ID: 1002:1637 Device-2: AMD Raven/Raven2/FireFlight/Renoir Audio Processor vendor: ASUSTeK driver: snd_rn_pci_acp3x v: kernel bus ID: 04:00.5 chip ID: 1022:15e2 Device-3: AMD Family 17h HD Audio vendor: ASUSTeK driver: snd_hda_intel v: kernel bus ID: 04:00.6 chip ID: 1022:15e3 Sound Server: ALSA v: k5.13.0-44-generic Network: Device-1: Intel Wireless 8265 / 8275 driver: iwlwifi v: kernel bus ID: 01:00.0 chip ID: 8086:24fd IF: wlp1s0 state: up mac: Drives: Local Storage: total: 476.94 GiB used: 19.25 GiB (4.0%) ID-1: /dev/nvme0n1 vendor: SK Hynix model: HFM512GD3JX013N size: 476.94 GiB speed: 31.6 Gb/s lanes: 4 serial: rev: 41000C20 scheme: GPT Partition: ID-1: / size: 467.96 GiB used: 19.24 GiB (4.1%) fs: ext4 dev: /dev/nvme0n1p2 Sensors: System Temperatures: cpu: 42.2 C mobo: N/A gpu: amdgpu temp: 38 C Fan Speeds (RPM): N/A Repos: No active apt repos in: /etc/apt/sources.list Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list 1: deb http://packages.linuxmint.com una main upstream import backport #id:linuxmint_main 2: deb http://archive.ubuntu.com/ubuntu focal main restricted universe multiverse 3: deb http://archive.ubuntu.com/ubuntu focal-updates main restricted universe multiverse 4: deb http://archive.ubuntu.com/ubuntu focal-backports main restricted universe multiverse 5: deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse 6: deb http://archive.canonical.com/ubuntu/ focal partner Active apt repos in: /etc/apt/sources.list.d/teamviewer.list 1: deb https://linux.teamviewer.com/deb stable main Info: Processes: 316 Uptime: 15m Memory: 7.15 GiB used: 1.96 GiB (27.4%) Init: systemd v: 245 runlevel: 5 Compilers: gcc: 9.4.0 alt: 9 Shell: bash v: 5.0.17 running in: gnome-terminal inxi: 3.0.38

ghost commented 1 year ago

Same problem. Any fix?