On Thu, Oct 21, Ted Wager wrote:
> Hi...
> I am running SuSe 6.2 and am trying to set up ax25..
> I have been told the kernel does not need to be recompiled
> yet looking at the .config file I see
> # CONFIG_AX25 is not set
> but CONFIG_X25=m is there
> I also see #CONFIG_PPP is not set ye
Yeah, I think all that happened, was that the list got flooded with
the bad messages just after you posted, and people deleted
a bunch of them without reading them..
-Original Message-
From: Elmo recio <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, October 2
Well, after getting people's attention like this you might have reasked
the question at the end.
ciao, elmo
On Thu, 21 Oct 1999, Louis Kruger wrote:
|Hi,
|
|It seems to me that all the Elmers died or left for another dimension.
|
|I asked a question or two; no response.
|
|I asked another quest
>>
>> nrparms: SIOCADDRT - invalid operation
>
> A bug in nrparms. I'd recommend you get the RPMs from the Red Hat
> Powertools 6.1 collection and try those. That particular bug is fixed
> there.
>
> --
> Tomi Manninen Internet: [EMAIL PROTECTED]
> OH2BNS AX.25:
>> nrparms: SIOCADDRT - invalid operation
>
> A bug in nrparms. I'd recommend you get the RPMs from the Red Hat
> Powertools 6.1 collection and try those. That particular bug is fixed
> there.
>
> --
> Tomi Manninen Internet: [EMAIL PROTECTED]
> OH2BNS AX.25: [EM
I'm trying to get dhcpd on Linux talking to SV2agw on Win98. The idea here
is to put the 9600 baud port on a C-net and 192.168.1.0, and use
ip masquerade to convert ip adresses to my amprnet adress. When
I use static ip adresses on the Windows machines, it works great,
and I have no trouble with
On Thu, Oct 21, 1999 at 08:05:42PM +0200, Thomas Sailer wrote:
> Why doesn't it work? You should be definitely using hfkernel_user...
Oops, you said not to worry about compiling the kernel driver,
not hfkernel_user. hfkernel_user compiles ok with the asm fix.
It hangs on start up too :-( Same st
On Thu, Oct 21, 1999 at 08:05:42PM +0200, Thomas Sailer wrote:
> Hamish Moffatt wrote:
> > made the module insert. When I run hfkernel_kernel, it blocks waiting
> > for a signal and does not seem to create the socket and hfterm
> Eh? Why do you think so? It's not apparent from the strace below.
N
Is it possible to set the MTU on ax0 to 1500 and then let the packets
be fragmented at 256 bytes at the AX.25 level, if I set the interface
to Virtual Circuit ?
I'm attempting to squeeze a little more spid out of a 1200 bps link
Pf
--
--
Hamish Moffatt wrote:
> made the module insert. When I run hfkernel_kernel, it blocks waiting
> for a signal and does not seem to create the socket and hfterm
Eh? Why do you think so? It's not apparent from the strace below.
> hfkernel_kernel:
>
> [...]
> uname({sys="Linux", node="hamishpc", .
Robert Schelander wrote:
> Thanks for answering!
>
> >> Anyway why doesn't write axspawn anything into the
> >> shadow file where the passwords normally are?
> >>
> >> oe8rsq:+:400:200:oe8rsq:/home/ax25/oe8rsq:/bin/bash
> >>
> >> Do I have to modify axspawn.c to do this correctly?
> >
> >yes
>
>
Hi...
I am running SuSe 6.2 and am trying to set up ax25..
I have been told the kernel does not need to be recompiled
yet looking at the .config file I see
# CONFIG_AX25 is not set
but CONFIG_X25=m is there
I also see #CONFIG_PPP is not set yet I am using PPP to send this..
Do I
Tomi Manninen wrote:
>
> On Wed, 20 Oct 1999, Dale L. Puckett wrote:
>
> > Everything is looking pretty good except the nrparms portion of my startup
> > script. When it executes an nrparms command directly in the script ... and
> > when it runs the embedded nrparms command in the nodes.save fil
Louis Kruger wrote:
> Hi,
>
> It seems to me that all the Elmers died or left for another dimension.
>
> I asked a question or two; no response.
>
> I asked another question, one direct response.
>
> I asked two or so questions. No response.
>
> I rephrase. No response.
>
> I tried the search eng
On Thu, Oct 21, 1999 at 02:56:35PM +0200, Thomas Sailer wrote:
> That is the kernel driver, which shouldn't be needed either, so
> please remove it also.
OK I got the kernel driver to compile by getting the first
line fixed from the hf.tar.gz distribution, and the second from
your post on this li
On Thu, Oct 21, 1999 at 02:56:35PM +0200, Thomas Sailer wrote:
> That is the kernel driver, which shouldn't be needed either, so
> please remove it also.
The driver in the 2.2.12 kernel source does not compile for me either :-(
refclock.c: In function `hfmodem_refclock_current':
refclock.c:136:
I found that several FlexNet users have problems using my
WWConvers Server. What happens is that every time a line is sent, by the
server, it is suffixed with an LF only. The problem is that FlexNet users
see a "^J" in their screens. But the big problem is that all the lines
are concatenated an
On Thu, Oct 21, 1999 at 02:56:35PM +0200, Thomas Sailer wrote:
> That is the kernel driver, which shouldn't be needed either, so
> please remove it also.
I used "make hfterm hfkernel_kernel", is that what you mean?
hfkernel_user does not compile. hfterm and hfkernel_kernel do compile
just fine th
IW4DSU Chris wrote:
> And what about using the Baycom-like demodulator (a TM3105 i think) or
> another to de/modulate the rtty signals (as well as packet i think :) )???
You mean something like a DJ6HP filterconverter? Could be done,
with a kernel driver, but I haven't done it. But you don't rea
Joop Stakenborg wrote:
> Look for a line like:
> __asm__("mull %1" : "=d" (tmp2) : "m" (scale_rdtsc), "a" (tmp0) : "ax");
> and replace it by:
> __asm__("mull %2" : "=d" (tmp2), "=&a" (tmp0) : "m" (scale_rdtsc));
Still not quite correct:
__asm__("mull %2" : "=d" (tmp2), "=&a" (tmp0) : "m" (scal
Hamish Moffatt wrote:
> I am having some problems with compilation though:
>
> * "make dep" wants to use utils/testgaussian.c which doesn't exist.
I forgot to remove this target from the makefile, testgaussgen isn't
necessary.
> cc -DMYCALL=\"N0NE\" -g -Wall -Wstrict-prototypes -O2 -ffast-math
On Wed, 20 Oct 1999, Dale L. Puckett wrote:
> Everything is looking pretty good except the nrparms portion of my startup
> script. When it executes an nrparms command directly in the script ... and
> when it runs the embedded nrparms command in the nodes.save file saved by
> the nodesave command,
On Thu, Oct 21, 1999 at 10:18:09AM +0100, Steve Platt wrote:
>
> > Please be honest now and tell me how to phrase or place a question ...
>
> dit dit dit dit,
> dit daw,
> dit dit dit daw,
>
.. ... -. -
.. -
. .- ... .. . .-.
- .. ...
.-- .- -.--
..--..
..
..
> Please be honest now and tell me how to phrase or place a question ...
dit dit dit dit,
dit daw,
dit dit dit daw,
dit,
daw dit dit dit daw,
daw dit daw daw,
daw daw daw,
dit dit daw,
daw dit dit dit daw,
daw,
dit daw dit,
dit dit,
dit,
daw dit dit,
daw dit dit dit daw,
dit dit
24 matches
Mail list logo