https://github.com/morpheuslord/zero_w_rndis_drivers
RNDIS Drivers for Zero w 1.1
https://github.com/morpheuslord/zero_w_rndis_drivers
Last synced: 3 months ago
JSON representation
RNDIS Drivers for Zero w 1.1
- Host: GitHub
- URL: https://github.com/morpheuslord/zero_w_rndis_drivers
- Owner: morpheuslord
- Created: 2023-11-06T12:25:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T12:35:51.000Z (over 2 years ago)
- Last Synced: 2025-07-10T12:10:05.799Z (12 months ago)
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZERO W RNDIS DRIVERS
RNDIS Drivers for Zero w 1.1
## Usage
### On the PI
- *Step 1:* Add these values within the `/boot/config.txt` remember to add this on the last line
- ```bash
dtoverlay=dwc2
```
- *Step 2:* Add these values within the `/boot/cmdline.txt` remember to add this in the last of the file not just after `rootwait`
- ```bash
modules-load=dwc2,g_ether
```
- Or else just paste this in the file:
- ```bash
console=serial0,115200 console=tty1 root=PARTUUID=5f858bfa-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=GB modules-load=dwc2,g_ether
```
- *Step 3:* Run this command: `sudo apt-get install bridge-utils libs3dw2`
- *Step 4:* Reboot: `sudo reboot`
### On Windows
- *Step 1:* Clone this repo `git clone https://github.com/morpheuslord/ZERO_W_RNDIS_DRIVERS`
- *Step 2:* Open the device manager and add these drivers to the network devices.
- *Step 3:* Connect the PI and check connection