On Wed, 20 Oct 1999, Richard Adams wrote:
> On Tue, 19 Oct 1999, you wrote:
> >>On Tue, 19 Oct 1999, Richard Adams wrote:
> >
> >> I have 2.2.5 6 7 8 9 10 11 12 13pre1 to 18 they all work.
> >>
> >> If you make your own kernel what do you define for ax25, if you send
> >> me your /usr/src/linux/.config file i will look and see what you are
> >> missing, ( it to the list.) or you have defined things as modules
> >> and they are not getting loaded by kmod due to a lack of
> >> configuration in /etc/conf.modules.
> >
> >Ok, I'll send my config of the kernel and /etc/conf.modules,
> >
> >>
> >> I said AF_PACKET but there could be more, like "miss" but that would
> >> give other errors i think.
> >
> >But, where should that line be added? I could look for it.
> >
> You have done it all correctly, making the kernel, BUT how can the
> modules get loaded, your /etc/conf.modules is practicly empty.
> Here is an example and shopuld lead you up the yellow brick road.
>
>
> >
> alias eth0 ne
> options ne io=0x300
> alias eth1 3c59x
> alias sound es1371
> alias net-pf-1 unix
> alias net-pf-3 ax25
> alias bpq0 bpqether
> alias net-pf-4 off
> alias net-pf-5 off
> alias net-pf-6 netrom
> alias net-pf-11 off
> alias net-pf-17 af_packet # <- This one is causing your probs.
> alias tty-ldisc-5 mkiss
> alias tunl0 ipip
> alias fd0 floppy
> #alias char-major-61 lirc
>
> alias parport_lowlevel parport_pc
> pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
Thank you very for helping me. You were right about the problem.
I added those aliases in the file /etc/conf.modules and now the
commands listen, ax25rtd, mheardd and net2kiss are working.
Probably there are other persons with the same problem I had.
Regards,
Jorge Matias
CT2HBZ
>
>
> --
> Regards Richard
> [EMAIL PROTECTED]
> http://people.zeelandnet.nl/pa3gcu/
>