Beagle Bone Black how many interfaces
Hi all, I'm completely new to app_rpt an been doing lots of reading up it. My back ground is using hardware controllers for repeater linking and I've built several IRLP nodes over the years Now I'm trying to learn something new. I'm looking at using a beagle bone black and some home made radio interfaces since to idea behind the project is to make a controller cheaper then a hardware one. How many radio interfaces can the beagle bone black realistically work with at one time? Assume full duplex connections Thanks Sean, VE6SAR Sent from my iPhone
I use WinSCP with Pickle on my Beagleboard-xm, but cannot use it with ACID. I'm looking for setup requirements for ACID. SSH works just fine. I'm looking at sshd_config... I may find it there. Any insights would be appreciated. Thanks, Bob kk6ecm Sent from iPad
Works fine for me here. I did no special setup other than telling it the IP address and port of my server. Acid/Win7/winscp What is it not doing? 73 Doug WA3DSP http://www.crompton.com/hamradio
From: kk6ecm@gmail.com Date: Mon, 10 Feb 2014 19:17:36 -0700 To: App_rpt-users@ohnosec.org Subject: [App_rpt-users] WinSCP and ACID
I use WinSCP with Pickle on my Beagleboard-xm, but cannot use it with ACID. I'm looking for setup requirements for ACID. SSH works just fine. I'm looking at sshd_config... I may find it there. Any insights would be appreciated.
Thanks, Bob kk6ecm
Sent from iPad
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Bob One server won't connect, the second will connect, but not allow access to files... I can see them, but can't open. Thanks Bob kk6ecm Sent from iPad On Feb 10, 2014, at 7:37 PM, Doug Crompton <doug@crompton.com> wrote:
Works fine for me here. I did no special setup other than telling it the IP address and port of my server. Acid/Win7/winscp
What is it not doing?
73 Doug WA3DSP http://www.crompton.com/hamradio
From: kk6ecm@gmail.com Date: Mon, 10 Feb 2014 19:17:36 -0700 To: App_rpt-users@ohnosec.org Subject: [App_rpt-users] WinSCP and ACID
I use WinSCP with Pickle on my Beagleboard-xm, but cannot use it with ACID. I'm looking for setup requirements for ACID. SSH works just fine. I'm looking at sshd_config... I may find it there. Any insights would be appreciated.
Thanks, Bob kk6ecm
Sent from iPad
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Bob, If you are using ACID you should be connecting to port 222 and make sure you choose scp. This is standard for ACID installs. Regards, Chris Andrist, KC7WSU On Feb 10, 2014, at 7:17 PM, kk6ecm <kk6ecm@gmail.com> wrote:
I use WinSCP with Pickle on my Beagleboard-xm, but cannot use it with ACID. I'm looking for setup requirements for ACID. SSH works just fine. I'm looking at sshd_config... I may find it there. Any insights would be appreciated.
Thanks, Bob kk6ecm
Sent from iPad
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
That is what I'm doing... I thought it should work given my experience with Pickle and the Beagle Board. Sent from iPad On Feb 10, 2014, at 8:48 PM, Chris Andrist <chris@yeahmon.net> wrote:
Bob,
If you are using ACID you should be connecting to port 222 and make sure you choose scp. This is standard for ACID installs.
Regards,
Chris Andrist, KC7WSU
On Feb 10, 2014, at 7:17 PM, kk6ecm <kk6ecm@gmail.com> wrote:
I use WinSCP with Pickle on my Beagleboard-xm, but cannot use it with ACID. I'm looking for setup requirements for ACID. SSH works just fine. I'm looking at sshd_config... I may find it there. Any insights would be appreciated.
Thanks, Bob kk6ecm
Sent from iPad
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Perhaps you are having a permission problem. Are you logging in as root? Also in /etc/ssh/sshd_config - PermitRootLogin yes will allow you to log in as root otherwise you have to log in as an ordinary user. 73 Doug WA3DSP http://www.crompton.com/hamradio
From: kk6ecm@gmail.com Date: Mon, 10 Feb 2014 21:18:34 -0700 To: chris@yeahmon.net CC: App_rpt-users@ohnosec.org Subject: Re: [App_rpt-users] WinSCP and ACID
That is what I'm doing... I thought it should work given my experience with Pickle and the Beagle Board.
Sent from iPad
On Feb 10, 2014, at 8:48 PM, Chris Andrist <chris@yeahmon.net> wrote:
Bob,
If you are using ACID you should be connecting to port 222 and make sure you choose scp. This is standard for ACID installs.
Regards,
Chris Andrist, KC7WSU
On Feb 10, 2014, at 7:17 PM, kk6ecm <kk6ecm@gmail.com> wrote:
I use WinSCP with Pickle on my Beagleboard-xm, but cannot use it with ACID. I'm looking for setup requirements for ACID. SSH works just fine. I'm looking at sshd_config... I may find it there. Any insights would be appreciated.
Thanks, Bob kk6ecm
Sent from iPad
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
I believe I'm Logging in as root in all cases Sent from iPad On Feb 10, 2014, at 9:46 PM, Doug Crompton <doug@crompton.com> wrote:
Perhaps you are having a permission problem. Are you logging in as root?
Also in /etc/ssh/sshd_config - PermitRootLogin yes
will allow you to log in as root otherwise you have to log in as an ordinary user.
73 Doug WA3DSP http://www.crompton.com/hamradio
From: kk6ecm@gmail.com Date: Mon, 10 Feb 2014 21:18:34 -0700 To: chris@yeahmon.net CC: App_rpt-users@ohnosec.org Subject: Re: [App_rpt-users] WinSCP and ACID
That is what I'm doing... I thought it should work given my experience with Pickle and the Beagle Board.
Sent from iPad
On Feb 10, 2014, at 8:48 PM, Chris Andrist <chris@yeahmon.net> wrote:
Bob,
If you are using ACID you should be connecting to port 222 and make sure you choose scp. This is standard for ACID installs.
Regards,
Chris Andrist, KC7WSU
On Feb 10, 2014, at 7:17 PM, kk6ecm <kk6ecm@gmail.com> wrote:
I use WinSCP with Pickle on my Beagleboard-xm, but cannot use it with ACID. I'm looking for setup requirements for ACID. SSH works just fine. I'm looking at sshd_config... I may find it there. Any insights would be appreciated.
Thanks, Bob kk6ecm
Sent from iPad
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
that's a good question! but to answer we need more info. like will you be using simple usb or radio usb? In plain word, will you be using hardware input to do ctcss and cor signal or will you detect it by using the dsp software? Envoyé de mon iPad
Le 2014-02-10 à 18:54, "Sean Smith" <ve6sar@gmail.com> a écrit :
Hi all,
I'm completely new to app_rpt an been doing lots of reading up it.
My back ground is using hardware controllers for repeater linking and I've built several IRLP nodes over the years
Now I'm trying to learn something new.
I'm looking at using a beagle bone black and some home made radio interfaces since to idea behind the project is to make a controller cheaper then a hardware one.
How many radio interfaces can the beagle bone black realistically work with at one time?
Assume full duplex connections
Thanks Sean, VE6SAR
Sent from my iPhone _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Look at rasberry pi interfaces pins are different but beagle bone black is similar Working with one myself to get software loaded. Have a full Blown pbx on there now asterisk 11 freepbx Sent from my Verizon Wireless BlackBerry -----Original Message----- From: pete M <petem001@hotmail.com> Sender: app_rpt-users-bounces@ohnosec.org Date: Mon, 10 Feb 2014 21:29:29 To: Sean Smith<ve6sar@gmail.com> Cc: App_rpt-users@ohnosec.org<App_rpt-users@ohnosec.org> Subject: Re: [App_rpt-users] Beagle Bone Black how many interfaces that's a good question! but to answer we need more info. like will you be using simple usb or radio usb? In plain word, will you be using hardware input to do ctcss and cor signal or will you detect it by using the dsp software? Envoyé de mon iPad
Le 2014-02-10 à 18:54, "Sean Smith" <ve6sar@gmail.com> a écrit :
Hi all,
I'm completely new to app_rpt an been doing lots of reading up it.
My back ground is using hardware controllers for repeater linking and I've built several IRLP nodes over the years
Now I'm trying to learn something new.
I'm looking at using a beagle bone black and some home made radio interfaces since to idea behind the project is to make a controller cheaper then a hardware one.
How many radio interfaces can the beagle bone black realistically work with at one time?
Assume full duplex connections
Thanks Sean, VE6SAR
Sent from my iPhone _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Sean, I am sure others will respond but as far as I know there is no Beagle Black implementation of Allstar. If there was because of it limited horsepower it would probably not handle even one USBradio connection. SimpleUSB it might handle several nodes. The Beagle XM is the board used with Allstar. It uses a GPIO connected interface called an LOX that I don't think is available anymore. The XM is over three times the cost of the black. http://www.dmkeng.com/LOX_Order_Page.htm The same would be true for the Raspberry Pi. No implementation but if there was it would be limited to SimpleUSB. Not that there is a problem with simpleUSB. I use it and it works fine. I don't find the added features and complexity of USBradio to be necessary in my case. Properly setup I doubt anyone would know the difference. You just have to find a minimalist computer that can handle what you want to do. There are a ton of not so old off lease computers out there in the $100 or less range. Most are within 5 years old. If you don't like running hard drives a 64G SSD would work fine and they are in the $75 range. 73 Doug WA3DSP http://www.crompton.com/hamradio
From: ve6sar@gmail.com Date: Mon, 10 Feb 2014 16:45:36 -0700 To: App_rpt-users@ohnosec.org Subject: [App_rpt-users] Beagle Bone Black how many interfaces
Hi all,
I'm completely new to app_rpt an been doing lots of reading up it.
My back ground is using hardware controllers for repeater linking and I've built several IRLP nodes over the years
Now I'm trying to learn something new.
I'm looking at using a beagle bone black and some home made radio interfaces since to idea behind the project is to make a controller cheaper then a hardware one.
How many radio interfaces can the beagle bone black realistically work with at one time?
Assume full duplex connections
Thanks Sean, VE6SAR
Sent from my iPhone _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
participants (6)
-
Chris Andrist -
Doug Crompton -
kk6ecm -
pete M -
Sean Smith -
shulerburton@gmail.com