linux-hams.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Raspberry PI and netrom
@ 2013-04-07 13:22 kd1zd
  2013-04-07 19:25 ` Gordon JC Pearce
  0 siblings, 1 reply; 5+ messages in thread
From: kd1zd @ 2013-04-07 13:22 UTC (permalink / raw)
  To: linux-hams

I have a Raspberry PI running the latest version of wheezy downloaded 
from the Raspberry site.

I'm getting the following error trying to configure NET/ROM:

sudo nrattach netrom
nrattach: cannot find free NET/ROM device


I have a working AX.25 setup.  I have loaded the netrom kernel module 
and verified with lsmod.

My nrports:

# name callsign alias paclen description
#
netrom   KD1ZD-6  ENFCT  235  Netrom Switch

My nrbroadcast:

# ax25_name min_obs def_qual worst_qual verbose
#
vhf     5       192     100     1



Any ideas about what might be going wrong?  I notice after running the 
nrattach command, that nr0-nr3 appear in ifconfig, even after running 
the command only once.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Raspberry PI and netrom
@ 2013-04-07 16:55 kd1zd
  0 siblings, 0 replies; 5+ messages in thread
From: kd1zd @ 2013-04-07 16:55 UTC (permalink / raw)
  To: linux-hams

Here is the dmesg output:

[  404.890809] NOHZ: local_softirq_pending 08
[  484.280536] NET: Unregistered protocol family 6
[  495.705613] NET: Registered protocol family 6
[  981.229216] NOHZ: local_softirq_pending 08



On Sun, Apr 7, 2013 at 12:46 PM, Gordon JC Pearce wrote:

> On 07/04/13 14:22, kd1zd@rtcubed.org wrote:
>> I have a Raspberry PI running the latest version of wheezy downloaded
>> from the Raspberry site.
>>
>> I'm getting the following error trying to configure NET/ROM:
>>
>> sudo nrattach netrom
>> nrattach: cannot find free NET/ROM device
>>
>
> At this point, does dmesg have any exciting news?
>
> -- 
> Gordonjcp MM0YEQ

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Raspberry PI and netrom
  2013-04-07 13:22 kd1zd
@ 2013-04-07 19:25 ` Gordon JC Pearce
  0 siblings, 0 replies; 5+ messages in thread
From: Gordon JC Pearce @ 2013-04-07 19:25 UTC (permalink / raw)
  To: linux-hams

On 07/04/13 14:22, kd1zd@rtcubed.org wrote:
> I have a Raspberry PI running the latest version of wheezy downloaded
> from the Raspberry site.
>
> I'm getting the following error trying to configure NET/ROM:
>
> sudo nrattach netrom
> nrattach: cannot find free NET/ROM device
>

At this point, does dmesg have any exciting news?

-- 
Gordonjcp MM0YEQ



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Raspberry PI and netrom
@ 2013-04-21 16:32 f6bvp@free
  0 siblings, 0 replies; 5+ messages in thread
From: f6bvp@free @ 2013-04-21 16:32 UTC (permalink / raw)
  To: linux-hams, kd1zd, Gordon JC Pearce

Hi,

I am running two RaspBerry Pis with AX.25, NetRom and Rose network devices.
When loading ax25 modules there is no problem.
However, due to modules or kernel bugs, when loading NetRom or Rose modules
with modprobe or if netrom or rose are listed in /etc/modules, then ALL netrom
and rose devices are wrongly initialized.

This can be easily bypassed by editing ifplugd configuration file.

I suggest you edit /etc/default/ifplugd   and replace

HOTPLUG_INTERFACES="all"

by

HOTPLUG_INTERFACES="eth0"


73 de Bernard, f6bvp
(http://f6bvp.org)


On 07/04/13 14:22, kd1zd@rtcubed.org wrote:
> I have a Raspberry PI running the latest version of wheezy downloaded
> from the Raspberry site.
>
> I'm getting the following error trying to configure NET/ROM:
>
> sudo nrattach netrom
> nrattach: cannot find free NET/ROM device
>

At this point, does dmesg have any exciting news?

-- 
Gordonjcp MM0YEQ


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Raspberry PI and netrom
@ 2013-04-21 23:06 kd1zd
  0 siblings, 0 replies; 5+ messages in thread
From: kd1zd @ 2013-04-21 23:06 UTC (permalink / raw)
  To: f6bvp; +Cc: linux-hams, gordonjcp

I think I found this the other day, thanks for posting it on the list.

I was able to get my netrom working.

Thank you.


On Sun, Apr 21, 2013 at 12:32 PM, f6bvp@free wrote:

> Hi,
>
> I am running two RaspBerry Pis with AX.25, NetRom and Rose network 
> devices.
> When loading ax25 modules there is no problem.
> However, due to modules or kernel bugs, when loading NetRom or Rose 
> modules
> with modprobe or if netrom or rose are listed in /etc/modules, then 
> ALL netrom
> and rose devices are wrongly initialized.
>
> This can be easily bypassed by editing ifplugd configuration file.
>
> I suggest you edit /etc/default/ifplugd   and replace
>
> HOTPLUG_INTERFACES="all"
>
> by
>
> HOTPLUG_INTERFACES="eth0"
>
>
> 73 de Bernard, f6bvp
> (http://f6bvp.org)
>
>
> On 07/04/13 14:22, kd1zd@rtcubed.org wrote:
>> I have a Raspberry PI running the latest version of wheezy downloaded
>> from the Raspberry site.
>>
>> I'm getting the following error trying to configure NET/ROM:
>>
>> sudo nrattach netrom
>> nrattach: cannot find free NET/ROM device
>>
>
> At this point, does dmesg have any exciting news?
>
> -- 
> Gordonjcp MM0YEQ

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-21 23:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-21 16:32 Raspberry PI and netrom f6bvp@free
  -- strict thread matches above, loose matches on Subject: below --
2013-04-21 23:06 kd1zd
2013-04-07 16:55 kd1zd
2013-04-07 13:22 kd1zd
2013-04-07 19:25 ` Gordon JC Pearce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).