LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-08-2013, 07:08 AM   #1
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware, Redhat
Posts: 318

Rep: Reputation: 40
Connecting to 3G internet using Huawei E303


Hi all,

just to check if anybody has successful use the networkmanger in Slackware 14.1 to connect to 3G via Huawei model E303 dongle?

I have tried older versions of the dongle and is able to connect successfully. Too bad that does not belongs to me.

Is there any software for linux to recommend to connect Huawei E303?

Thanks
 
Old 12-08-2013, 07:46 AM   #2
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
I wonder whether you are experiencing the same problem that I have with my Huawei E160E USB modem. http://www.linuxquestions.org/questi...es-4175481152/
I found that I needed to revert an earlier version of dhcpcd to be able to connect.

Have you tried using dhclient instead of dhcpcd?
 
1 members found this post helpful.
Old 12-08-2013, 11:32 PM   #3
rouvas
Member
 
Registered: Aug 2006
Location: Greece
Distribution: Slackware.12.2
Posts: 104
Blog Entries: 3

Rep: Reputation: 21
Does this http://www.linuxquestions.org/questi...re-14-0-35597/ provide any insight?
 
1 members found this post helpful.
Old 12-09-2013, 04:01 AM   #4
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware, Redhat
Posts: 318

Original Poster
Rep: Reputation: 40
Hi all,
I have follow the steps and encounter some errors.
i have installed the usb_modeswitch
The information below is what i have entered at the bottom if the usb_modeswitch.conf

Code:
# Configuration for the usb_modeswitch package, a mode switching tool for
# USB devices providing multiple states or modes
#
# Evaluated by the wrapper script /usr/sbin/usb_modeswitch_dispatcher
#
# To enable an option, set it to "1", "yes" or "true" (case doesn't matter)
# Everything else counts as "disable"


# Disable automatic mode switching globally (e.g. to access the original
# install storage)

DisableSwitching=0


# Enable logging (results in a extensive report file in /var/log, named
# "usb_modeswitch_<interface-name>" and probably others

EnableLogging=0


# Optional increase of "delay_use" for the usb-storage driver; there are hints
# that a recent kernel default change to 1 sec. may lead to problems, particu-
# larly with USB 3.0 ports. Set this to at least 3 (seconds) in that case.
# Does nothing if the current system value is same or higher

# SetStorageDelay=3

DefaultVendor=0x12d1
DefaultProduct=0x1506
TargetVendor=0x12d1
TargetProduct=0x1c05
CheckSuccess=20
MessageContent="55534243123456780000000000000011060000000000000000000000000000"

I run this command, usb_modeswitch -c /etc/usb_modeswitch.conf, i got the following error:

Code:
bash-4.2# usb_modeswitch -c /etc/usb_modeswitch.conf
Look for target devices ...
 No devices in target mode or class found
Look for default devices ...
   product ID matched
 Found devices in default mode (1)
Access device 010 on bus 001
Get the current device configuration ...
 OK, got current device configuration (1)
Use interface number 0
Error: can't use storage command in MessageContent with interface 0;
       interface class is 255, expected 8. Abort
 
Old 12-09-2013, 04:59 AM   #5
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
There has been a patch to the ModemManager-1.0.0 code regarding this device. http://code.google.com/p/chromium/is...tail?id=306265
 
1 members found this post helpful.
Old 12-09-2013, 09:32 AM   #6
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware, Redhat
Posts: 318

Original Poster
Rep: Reputation: 40
Hi allend,

thanks for the recent post. I have checked that website.
What do i do with those c codes? How should i proceed?

Thanks for the guidance...
 
Old 12-09-2013, 02:47 PM   #7
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
I would get the latest version of the code from a link given here http://www.freedesktop.org/wiki/Software/ModemManager/ using git, and then build a package using the modemmanager SlackBuild from the Slackware source.
 
Old 12-11-2013, 12:37 AM   #8
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware, Redhat
Posts: 318

Original Poster
Rep: Reputation: 40
Hi, i have install Modem Manager from the link you have mentioned
Download the slackbuild and change the version from 0.5 to 1.0.0

Install successfully. However i am not able to use this modem manager to link to the E303.
I use the instructions from this link: http://osr600doc.sco.com/en/HW_modem/modem_manager.html

command line cannot find SCOadmin
There is no interface available
Lastly modemmanager can only execute if i am log in as root...

Anyways or website where u can direct me to for more information?

Thanks
 
Old 12-11-2013, 03:35 AM   #9
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
It may be informative to collect debug logs using the procedure in this post. http://www.linuxquestions.org/questi...9/#post5067787

The page that I linked in post#5 has links to the developers mailing list as well as "Debugging tips".
 
Old 12-11-2013, 07:08 AM   #10
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware, Redhat
Posts: 318

Original Poster
Rep: Reputation: 40
Hi all,

these are the information
lspci
Code:
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 04)                                
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)                              
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)                                     
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)                          
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 04)                                          
00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 04)                                          
00:1d.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)                                             
00:1d.1 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)                                             
00:1d.2 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)                                             
00:1d.3 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)                                             
00:1d.7 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)                                    
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)                                                                         
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)                                                           
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 04)                                           
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 04)                                                             
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)                                                 
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751M Gigabit Ethernet PCI Express (rev 21)                                     
06:03.0 CardBus bridge: O2 Micro, Inc. OZ711MP1/MS1 MemoryCardBus Controller (rev 20)                                                          
06:03.2 SD Host controller: O2 Micro, Inc. Integrated MMC/SD Controller                                                                        
06:03.3 Bridge: O2 Micro, Inc. Integrated MS/xD Controller                                                                                     
06:05.0 Network controller: Intel Corporation PRO/Wireless 2915ABG [Calexico2] Network Connection (rev 05)                                     
06:06.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000 Controller (PHY/Link)
lsusb
Code:
bash-4.2# lsusb
Bus 001 Device 007: ID 12d1:1506 Huawei Technologies Co., Ltd. Modem/Networkcard
Bus 003 Device 002: ID 0461:4d81 Primax Electronics, Ltd Dell N889 Optical Mouse
Bus 005 Device 002: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 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 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
su -c '/usr/sbin/ModemManager --debug; /usr/sbin/NetworkManager --no-daemon --log-level=DEBUG &'
Code:
ModemManager[1557]: <debug> [1386681431.301537] [mm-serial-port.c:1005] mm_serial_port_close(): (ttyUSB2) device open count is 1 (close)
ModemManager[1557]: <debug> [1386681431.302134] [mm-serial-port.c:960] mm_serial_port_open(): (ttyUSB2) device open count is 2 (open)
ModemManager[1557]: <debug> [1386681431.302192] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): --> 'AT+CNMI=?<CR>'
ModemManager[1557]: <debug> [1386681431.314330] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): <-- '<CR><LF>+CNMI: (0-2),(0-3),(0,2),(0-2),(0,1)<CR><LF><CR><LF>OK<CR><LF>'
ModemManager[1557]: <debug> [1386681431.314605] [mm-serial-port.c:960] mm_serial_port_open(): (ttyUSB2) device open count is 3 (open)
ModemManager[1557]: <debug> [1386681431.314672] [mm-serial-port.c:1005] mm_serial_port_close(): (ttyUSB2) device open count is 2 (close)
ModemManager[1557]: <debug> [1386681431.314759] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): --> 'AT+CPMS=?<CR>'
ModemManager[1557]: <debug> [1386681431.326850] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): <-- '<CR><LF>+CPMS: ("SM","ME"),("SM","ME"),("SM","ME")<CR><LF><CR><LF>OK<CR><LF>'
ModemManager[1557]: <debug> [1386681431.327195] [mm-iface-modem-messaging.c:1113] load_supported_storages_ready(): Supported storages loaded:
ModemManager[1557]: <debug> [1386681431.327227] [mm-iface-modem-messaging.c:1114] load_supported_storages_ready():   mem1 (list/read/delete) storages: 'sm, me'
ModemManager[1557]: <debug> [1386681431.327256] [mm-iface-modem-messaging.c:1115] load_supported_storages_ready():   mem2 (write/send) storages:       'sm, me'
ModemManager[1557]: <debug> [1386681431.327282] [mm-iface-modem-messaging.c:1116] load_supported_storages_ready():   mem3 (reception) storages:        'sm, me'
ModemManager[1557]: <debug> [1386681431.327477] [mm-serial-port.c:1005] mm_serial_port_close(): (ttyUSB2) device open count is 1 (close)
ModemManager[1557]: <debug> [1386681431.327695] [mm-serial-port.c:960] mm_serial_port_open(): (ttyUSB2) device open count is 2 (open)
ModemManager[1557]: <debug> [1386681431.327782] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): --> 'AT^TIME<CR>'
ModemManager[1557]: <debug> [1386681431.339108] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): <-- '<CR><LF>+CME ERROR: 50<CR><LF>'
ModemManager[1557]: Invalid mobile equipment error code: 50
ModemManager[1557]: <debug> [1386681431.339292] [mm-serial-parsers.c:364] mm_serial_parser_v1_parse(): Got failure code 100: Unknown error
ModemManager[1557]: <debug> [1386681431.339336] [mm-iface-modem-time.c:831] check_support_ready(): Time support check failed: 'Unknown error'
ModemManager[1557]: <debug> [1386681431.339376] [mm-serial-port.c:1005] mm_serial_port_close(): (ttyUSB2) device open count is 1 (close)
ModemManager[1557]: <debug> [1386681431.339415] [mm-broadband-modem.c:8838] iface_modem_time_initialize_ready(): Couldn't initialize interface: 'Time not supported'
ModemManager[1557]: <debug> [1386681431.339663] [mm-broadband-modem.c:8839] iface_modem_firmware_initialize_ready(): Couldn't initialize interface: 'Firmware not supported'
ModemManager[1557]: <info>  [1386681431.339881] [mm-iface-modem.c:1203] __iface_modem_update_state_internal(): Modem: state changed (unknown -> disabled)
Quote:
ModemManager[1557]: <debug> [1386681682.853321] [mm-serial-port.c:960] mm_serial_port_open(): (ttyUSB2) device open count is 3 (open)
ModemManager[1557]: <debug> [1386681682.853376] [mm-serial-port.c:1005] mm_serial_port_close(): (ttyUSB2) device open count is 2 (close)
ModemManager[1557]: <debug> [1386681682.853416] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): --> 'AT+CMGL=4<CR>'
ModemManager[1557]: <debug> [1386681682.867944] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): <-- '<CR><LF>OK<CR><LF>'
ModemManager[1557]: <debug> [1386681682.868226] [mm-broadband-modem.c:5705] set_messaging_unsolicited_events_handlers(): (ttyUSB2) Setting messaging unsolicited events handlers
ModemManager[1557]: <debug> [1386681682.868296] [mm-serial-port.c:1005] mm_serial_port_close(): (ttyUSB2) device open count is 1 (close)
ModemManager[1557]: <debug> [1386681682.868390] [mm-serial-port.c:960] mm_serial_port_open(): (ttyUSB2) device open count is 2 (open)
ModemManager[1557]: <debug> [1386681682.868477] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): --> 'AT+CNMI=2,1,2,1,0<CR>'
ModemManager[1557]: <debug> [1386681682.892661] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): <-- '<CR><LF>+CMS ERROR: 303<CR><LF>'
ModemManager[1557]: <debug> [1386681682.892814] [mm-serial-parsers.c:364] mm_serial_parser_v1_parse(): Got failure code 303: Operation not supported
ModemManager[1557]: <debug> [1386681682.892874] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): --> 'AT+CNMI=2,1,2,2,0<CR>'
ModemManager[1557]: <debug> [1386681682.914655] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): <-- '<CR><LF>OK<CR><LF>'
ModemManager[1557]: <debug> [1386681682.914828] [mm-serial-port.c:1005] mm_serial_port_close(): (ttyUSB2) device open count is 1 (close)
ModemManager[1557]: <info> [1386681682.914896] [mm-iface-modem.c:1203] __iface_modem_update_state_internal(): Modem /org/freedesktop/ModemManager1/Modem/0: state changed (enabling -> registered)
ModemManager[1557]: <debug> [1386681682.915244] [mm-iface-modem.c:1127] periodic_signal_quality_check_enable(): Periodic signal quality checks enabled (interval = 3s)
ModemManager[1557]: <debug> [1386681682.915279] [huawei/mm-broadband-modem-huawei.c:2058] modem_load_signal_quality(): loading signal quality...
ModemManager[1557]: <debug> [1386681682.915316] [mm-broadband-modem.c:1963] modem_load_signal_quality(): loading signal quality...
ModemManager[1557]: <debug> [1386681682.915353] [mm-serial-port.c:960] mm_serial_port_open(): (ttyUSB2) device open count is 2 (open)
ModemManager[1557]: <debug> [1386681682.915396] [mm-iface-modem.c:844] periodic_access_technologies_check_enable(): Periodic access technology checks enabled
ModemManager[1557]: <debug> [1386681682.915424] [huawei/mm-broadband-modem-huawei.c:633] load_access_technologies(): loading access technology (huawei)...
ModemManager[1557]: <debug> [1386681682.915458] [mm-serial-port.c:960] mm_serial_port_open(): (ttyUSB2) device open count is 3 (open)
ModemManager[1557]: <debug> [1386681682.915633] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): --> 'AT+CSQ<CR>'
ModemManager[1557]: <debug> [1386681682.929530] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): <-- '<CR><LF>+CSQ: 10,99<CR><LF><CR><LF>OK<CR><LF>'
ModemManager[1557]: <debug> [1386681682.929698] [mm-serial-port.c:1005] mm_serial_port_close(): (ttyUSB2) device open count is 2 (close)
ModemManager[1557]: <info> [1386681682.929882] [mm-iface-modem.c:976] update_signal_quality(): Modem /org/freedesktop/ModemManager1/Modem/0: signal quality updated (32)
ModemManager[1557]: <debug> [1386681682.929914] [mm-iface-modem.c:1046] signal_quality_check_ready(): Periodic signal quality checks rescheduled (interval = 30s)
ModemManager[1557]: <debug> [1386681682.930104] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): --> 'AT^SYSINFOEX<CR>'
ModemManager[1557]: <debug> [1386681682.945953] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): <-- '<CR><LF>^SYSINFOEX:2,3,0,1,,3,WCDMA,41,WCDMA<CR><LF><CR><LF>OK<CR><LF>'
ModemManager[1557]: <debug> [1386681682.946299] [huawei/mm-broadband-modem-huawei.c:372] run_sysinfoex_ready(): ^SYSINFOEX parsing failed: Couldn't match ^SYSINFOEX reply
ModemManager[1557]: <debug> [1386681682.946362] [mm-iface-modem.c:766] access_technologies_check_ready(): Couldn't refresh access technologies: 'Couldn't match ^SYSINFOEX reply'
ModemManager[1557]: <debug> [1386681682.946426] [mm-serial-port.c:1005] mm_serial_port_close(): (ttyUSB2) device open count is 1 (close)

Last edited by vitalstrike82; 12-11-2013 at 07:19 AM.
 
Old 12-11-2013, 03:01 PM   #11
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Quote:
ModemManager[1557]: <debug> [1386681682.930104] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): --> 'AT^SYSINFOEX<CR>'
ModemManager[1557]: <debug> [1386681682.945953] [mm-at-serial-port.c:408] debug_log(): (ttyUSB2): <-- '<CR><LF>^SYSINFOEX:2,3,0,1,,3,WCDMA,41,WCDMA<CR><LF><CR><LF>OK<CR><LF>'
ModemManager[1557]: <debug> [1386681682.946299] [huawei/mm-broadband-modem-huawei.c:372] run_sysinfoex_ready(): ^SYSINFOEX parsing failed: Couldn't match ^SYSINFOEX reply
ModemManager[1557]: <debug> [1386681682.946362] [mm-iface-modem.c:766] access_technologies_check_ready(): Couldn't refresh access technologies: 'Couldn't match ^SYSINFOEX reply'
This suggests the problem that was supposed to be addressed by the patch linked in post#5. The modem has been queried with AT^SYSINFOEX and returned the unquoted string ^SYSINFOEX:2,3,0,1,,3,WCDMA,41,WCDMA
 
Old 12-11-2013, 04:59 PM   #12
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Quote:
ModemManager[1557]: <debug> [1386681682.946299] [huawei/mm-broadband-modem-huawei.c:372]
As the error has occurred in mm-broadband-modem-huawei.c, then the version of ModemManager in use does not have the patch applied.
 
1 members found this post helpful.
Old 12-12-2013, 04:41 AM   #13
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware, Redhat
Posts: 318

Original Poster
Rep: Reputation: 40
Hi,

just download the version ModemManager-1.1.990.tar.xz
however requires this libqmi-glib library to continue. I am not able to find it in the slackbuild for 14.1. Any clues where to get 1?

Thanks

Code:
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for MM... yes
checking for LIBMM_GLIB... yes
checking for MMCLI... yes
checking for GUDEV... yes
checking for gobject-introspection... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for vapigen... no
checking for POLKIT... yes
checking for MBIM... yes
checking for QMI... no
configure: error: Couldn't find libqmi-glib. Install it, or otherwise configure using --without-qmi to disable QMI support.
 
Old 12-12-2013, 05:22 AM   #14
arsivci0
Member
 
Registered: Nov 2013
Location: Antalya
Distribution: Slackware64 current
Posts: 119

Rep: Reputation: 23
Quote:
Originally Posted by vitalstrike82 View Post
Hi,

just download the version ModemManager-1.1.990.tar.xz
however requires this libqmi-glib library to continue. I am not able to find it in the slackbuild for 14.1. Any clues where to get 1?
It should be in the install CD. Grab it from packages.slackware.com . Search for "libqmi"

Last edited by arsivci0; 12-12-2013 at 05:25 AM.
 
Old 12-13-2013, 02:29 AM   #15
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware, Redhat
Posts: 318

Original Poster
Rep: Reputation: 40
Yes,

that has already been installed.
The installation of the modem manager still reports the same error that's why i tried to search in the slackbuild
Not sure if libqmi-1.4.0-i486-1.txz is the appropriate library for libqmi-glib

Grep the disc for libqmi
Code:
bash-4.2# pwd
/media/SlackDVD/slackware/n
bash-4.2# cd ..
bash-4.2# grep libqmi *
CHECKSUMS.md5:dea91e1bc04c33743b28a1a231d83dc0  ./n/libqmi-1.4.0-i486-1.txt
CHECKSUMS.md5:e79d0d2156d63529912fe1617b57453b  ./n/libqmi-1.4.0-i486-1.txz
CHECKSUMS.md5:f317891f72d7897856bb5d1026eca34a  ./n/libqmi-1.4.0-i486-1.txz.asc
FILE_LIST:-rw-r--r--  1 root root       298 2013-10-08 07:07 ./n/libqmi-1.4.0-i486-1.txt
FILE_LIST:-rw-r--r--  1 root root    309200 2013-10-08 07:07 ./n/libqmi-1.4.0-i486-1.txz
FILE_LIST:-rw-r--r--  1 root root       198 2013-10-08 07:07 ./n/libqmi-1.4.0-i486-1.txz.asc
PACKAGES.TXT:PACKAGE NAME:  libqmi-1.4.0-i486-1.txz
PACKAGES.TXT:libqmi: libqmi (QMI library and utils)
PACKAGES.TXT:libqmi:
PACKAGES.TXT:libqmi: libqmi is a glib-based library for talking to WWAN modems and devices
PACKAGES.TXT:libqmi: which speak the Qualcomm MSM Interface (QMI) protocol.
PACKAGES.TXT:libqmi:
PACKAGES.TXT:libqmi: Homepage: http://www.freedesktop.org/software/libqmi/
PACKAGES.TXT:libqmi:
grep: a: Is a directory
grep: ap: Is a directory
grep: d: Is a directory
grep: e: Is a directory
grep: f: Is a directory
grep: k: Is a directory
grep: kde: Is a directory
grep: kdei: Is a directory
grep: l: Is a directory
grep: n: Is a directory
grep: t: Is a directory
grep: tcl: Is a directory
grep: x: Is a directory
grep: xap: Is a directory
grep: xfce: Is a directory
grep: y: Is a directory
bash-4.2# ^C
bash-4.2#
Installed successful
Code:
bash-4.2# installpkg libqmi-1.4.0-i486-1.txz
Verifying package libqmi-1.4.0-i486-1.txz.
Installing package libqmi-1.4.0-i486-1.txz [REC]:
PACKAGE DESCRIPTION:
# libqmi (QMI library and utils)
#
# libqmi is a glib-based library for talking to WWAN modems and devices
# which speak the Qualcomm MSM Interface (QMI) protocol.
#
# Homepage: http://www.freedesktop.org/software/libqmi/
#
Executing install script for libqmi-1.4.0-i486-1.txz.
Package libqmi-1.4.0-i486-1.txz installed
Still the same error after the libqmi library install
Code:
checking for gobject-introspection... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for vapigen... no
checking for POLKIT... yes
checking for MBIM... yes
checking for QMI... no
configure: error: Couldn't find libqmi-glib. Install it, or otherwise configure using --without-qmi to disable QMI support.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Problem with huawei e303 renandeos Linux - Hardware 14 05-12-2014 09:03 AM
[SOLVED] connecting to internet with puppy & optus broadband dongle huawei e353 textillis Linux - Newbie 2 05-14-2013 09:02 AM
[SOLVED] connecting redhat 9 to the internet via a huawei E160 modem clocker Red Hat 3 10-13-2011 01:06 PM
Problem: Connecting To Internet On Ububntu Huawei Quidway Series Modem shubhamagarwal1 Linux - Newbie 1 05-19-2008 11:51 AM
Trouble connecting to internet using BSNL ADSL SmartAX MT841 (HUAWEI) modem. atriya Linux - Networking 5 11-21-2007 03:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration