Novatel U998 turbo stick on Ubuntu
I used Network MAnager “Mobile Broadband” and entered the APN (“inet.bell.ca”) instead.
These are the important steps:
Step 1:
Connecting the device, it starts as a usb-storage device but at this point the device has the idVendor: 0×1410 and idProduct: 0×5010, Ubuntu recognizes and mounts the device automatically and puts the icon on the desktop
Step 2:
Right-click on the mounted icon named “Mobile Connect” and select Eject, now the device will change its idProduct id from 0×5010 to the more re-assuring 0×7030 but somehow Ubuntu doesn’t know it’s supposed to be a usbserial device…
Step 3:
sudo rmmod usbserial
sudo modprobe usbserial vendor=0×1410 product=0×7030
and /dev/ttyUSB0, /dev/ttyUSB1 etc.. up to /dev/ttyUSB5 should appear on your file system.