public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* what all has changed in ppp?
@ 2003-02-02 17:47 b_adlakha
  2003-02-02 18:58 ` Russell King
  0 siblings, 1 reply; 4+ messages in thread
From: b_adlakha @ 2003-02-02 17:47 UTC (permalink / raw)
  To: linux-kernel

sorry, I haven't been keeping up with the changes in 2.5, but I can't get 
pppd to work with 2.5.59, it dies with error code 1 while it works alright 
with 2.4.20... 

This is the first 2.5 kernel i've tried out, first I went for a wild goose 
chase in finding a version of modutils to go with the shiny new bzImage, 
then I finally downloaded module-init*, and installed it over the previous 
tools, then I remembered that I still might have to use 2.4 (which I am), so 
I fetched modutils again and installed it, then I installed module-init* 
with make *specialoption*,  and then (aaah, finished...)but no, I cannot 
dial to my isp...
pppd dies with error code 1 

Also, Does a Pentium4 have a local APIC? IO APIC?
I selected it anyway in the kernel config, and it shows some warning message 
at boot: 

: ENABLING IO-APIC IRQs
: init IO_APIC IRQs
:  IO-APIC (apicid-pin) 2-0, 2-16, 2-17, 2-18, 2-19, 2-21, 2-22, 2-23 not 
connected.
: ..TIMER: vector=0x31 pin1=2 pin2=0
: number of MP IRQ sources: 17.
: number of IO-APIC #2 registers: 24.
: testing the IO APIC.......................
:
: IO APIC #2......
: .... register #00: 02000000
: .......    : physical APIC id: 02
: .......    : Delivery Type: 0
: .......    : LTS          : 0
: .... register #01: 00178000
: .......     : max redirection entries: 0017
: .......     : PRQ implemented: 1
: .......     : IO APIC version: 0000
:  WARNING: unexpected IO-APIC, please mail
:           to linux-smp@vger.kernel.org
: .... IRQ redirection table:
:  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:
:  00 000 00  1    0    0   0   0    0    0    00
:  01 001 01  0    0    0   0   0    1    1    39
:  02 001 01  0    0    0   0   0    1    1    31
:  03 001 01  0    0    0   0   0    1    1    41
:  04 001 01  0    0    0   0   0    1    1    49
:  05 001 01  0    0    0   0   0    1    1    51
:  06 001 01  0    0    0   0   0    1    1    59
:  07 001 01  0    0    0   0   0    1    1    61
:  08 001 01  0    0    0   0   0    1    1    69
:  09 001 01  0    0    0   0   0    1    1    71
:  0a 001 01  0    0    0   0   0    1    1    79
:  0b 001 01  0    0    0   0   0    1    1    81
:  0c 001 01  0    0    0   0   0    1    1    89
:  0d 001 01  0    0    0   0   0    1    1    91
:  0e 001 01  0    0    0   0   0    1    1    99
:  0f 001 01  0    0    0   0   0    1    1    A1
:  10 000 00  1    0    0   0   0    0    0    00
:  11 000 00  1    0    0   0   0    0    0    00
:  12 000 00  1    0    0   0   0    0    0    00
:  13 000 00  1    0    0   0   0    0    0    00
:  14 001 01  1    1    0   1   0    1    1    71
:  15 000 00  1    0    0   0   0    0    0    00
:  16 000 00  1    0    0   0   0    0    0    00
:  17 000 00  1    0    0   0   0    0    0    00
: IRQ to pin mappings:
: IRQ0 -> 0:2
: IRQ1 -> 0:1
: IRQ3 -> 0:3
: IRQ4 -> 0:4
: IRQ5 -> 0:5
: IRQ6 -> 0:6
: IRQ7 -> 0:7
: IRQ8 -> 0:8
: IRQ9 -> 0:9-> 0:20
: IRQ10 -> 0:10
: IRQ11 -> 0:11
: IRQ12 -> 0:12
: IRQ13 -> 0:13
: IRQ14 -> 0:14
: IRQ15 -> 0:15
: .................................... done.
: Using local APIC timer interrupts.
: calibrating APIC timer ...
: ..... CPU clock speed is 2659.0663 MHz.
: ..... host bus clock speed is 132.0983 MHz. 


Is anything wrong with this?
thank you very much for reading/replying 

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

* Re: what all has changed in ppp?
  2003-02-02 17:47 what all has changed in ppp? b_adlakha
@ 2003-02-02 18:58 ` Russell King
  2003-02-02 21:00   ` b_adlakha
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King @ 2003-02-02 18:58 UTC (permalink / raw)
  To: b_adlakha; +Cc: linux-kernel

On Sun, Feb 02, 2003 at 10:47:37AM -0700, b_adlakha@softhome.net wrote:
> sorry, I haven't been keeping up with the changes in 2.5, but I can't get 
> pppd to work with 2.5.59, it dies with error code 1 while it works alright 
> with 2.4.20... 

You need to look in the system log files (typically /var/log/messages) to
see why pppd isn't happy.

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


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

* Re: what all has changed in ppp?
  2003-02-02 18:58 ` Russell King
@ 2003-02-02 21:00   ` b_adlakha
  2003-02-02 22:40     ` Russell King
  0 siblings, 1 reply; 4+ messages in thread
From: b_adlakha @ 2003-02-02 21:00 UTC (permalink / raw)
  To: Russell King; +Cc: linux-kernel

Russell King writes: 

> On Sun, Feb 02, 2003 at 10:47:37AM -0700, b_adlakha@softhome.net wrote:
>> sorry, I haven't been keeping up with the changes in 2.5, but I can't get 
>> pppd to work with 2.5.59, it dies with error code 1 while it works alright 
>> with 2.4.20... 
> 
> You need to look in the system log files (typically /var/log/messages) to
> see why pppd isn't happy.

Oh yes, sorry I forgot, module tty_ldisk3 cannot be found, so ppp dies with 
exit status 1...
I didn't think ppp needs anything other than ppp_generic, the serial driver 
for ppp and the compression modules...
What is tty_ldisk3? could you help me on this? 

Also, I haven't been able to solve the cpu problem...
and also, modprobe warns of unknown symbols in /etc/modules.devfs...although 
the 2.4 kernel works fine... 


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

* Re: what all has changed in ppp?
  2003-02-02 21:00   ` b_adlakha
@ 2003-02-02 22:40     ` Russell King
  0 siblings, 0 replies; 4+ messages in thread
From: Russell King @ 2003-02-02 22:40 UTC (permalink / raw)
  To: b_adlakha; +Cc: linux-kernel

On Sun, Feb 02, 2003 at 02:00:33PM -0700, b_adlakha@softhome.net wrote:
> Oh yes, sorry I forgot, module tty_ldisk3 cannot be found, so ppp dies with 
> exit status 1...
> I didn't think ppp needs anything other than ppp_generic, the serial driver 
> for ppp and the compression modules...
> What is tty_ldisk3? could you help me on this? 

It's the ppp line discipline.  Add to /etc/modules.conf:

alias tty-ldisc-3 ppp_async

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


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

end of thread, other threads:[~2003-02-02 22:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-02 17:47 what all has changed in ppp? b_adlakha
2003-02-02 18:58 ` Russell King
2003-02-02 21:00   ` b_adlakha
2003-02-02 22:40     ` Russell King

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