From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EF1DD138247 for ; Fri, 6 Dec 2013 16:29:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 151C6E09A4; Fri, 6 Dec 2013 16:29:04 +0000 (UTC) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1343E092C for ; Fri, 6 Dec 2013 16:29:02 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id hn9so1079117wib.1 for ; Fri, 06 Dec 2013 08:29:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=QJ6rc4lFXWN4pdV35igF+M8qi11rHZTCt3+uC1XUvMQ=; b=QetdPVutX4Ok6+xvr9dYp0DL5pEvh7sIFl7nXx1tnjKWWQ5hLpd/Ze/KeFaUjxq63n mJ9HnFasEvBY69hIivwImvYzseglAR7Ga1X78xHLVbiozfR3NJd+5j7i3vdL6Ey1Jmwl ERZKoVoUF487iul7apruHeqkdo4ZfKEJlbGUGOVCZg/8Ej9hk65wHl0TUG1kujVUOBPb 69GhMBkNLM+hghwXxxP/oR/FrU6AE+RzcarRv0tRNog+HO4paQ7noQoGetLHaeD2V+nS pgLxdNcamPYoPfaZUlVjNhj5s4xqEnHXP1/d8DvBluw2NdZ9Tt6btHJvItZByK9CtnXd i8dA== X-Received: by 10.194.187.101 with SMTP id fr5mr3858054wjc.76.1386347341458; Fri, 06 Dec 2013 08:29:01 -0800 (PST) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa. [217.169.3.230]) by mx.google.com with ESMTPSA id g16sm7640853wiw.6.2013.12.06.08.28.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Dec 2013 08:29:00 -0800 (PST) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] rfcomm0 interface missing Date: Fri, 6 Dec 2013 16:28:48 +0000 User-Agent: KMail/1.13.7 (Linux/3.10.17-gentoo; KDE/4.10.5; x86_64; ; ) References: <201311171846.50544.michaelkintzios@gmail.com> <201312052304.41912.michaelkintzios@gmail.com> <52A11884.6050802@gmail.com> In-Reply-To: <52A11884.6050802@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1768245.LFkXFUnlE3"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201312061628.49930.michaelkintzios@gmail.com> X-Archives-Salt: 360a216c-9b1e-40dc-b04c-f94238ff695f X-Archives-Hash: 06e798d653ce388d3d9d168cb11e25b9 --nextPart1768245.LFkXFUnlE3 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Friday 06 Dec 2013 00:21:24 Daniel Frey wrote: > On 12/05/2013 03:04 PM, Mick wrote: > > The connection bails out. I don't understand what the message "Serial > > line is looped back." means. Any ideas? >=20 > This usually means the host is just echoing everything back to the > client. Most times this means the host is not starting the session or is > waiting for something before it starts the session. Yes! It was my phone's way of telling me that whatever I was sending, it w= as=20 not what it was expecting, echoing back the same information. So, I experimented with the relevant /etc/ppp/ip-up.d/45-mySIP_connect.sh b= y=20 removing all entries but this: #!/bin/sh exec /usr/sbin/chat -v '' ATZ OK ATDT*99# CONNECT '' It now works! :-) =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Dec 6 12:40:21 pppd[5644]: pppd 2.4.5 started by michael, uid 0 Dec 6 12:40:21 chat[5647]: send (ATZ^M) Dec 6 12:40:21 chat[5647]: expect (OK) Dec 6 12:40:21 chat[5647]: ATZ^M^M Dec 6 12:40:21 chat[5647]: OK Dec 6 12:40:21 chat[5647]: -- got it Dec 6 12:40:21 chat[5647]: send (ATDT*99#^M) Dec 6 12:40:21 chat[5647]: expect (CONNECT) Dec 6 12:40:21 chat[5647]: ^M Dec 6 12:40:23 chat[5647]: ATDT*99#^M^M Dec 6 12:40:23 chat[5647]: CONNECT Dec 6 12:40:23 chat[5647]: -- got it Dec 6 12:40:23 chat[5647]: send (^M) Dec 6 12:40:23 pppd[5644]: Serial connection established. Dec 6 12:40:23 pppd[5644]: Using interface ppp0 Dec 6 12:40:23 pppd[5644]: Connect: ppp0 <--> /dev/rfcomm0 Dec 6 12:40:26 pppd[5644]: PAP authentication succeeded Dec 6 12:40:27 pppd[5644]: local IP address XX.XXX.XX.XX Dec 6 12:40:27 pppd[5644]: remote IP address XX.X.X.XX Dec 6 12:40:27 pppd[5644]: primary DNS address XXX.XX.XXX.X Dec 6 12:40:27 pppd[5644]: secondary DNS address XXX.XX.XXX.X Dec 6 12:40:27 chat[5652]: Can't get terminal parameters: Inappropriate=20 ioctl for device =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Not sure what the last error is. I suspect something to do with certain=20 characters that need to be escaped in the terminal by bash? Grateful for a= ny=20 pointers. Otherwise, kppp still hangs being able to complete the connection. I have = not=20 been able to troublshoot that further. =2D-=20 Regards, Mick --nextPart1768245.LFkXFUnlE3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQEcBAABAgAGBQJSoftBAAoJELAdA+zwE4YeU0kH/0R9Dert+tINmKDSW44pkP6S lkGGw7wr7Sz7hoGkW+vto8gM6hw64ZLIhHOKkaGszNS0mPF+CHmTtbZvf/ExjzEA EPAauGkOqs/11mLnRfon/cSOAb7wdP83rKv0bZWMBVhXg5DOF8KZvuRe6zasELcY Tnvfoea4SZm6CeLwwc29AvMP9ac+lajQw//Xe7Jvu5Irlm0m/L0eiVqBlBNkdAa2 SZft0XY+Yz/POlytrKB9jOp3+Z5oN3uArmlzJ5PyxhBA4Vwsm+zef0yHpbuqLPQ/ smSNwo5N02OMBpcPUD5+v6/+rG7Xfkzi9d15c5AUVHelUrRH4J0cb08iUDNiZAE= =gY/D -----END PGP SIGNATURE----- --nextPart1768245.LFkXFUnlE3--