Created
          July 2, 2018 12:39 
        
      - 
      
- 
        Save chr15m/84d7f4b0eba45102848a76ac6b47b449 to your computer and use it in GitHub Desktop. 
    Get USB tethering working on piCore (Tiny Core Linux)
  
        
  
    
      This file contains hidden or 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-piCorefrom http://repo.tinycorelinux.net/9.x/armv6/tcz/, as it's armv6, not armv7.