Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

[Linux] Lan78xx driver on RK3668

67

Credits

0

Prestige

0

Contribution

registered members

Rank: 2

Credits
67

【Linux】 Lan78xx driver on RK3668

Posted at 11/14/2021 14:42:53      View:2162 | Replies:2        Print      Only Author   [Copy Link] 1#
I am using ubuntu:
   Operating System: Ubuntu 18.04.5 LTS
   Kernel: Linux 4.19.193
I am trying to use usb-lan adapter lan7800.
firefly@firefly:~/Downloads$ zcat /proc/config.gz | grep LAN78
# CONFIG_USB_LAN78XX is not set

How to install a driver for that adapter ?
Reply

Use props Report

486

Credits

20

Prestige

15

Contribution

intermediate

Rank: 3Rank: 3

Credits
486
Posted at 11/19/2021 17:01:40        Only Author  2#
You need to configure the kernel similar to the following, and then repackage the boot.img.
```
cd SDK/kernel
make ARCH=arm64 firefly_linux_defconfig
make ARCH=arm64 menuconfig
make ARCH=arm64 savedefconfig
mv defconfig arch/arm64/configs/firefly_linux_defconfig
```
Reply

Use props Report

67

Credits

0

Prestige

0

Contribution

registered members

Rank: 2

Credits
67
Posted at 3/23/2022 02:33:24        Only Author  3#
时间的蝴蝶 Posted at 11/19/2021 17:01
You need to configure the kernel similar to the following, and then repackage the boot.img.
```
cd ...

Thank you! It works
Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list