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