In article <local.mail.freebsd-stable/20010711080517$[EMAIL PROTECTED]> you
write:
>-=-=-=-=-=-
>
>Hi,
>on a pentium 233 IPC with a dual fxp (Intel Pro 100+) card,
>with this ppp configuration:
>
>...
>tdsl:
> set device PPPoE:fxp1
>...
>
>and the attached kernel configuration file (mike)
>I get the following panic:
I would guess that PPPoE here is attempting to send a packet
through the fxp device while it is administratively down, and the
fxp driver panics because it is not initialized. This is a bug
in netgraph, it should check the status of the interface before
queuing a packet.
If this is the problem, then a workaround is to bring the interface
up (via 'ifconfig fxp0 up') before running ppp.
--
Jonathan
PS. Yes, I have a static IP address. You're using an awfully big
brush to tar everyone with by rejecting all mail from @home.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message