Get USB tethering working on piCore (Tiny Core Linux)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tce-load -wi net-usb-4.9.22-piCore-v7 | |
modprobe cdc_ether | |
modprobe usbnet | |
ifconfig -a | |
ifconfig usb0 up | |
sudo /sbin/udhcpc -b -i usb0 -x hostname:$HOSTNAME -p /var/run/udhcpc.usb0.pid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For rpi zero use
net-usb-4.9.22-piCore
from http://repo.tinycorelinux.net/9.x/armv6/tcz/, as it's armv6, not armv7.