Linux HAM/Amateur Radio development
 help / color / mirror / Atom feed
From: Thomas Osterried <thomas@x-berg.in-berlin.de>
To: Alejandro Santos <alejolp@alejolp.com.ar>
Cc: folkert <folkert@vanheusden.com>,
	linux-hams <linux-hams@vger.kernel.org>
Subject: Re: TAP device & ax25 call
Date: Wed, 1 Jun 2016 15:50:16 +0200	[thread overview]
Message-ID: <20160601135016.GY24106@x-berg.in-berlin.de> (raw)
In-Reply-To: <20160601134728.GF24846@x-berg.in-berlin.de>

sorry, just overseen forgot to paste the line where I increased the call sign length to 6(+ssid):

root@db0fhn:~# ifconfig -a |grep bpq
bpq0      Link encap:AMPR AX.25  HWaddr LINUX-1
bpq1      Link encap:AMPR AX.25  HWaddr DB0FHN-10
root@db0fhn:~# axparms -setcall bpq0 TE1ST-15
root@db0fhn:~# ifconfig -a |grep bpq
bpq0      Link encap:AMPR AX.25  HWaddr TE1ST-15
bpq1      Link encap:AMPR AX.25  HWaddr DB0FHN-10
root@db0fhn:~# axparms -setcall bpq0 TE1STA-15
root@db0fhn:~# ifconfig -a |grep bpq
bpq0      Link encap:AMPR AX.25  HWaddr TE1STA-15
bpq1      Link encap:AMPR AX.25  HWaddr DB0FHN-10
root@db0fhn:~# uname -a
Linux db0fhn 3.2.0-4-amd64 #1 SMP Debian 3.2.73-2+deb7u2 x86_64 GNU/Linux


On Wed, Jun 01, 2016 at 03:47:29PM +0200, Thomas Osterried wrote:
> On Wed, Jun 01, 2016 at 02:31:00PM +0200, Alejandro Santos wrote:
> > Hi all,
> > 
> > I've just double checked this and I agree, I'm unable to set the SSID.
> > 
> > Also tried manually with ifconfig and axparms, the SSID is ignored:
> > 
> > em0 is a TAP device.
> > 
> > # axparms -setcall em0 "LU4EXT-15"
> > # LANG=C ifconfig  em0
> > em0       Link encap:AMPR AX.25  HWaddr LU4EXT
> >           BROADCAST MULTICAST  MTU:256  Metric:1
> >           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> >           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> >           collisions:0 txqueuelen:500
> >           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
> > 
> > # ifconfig em0 hw ax25 "LU4EXT-15" mtu 256
> > # LANG=C ifconfig  em0
> > em0       Link encap:AMPR AX.25  HWaddr LU4EXT
> >           BROADCAST MULTICAST  MTU:256  Metric:1
> >           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> >           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> >           collisions:0 txqueuelen:500
> >           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
> > 
> > 73
> > Alejandro
> > 
> > 
> > 
> > On Tue, May 31, 2016 at 7:58 PM, folkert <folkert@vanheusden.com> wrote:
> > > Hi,
> > >
> > > While trying to use tap-devices for ax.25 I noticed some issues.
> > > Biggest issue being that I could not get it to work. Now some guy on
> > > stackoverflow dug a bit further and apparently something goes wrong
> > > with the ssid.
> > > http://stackoverflow.com/questions/22465138/creating-a-tun-network-device-with-ax-25-encapsulation/37534385#37534385
> > > I thought you may wanted to know this.
> > > --
> > > To unsubscribe from this list: send the line "unsubscribe linux-hams" in
> > > the body of a message to majordomo@vger.kernel.org
> > > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> bpq0 is a tap device:
> 
> root@db0fhn:~# ifconfig -a |grep bpq
> bpq0      Link encap:AMPR AX.25  HWaddr LINUX-1
> bpq1      Link encap:AMPR AX.25  HWaddr DB0FHN-10
> root@db0fhn:~# axparms -setcall bpq0 TE1ST-15
> root@db0fhn:~# ifconfig -a |grep bpq
> bpq0      Link encap:AMPR AX.25  HWaddr TE1ST-15  
> bpq1      Link encap:AMPR AX.25  HWaddr DB0FHN-10  
> root@db0fhn:~# ifconfig -a |grep bpq
> bpq0      Link encap:AMPR AX.25  HWaddr TE1STA-15  
> bpq1      Link encap:AMPR AX.25  HWaddr DB0FHN-10  
> root@db0fhn:~# uname -a
> Linux db0fhn 3.2.0-4-amd64 #1 SMP Debian 3.2.73-2+deb7u2 x86_64 GNU/Linux
> 
> axparms / libax25: git master at http://git.linux-ax25.org/
> 
> vy 73,
> 	- Thomas  dl9sau
> 

  reply	other threads:[~2016-06-01 13:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-31 17:58 TAP device & ax25 call folkert
2016-05-31 18:54 ` Thomas Osterried
2016-06-01 12:31 ` Alejandro Santos
2016-06-01 13:47   ` Thomas Osterried
2016-06-01 13:50     ` Thomas Osterried [this message]
2016-06-01 14:16   ` Alejandro Santos

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=20160601135016.GY24106@x-berg.in-berlin.de \
    --to=thomas@x-berg.in-berlin.de \
    --cc=alejolp@alejolp.com.ar \
    --cc=folkert@vanheusden.com \
    --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