All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] DSL on a 715/80 with rp-pppoe
@ 2001-12-27 21:02 Hinrich Aue
  2001-12-28  5:47 ` Grant Grundler
  0 siblings, 1 reply; 20+ messages in thread
From: Hinrich Aue @ 2001-12-27 21:02 UTC (permalink / raw)
  To: parisc-linux

Hi there,

I tried to install rp-pppoe on my 715/80, and it worked until one point, when 
I try to start the pppd and the box crashes instantly.

There is a massive stackdump or so, and I don't know how to catch it up and 
submit it :-(

perhaps it's a ppp problem.

Another strange thing is, that I succsessfully load the ne Module for my 
ne2000 ISA Adapter in my  715/80, but there's also a stackdump:

//------------------------------------

ne.c:v1.10 9/23/94 Donald Becker (becker@scyld.com)
Last modified Nov 1, 2000 by Paul Gortmaker
NE*000 ethercard probe at 0x320: 00 00 1c 10 84 86
eth1: NE2000 found at 0x320, using IRQ 5.
break 0,0: pid=101 command='keventd'
keventd (pid 101): Breakpoint (code 0)

     YZrvWESTHLNXBCVMcbcbcbcbOGFRQPDI
PSW: 00000000000001001111111100001111 Not tainted
r00-03  00000000 102bb010 00000000 00000000
r04-07  00000000 00000000 00000000 00000000
r08-11  00000000 00000000 00000000 00000000
r12-15  00000000 00000000 00000001 101224d8
r16-19  1bb405c0 00000002 00000000 1061de40
r20-23  1061de40 1034aa00 1034a980 1061de40
r24-27  1061de50 00001000 00000000 1027e010
r28-31  00000000 00000000 1bb40780 1012de88
sr0-3   00000000 00000000 00000000 00000153
sr4-7   00000000 00000000 00000000 00000000

IASQ: 00000000 00000000 IAOQ: 00000000 00000004
 IIR: 00000000    ISR: 00000000  IOR: 00000008
 CPU:        0   CR30: 1bb40000 CR31: 102f8000
 ORIG_R28: 00000000

//------------------------------------

Does anyone know what that means?
Any experiences?
Does anyone have a modem running on a parisc-box?

Hinrich.

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [parisc-linux] DSL on a 715/80 with rp-pppoe
@ 2001-12-28 12:43 Hinrich Aue
  2001-12-29  5:01 ` Grant Grundler
  0 siblings, 1 reply; 20+ messages in thread
From: Hinrich Aue @ 2001-12-28 12:43 UTC (permalink / raw)
  To: parisc-linux; +Cc: grundler

Hallo,

I found out, that you (Grant Grundler) already had the
same? Problem. There already was a submitted Bug.
Has somebody tried to fix that?

My error output looks like the one discribed at:

http://bugs.parisc-linux.org/db/13/132.html

I'll post the stackdump later today, from syslog.


__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Ihre E-Mail noch individueller? - http://domains.yahoo.de

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [parisc-linux] DSL on a 715/80 with rp-pppoe
@ 2001-12-29 14:57 Hinrich Aue
  2001-12-29 15:59 ` Jochen Friedrich
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Hinrich Aue @ 2001-12-29 14:57 UTC (permalink / raw)
  To: parisc-linux; +Cc: Grant Grundler

I read another posting, that pppd misses the /sbin/hotplug script.
First I made a script like discribed in the posting, after that I installed 
the hotplug package, both versions had the same problem.

if I do pppd call dsl-privider:
//---------------------------------------
Serial connection established.
using channel 2
Using interface ppp0
Connect: ppp0 <--> /dev/pts/1
read: Resource temporarily unavailable
read /dev/ppp: Resource temporarily unavailable
read: Resource temporarily unavailable
read /dev/ppp: Resource temporarily unavailable
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x7c5d0821>]
read: Resource temporarily unavailable
read /dev/ppp: Resource temporarily unavailable
rcvd [LCP ConfReq id=0x66 <mru 1492> <auth pap> <magic 0x3ddff70f>]
sent [LCP ConfRej id=0x66 <auth pap>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x7c5d0821>]
rcvd [LCP ConfReq id=0x67 <mru 1492> <magic 0x3ddff70f>]
sent [LCP ConfAck id=0x67 <mru 1492> <magic 0x3ddff70f>]
sent [LCP EchoReq id=0x0 magic=0x7c5d0821]
kernel does not support PPP filtering
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
rcvd [LCP TermReq id=0x68]
LCP terminated by peer
sent [LCP TermAck id=0x68]
Script pppoe -I eth1 finished (pid 297), status = 0x0
Modem hangup
Connection terminated.
//---------------------------------------

It seems strange to me, that the missing hotplug script causes the trap 15.
As I see, there some send and reciieve things done like <auth pap> and stuff.

Q:
Does anybody know why:
"read /dev/ppp: Resource temporarily unavailable"
and
"kernel does not support PPP filtering" ?
What the hell is PPP filtering? Do I have to activate it in the Kernel?
I think that "read /dev/ppp: Resource temporarily unavailable" Is not the 
Problem, perhaps it takes time to init or stuff, but after a while it seems 
to be available, because some messages are recieved and sent.

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

end of thread, other threads:[~2002-01-03 13:55 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-27 21:02 [parisc-linux] DSL on a 715/80 with rp-pppoe Hinrich Aue
2001-12-28  5:47 ` Grant Grundler
2001-12-29 20:54   ` Richard Hirst
2001-12-29 23:56     ` Peter Mottram
2002-01-01 23:38       ` Richard Hirst
2002-01-02  7:35         ` Hinrich Aue
2002-01-02  8:02           ` Hamish Moffatt
2002-01-02 16:51         ` Peter Mottram
2002-01-02 17:29           ` Bdale Garbee
2002-01-03 13:46             ` Richard Hirst
  -- strict thread matches above, loose matches on Subject: below --
2001-12-28 12:43 Hinrich Aue
2001-12-29  5:01 ` Grant Grundler
2001-12-29 12:23   ` Hinrich Aue
2001-12-29 21:31     ` Grant Grundler
2001-12-29 14:57 Hinrich Aue
2001-12-29 15:59 ` Jochen Friedrich
2001-12-29 16:08 ` Jochen Friedrich
2001-12-30 12:06   ` Hinrich Aue
2001-12-29 16:10 ` Helge Deller
2001-12-29 16:30 ` Peter Mottram

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.