
Originally Posted by
sarahslagstedt
Thanks a lot for the step by step installation of usb_modeswitch. Steps 1-3 helped me connect to Telenor.
Great to hear!

Originally Posted by
sarahslagstedt
But I don't quite understand step 4. Help please. How do I configure /etc/udev/rules.d/70-persistent-cd.rules. Simply don't understand.
Sure. The file /etc/udev/rules.d/70-persistent-cd.rules is a list of devices that have been inserted in your system that get mounted as a CD/DVD. You should see 3 or so entries with the line "Novatel Mass Storage".
So just append to the end of any of those lines the following:
Code:
, RUN+="/usr/bin/usb_modeswitch"
So that's a comma then space, then RUN+=. Now when you insert your device, it will automatically execute usb_modeswitch.
Hope this helps.