hi,
On Mon, Aug 16, 1999 at 09:39:00AM +0700, Adolf Ahmad MS wrote:
> I found the same problem, when I ping the remote host the afsk sound has
> come from the line out speaker but the remote PC no give response.
but i can see the signals with smdiag.
are there any low level debug tools except smdiag?
the rx counter from ifconfig is still null so soundmodem is not
recognizing incoming packages.
>> i want to make a point to point connection via soundmodem.
>> i can ping the points/computers but no one is answering.
>> in smdiag i can see the signal.
>>
>> my configuration:
>>
>> -- computer a kernel 2.2.10
>> insmod ax25
>> insmod hdlcdrv
>> setcrystal -s 0x220 -i 5 -d 1
>> insmod soundmodem
>> sethdlc -p -i sm0 mode sbc:afsk1200 io 0x220 irq 5 dma 1 pario 0x378
>> ifconfig sm0 hw ax25 XX0XXX up
>> ifconfig sm0 192.42.172.11
>> smmixer -i sm0 i=0 o=0 s=line
>> route add -net 192.42.172.0 sm0
>> sethdlc -i sm0 -a txd 500 slot 50 ppersist 128
>> axparms -route add 1 XX1XXX
>> arp -H ax25 -i sm0 -s 192.42.172.12 XX1XXX
>>
>> /etc/ax25/axports:
>> 1 XX0XXX 1200 255 2 144.675 MHz (1200 bps)
>> --
>>
>> -- computer b kernel 2.0.36
>> insmod ax25
>> insmod hdlcdrv
>> setcrystal -s 0x220 -i 5 -d 1
>> insmod soundmodem
>> sethdlc -p -i sm0 mode sbc:afsk1200 io 0x220 irq 5 dma 1 pario 0x378
>> ifconfig sm0 hw ax25 XX1XXX up
>> ifconfig sm0 192.42.172.12
>> smmixer -i sm0 i=0 o=0 s=line
>> route add -net 192.42.172.0 sm0
>> sethdlc -i sm0 -a txd 500 slot 50 ppersist 128
>> axparms -route add 1 XX0XXX
>> arp -H ax25 -i sm0 -s 192.42.172.11 XX0XXX
>>
>> /etc/ax25/axports:
>> 1 XX1XXX 1200 255 2 144.675 MHz (1200 bps)
>> --
>>
>> what could be the problem?
>> did i forget something?
>>
>> btw: on computer a (kernel 2.2.10) i can see the route entry ("axparms
>> -route list") from "axparms -route add 1 XX1XXX".
>> on computer b (kernel 2.0.36) i am not able to insert any route entry.
cu;
bernd