The modem in the Thinkpad x260 needs at least Linux 4.7 (for a firmware bug workaround) and works with umbim and libmbim-utils 1.14+.
- Install dependencies with
apt-get install lua5.1 libjson-c-dev resolvconf libmbim-utils/sid
. - Build umbim:
./build-umbim
.
Install tarball:
- Create tarball:
tar -cvz etc usr >thinkpad-x260-modem-scripts.tar.gz
- Install tarball:
sudo tar -oxzf thinkpad-x260-modem-scripts.tar.gz -C /
Install package:
- Create package:
equivs-build thinkpad-x260-modem-scripts.ctl
- Install package:
dpkg -i thinkpad-x260-modem-scripts_1.0_all.deb
.
- Put SIM card into Thinkpad SIM card slot.
- Change APN in
/etc/mbim-network.conf
. - Start LTE with
sudo lte_start
.
- If
sudo lte_start
fails because you have not entered a PIN, use mbimcli to enter it.
- Stop LTE with
sudo lte_stop
.
Copyright 2016 grandcentrix GmbH
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.