Problem with mm-1.0.0 and Dell 5560

Marek Kaluba abulak at gmail.com
Wed Dec 18 04:09:30 PST 2013


Ok, 

Gentoo doesn't have libmbim in the official tree, so the modemmanager 
ebuild disables mbim by default.

econf \
		  --disable-more-warnings \
                --with-udev-base-dir="$(udev_get_udevdir)" \
                --disable-static \
                --with-dist-version=${PVR} \
                $(use_with policykit polkit) \
                $(use_with qmi) \
                $(use_with qmi-newest newest-qmi-commands) \
                --without-mbim

Still after modprobing cdc_ncm prefer_mbim=N (and restarting NM, 
relogging, etc) MM coudn't find the valid data port (the same error).

I've added libmbim to my local overlay and changed MM ebuild to use it -- 
modem works nicely now (well, I managed to connect via click in NM).

I think that the modem could work without mbim (at least it worked with 
wvdial), but some internals of MM (or maybe NM?) obstructed it to do so.

For Your information i attach my /etc/wvdial.conf
the particular connection was aero2.

Cheers,
Marek

On Wednesday 18 December 2013 09:39:34 you wrote:
> Marek Kaluba <abulak at gmail.com> writes:
> > Thanks for a very fast answer.
> > 
> > Unfortunately these instructions do not work for me (I've tried them
> > before). As a side note, wvdial works perfectly in either configurations.
> 
> Does this mean that this is an Ericsson device without NCM support? Or
> are there other reasons why those instructions did not work?  What
> happened when you tried?
> 
> Or is there an additional problem that this device ID isn't known as an
> Ericsson MBM device?
> 
> 
> 
> Bjørn
-------------- next part --------------
[Dialer Defaults]
New PPPD = yes
Stupid Mode = 1
Modem Type = USB Modem

[Dialer on]
Modem = /dev/ttyACM0
Init1 = AT+CFUN=1

[Dialer off]
Modem = /dev/ttyACM0
Init1 = AT+CFUN=4

[Dialer plus] 
Modem=/dev/ttyACM0 
Dial Command = ATDT
Phone = *99# 
Username = "blank"
Password = "blank"
New PPPD = yes 
Stupid Mode = 1 
Dial Command = ATDT 
Baud=460800 
Init1=ATH 
Init2=ATE1 
Init4=ATE0V1&D2&C1S0=0+IFC=2,2 
Init5=AT+CGDCONT=1,"IP","internet","",0,0 

[Dialer aero2]
Modem=/dev/ttyACM0 
Init1 = AT+CGDCONT=1,"IP","darmowy"
Phone = *99#
Stupid mode = 1
Username = "blank"
Password = "blank"
Dial Attempts = 0

[Dialer gps]
Modem = /dev/ttyACM2
Init1 = AT*E2GPSCTL=1,5,1
Init2 = AT*E2GPSNPD

[Dialer gps-off]
Modem = /dev/ttyACM2
Init1 = AT*E2GPSCTL=0,5,0
Init2

[Dialer signal]
Modem = /dev/ttyACM0
Init1 = AT+CSQ
Init2 = AT+COPS?


More information about the ModemManager-devel mailing list