Title: Lan78xx driver on RK3668 [Print This Page] Author: valeriy.simakov Time: 11/14/2021 14:42 Title: Lan78xx driver on RK3668 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 ?Author: 时间的蝴蝶 Time: 11/19/2021 17:01
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
``` Author: valeriy.simakov Time: 3/23/2022 02:33
时间的蝴蝶 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 worksAuthor: ianhall711 Time: 2 hour before
Thank you for sharing this thought-provoking article! The CNPA reliable test cram sheet file resource is available for free, hoping it supports your learning process.
Welcome Firefly Open Source Community (https://bbs.t-firefly.com/)