Changes between Version 32 and Version 33 of wireless/modem


Ignore:
Timestamp:
11/29/2018 10:00:35 PM (5 years ago)
Author:
Tim Harvey
Comment:

move ubuntu package update to top of ubuntu section

Legend:

Unmodified
Added
Removed
Modified
  • wireless/modem

    v32 v33  
    287287 * modemmanager
    288288 * networkmanager
     289
     290
     291[=#modemmanager-ppa]
     292=== Installing pre-built latest stable libqmi/libmbim/modemmanager via PPA
     293Aleksander Morgado (​https://aleksander.es), a key developer behind the !ModemManager, libqmi, and libmbim projects that provide modem support on Ubuntu provides up-to-date Ubuntu PPA's for Ubuntu. Instructions on how to add the PPA feeds and update the packages exist there:
     294 - [https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-bionic modemmanager/libqmi/libmbim PPA bionic]
     295 - [https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-xenial modemmanager/libqmi/libmbim PPA xenial]
     296 - [https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-trusty modemmanager/libqmi/libmbim PPA trusty]
     297
     298Bionic:
     299{{{#!bash
     300apt-get install software-properties-common # contains add-apt-repository
     301add-apt-repository ppa:aleksander-m/modemmanager-bionic
     302apt-get update
     303apt-get install modemmanager libqmi-utils libmbim-utils
     304}}}
     305
     306Xenial:
     307{{{#!bash
     308apt-get install software-properties-common # contains add-apt-repository
     309add-apt-repository ppa:aleksander-m/modemmanager-xenial
     310apt-get update
     311apt-get install modemmanager libqmi-utils libmbim-utils
     312}}}
     313
     314Trusty:
     315{{{#!bash
     316add-apt-repository ppa:aleksander-m/modemmanager-trusty
     317apt-get update
     318apt-get install modemmanager libqmi-utils libmbim-utils
     319}}}
     320
     321see [#building-from-source below] for details on how to build even more up to date versions from source if needed.
     322
    289323
    290324
     
    10571091}}}
    10581092
    1059 [=#modemmanager-ppa]
    1060 === Installing pre-built latest stable libqmi/libmbim/modemmanager via PPA
    1061 Aleksander Morgado (​https://aleksander.es), a key developer behind the !ModemManager, libqmi, and libmbim projects that provide modem support on Ubuntu provides up-to-date Ubuntu PPA's for Ubuntu. Instructions on how to add the PPA feeds and update the packages exist there:
    1062  - [https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-bionic modemmanager/libqmi/libmbim PPA bionic]
    1063  - [https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-xenial modemmanager/libqmi/libmbim PPA xenial]
    1064  - [https://launchpad.net/~aleksander-m/+archive/ubuntu/modemmanager-trusty modemmanager/libqmi/libmbim PPA trusty]
    1065 
    1066 Bionic:
    1067 {{{#!bash
    1068 apt-get install software-properties-common # contains add-apt-repository
    1069 add-apt-repository ppa:aleksander-m/modemmanager-bionic
    1070 apt-get update
    1071 apt-get install modemmanager libqmi-utils libmbim-utils
    1072 }}}
    1073 
    1074 Xenial:
    1075 {{{#!bash
    1076 apt-get install software-properties-common # contains add-apt-repository
    1077 add-apt-repository ppa:aleksander-m/modemmanager-xenial
    1078 apt-get update
    1079 apt-get install modemmanager libqmi-utils libmbim-utils
    1080 }}}
    1081 
    1082 Trusty:
    1083 {{{#!bash
    1084 add-apt-repository ppa:aleksander-m/modemmanager-trusty
    1085 apt-get update
    1086 apt-get install modemmanager libqmi-utils libmbim-utils
    1087 }}}
    1088 
    10891093
    10901094[=#building-from-source]