Cathryn Mataga | 5 Jul 2006 01:58
Favicon

6pack ROMS

I'm putting together some packet stuff here.  I have an old 1276 TNC 
that's a 4.9Mhz Z80
TNC2 variant.   Are the ROMS for 6pack on the net somewhere?   I thought I'd
try them in this thing just for kicks, see how it goes.
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Chuck Hast | 5 Jul 2006 04:48
Picon

Re: 6pack ROMS

On 7/4/06, Cathryn Mataga <cathrynm <at> junglevision.com> wrote:
> I'm putting together some packet stuff here.  I have an old 1276 TNC
> that's a 4.9Mhz Z80
> TNC2 variant.   Are the ROMS for 6pack on the net somewhere?   I thought I'd
> try them in this thing just for kicks, see how it goes.
> -

I am using 6pack on my FPAC Linux switch here, it works quite well, and
if the multi-drop part has been put in the code then you can can use mult-
iple TNC's on a serial port. I have not done that piece yet, but so far mine
appears to work quit well, I did have a TNC which was going out of synch
but it was the TNC that had a issue and not the 6pack stuff.

--

-- 
Chuck Hast  -- KP4DJT --
To paraphrase my flight instructor;
"the only dumb question is the one you DID NOT ask resulting in my going
out and having to identify your bits and pieces in the midst of torn
and twisted metal."
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Cathryn Mataga | 5 Jul 2006 09:38
Favicon

kissattach/kissnetd versus ptyq ttyq and ptmx/pts

In my original Linux ham radio setup, I had the following...

/sbin/kissnetd -f 1064 /dev/ptyq3 /dev/ptyq4&
sleep 4
/sbin/kissattach -l /dev/ttyq3 lb1 192.168.0.2&
/sbin/kissattach -l /dev/ttyq4 lb2 192.168.0.3&

for creating the loopback device.

Seems that in Fedora 4 ptyq3 and ttyq3 don't exist anymore.  I tried using
MAKENODE ptyq3 and ttyq3 to create these device files, but I don't think 
they're
working?  I get this error.

kissattach: open: No such device or address

I've been googling the pseudo terminals for Linux and it seems that the 
new way is
with ptmx/pts and ptyq3 and ttyq3 are the old style.  But I'm not sure, 
will kissattach
works with these? Or is there a way to get ptyq3 ttyq3 working in Fedora 5?

What's the right way to go about this, these days?
-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

info | 5 Jul 2006 15:18

REPRESENTATIVE NEEDED

Hello.
     It is my pleasure to write you in respect of our organisation. We 
are experts in the sale of raw materials and we export into
North America/South America and some parts of Europe.

 We are searching for reliable representatives who can help us 
establish a medium of getting to our customers in the North America/South America and Europe as well as
legally recieving cash and all forms of payment on our behalf from them as our Representative.

   Please if you are interested in transacting business in view of 
helping us,so our clients could be making payment to you being our
representative, we will be very glad. Compensations will be given and
other benefits. Contact us for more information, If this proposal is
acceptable to you.
   Please get back to us, so that a remuneration can be worked out for
your services as our representative in South America/North America and Europe as your location shall
determine. For futher informations and enquiries, you are to write to us by mail representcmiecltd <at> yahoo.com.cn
  Consultant. China Metallurgical Import & Export Corporation Henan 
Company
(CMIEC HN)
www.cmiec.com
We anticipate your earliest response in
this regard.
HN
Thanks,
Mr Lee Chung
Secretary. China Metallurgical Import &
Export Corporation
Henan Company (CMIEC )
www.cmiec.com
(Continue reading)

Bernard Pidoux | 5 Jul 2006 16:59
Picon

spinlock in ROSE module with kernel 2.6.17

Hi Ralf,

I amnot sure this message go through, so I send it again.

I installed linux kernel 2.6.17.1 (now -3) on my ROSE-FPAC switch box 
and got systematically spinlocks within a few minutes, that did not came 
out with previous 2.6.16.23 and your patched applied.

After enabling compilation of sysrq for spinlocks and allowing sysrq
options (see linux/Documentation/sysrq.txt) I found that rose module was
involved.

Here is a summary of the screen dump obtained using console level 5 and
't' key action :

            softlockup_tick
            update_process_times
            timer_interrupt
            handle_IRQ_event
            __do_IRQ
            do_IRQ
            common_interrupt
            delay_tsc
            delay_tsc
            _raw_spin_lock
            _spin_lock_bh
<c8a25646> rose_get_neigh   +0x16 /0xa0  [rose]
<c8a25c2c> rose_route_frame +0x41c/0x580 [rose]
<c89d3bfe> ax25_check_iframes_acked +0x5e/0x70 [ax25]
<c89d55e1> ax25_std_frame_in +0x741/0x7e0 [ax25]
(Continue reading)

Federico Lowry | 6 Jul 2006 00:43

Fw: Re: Additional earnings

Hi Linux-hams!!
Let me say few words about our new vacancy.

Correspondence Assistant/Representative

Benefits of working with us: free working schedule - usually no more than 1-2 hours daily! 

You can be sure that working with us is perspective for your career. The average salary will be around $1500 / Monthly.

- No special experience is required for this position!! 
- We hire all over the USA except Alaska and Hawaii. 
- We are looking for honest and bright people for this position.

You can learn more about this vacancy and fill application form here: http://www.ld-post.com/vacancy.html

Thank you for your time.

Thu, 6 Jul 2006 00:43:03 +0200
deprave bobby asceticism chime  aging dicta

-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Cathryn Mataga | 6 Jul 2006 10:14
Favicon

Re: kissattach/kissnetd versus ptyq ttyq and ptmx/pts

Cathryn Mataga wrote:
> In my original Linux ham radio setup, I had the following...
>
> /sbin/kissnetd -f 1064 /dev/ptyq3 /dev/ptyq4&
> sleep 4
> /sbin/kissattach -l /dev/ttyq3 lb1 192.168.0.2&
> /sbin/kissattach -l /dev/ttyq4 lb2 192.168.0.3&
>
> for creating the loopback device.
>
> Seems that in Fedora 4 ptyq3 and ttyq3 don't exist anymore.  I tried 
> using
> MAKENODE ptyq3 and ttyq3 to create these device files, but I don't 
> think they're
> working?  I get this error.
>
> kissattach: open: No such device or address
>
> I've been googling the pseudo terminals for Linux and it seems that 
> the new way is
> with ptmx/pts and ptyq3 and ttyq3 are the old style.  But I'm not 
> sure, will kissattach
> works with these? Or is there a way to get ptyq3 ttyq3 working in 
> Fedora 5?
>
> What's the right way to go about this, these days?
> - 

Hmm, well I'm still kind of stuck on this a little bit. 

(Continue reading)

Bernard Pidoux | 6 Jul 2006 11:28
Picon

Re: kissattach/kissnetd versus ptyq ttyq and ptmx/pts


Cathryn Mataga wrote :
> Cathryn Mataga wrote:
>> In my original Linux ham radio setup, I had the following...
>>
>> /sbin/kissnetd -f 1064 /dev/ptyq3 /dev/ptyq4&
>> sleep 4
>> /sbin/kissattach -l /dev/ttyq3 lb1 192.168.0.2&
>> /sbin/kissattach -l /dev/ttyq4 lb2 192.168.0.3&
>>
>> for creating the loopback device.
>>
>> Seems that in Fedora 4 ptyq3 and ttyq3 don't exist anymore.  I tried 
>> using
>> MAKENODE ptyq3 and ttyq3 to create these device files, but I don't 
>> think they're
>> working?  I get this error.
>>
>> kissattach: open: No such device or address
>>
>> I've been googling the pseudo terminals for Linux and it seems that 
>> the new way is
>> with ptmx/pts and ptyq3 and ttyq3 are the old style.  But I'm not 
>> sure, will kissattach
>> works with these? Or is there a way to get ptyq3 ttyq3 working in 
>> Fedora 5?
>>
>> What's the right way to go about this, these days?
>> - 
> 
(Continue reading)

Mike McCarthy, W1NR | 6 Jul 2006 11:56
Favicon

RE: kissattach/kissnetd versus ptyq ttyq and ptmx/pts

I seem to recall that you need to select this support when the kernel is
built.  You also need to select KISS and AX.25 support as well.  I would try
recompiling the kernel with these enabled.

I just looked on my SuSE 10.1 system (kernel 2.6.16) and the pty devices are
there (SuSE enables most everything in the default kernel as well as mkiss
and ax25) so the kernel must still support it.

What were you using before going to FC4?  I made the switch from RH to SuSE
mainly to avoid having to recompile kernels all the time.  Also I find the
SuSE system management much more robust than Fedora.

Mike, W1NR

-----Original Message-----
From: linux-hams-owner <at> vger.kernel.org
[mailto:linux-hams-owner <at> vger.kernel.org] On Behalf Of Cathryn Mataga
Sent: Wednesday, July 05, 2006 3:38 AM
To: unlisted-recipients:; no To-header on input
Cc: linux-hams <at> vger.kernel.org
Subject: kissattach/kissnetd versus ptyq ttyq and ptmx/pts

In my original Linux ham radio setup, I had the following...

/sbin/kissnetd -f 1064 /dev/ptyq3 /dev/ptyq4& sleep 4 /sbin/kissattach -l
/dev/ttyq3 lb1 192.168.0.2& /sbin/kissattach -l /dev/ttyq4 lb2 192.168.0.3&

for creating the loopback device.

Seems that in Fedora 4 ptyq3 and ttyq3 don't exist anymore.  I tried using
(Continue reading)

Robert Jenkins | 6 Jul 2006 17:20
Picon
Favicon

RE: kissattach/kissnetd versus ptyq ttyq and ptmx/pts


> In my original Linux ham radio setup, I had the following...
> 
> /sbin/kissnetd -f 1064 /dev/ptyq3 /dev/ptyq4& sleep 4 
> /sbin/kissattach -l /dev/ttyq3 lb1 192.168.0.2& 
> /sbin/kissattach -l /dev/ttyq4 lb2 192.168.0.3&
> 
> for creating the loopback device.
> 
> Seems that in Fedora 4 ptyq3 and ttyq3 don't exist anymore.  
> I tried using MAKENODE ptyq3 and ttyq3 to create these device 
> files, but I don't think they're working?  I get this error.
> 
> kissattach: open: No such device or address
> 
> I've been googling the pseudo terminals for Linux and it 
> seems that the new way is with ptmx/pts and ptyq3 and ttyq3 
> are the old style.  But I'm not sure, will kissattach works 
> with these? Or is there a way to get ptyq3 ttyq3 working in Fedora 5?
> 
> What's the right way to go about this, these days?
> -

Hi, 
I'm running AX25 on a Centos 4.3 system with kernel 2.6.16 and it works
well.

You can enable the pty devices in the kernel config under 
Device Drivers > Character Devices > Legacy (BSD) PTY Support

(Continue reading)


Gmane