
usbserial: USB Serial support registered for generic

usbcore: registered new interface driver usbserial_generic And then when I do dmesg I can read: usbcore: registered new interface driver usbserial They I do a sudo modprobe usbserial vendor=0X"Idvendor" product=0X"Idproduct" After I plugged the Huawei, I find the Idvendor and Idproduct doing an lsusb. But when I am looking for the device in dev, I just find 2 devices ("sdb" and "sgm") which seem to be 2 disc, but nothing to do with serial port. The problem is that I can't even connect to my Huawei E3531.

So I found some documentations that show an easy way to get those informations using the AT command. I want to read the RSSI of my Huawei E3531.
