Skip to content

Instantly share code, notes, and snippets.

@chr15m
Created July 2, 2018 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chr15m/84d7f4b0eba45102848a76ac6b47b449 to your computer and use it in GitHub Desktop.
Save chr15m/84d7f4b0eba45102848a76ac6b47b449 to your computer and use it in GitHub Desktop.
Get USB tethering working on piCore (Tiny Core Linux)
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
@mlazowik
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment