Luc Langehegermann | 1 Feb 2003 15:29
Picon

Re: Problems to compile modem p3d

Seems to work for me!

Thanks, Luc

On Sunday 26 January 2003 17:12, Jonathan Naylor wrote:
> Hi Luc et al
>
> I have a quick and dirty patch which generates warnings but allows the
> package to
> compile. I think there is a need for a 0.2 release as newer versions of
> GCC throw
> a lot of warnings when compiling it.
>
> --- diag.c.old  2003-01-26 16:47:22.000000000 +0100
> +++ diag.c      2003-01-26 16:49:01.000000000 +0100
>  <at>  <at>  -123,7 +123,7  <at>  <at> 
>         { 0, 0, 0, 0, },
>          0,
>          NULL, NULL, 0, 0,
> -        { }, { }, PTHREAD_COND_INITIALIZER, PTHREAD_MUTEX_INITIALIZER
> +        0, 0, PTHREAD_COND_INITIALIZER, PTHREAD_MUTEX_INITIALIZER
>  };
>
>  /*
> ----------------------------------------------------------------------
> */
>
> Jonathan  HB9DRD/G4KLX

-
(Continue reading)

mvw | 3 Feb 2003 14:17

Re: WeatherMAX and Linux

John,

> Just by chance I have stumbled on to a Linux interface for my WeatherMAX 
> station.

Would you recommend the Weathermax? How far can the sensors be from the 
electronics? (In my case it's amost 100 ft).

(I am looking to add Wx to my Linux-based station).

Michael

-
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

Bent Bagger | 3 Feb 2003 16:58

Soundmodem gives error message: cannot start audio

I am having problems with the user space sound modem 'soundmodem'. When I
start it using this configuration file:

<?xml version="1.0"?>
<modem>
  <configuration name="slug">
    <channel name="Channel 0">
      <mod mode="afsk" bps="1200" f0="1200" f1="2200"/>
      <demod mode="afsk" bps="1200" f0="1200" f1="2200"/>
      <pkt mode="MKISS" ifname="ax0" hwaddr="OZ6BL" ip="44.145.40.3" netmask="255.255.255.0" broadcast="44.145.40.255"/>
    </channel>
    <chaccess txdelay="350" slottime="100" ppersist="40" fulldup="0" txtail="10"/>
    <audio type="soundcard" device="/dev/dsp" halfdup="1"/>
    <ptt file="/dev/ttyS0"/>
  </configuration>
</modem>

(tnx CT1FOX) I get this error message:

sm[PID]: cannot start audio

I cannot find any documention handling error messages. What does it mean 
and what can I do to get around it?

Best 73 de Bent/OZ6BL

--

-- 
Bent Bagger, OZ6BL
Birkerød
Danmark    (JO65EU)
(Continue reading)

Douglas Cole | 4 Feb 2003 00:12
Favicon

video capture

Well, I have spent a number of hours now searching way too much info on video 
capture cards and usb dongles with no clear answer to my questions.

Was wondering if anyone has any knowledge of any usb video capture cards that 
work well with >2.4.19 Linux ?

I am interested in playing with the new hdsstv mode and other things on my 
linux boxen and want to pickup a capture card that will work on my penguin 
machine ;^}

tia for all input !

--

-- 
Douglas Cole   N7BFS
AMSAT#26182 , K2 # 544
http://www.users.qwest.net/~cdoug3
Registered Linux user # 188922

-
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

Folkert van Heusden | 11 Feb 2003 22:22
Gravatar

sniffing on a packet radio device

Hi,

I have a BayCom modem connected to com1. I've also loaded the module.
As a test I assigned an ip-address to it and pinged some random ip-
address. The transceiver (is that the word?) seems to transmit what
I'm sending. Also, sometimes I see the RX light of the modem blinking
so someone must be transmitting something. So I tried tcpdump on the
device (bcsh0) but that failed with a "unknown data link type 3".
So I was wondering: is there anything out there with which I can
sniff *everything* that is coming through?

Thank you.

Folkert van Heusden
www.vanheusden.com
-
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

Ben Stienstra | 11 Feb 2003 22:38
Picon
Picon
Favicon
Gravatar

Re: sniffing on a packet radio device

try /usr/bin/listen -r

regards,
PD2BS, Ben 

On Tue, 2003-02-11 at 22:22, Folkert van Heusden wrote:
> Hi,
> 
> I have a BayCom modem connected to com1. I've also loaded the module.
> As a test I assigned an ip-address to it and pinged some random ip-
> address. The transceiver (is that the word?) seems to transmit what
> I'm sending. Also, sometimes I see the RX light of the modem blinking
> so someone must be transmitting something. So I tried tcpdump on the
> device (bcsh0) but that failed with a "unknown data link type 3".
> So I was wondering: is there anything out there with which I can
> sniff *everything* that is coming through?
> 
> 
> Thank you.
> 
> Folkert van Heusden
> www.vanheusden.com
> -
> 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

-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo <at> vger.kernel.org
(Continue reading)

Richard Adams | 11 Feb 2003 22:36
Picon

Re: sniffing on a packet radio device

On Tue, 2003-02-11 at 22:22, Folkert van Heusden wrote:
> Hi,
> 
> I have a BayCom modem connected to com1. I've also loaded the module.
> As a test I assigned an ip-address to it and pinged some random ip-
> address. The transceiver (is that the word?) seems to transmit what
> I'm sending. Also, sometimes I see the RX light of the modem blinking
> so someone must be transmitting something. So I tried tcpdump on the
> device (bcsh0) but that failed with a "unknown data link type 3".
> So I was wondering: is there anything out there with which I can
> sniff *everything* that is coming through?
> 
> 
> Thank you.

listen -p bcsh0 -a

--
Regards Richard
pa3gcu <at> zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu

-
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

Shane Deering | 11 Feb 2003 22:39
Favicon

Re: sniffing on a packet radio device

On Wed, 12 Feb 2003 08:22, Folkert van Heusden wrote:
> Hi,
>
> I have a BayCom modem connected to com1. I've also loaded the module.
> As a test I assigned an ip-address to it and pinged some random ip-
> address. The transceiver (is that the word?) seems to transmit what
> I'm sending. Also, sometimes I see the RX light of the modem blinking
> so someone must be transmitting something. So I tried tcpdump on the
> device (bcsh0) but that failed with a "unknown data link type 3".
> So I was wondering: is there anything out there with which I can
> sniff *everything* that is coming through?

Try /usr/bin/listen.
I like to use "listen -car".
And get a license.

--

-- 
Shane Deering                   Sent using Kmail v1.4.3
vk3bvp <at> qsl.net                  on Mandrake Linux, the Desktop OS
vk3bvp <at> vk3bvp.#sev.vic.aus.oc   MDK9.0 Up 1 hour and 5 minutes 
http://www.qsl.net/vk3bvp/      RH7.2 Up 18 hours and 8 minutes 

-
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

Luc Langehegermann | 11 Feb 2003 22:38
Picon

Re: sniffing on a packet radio device

On Tuesday 11 February 2003 22:22, Folkert van Heusden wrote:
> Hi,
>
> I have a BayCom modem connected to com1. I've also loaded the module.
> As a test I assigned an ip-address to it and pinged some random ip-
> address. The transceiver (is that the word?) seems to transmit what
> I'm sending. Also, sometimes I see the RX light of the modem blinking
> so someone must be transmitting something. So I tried tcpdump on the
> device (bcsh0) but that failed with a "unknown data link type 3".
> So I was wondering: is there anything out there with which I can
> sniff *everything* that is coming through?
>

Try 'listen -ac -p <port>'

Luc

>
> Thank you.
>
> Folkert van Heusden
> www.vanheusden.com
> -
> 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

-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo <at> vger.kernel.org
(Continue reading)

Vivi Kusumo | 12 Feb 2003 15:22
Picon
Favicon

soundmodem, serial port, parallel port?

Hi all,

I am trying now to communicate 2 machines using ax25
protocoll in a room.
The machines are using RH 7.1 kernel upgraded 2.4.19. 
The sound cards are PCI type and use the
soundmodem-0.7.

Firstly, I have tried using stereo cable as follow:
|pc1|-|sc1|------(cross connection)-----|sc2|-|pc2|
ping, ftp and telnet are worked enough.

Secondly, I am trying wireless using HT (Kenwood
TH-25G) <www.baycom.org/bayweb/tech/handy.htm> and PTT
circuit from
<http://campus.murraystate.edu/staff/scott.thile/k4set/packet/ptt.htm>.

|pc1|-|sc1|-|ht1|<~~~~~~>|ht2|-|sc2|-|pc2|
44.128.1.5                     44.128.1.8

[my1com]# route add 44.128.1.8 sm0
[my2com]# route add 44.128.1.5 sm0
[my1com]# arp -n 44.128.1.8 -H ax25 -s MY2COM -i sm0
[my2com]# arp -n 44.128.1.5 -H ax25 -s MY1COM -i sm0

[my2com]$ ping my1com
PING my1com.ampr.org (44.128.1.5) from 44.128.1.8:
56(84) bytes of data
From my2com.ampr.org (44.128.1.8): Destination Host
unreachable
(Continue reading)


Gmane