Linux bluetooth development
 help / color / mirror / Atom feed
* [Bluez-users] AVM AP-X and DUN profile
@ 2004-03-03  7:32 Bernd Jucknischke
  2004-03-03 13:36 ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Bernd Jucknischke @ 2004-03-03  7:32 UTC (permalink / raw)
  To: bluez-users

Dear everybody,

yesterday I have upgraded the firmware of my AP-X and tried to connect to the 
internet via the DUN service (They stated that the DUN part would have been 
improved...). I have proceeded according to Cees' HOWTO and made use of a 
working internet connection, which I normally use with my old modem (I've 
changed /dev/ttyS0 to /dev/rfcomm0). So far so good, dialling worked, but the 
connection got stuck in the LCP process. Here is the log output:

Mar  2 15:31:14 bunter kernel: CSLIP: code copyright 1989 Regents of the 
Univers
ity of California
Mar  2 15:31:14 bunter kernel: PPP generic driver version 2.4.2
Mar  2 15:31:14 bunter pppd[2546]: pppd 2.4.2 started by root, uid 0
Mar  2 15:31:17 bunter hcid[1243]: link_key_request (sba=00:04:0E:82:81:96, 
dba=
00:04:0E:82:00:27)
Mar  2 15:31:17 bunter hcid[1243]: link_key_notify (sba=00:04:0E:82:81:96)
Mar  2 15:31:17 bunter hcid[1243]: Replacing link key 00:04:0E:82:81:96 
00:04:0E
:82:00:27
Mar  2 15:31:17 bunter pppd[2546]: Perms of /dev/rfcomm0 are ok, no 'mesg n' 
nec
cesary.
Mar  2 15:31:18 bunter chat[2548]: abort on (BUSY)
Mar  2 15:31:18 bunter chat[2548]: abort on (NO CARRIER)
Mar  2 15:31:18 bunter chat[2548]: abort on (VOICE)
Mar  2 15:31:18 bunter chat[2548]: abort on (NO DIALTONE)
Mar  2 15:31:18 bunter chat[2548]: abort on (NO DIAL TONE)
Mar  2 15:31:18 bunter chat[2548]: abort on (NO ANSWER)
Mar  2 15:31:18 bunter chat[2548]: abort on (DELAYED)
Mar  2 15:31:18 bunter chat[2548]: send (ATZ^M)
Mar  2 15:31:18 bunter chat[2548]: expect (OK)
Mar  2 15:31:18 bunter chat[2548]: ATZ^M^M
Mar  2 15:31:18 bunter chat[2548]: OK
Mar  2 15:31:18 bunter chat[2548]:  -- got it
Mar  2 15:31:18 bunter chat[2548]: send (ATDT019231770^M)
Mar  2 15:31:19 bunter chat[2548]: expect (CONNECT)
Mar  2 15:31:19 bunter chat[2548]: ^M
Mar  2 15:31:25 bunter chat[2548]: ATDT019231770^M^M
Mar  2 15:31:25 bunter chat[2548]: CONNECT
Mar  2 15:31:25 bunter chat[2548]:  -- got it
Mar  2 15:31:25 bunter chat[2548]: send (\d)
Mar  2 15:31:26 bunter pppd[2546]: Serial connection established.
Mar  2 15:31:26 bunter pppd[2546]: using channel 1
Mar  2 15:31:26 bunter pppd[2546]: Using interface ppp0
Mar  2 15:31:26 bunter pppd[2546]: Connect: ppp0 <--> /dev/rfcomm0

Up to here everything looks OK (AFAICS), then follows:
Mar  2 15:31:27 bunter pppd[2546]: rcvd [LCP ConfReq id=0xbd <auth pap> <magic 
0
xae7a0dbe> <mrru 1524> <endpoint [local:64.74.6d.32]>]
Mar  2 15:31:27 bunter pppd[2546]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> 
<magi
c 0x2dc416cd> <pcomp> <accomp>]
Mar  2 15:31:27 bunter pppd[2546]: sent [LCP ConfRej id=0xbd <mrru 1524>]
Mar  2 15:31:30 bunter pppd[2546]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> 
<magi
c 0x2dc416cd> <pcomp> <accomp>]
Mar  2 15:31:54 bunter last message repeated 8 times
Mar  2 15:31:57 bunter pppd[2546]: LCP: timeout sending Config-Requests
Mar  2 15:31:57 bunter pppd[2546]: Connection terminated.
Mar  2 15:31:58 bunter pppd[2546]: Exit.

It looks to me as if not a single LCP request has been received.
I have browsed through the mail archive a bit and found that similar problems 
have been encountered. However, I'd like to know whether there are news 
concerning this problem. Marcel stated that it could have two reasons: 1) AVM 
has a problem with the firmware 2) the Linux PPP code is wrong somewhere.

TIA for any clue,

Bernd

PS: Please CC me, since I'm not on the list...





-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-users] AVM AP-X and DUN profile
  2004-03-03  7:32 [Bluez-users] AVM AP-X and DUN profile Bernd Jucknischke
@ 2004-03-03 13:36 ` Marcel Holtmann
  2004-03-04  8:24   ` Bernd Jucknischke
  0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2004-03-03 13:36 UTC (permalink / raw)
  To: Bernd.Jucknischke; +Cc: BlueZ Mailing List

Hi Bernd,

> yesterday I have upgraded the firmware of my AP-X and tried to connect to the 
> internet via the DUN service (They stated that the DUN part would have been 
> improved...). I have proceeded according to Cees' HOWTO and made use of a 
> working internet connection, which I normally use with my old modem (I've 
> changed /dev/ttyS0 to /dev/rfcomm0). So far so good, dialling worked, but the 
> connection got stuck in the LCP process. Here is the log output:

I never had real success with DUN and an AP-X device and actually I
don't know where the problem is. However you can use CMTP and the CIP
profile for dialin. Here are some details

	http://www.holtmann.org/linux/bluetooth/isdn.html

Regards

Marcel




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-users] AVM AP-X and DUN profile
  2004-03-03 13:36 ` Marcel Holtmann
@ 2004-03-04  8:24   ` Bernd Jucknischke
  2004-03-04 11:09     ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Bernd Jucknischke @ 2004-03-04  8:24 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: BlueZ Mailing List

On Mittwoch, 3. M=E4rz 2004 14:36, Marcel Holtmann wrote:
> Hi Bernd,
>
> > original mail from me
>
> I never had real success with DUN and an AP-X device and actually I
> don't know where the problem is. However you can use CMTP and the CIP
> profile for dialin. Here are some details
>
> 	http://www.holtmann.org/linux/bluetooth/isdn.html

Thanks for the fast reply. I know that page already. I'm running the 2.6=20
kernel series and haven't been able to find a working capi, yet. I guess I'=
ll=20
have to wait until it's (capi) supported for 2.6...

> Regards
>
> Marcel

Cheers,
Bernd

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-users] AVM AP-X and DUN profile
  2004-03-04  8:24   ` Bernd Jucknischke
@ 2004-03-04 11:09     ` Marcel Holtmann
  2004-03-05  7:34       ` Bernd Jucknischke
  2004-03-05 10:09       ` Bernd Jucknischke
  0 siblings, 2 replies; 6+ messages in thread
From: Marcel Holtmann @ 2004-03-04 11:09 UTC (permalink / raw)
  To: Bernd.Jucknischke; +Cc: BlueZ Mailing List

Hi Bernd,

> Thanks for the fast reply. I know that page already. I'm running the 2.6 
> kernel series and haven't been able to find a working capi, yet. I guess I'll 
> have to wait until it's (capi) supported for 2.6...

you can search for a patch named i4l-t9bk22 or use 2.6.4-rc1 which
already includes every ISDN update that is needed. However you must make
sure that the module capi.ko is loaded and that /dev/capi is mounted,
because capiinit sometimes forget about it.

Regards

Marcel




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-users] AVM AP-X and DUN profile
  2004-03-04 11:09     ` Marcel Holtmann
@ 2004-03-05  7:34       ` Bernd Jucknischke
  2004-03-05 10:09       ` Bernd Jucknischke
  1 sibling, 0 replies; 6+ messages in thread
From: Bernd Jucknischke @ 2004-03-05  7:34 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: BlueZ Mailing List

On Donnerstag, 4. M=E4rz 2004 12:09, Marcel Holtmann wrote:
> Hi Bernd,
>
> > Thanks for the fast reply. I know that page already. I'm running the 2.6
> > kernel series and haven't been able to find a working capi, yet. I guess
> > I'll have to wait until it's (capi) supported for 2.6...
>
> you can search for a patch named i4l-t9bk22 or use 2.6.4-rc1 which
> already includes every ISDN update that is needed. However you must make
> sure that the module capi.ko is loaded and that /dev/capi is mounted,
> because capiinit sometimes forget about it.

Thanks again! That's info I didn't have and I'll try it immediately...

> Regards
>
> Marcel

Later,
Bernd

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Bluez-users] AVM AP-X and DUN profile
  2004-03-04 11:09     ` Marcel Holtmann
  2004-03-05  7:34       ` Bernd Jucknischke
@ 2004-03-05 10:09       ` Bernd Jucknischke
  1 sibling, 0 replies; 6+ messages in thread
From: Bernd Jucknischke @ 2004-03-05 10:09 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: BlueZ Mailing List

On Donnerstag, 4. M=E4rz 2004 12:09, Marcel Holtmann wrote:
> Hi Bernd,
>
> > ...
>
> you can search for a patch named i4l-t9bk22 or use 2.6.4-rc1 which
> already includes every ISDN update that is needed. However you must make
> sure that the module capi.ko is loaded and that /dev/capi is mounted,
> because capiinit sometimes forget about it.

Under 2.6.4-rc2 ISDN with AVM BlueFritz-USB/BlueFritz-AP-X and the capi-uti=
ls=20
works under Debian SID. Thanks again.

> Regards
>
> Marcel

Cheers,
Bernd

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-03-05 10:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-03  7:32 [Bluez-users] AVM AP-X and DUN profile Bernd Jucknischke
2004-03-03 13:36 ` Marcel Holtmann
2004-03-04  8:24   ` Bernd Jucknischke
2004-03-04 11:09     ` Marcel Holtmann
2004-03-05  7:34       ` Bernd Jucknischke
2004-03-05 10:09       ` Bernd Jucknischke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox