I have been writing some small  HOWTO for YAM users in spanish:
        If you want to add the information in the YAM driver and
        utilities i can prepare the text for you.

This is a small piece of text i wrote some time ago:


  El modem YAM permite trabajar a 1200 y 9600 bit/seg. Este modem
  incorpora en su propio hardware una controladora de HDLC que permite
  escribir los drivers mucho mas facilmente que otros modems como el
  Baycom o el Pic Par. El sincronismo de las tramas HDLC es mucho mas
  facil y en entre sus principales caractersticas destaca la
  compatibilidad con GMSK y G3RUH.

  El modem de Nico Palermo IV3NWV  ha ganado fans muy rapidamente y ya
  existen varias versiones de drivers para Linux desarrolladas por
  Frederic Rible F1OAT  y Jean-Paul F3FBB.

  La informacion sobre el modem YAM esta accesible en <URL> y el driver
para
  Linux en . La ultima version del driver es la 0.7 y forma parte del
  cdigo del kernel 2.0.36 una vez parcheado.

  Para instalar el mdem YAM ser necesario descomprimir el cdigo fuente y
  parchear el cdigo del kernel-2.0.36. Los pasos son los siguientes:

  #cp linux-2.0.36.tar.gz /usr/src
  #tar zxvf linux-2.0.36.tar.gz
  #cp yamdrv-0.7.tar.gz /usr/src/linux
  #tar zxvf yamdrv-0.7.tar.gz
  #cp yamdrv/yam07-2.0.36-patch.diff .
  #patch -p0<yam07-2.0.36-patch.diff



  Una vez parcheado el kernel compilaremos el kernel utilizado `make
  menuconfig' seleccionando:

   [*] Radio network interfaces
    < > BAYCOM ser12 and par96 driver for AX.25
    < > Soundcard modem driver for AX.25
    < > Serial port KISS driver for AX.25
    < > BPQ Ethernet driver for AX.25
    < > Gracilis PackeTwin support for AX.25
    < > Ottawa PI and PI/2 support for AX.25
    < > Z8530 SCC KISS emulation driver for AX.25
    < > STRIP (Metricom starmode radio IP)
    < > ATT WaveLAN -  DEC RoamAbout DS support
    <*> YAM driver for AX.25
  Cuando tengamos el nuevo kernel con opcion YAM compilado al arrancar la
  maquina veremos algo as como:




                           [...]

  hda: TOSHIBA MK2109MAT, 2067MB w/0kB Cache, CHS=525/128/63
  hdb: UJDA110, ATAPI CDROM drive
  ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
  Floppy drive(s): fd0 is 1.44M
  FDC 0 is a National Semiconductor PC87306
  md driver 0.36.3 MAX_MD_DEV=4, MAX_REAL=8
  PPP: version 2.2.0 (dynamic channel allocation)
  TCP compression code copyright 1989 Regents of the University of
California
  PPP Dynamic channel allocation code copyright 1995 Caldera, Inc.
  PPP line discipline registered.
  yam: (C) 1998 Frederic Rible F1OAT
  yam: version 0.7 compiled 21:23:17 Feb 10 1999
  AX.25 Multikiss device enabled
  Partition check:
   hda: hda1 hda2 hda3 hda4
          [...]



  El script de arranque del mdem yam para 1200 bps es

  #!/bin/sh
  #/etc/rc.yam
  echo Arrancando YAM services: start
  setserial /dev/ttyS0 port 0
  /usr/local/bin/yamcfg yam0 io 0x3f8 irq 4 bitrate 1200 txdelay 250
txtail 30 slottime 20 persist 20
  ifconfig yam0 hw ax25 EB4GLO-3
  ifconfig yam0 44.133.228.27
  /sbin/route add -net 44.133.0.0 netmask 255.255.0.0 yam0
  echo Las rutas de la mquina son:
  /sbin/route
  echo El dispostitivo yam tiene la configuracin:
  /sbin/ifconfig yam0



  Un dispostivo yam tendrz el mismo aspecto que un ax0, eth0, ppp0...
  rutas


  Kernel IP routing table
  Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
  44.133.0.0      *               255.255.0.0     U     0      0        0
yam0
  127.0.0.0       *               255.0.0.0       U     0      0        2
lo
  default         *               0.0.0.0         UG    0      0        6
yam0
  dispositivos
  yam0      Link encap:AMPR AX.25  HWaddr EB4GLO-3
            inet addr:44.133.228.27  Mask:255.0.0.0
            RUNNING  MTU:256  Metric:1
            RX packets:0 errors:0 dropped:0 overruns:0 frame:0
            TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
            collisions:0
            Interrupt:4 Base address:0x3f8



[EMAIL PROTECTED]
EB4GLO

Information is not knowledge

Reply via email to