On Mon, May 01, 2000 at 08:18:05AM +0200, Erik Jakobsen wrote:
> bash-2.03# insmod ax25
> Using /lib/modules/2.2.13/misc/ax25.o
> bash-2.03# insmod yam
> Using /lib/modules/2.2.13/net/yam.o

It is better to use 'modprobe yam' -- it will insert all the drivers
needed by yam. 

> bash-2.03# setserial /dev/ttyS0 uart none
> bash-2.03# yamcfg yam0 io 0x3f8 irq 4 pers 255 txd 150

This looks OK.

> bash-2.03# /sbin/ifconfig yam0 44.145.0.9 netmask 255.255.255.0 hw 
> ax25 OZ4KK up
> Segmentation fault

That's bad. I don't know sorry. Try doing one thing at a time to narrow
it down:

ifconfig yam0 hw ax25 OZ4KK
ifconfig yam0 44.145.0.9 netmask 255.255.255.0 down
ifconfig yam0 up

then see which one fails. You need the down on the second line
because this line would normally bring the interface up as well
as configuring the IP.


Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

Reply via email to