Re: Getting MC7455 static-ip to work

2018-03-06 Thread Aleksander Morgado
>>> > > Was the wwan0 interface down while you executed simple-connect? >>> > >>> > wwan0 being up is the most likely cause. But seeing the debug logs >>> > to >>> > confirm this would be good. >>> > >>> > I started thinking about solving this in the driver, but ended up >>> > falling back to the

Re: Getting MC7455 static-ip to work

2018-03-05 Thread Bjørn Mork
Dan Williams writes: > On Mon, 2018-03-05 at 17:56 +0100, Aleksander Morgado wrote: >> > > >> > > Was the wwan0 interface down while you executed simple-connect? >> > >> > wwan0 being up is the most likely cause. But seeing the debug logs >> > to >> > confirm this would be

Re: Getting MC7455 static-ip to work

2018-03-05 Thread Dan Williams
On Mon, 2018-03-05 at 17:56 +0100, Aleksander Morgado wrote: > > > > > > Was the wwan0 interface down while you executed simple-connect? > > > > wwan0 being up is the most likely cause. But seeing the debug logs > > to > > confirm this would be good. > > > > I started thinking about solving

Re: Getting MC7455 static-ip to work

2018-03-05 Thread Aleksander Morgado
>> >> Was the wwan0 interface down while you executed simple-connect? > > wwan0 being up is the most likely cause. But seeing the debug logs to > confirm this would be good. > > I started thinking about solving this in the driver, but ended up > falling back to the original decision: The

Re: Getting MC7455 static-ip to work

2018-03-05 Thread Bjørn Mork
Aleksander Morgado writes: > On Mon, Mar 5, 2018 at 2:55 AM, Steven P wrote: >> $ pacman -Qi libqmi libmbim linux modemmanager | grep -B 1 Version >> Name: libqmi >> Version : 1.20.0-1 >> -- >> Name: libmbim >>

Re: Getting MC7455 static-ip to work

2018-03-05 Thread Aleksander Morgado
Hey, On Mon, Mar 5, 2018 at 2:55 AM, Steven P wrote: > $ pacman -Qi libqmi libmbim linux modemmanager | grep -B 1 Version > Name: libqmi > Version : 1.20.0-1 > -- > Name: libmbim > Version : 1.16.0-1 > -- > Name: linux >

Re: Getting MC7455 static-ip to work

2018-03-04 Thread Steven P
Also note that I was not using networkmanager, just modemmanager and configuring the interface ip and gateway manually. > On Mar 4, 2018, at 04:50, Aleksander Morgado wrote: > > Hey! > >> Managed to figure it out - things only work if the interface is in raw_ip >>

Re: Getting MC7455 static-ip to work

2018-03-04 Thread Steven P
$ pacman -Qi libqmi libmbim linux modemmanager | grep -B 1 Version Name: libqmi Version : 1.20.0-1 -- Name: libmbim Version : 1.16.0-1 -- Name: linux Version : 4.15.6-1 -- Name: modemmanager Version :

Re: Getting MC7455 static-ip to work

2018-03-04 Thread Aleksander Morgado
Hey! > Managed to figure it out - things only work if the interface is in raw_ip > mode: > > sudo sh -c 'echo Y > /sys/class/net/wwan0/qmi/raw_ip' > > Would appreciate if there's a way to get ModemManager to set this > automatically, and I'm sort of curious about the mode that the > interface is

Re: Getting MC7455 static-ip to work

2018-03-03 Thread Steven P
Managed to figure it out - things only work if the interface is in raw_ip mode: sudo sh -c 'echo Y > /sys/class/net/wwan0/qmi/raw_ip' Would appreciate if there's a way to get ModemManager to set this automatically, and I'm sort of curious about the mode that the interface is in if it isn't