how to add usb id to enable serial connectivity
by vamzi from LinuxQuestions.org on (#6R1MJ)
I have a fibocom module, which doesnt have serial at port available by default, on openwrt this is how its enabled to get at console access
Let's add the AT console port manually:
# echo 0e8d 7127 > /sys/bus/usb-serial/drivers/generic/new_id
What is the similar way to add the at serial port manually in ubuntu/pop os?
Thanks
Let's add the AT console port manually:
# echo 0e8d 7127 > /sys/bus/usb-serial/drivers/generic/new_id
What is the similar way to add the at serial port manually in ubuntu/pop os?
Thanks