Install USB modem ZTE WCDMA on Ubuntu 14.04How to install qt3-dev-tools packageHow to Install QT3 Runtime...
Could the Saturn V actually have launched astronauts around Venus?
Why doesn't the EU now just force the UK to choose between referendum and no-deal?
How to use deus ex machina safely?
Is there a data structure that only stores hash codes and not the actual objects?
Who is flying the vertibirds?
Can I use USB data pins as power source
A link redirect to http instead of https: how critical is it?
Is it possible to upcast ritual spells?
Min function accepting varying number of arguments in C++17
Are there other languages, besides English, where the indefinite (or definite) article varies based on sound?
What's the meaning of “spike” in the context of “adrenaline spike”?
how to write formula in word in latex
Recruiter wants very extensive technical details about all of my previous work
How to deal with a cynical class?
My adviser wants to be the first author
Life insurance that covers only simultaneous/dual deaths
How to terminate ping <dest> &
How to read the value of this capacitor?
What did Alexander Pope mean by "Expletives their feeble Aid do join"?
Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?
Do I need to be arrogant to get ahead?
How can I track script which gives me "command not found" right after the login?
What exactly is this small puffer fish doing and how did it manage to accomplish such a feat?
Unexpected result from ArcLength
Install USB modem ZTE WCDMA on Ubuntu 14.04
How to install qt3-dev-tools packageHow to Install QT3 Runtime Library?Bluetooth not working on ubuntu 14.04 with dell inspiron 15-3521Bluetooth doesn't detect any device on Ubuntu 14.04 using an Acer E3-111bluetooth not working in lenovo B40-70?Wireless and bluetooth drivers for 14.04 ltsUbuntu 14.04/15.10 - Android file access issueMy bluetooth is acting weird, can't connect or find any deviceBluetooth not working Lenovo G580 Ubuntu 14.04 LTSBluetooth device not workingZTE Modem not working on Ubuntu 18.04
I am unable to install my USB Modem on Ubuntu 14.04, When I do:
sudo ./install.sh
, I get the following error:
This software will not run until you install "QT3 Runtime Library". You can refer to Operaing System installation CD or Homepage to find out the QT3 Runtime Library installation package. This installation process will not continue until you install QT3 Runtime Library first.
I then installed USB_ModeSwitch following these instructions here http://www.draisberghof.de/usb_modeswitch/
USB_ModeSwitch was successfully installed and then when I try to install the USB Modem again, I get the same error.
I don't know what to do next. Here the result of lsusb
command:
Bus 001 Device 010: ID 19d2:0117 ZTE WCDMA Technologies MSM
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 004: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
I think that my USB Modem is being detected as a USB CD-ROM.
Here is the result of dmesg | tail
command:
[ 3934.165521] scsi9 : usb-storage 1-4:1.3
[ 3935.165332] scsi 9:0:0:0: CD-ROM ZTE USB SCSI CD-ROM 2.31 PQ: 0 ANSI: 2
[ 3935.165937] scsi 9:0:0:1: Direct-Access ZTE MMC Storage 2.31 PQ: 0 ANSI: 2
[ 3935.175561] sr1: scsi-1 drive
[ 3935.176136] sr 9:0:0:0: Attached scsi CD-ROM sr1
[ 3935.176805] sr 9:0:0:0: Attached scsi generic sg3 type 5
[ 3935.177554] sd 9:0:0:1: Attached scsi generic sg4 type 0
[ 3935.185897] sd 9:0:0:1: [sdc] Attached SCSI removable disk
[ 3935.448189] ISO 9660 Extensions: Microsoft Joliet Level 1
[ 3935.449931] ISOFS: changing to secondary root
14.04 software-installation usb-modem
add a comment |
I am unable to install my USB Modem on Ubuntu 14.04, When I do:
sudo ./install.sh
, I get the following error:
This software will not run until you install "QT3 Runtime Library". You can refer to Operaing System installation CD or Homepage to find out the QT3 Runtime Library installation package. This installation process will not continue until you install QT3 Runtime Library first.
I then installed USB_ModeSwitch following these instructions here http://www.draisberghof.de/usb_modeswitch/
USB_ModeSwitch was successfully installed and then when I try to install the USB Modem again, I get the same error.
I don't know what to do next. Here the result of lsusb
command:
Bus 001 Device 010: ID 19d2:0117 ZTE WCDMA Technologies MSM
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 004: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
I think that my USB Modem is being detected as a USB CD-ROM.
Here is the result of dmesg | tail
command:
[ 3934.165521] scsi9 : usb-storage 1-4:1.3
[ 3935.165332] scsi 9:0:0:0: CD-ROM ZTE USB SCSI CD-ROM 2.31 PQ: 0 ANSI: 2
[ 3935.165937] scsi 9:0:0:1: Direct-Access ZTE MMC Storage 2.31 PQ: 0 ANSI: 2
[ 3935.175561] sr1: scsi-1 drive
[ 3935.176136] sr 9:0:0:0: Attached scsi CD-ROM sr1
[ 3935.176805] sr 9:0:0:0: Attached scsi generic sg3 type 5
[ 3935.177554] sd 9:0:0:1: Attached scsi generic sg4 type 0
[ 3935.185897] sd 9:0:0:1: [sdc] Attached SCSI removable disk
[ 3935.448189] ISO 9660 Extensions: Microsoft Joliet Level 1
[ 3935.449931] ISOFS: changing to secondary root
14.04 software-installation usb-modem
Have you tried installing theQT3 Runtime Library
?
– Wayne_Yux
Dec 14 '15 at 14:00
@Wayne_Yux I searched a lot for this library but I've found nothing. I viewed this question here askubuntu.com/questions/503448/… Someone commented that it's obsolete now.
– Farouk Sabry
Dec 14 '15 at 14:35
add a comment |
I am unable to install my USB Modem on Ubuntu 14.04, When I do:
sudo ./install.sh
, I get the following error:
This software will not run until you install "QT3 Runtime Library". You can refer to Operaing System installation CD or Homepage to find out the QT3 Runtime Library installation package. This installation process will not continue until you install QT3 Runtime Library first.
I then installed USB_ModeSwitch following these instructions here http://www.draisberghof.de/usb_modeswitch/
USB_ModeSwitch was successfully installed and then when I try to install the USB Modem again, I get the same error.
I don't know what to do next. Here the result of lsusb
command:
Bus 001 Device 010: ID 19d2:0117 ZTE WCDMA Technologies MSM
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 004: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
I think that my USB Modem is being detected as a USB CD-ROM.
Here is the result of dmesg | tail
command:
[ 3934.165521] scsi9 : usb-storage 1-4:1.3
[ 3935.165332] scsi 9:0:0:0: CD-ROM ZTE USB SCSI CD-ROM 2.31 PQ: 0 ANSI: 2
[ 3935.165937] scsi 9:0:0:1: Direct-Access ZTE MMC Storage 2.31 PQ: 0 ANSI: 2
[ 3935.175561] sr1: scsi-1 drive
[ 3935.176136] sr 9:0:0:0: Attached scsi CD-ROM sr1
[ 3935.176805] sr 9:0:0:0: Attached scsi generic sg3 type 5
[ 3935.177554] sd 9:0:0:1: Attached scsi generic sg4 type 0
[ 3935.185897] sd 9:0:0:1: [sdc] Attached SCSI removable disk
[ 3935.448189] ISO 9660 Extensions: Microsoft Joliet Level 1
[ 3935.449931] ISOFS: changing to secondary root
14.04 software-installation usb-modem
I am unable to install my USB Modem on Ubuntu 14.04, When I do:
sudo ./install.sh
, I get the following error:
This software will not run until you install "QT3 Runtime Library". You can refer to Operaing System installation CD or Homepage to find out the QT3 Runtime Library installation package. This installation process will not continue until you install QT3 Runtime Library first.
I then installed USB_ModeSwitch following these instructions here http://www.draisberghof.de/usb_modeswitch/
USB_ModeSwitch was successfully installed and then when I try to install the USB Modem again, I get the same error.
I don't know what to do next. Here the result of lsusb
command:
Bus 001 Device 010: ID 19d2:0117 ZTE WCDMA Technologies MSM
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 004: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
I think that my USB Modem is being detected as a USB CD-ROM.
Here is the result of dmesg | tail
command:
[ 3934.165521] scsi9 : usb-storage 1-4:1.3
[ 3935.165332] scsi 9:0:0:0: CD-ROM ZTE USB SCSI CD-ROM 2.31 PQ: 0 ANSI: 2
[ 3935.165937] scsi 9:0:0:1: Direct-Access ZTE MMC Storage 2.31 PQ: 0 ANSI: 2
[ 3935.175561] sr1: scsi-1 drive
[ 3935.176136] sr 9:0:0:0: Attached scsi CD-ROM sr1
[ 3935.176805] sr 9:0:0:0: Attached scsi generic sg3 type 5
[ 3935.177554] sd 9:0:0:1: Attached scsi generic sg4 type 0
[ 3935.185897] sd 9:0:0:1: [sdc] Attached SCSI removable disk
[ 3935.448189] ISO 9660 Extensions: Microsoft Joliet Level 1
[ 3935.449931] ISOFS: changing to secondary root
14.04 software-installation usb-modem
14.04 software-installation usb-modem
asked Dec 14 '15 at 13:41
Farouk SabryFarouk Sabry
2125
2125
Have you tried installing theQT3 Runtime Library
?
– Wayne_Yux
Dec 14 '15 at 14:00
@Wayne_Yux I searched a lot for this library but I've found nothing. I viewed this question here askubuntu.com/questions/503448/… Someone commented that it's obsolete now.
– Farouk Sabry
Dec 14 '15 at 14:35
add a comment |
Have you tried installing theQT3 Runtime Library
?
– Wayne_Yux
Dec 14 '15 at 14:00
@Wayne_Yux I searched a lot for this library but I've found nothing. I viewed this question here askubuntu.com/questions/503448/… Someone commented that it's obsolete now.
– Farouk Sabry
Dec 14 '15 at 14:35
Have you tried installing the
QT3 Runtime Library
?– Wayne_Yux
Dec 14 '15 at 14:00
Have you tried installing the
QT3 Runtime Library
?– Wayne_Yux
Dec 14 '15 at 14:00
@Wayne_Yux I searched a lot for this library but I've found nothing. I viewed this question here askubuntu.com/questions/503448/… Someone commented that it's obsolete now.
– Farouk Sabry
Dec 14 '15 at 14:35
@Wayne_Yux I searched a lot for this library but I've found nothing. I viewed this question here askubuntu.com/questions/503448/… Someone commented that it's obsolete now.
– Farouk Sabry
Dec 14 '15 at 14:35
add a comment |
2 Answers
2
active
oldest
votes
If you read the install.sh
script, you'll notice:
function check_qt3
{
QT3LIB=$(find /usr/lib -name "libqt-mt.so*")
echo $QT3LIB
if [ "$QT3LIB" ];then
echo "check QT3 Runtime Library successfully."
else
mymessagebox "Sorry This software will not run until you install "QT3 Runtime Library". You can refer to Operaing System installation CD or Homepage to find out the QT3 Runtime Library installation package. This installation process will not continue until you install QT3 Runtime Library first."
exit -1
fi
}
The script checks the /usr/lib/libqt-mt.so*
. If the file is not found, the message will prompt you to install Qt3. After this, installation can continue.
To install Qt3:
How to install qt3-dev-tools package
add a comment |
If you want to just work with your modem then you can try the UBUNTU's builtin feature.
- go to setting.
- search for connections in network setting.
- add a new connection as mobile broadband.
- select your device, country and Provider
- save and I hope it will work without installing the modem driver
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f709402%2finstall-usb-modem-zte-wcdma-on-ubuntu-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you read the install.sh
script, you'll notice:
function check_qt3
{
QT3LIB=$(find /usr/lib -name "libqt-mt.so*")
echo $QT3LIB
if [ "$QT3LIB" ];then
echo "check QT3 Runtime Library successfully."
else
mymessagebox "Sorry This software will not run until you install "QT3 Runtime Library". You can refer to Operaing System installation CD or Homepage to find out the QT3 Runtime Library installation package. This installation process will not continue until you install QT3 Runtime Library first."
exit -1
fi
}
The script checks the /usr/lib/libqt-mt.so*
. If the file is not found, the message will prompt you to install Qt3. After this, installation can continue.
To install Qt3:
How to install qt3-dev-tools package
add a comment |
If you read the install.sh
script, you'll notice:
function check_qt3
{
QT3LIB=$(find /usr/lib -name "libqt-mt.so*")
echo $QT3LIB
if [ "$QT3LIB" ];then
echo "check QT3 Runtime Library successfully."
else
mymessagebox "Sorry This software will not run until you install "QT3 Runtime Library". You can refer to Operaing System installation CD or Homepage to find out the QT3 Runtime Library installation package. This installation process will not continue until you install QT3 Runtime Library first."
exit -1
fi
}
The script checks the /usr/lib/libqt-mt.so*
. If the file is not found, the message will prompt you to install Qt3. After this, installation can continue.
To install Qt3:
How to install qt3-dev-tools package
add a comment |
If you read the install.sh
script, you'll notice:
function check_qt3
{
QT3LIB=$(find /usr/lib -name "libqt-mt.so*")
echo $QT3LIB
if [ "$QT3LIB" ];then
echo "check QT3 Runtime Library successfully."
else
mymessagebox "Sorry This software will not run until you install "QT3 Runtime Library". You can refer to Operaing System installation CD or Homepage to find out the QT3 Runtime Library installation package. This installation process will not continue until you install QT3 Runtime Library first."
exit -1
fi
}
The script checks the /usr/lib/libqt-mt.so*
. If the file is not found, the message will prompt you to install Qt3. After this, installation can continue.
To install Qt3:
How to install qt3-dev-tools package
If you read the install.sh
script, you'll notice:
function check_qt3
{
QT3LIB=$(find /usr/lib -name "libqt-mt.so*")
echo $QT3LIB
if [ "$QT3LIB" ];then
echo "check QT3 Runtime Library successfully."
else
mymessagebox "Sorry This software will not run until you install "QT3 Runtime Library". You can refer to Operaing System installation CD or Homepage to find out the QT3 Runtime Library installation package. This installation process will not continue until you install QT3 Runtime Library first."
exit -1
fi
}
The script checks the /usr/lib/libqt-mt.so*
. If the file is not found, the message will prompt you to install Qt3. After this, installation can continue.
To install Qt3:
How to install qt3-dev-tools package
edited Sep 7 '17 at 11:56
muru
1
1
answered Sep 7 '17 at 8:55
Hassan AbasHassan Abas
215
215
add a comment |
add a comment |
If you want to just work with your modem then you can try the UBUNTU's builtin feature.
- go to setting.
- search for connections in network setting.
- add a new connection as mobile broadband.
- select your device, country and Provider
- save and I hope it will work without installing the modem driver
add a comment |
If you want to just work with your modem then you can try the UBUNTU's builtin feature.
- go to setting.
- search for connections in network setting.
- add a new connection as mobile broadband.
- select your device, country and Provider
- save and I hope it will work without installing the modem driver
add a comment |
If you want to just work with your modem then you can try the UBUNTU's builtin feature.
- go to setting.
- search for connections in network setting.
- add a new connection as mobile broadband.
- select your device, country and Provider
- save and I hope it will work without installing the modem driver
If you want to just work with your modem then you can try the UBUNTU's builtin feature.
- go to setting.
- search for connections in network setting.
- add a new connection as mobile broadband.
- select your device, country and Provider
- save and I hope it will work without installing the modem driver
answered 10 mins ago
user642711user642711
147129
147129
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f709402%2finstall-usb-modem-zte-wcdma-on-ubuntu-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have you tried installing the
QT3 Runtime Library
?– Wayne_Yux
Dec 14 '15 at 14:00
@Wayne_Yux I searched a lot for this library but I've found nothing. I viewed this question here askubuntu.com/questions/503448/… Someone commented that it's obsolete now.
– Farouk Sabry
Dec 14 '15 at 14:35