vault backup: 2025-11-24 15:12:58
Affected files: 21.01. OS/21.01. Linux/Replace custom build module driver.md 21.01. OS/21.01. Linux/modprobe 與 insmod 的差別.md 30. 工作 - Logitech/project - Lanky.md
This commit is contained in:
@@ -13,31 +13,6 @@ description:
|
||||
4. Run "turbox_flash_fastboot.bat" from the firmware folder.
|
||||
|
||||
## Replace custom build `.ko` driver
|
||||
### 版號確認
|
||||
用 `uname -a` 查看目前 kernel 版本。
|
||||
用 `modinfo tcxxx_pcie_eth.ko` 檢查 vermagic 版本。
|
||||
ko 版本與 kernel 版本必須一致。
|
||||
```
|
||||
1|KM1:/ # uname -r
|
||||
5.15.78-qki-consolidate-android13-8-gf5cf1391b188
|
||||
```
|
||||
Reference [[Replace custom build module driver]]
|
||||
|
||||
```
|
||||
KM1:/ # modinfo /storage/emulated/0/Documents/tc956x_pcie_eth.ko
|
||||
filename: /storage/emulated/0/Documents/tc956x_pcie_eth.ko
|
||||
license: GPL v2
|
||||
author: Toshiba Electronic Devices & Storage Corporation
|
||||
description: TC956X PCI Express Ethernet Network Driver
|
||||
srcversion: 5F197F74D301D4F6ADC6A72
|
||||
depends:
|
||||
name: tc956x_pcie_eth
|
||||
vermagic: 5.15.167-g94a5a0e4b3fa SMP preempt mod_unload modversions aarch64
|
||||
```
|
||||
|
||||
### Unload old driver
|
||||
#### Old driver is a module
|
||||
用 `lsmod | grep tc956x` 確認原本的 module 已安裝。
|
||||
用 rmmod 移除原本的 module:`sudo rmmod tc956x_pcie_eth`
|
||||
|
||||
|
||||
# 參考來源
|
||||
# 參考來源
|
||||
|
||||
Reference in New Issue
Block a user