Warum bekomme ich keine PPP0 verbindung mit LTE Modem auf Apalis imx6

Hallo ich habe versucht ein LTE-Modem nach ihrer Anleitung zu installieren siehe LinK

Sobald ich die Verbindung mit dem Befehl pon lte.provider start und mir das Log File Anschaue mit
tail -f “/home/root/ppp” kommt folgender Fehler im LogFile

OK
ATZ
OK
AT+CGDCONT=1,"IP","internet.t-mobile"
OK
ATDT*99#
CONNECT
Script chat -v -f /etc/ppp/peers/lte.chat finished (pid 751), status = 0x0
Serial connection established.
Couldn't set tty to PPP discipline: Invalid argument
  • mit Ifconfig bekomme ich auch kein ppp0 angezeigt

  • das LTE Modem wird mit lsusb angezeigt als

    Bus 001 Device 004: ID 1bc7:0036 Telit Wireless Solutions

  • und mit dmesg | grep acm

    [ 10.724916] cdc_acm 1-1.3:1.0: ttyACM0: USB ACM device
    [ 10.820267] cdc_acm 1-1.3:1.2: ttyACM1: USB ACM device
    [ 10.904745] cdc_acm 1-1.3:1.4: ttyACM2: USB ACM device
    [ 10.973823] cdc_acm 1-1.3:1.6: ttyACM3: USB ACM device
    [ 11.007852] cdc_acm 1-1.3:1.8: ttyACM4: USB ACM device
    [ 11.039167] cdc_acm 1-1.3:1.10: ttyACM5: USB ACM device
    [ 11.065233] usbcore: registered new interface driver cdc_acm
    [ 11.078090] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters

  • die lte.provider datei unter /etc/ppp/peers enthält:

    hide-password
    noauth
    debug
    defaultroute
    noipdefault
    user t-mobile
    remotename t-mobile
    ipparam t-mobile
    persist
    usepeerdns
    /dev/ttyACM0 115200 crtscts
    replacedefaultroute
    connect ‘chat -v -f /etc/ppp/peers/lte.chat’

  • die lte.chat datei unter /etc/ppp/peers enthält:

    ECHO
    ON
    ABORT
    ‘BUSY’
    ABORT
    ‘NO CARRIER’
    ABORT
    ‘ERROR’
    “”
    ATZ OK
    AT+CPIN=4126 OK
    \d\dAT+CGDCONT=1,“IP”,“internet.t-mobile” OK
    \d\d\dATDT*99# CONNECT

Hi @t.lehmann and Welcome to the Toradex Community!

Please note that the language of this community is English.

Could you update to a regular Bsp 2.8b6 (without RT patch) and check if this is working? If not, please provide the complete bootlog in a text file? Thanks.

Best regards,
Jaski