Monday, April 29, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 611  / 3 Years ago, mon, november 1, 2021, 12:32:58

I have A Huwaei Reliance Netconnect+ modem.. To use it with Ubuntu I need to first boot into Windows use it for a while and then restart and go to Ubuntu..Else its not detected as a modem or a usb drive in Linux... I have tried almost every method using wvdial configuration..
Any solution to this? Do my UEFI settings make a difference?


More From » configuration

 Answers
0

I guess your modem is EC1260.



I had the same problem with Ubuntu 13.04, here's how I solved it -




  1. Check the 'lsusb' output -



    $ lsusb


  2. If your modem is not isted as something like this -



    Huawei Technologies Co., Ltd. EC1260 Wireless Data Modem HSD USB Card



    It means that usb-modeswitch is not working.


  3. To fix it I cooked up a simple script -



copy the config tar to /tmp for extraction -



cp /usr/share/usb_modeswitch/configPack.tar.gz /tmp



unzip it



gunzip configPack.tar.gz



extract the tar



tar xvf configPack.tar



copy to required directory



sudo cp 12d1:1446 /etc/usb_modeswitch.d/



finally execute usb_modeswitch.



sudo usb_modeswitch -I -W -D -s 5 -c /etc/usb_modeswitch.d/12d1:1446 -u -1 -v 12d1 -p 1446



If it fails try again (usually works the second time). And even after this it doesn't works then it might be a bug please report it


[#27990] Tuesday, November 2, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eatack

Total Points: 245
Total Questions: 120
Total Answers: 113

Location: Estonia
Member since Wed, Jun 8, 2022
2 Years ago
;