Author Topic: Debian TP2 + LTE in the UK  (Read 6738 times)

bled82

  • Newbie
  • *
  • Posts: 25
    • View Profile
Debian TP2 + LTE in the UK
« Reply #15 on: July 02, 2018, 06:44:58 pm »
Made some progress the auto config populated more info on this fresh install , but I need to disable chap for the autheticationmethod , who ? It shouldnt be any per verizon .

 [ /ril_0/context1 ]
        Type = internet
        Name = LTE - Verizon Internet
        Username =
        Password =
        Active = 0
        IPv6.Settings = { }
        Protocol = ip
        AuthenticationMethod = chap
        AccessPointName = VZWINTERNET
        Settings = { }

bled82

  • Newbie
  • *
  • Posts: 25
    • View Profile
Debian TP2 + LTE in the UK
« Reply #16 on: July 03, 2018, 02:02:50 pm »
So debugging shows which just keeps repeating anyone have a clue ?




ofonod[2882]: drivers/ril/ril_network.c:ril_network_rat_to_mode() unexpected rat mode 4
ofonod[2882]: drivers/ril/ril_network.c:ril_network_query_pref_mode_cb() rat mode 4 (gsm)
ofonod[2882]: drivers/ril/ril_network.c:ril_network_check_pref_mode() rat mode 4, expected 9
ofonod[2882]: drivers/ril/ril_network.c:ril_network_set_rat() setting rat mode 9
2018-07-03 13:01:51 RIL< [000000a9] SET_PREFERRED_NETWORK_TYPE
2018-07-03 13:01:51 RIL< 0000: 49 00 00 00 a9 00 00 00  01 00 00 00 09 00 00 00    I....... ........
2018-07-03 13:01:51 RIL> [000000a9] OK
2018-07-03 13:01:51 RIL> 0000: 00 00 00 00 a9 00 00 00  00 00 00 00                ........ ....
2018-07-03 13:01:51 RIL< [000000aa] GET_PREFERRED_NETWORK_TYPE
2018-07-03 13:01:51 RIL< 0000: 4a 00 00 00 aa 00 00 00                             J.......
2018-07-03 13:01:51 RIL> [000000aa] OK
2018-07-03 13:01:51 RIL> 0000: 00 00 00 00 aa 00 00 00  00 00 00 00 01 00 00 00    ........ ........
2018-07-03 13:01:51 RIL  0010: 04 00 00 00                                         ....
ofonod[2882]: drivers/ril/ril_network.c:ril_network_rat_to_mode() unexpected rat mode 4
ofonod[2882]: drivers/ril/ril_network.c:ril_network_query_pref_mode_cb() rat mode 4 (gsm)
ofonod[2882]: drivers/ril/ril_network.c:ril_network_check_pref_mode() rat mode 4, expected 9
ofonod[2882]: drivers/ril/ril_network.c:ril_network_set_rat() setting rat mode 9

bled82

  • Newbie
  • *
  • Posts: 25
    • View Profile
Debian TP2 + LTE in the UK
« Reply #17 on: July 06, 2018, 01:44:40 pm »
Following these steps for verizon wireless in the US , MUST HAVE WORKING CELL SERVICE IN ANDROID .


Fresh flash of debian with flash tool
connect to wifi  
connect via usb ssh to 10.15.19.82 for ease of keyboard cmds or run in term
on first login sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ofono-scripts
now disconnect from wifi
cd /usr/share/ofono/scripts
power on cellular from cmst
sudo ./create-internet-context vzwinternet "" ""
sudo reboot
remove sim and reinstert
sudo ./activate-context



updated 8/6 , Resualts not working with new android image and tp3 , missing something in the order .
« Last Edit: August 07, 2019, 02:57:33 pm by bled82 »