I recently got rm551e-gl and on default NDIS mode it was not detecting network so I thought to switch rndis mode but now I can’t revert back i tried everything usbmode_switch and using Linux but nothing seems to work out
Copy/paste the output of cat /sys/kernel/debug/usb/devices
from any Linux device.
Temporary add its ID’s to the driver:
echo "2c7c 0133 ff" > /sys/bus/usb-serial/drivers/option1/new_id
Then connect to a serial port (/dev/ttyUSBx
) as before and change the mode as desired.
Do I have to exact copy paste the command?
Because I tried it and it showed error
Yes, copy/paste the command as it is shown and do the same for the response if you get an error.
You might need to run modprobe option
beforehand.
thank you very much, it worked
I did the same thing. I do not have linux. Any fix to get out of rndis?
Find the interface without a driver in your Device Manager, look for ID like this:
USB\VID_2C7C&PID_0133&REV_xxxx&MI_04
(it believe it is 04, but not 100% sure)
Force load the serial driver that you used before you “did the same thing”.
Okay how do I force load the driver?