Re: [Linux-ATM-General] linux-2.4.22 Oops on ATM PCA-200EPC

From: Lukasz Trabinski
Date: Tue Aug 26 2003 - 06:58:46 EST


On Tue, Aug 26, 2003 at 07:12:33AM -0400, chas williams wrote:
> >I have always used vanilla kernel with very old patch for ATM
> >(name: linux-2.3.99-pre6-fore200e-0.2f.patch) It worked well -
> >trouble-free.
> >I have just tried vanilla 2.4.22, here is oops. ATM doesn't work :(
>
> what did you do to get this crash? just startup an interface?
> is clip built as a module?

During startup or restart interface by script

[...]
if is_yes "$CLIP" ; then
msg_starting "ATM CLIP"
daemon atmarpd -b
for i in $interfaces_atm_boot ; do
run_cmd -a "$(nls 'Bringing up interface') $i" /sbin/ifup $i
boot
[...]


[root@voices linux]# cat .config |grep ATM |grep -v "#"
CONFIG_ATM=y
CONFIG_ATM_CLIP=y
CONFIG_ATM_CLIP_NO_ICMP=y
CONFIG_ATM_LANE=m
CONFIG_ATM_MPOA=m
CONFIG_NET_SCH_ATM=y
CONFIG_ATM_NICSTAR=m
CONFIG_ATM_NICSTAR_USE_SUNI=y
CONFIG_ATM_FORE200E_MAYBE=m
CONFIG_ATM_FORE200E_PCA=y
CONFIG_ATM_FORE200E_PCA_DEFAULT_FW=y
CONFIG_ATM_FORE200E_TX_RETRY=16
CONFIG_ATM_FORE200E_DEBUG=0
CONFIG_ATM_FORE200E=m

[root@voices linux]# lsmod
nicstar 28984 7 (autoclean)
suni 4740 0 (autoclean) [nicstar]


--
*[ Łukasz Tr±biński ]*
SysAdmin @wsisiz.edu.pl
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/