Hỏi cách cài driver trên ubuntu

bathien672

New member
** Ubuntu 13.10: Cách cài đặt trình điều khiển cho các thiết bị chỉ có trình điều khiển Windows **

Sau khi cài đặt Ubuntu 13.10, bạn có thể thấy rằng một số thiết bị của bạn không hoạt động đúng vì họ không có trình điều khiển cho Ubuntu.Nếu đây là trường hợp, đừng lo lắng, bạn thường có thể tự cài đặt trình điều khiển.

Đây là cách làm điều đó:

1. ** Tìm mô -đun hạt nhân của thiết bị. ** Mô -đun kernel là một phần mềm cho phép kernel giao tiếp với thiết bị.Bạn có thể tìm thấy mô -đun kernel bằng cách tìm kiếm tên của thiết bị trên Internet.
2. ** Tải xuống mô -đun kernel. ** Khi bạn đã tìm thấy mô -đun kernel, hãy tải xuống máy tính của bạn.
3. ** Cài đặt mô -đun kernel. ** Để cài đặt mô -đun kernel, mở cửa sổ đầu cuối và nhập lệnh sau:

`` `
sudo dpkg -i <kernel-module-name> .deb
`` `

Trong đó `<Kernel-Module-name>` là tên của mô-đun hạt nhân bạn đã tải xuống.

4. ** Khởi động lại máy tính của bạn. ** Khi mô -đun kernel được cài đặt, bạn cần khởi động lại máy tính của mình để các thay đổi có hiệu lực.

Sau khi máy tính của bạn khởi động lại, thiết bị bây giờ sẽ hoạt động tốt.

** Mẹo thưởng: ** Nếu bạn gặp khó khăn trong việc tìm mô-đun kernel cho thiết bị của mình, bạn có thể thử sử dụng một công cụ như [trình điều khiển Ubuntu] (https://launchpad.net/ubuntu-Dirvers) để giúp bạn tìm vàCài đặt trình điều khiển chính xác.
=======================================
**Ubuntu 13.10: How to Install Drivers for Devices That Only Have Windows Drivers**

After installing Ubuntu 13.10, you may find that some of your devices don't work properly because they don't have drivers for Ubuntu. If this is the case, don't worry—you can usually install the drivers yourself.

Here's how to do it:

1. **Find the device's kernel module.** The kernel module is a piece of software that allows the kernel to communicate with the device. You can find the kernel module by searching for the device's name on the internet.
2. **Download the kernel module.** Once you've found the kernel module, download it to your computer.
3. **Install the kernel module.** To install the kernel module, open a terminal window and type the following command:

```
sudo dpkg -i <kernel-module-name>.deb
```

where `<kernel-module-name>` is the name of the kernel module you downloaded.

4. **Restart your computer.** Once the kernel module is installed, you need to restart your computer for the changes to take effect.

After your computer restarts, the device should now be working properly.

**Bonus tip:** If you're having trouble finding the kernel module for your device, you can try using a tool like [Ubuntu Drivers](https://launchpad.net/ubuntu-drivers) to help you find and install the correct drivers.
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top