From: Ralf Baechle DL5RB <ralf@linux-mips.org>
To: Jacques Chion <Jacques.Chion@wanadoo.fr>
Cc: Scott Weis <kb2ear@kb2ear.net>, linux-hams@vger.kernel.org
Subject: Re: AX-25 software that works on Fedora Core 4?
Date: Mon, 22 Aug 2005 13:03:32 +0100 [thread overview]
Message-ID: <20050822120332.GD3780@linux-mips.org> (raw)
In-Reply-To: <Pine.LNX.4.44.0508211157320.12419-100000@cwoux2.cerise.fr>
On Sun, Aug 21, 2005 at 12:05:57PM +0200, Jacques Chion wrote:
> I applied the patch to the mkiss.c of the kernel-2.6.12.5.
> Now i can use again the ax25 and kiss mode without problems.
> Only two small problems :
>
> -the patch you have sent by mail refuse to apply after line 885, but i
> finished by hand, and no problem to compile.
That is expected for this kernel version. There has been another change
to mkiss.c for 2.6.13-rc1:
--- linux/drivers/net/hamradio/mkiss.c 2005/05/19 12:08:26 1.29
+++ linux/drivers/net/hamradio/mkiss.c 2005/07/11 20:47:35 1.30
@@ -934,7 +934,7 @@ static void __exit mkiss_exit_driver(voi
kfree(ax25_ctrls);
ax25_ctrls = NULL;
- if ((i = tty_register_ldisc(N_AX25, NULL)))
+ if ((i = tty_unregister_ldisc(N_AX25)))
printk(KERN_ERR "mkiss: can't unregister line discipline (err = %d)\n", i);
}
My patch will only apply cleanly apply to drivers that already contain
this change.
I assume this change was the cause of your problem also?
> -soundmodem, that i use, is complaining about SIOCSIFHADDR, but it seems
> to work properly.
Well, that's a different construction site. But I may try to look into
it if you tell me which version of soundmodem you're running.
> So, thank you and again, great job !
Thank you, such feedback - no matter if negative or positive is really
important.
Ralf
next prev parent reply other threads:[~2005-08-22 12:03 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-19 18:55 AX-25 software that works on Fedora Core 4? Scott Weis
2005-08-19 19:45 ` Patrick A. Ouellette
2005-08-19 20:00 ` Patrick A. Ouellette
2005-08-20 1:22 ` Geoff L. Kennedy
2005-08-20 8:13 ` oz6bl
2005-08-20 17:22 ` Ralf Baechle DL5RB
2005-08-20 17:26 ` Ralf Baechle DL5RB
2005-08-20 20:30 ` oz6bl
2005-08-21 15:44 ` Douglas Cole
2005-08-21 17:37 ` ham radio RPMs for SUSE [was: Re: AX-25 software that works on Fedora Core 4?] Robert Steinhäußer
2005-10-23 16:11 ` Douglas Cole
2005-10-23 23:22 ` Hamish Moffatt
2005-10-24 0:15 ` Douglas Cole
2005-08-22 14:37 ` AX-25 software that works on Fedora Core 4? oz6bl
2005-08-22 11:57 ` Ralf Baechle DL5RB
2005-08-21 10:05 ` Jacques Chion
2005-08-22 12:03 ` Ralf Baechle DL5RB [this message]
2005-08-22 13:28 ` Ralf Baechle DL5RB
2005-08-22 17:48 ` Scott Weis
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=20050822120332.GD3780@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=Jacques.Chion@wanadoo.fr \
--cc=kb2ear@kb2ear.net \
--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