Suspend sang resume bị lỗi trên Ubuntu 18.04 LTS

ductrininjas

New member
** Ubuntu 18.04 LTS Không hoạt động trên Sony Vaio sau khi cài đặt: Cách sửa? **

** TL; DR: ** Sau khi cài đặt Ubuntu 18.04 LTS trên Sony Vaio, người dùng không thể nhập mật khẩu để tiếp tục từ màn hình bị khóa hoặc sau khi đóng và mở nắp.Bàn phím cũng không hoạt động trong bất kỳ trình soạn thảo nào, nhưng con trỏ chuột vẫn hoạt động.

**Giải pháp:**

1. Thoát khỏi yêu cầu mật khẩu khi tiếp tục ngủ.
2. Vô hiệu hóa bàn di chuột tích hợp.
3. Cài đặt gói `Xserver-xorg-input-evdev`.
4. Cài đặt lại gói `libinput`.

** Các bước chi tiết: **

1. Để thoát khỏi yêu cầu mật khẩu khi tiếp tục ngủ, hãy mở ứng dụng ** Cài đặt hệ thống ** và truy cập ** Power **> ** Ngủ **.Dưới ** khi tôi đóng nắp **, chọn ** không làm gì cả **.
2Trong ** Tùy chọn TouchPad **, bỏ chọn ** Bật TouchPad **.
3. Để cài đặt gói `xserver-xorg-input-evdev`, hãy mở ứng dụng ** terminal ** và chạy lệnh sau:

`` `
sudo apt cài đặt XServer-xorg-input-Evdev
`` `

4. Để cài đặt lại gói `libinput`, hãy mở ứng dụng ** terminal ** và chạy lệnh sau:

`` `
sudo apt cài đặt lại libinput
`` `

** Sau khi hoàn thành các bước này, bàn phím sẽ hoạt động đúng trở lại và bạn sẽ có thể nhập mật khẩu của mình để tiếp tục ngủ hoặc sau khi đóng và mở nắp. **
=======================================
**Ubuntu 18.04 LTS not working on Sony Vaio after installing: How to fix?**

**TL;DR:** After installing Ubuntu 18.04 LTS on a Sony Vaio, the user is unable to enter the password to resume from a locked screen or after closing and opening the lid. The keyboard also does not work in any editor, but the mouse cursor is still functional.

**Solution:**

1. Quit the password requirement when resuming from sleep.
2. Disable the built-in touchpad.
3. Install the `xserver-xorg-input-evdev` package.
4. Reinstall the `libinput` package.

**Steps in detail:**

1. To quit the password requirement when resuming from sleep, open the **System Settings** app and go to **Power** > **Sleep**. Under **When I close the lid**, select **Do nothing**.
2. To disable the built-in touchpad, open the **Keyboard** settings app and go to **Touchpad**. Under **Touchpad Options**, uncheck **Enable touchpad**.
3. To install the `xserver-xorg-input-evdev` package, open the **Terminal** app and run the following command:

```
sudo apt install xserver-xorg-input-evdev
```

4. To reinstall the `libinput` package, open the **Terminal** app and run the following command:

```
sudo apt reinstall libinput
```

**After completing these steps, the keyboard should be working properly again and you should be able to enter your password to resume from sleep or after closing and opening the lid.**
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top