請先看『使用說明』
Module:CC007 module
From LEXWiKi
(Difference between revisions)
Line 74: | Line 74: | ||
== How to Install F81534 driver== | == How to Install F81534 driver== | ||
- | + | ||
Fintek F81534 driver install | Fintek F81534 driver install | ||
- | 1. sudo su | + | #1. sudo su |
- | 2. Prepare the kernel tree & compiler tools for your distribution. | + | #2. Prepare the kernel tree & compiler tools for your distribution. |
- | ◦ apt-get update | + | ◦ apt-get update |
- | ◦ apt-get install build-essential gcc | + | ◦ apt-get install build-essential gcc |
- | 3. unzip driver zip file (F81534-532_DriverSourceCode-<version>_Linux.zip) | + | #3. unzip driver zip file (F81534-532_DriverSourceCode-<version>_Linux.zip) |
- | 4. cd F81534 | + | #4. cd F81534 |
- | 5. make clean ; make ; make install | + | #5. make clean ; make ; make install |
- | 6. modprobe usbserial | + | #6. modprobe usbserial |
- | 7. rmmod f81534 ; insmod f81534.ko | + | #7. rmmod f81534 ; insmod f81534.ko |
- | 8. check new port added by “dmesg | grep ttyUSB”. | + | #8. check new port added by “dmesg | grep ttyUSB”. |
- | 9. reboot | + | #9. reboot |
- | + | ||
== How to use F81534-change Mode== | == How to use F81534-change Mode== | ||
1. | 1. |
Revision as of 11:39, 6 February 2023
OS | Kernrl | Module | Driver | Download! | |
---|---|---|---|---|---|
Ubuntu 18.04.2 |
4.18.0-15-generic |
F81534 |
F81534 v1.24 | ||
Fedora33 |
5.9.14-200.fc33.X86_64 |
F81534 |
F81534 v1.25 | ||
Ubuntu 20.04 |
5.4.0-47-generic |
F81534 |
F81534 v1.24 | ||
OpenSUSE Tumbleweed 15.2 |
5.9.14-1-default |
F81534 |
F81534 v1.25 | ||
Debain 10.6 |
4.19.0-13-amd64 |
F81534 |
F81534 V1.24 |
How to Install F81534 driver
Fintek F81534 driver install
- 1. sudo su
- 2. Prepare the kernel tree & compiler tools for your distribution.
◦ apt-get update ◦ apt-get install build-essential gcc
- 3. unzip driver zip file (F81534-532_DriverSourceCode-<version>_Linux.zip)
- 4. cd F81534
- 5. make clean ; make ; make install
- 6. modprobe usbserial
- 7. rmmod f81534 ; insmod f81534.ko
- 8. check new port added by “dmesg | grep ttyUSB”.
- 9. reboot
How to use F81534-change Mode
1.