dtoverlay=dwc2
at the bottom of the config.txt and this is my cmdline.txt
Code: Select all
dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=PARTUUID=c546269c-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait modules-load=dwc2,g_ether
I also installed the rndis driver and bonjour print service accordingly.
After i plugged the cable in the usb port, the windows successfully recognized the pi as RNDIS Ethernet gadget, however, at the networking panel, the windows said that this network is unidentified, and although it sent couple of packages, it received nothing from the pi.
ssh pi@raspberrypi.local yields the following error:
Code: Select all
Unable to resolve host 'raspberrypi.local': Connection failed.for example, the network ip for my computer is 169.254.168.33, I scanned from 169.254.168.0 to 169.254.168.255, and none of the ip is responding.
Did I done sth wrong? or is my zero pi broken?
FYI: I managed to connect via the usb cable few month ago and connected it to a wifi, i am able to connect to the pi via the wifi address, but i re-imaged the pi when not being able to connect via the usb, does this suggest that the pi is working?
any help is appreciated, i am desperate of wasting half of my day just trying to connect to it.