Linux HAM/Amateur Radio development
 help / color / mirror / Atom feed
From: M Taylor <mctylr@privacy.nb.ca>
To: Stewart Wilkinson <g0lgs@gb7lgs.co.uk>
Cc: linux-hams@vger.kernel.org
Subject: Re: RedHat 7.3 and AX25
Date: Sat, 7 Sep 2002 16:24:04 +0100	[thread overview]
Message-ID: <20020907162404.A19510@pull.privacy.nb.ca> (raw)
In-Reply-To: <Pine.LNX.4.33.0209070059470.137-100000@gb7lgs.ampr.org>; from g0lgs@gb7lgs.co.uk on Sat, Sep 07, 2002 at 01:03:43AM +0000

On Sat, Sep 07, 2002 at 01:03:43AM +0000, Stewart Wilkinson wrote:
> Hi,
> 
> I seem to have a problem using kissattach with the 2.4.18-3 kernel. I have
> rebuilt a kernel with MKISS support on (ie: CONFIG_MKISS=y in .config),
> yet when I try to run kissattach I get:
> 
> kissattach: Error setting line discipline: TIOCSETD: Invalid argument
> Are you sure you have enabled MKISS support in the kernel
> or, if you made it a module, that the module is loaded?
> 
> Any Idea's ??

This won't work well without AX.25 also being in the kernel. BUT it is 
much much better to use KISS as a module (CONFIG_MKISS=m) instead.

mv .config .config.old
sed 's/CONFIG_MKISS=y/CONFIG_MKISS=m/' <.config.old >.config
make modules
make modules-install
make bzImage (only needed to rebuild kernel without mkiss in it)
...whatever steps you use to install new kernel 
...and update MBR (i.e. run lilo)

reboot

depmod -a

/sbin/modprobe ax25
/sbin/modprobe mkiss
kissattach ...

I would recommend building a kernel from generic 2.4.19 sources 
(www.us.kernel.org) rather than RedHat's kernel source rpm unless you need to 
use RedHat's patches for some non-standard reason. 2.4.19 has some fixes
for amateur radio.

I hope that helps,
-ve1mct

      parent reply	other threads:[~2002-09-07 15:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-07  1:03 RedHat 7.3 and AX25 Stewart Wilkinson
2002-09-07  6:35 ` Roger Harris
2002-09-07  9:45   ` Shane Deering
2002-09-09 13:16   ` Option in kernel compilation Vivi Kusumo
2002-09-09 14:48     ` Hamish Moffatt
2002-09-07 15:24 ` M Taylor [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020907162404.A19510@pull.privacy.nb.ca \
    --to=mctylr@privacy.nb.ca \
    --cc=g0lgs@gb7lgs.co.uk \
    --cc=linux-hams@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox