Re: [beagleboard] BeagleBone Black rev C + Ubuntu 13.04 + UWN200 wifi adapter?

2014-06-12 Thread Russ Hall
Yes, this worked fine for me, too, thanks!



On Tuesday, June 10, 2014 5:52:24 PM UTC-5, RobertCNelson wrote:
>
> On Tue, Jun 10, 2014 at 5:23 PM, Zach Cox > 
> wrote: 
> >> Laughs, so we had setup that initial debian image to work with UWN200 
> >> out of the box. 
> > 
> > Yeah I know :) and it did work on that debian after a few simple 
> > commands, but I need Ubuntu 13.04 specifically for ROS. 
> > 
> >> Sure, we can make 13.04 work too.. So the question, who's 13.04 are you 
> using? 
> > 
> > I believe I'm using your 13.04, here are the instructions I followed 
> > to successfully flash 13.04 to the emmc: 
> > 
> > 
> http://avedo.net/653/flashing-ubuntu-13-04-or-debian-wheezy-to-the-beaglebone-black-emmc/
>  
> > 
> > http://elinux.org/Beagleboard:Ubuntu_On_BeagleBone_Black 
>
> Well, we will see how "old" that is.. 
>
> First, check that a "/etc/rcn-ee.conf" exists.. 
>
> If it does, add: 
>
> third_party_modules=enable 
>
> If it's not, 
>
> echo "distro=Ubuntu" > /tmp/rcn-ee.conf 
> echo "deb_distribution=Ubuntu" >> /tmp/rcn-ee.conf 
> echo "third_party_modules=enable" >> /tmp/rcn-ee.conf 
> sudo mv /tmp/rcn-ee.conf /etc/rcn-ee.conf 
>
> Then run: 
>
> wget http://rcn-ee.net/deb/raring-armhf/v3.8.13-bone56/install-me.sh 
> sudo /bin/bash install-me.sh 
>
> Regards, 
>
> -- 
> Robert Nelson 
> http://www.rcn-ee.com/ 
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BeagleBone Black rev C + Ubuntu 13.04 + UWN200 wifi adapter?

2014-06-10 Thread Zach Cox
Woohoo! Success! You rule, thank you so much.

install-me.sh worked some magic, then all I had to do was plug in the
UWN200 and it worked. I had previously set up ra0 in
/etc/network/interfaces with my wpa-psk.

Everything is good now, thanks again!

-Zach


On Tue, Jun 10, 2014 at 5:52 PM, Robert Nelson  wrote:
> On Tue, Jun 10, 2014 at 5:23 PM, Zach Cox  wrote:
>>> Laughs, so we had setup that initial debian image to work with UWN200
>>> out of the box.
>>
>> Yeah I know :) and it did work on that debian after a few simple
>> commands, but I need Ubuntu 13.04 specifically for ROS.
>>
>>> Sure, we can make 13.04 work too.. So the question, who's 13.04 are you 
>>> using?
>>
>> I believe I'm using your 13.04, here are the instructions I followed
>> to successfully flash 13.04 to the emmc:
>>
>> http://avedo.net/653/flashing-ubuntu-13-04-or-debian-wheezy-to-the-beaglebone-black-emmc/
>>
>> http://elinux.org/Beagleboard:Ubuntu_On_BeagleBone_Black
>
> Well, we will see how "old" that is..
>
> First, check that a "/etc/rcn-ee.conf" exists..
>
> If it does, add:
>
> third_party_modules=enable
>
> If it's not,
>
> echo "distro=Ubuntu" > /tmp/rcn-ee.conf
> echo "deb_distribution=Ubuntu" >> /tmp/rcn-ee.conf
> echo "third_party_modules=enable" >> /tmp/rcn-ee.conf
> sudo mv /tmp/rcn-ee.conf /etc/rcn-ee.conf
>
> Then run:
>
> wget http://rcn-ee.net/deb/raring-armhf/v3.8.13-bone56/install-me.sh
> sudo /bin/bash install-me.sh
>
> Regards,
>
> --
> Robert Nelson
> http://www.rcn-ee.com/
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to a topic in the Google 
> Groups "BeagleBoard" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/beagleboard/Pb7xJhRAV3E/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BeagleBone Black rev C + Ubuntu 13.04 + UWN200 wifi adapter?

2014-06-10 Thread Robert Nelson
On Tue, Jun 10, 2014 at 5:23 PM, Zach Cox  wrote:
>> Laughs, so we had setup that initial debian image to work with UWN200
>> out of the box.
>
> Yeah I know :) and it did work on that debian after a few simple
> commands, but I need Ubuntu 13.04 specifically for ROS.
>
>> Sure, we can make 13.04 work too.. So the question, who's 13.04 are you 
>> using?
>
> I believe I'm using your 13.04, here are the instructions I followed
> to successfully flash 13.04 to the emmc:
>
> http://avedo.net/653/flashing-ubuntu-13-04-or-debian-wheezy-to-the-beaglebone-black-emmc/
>
> http://elinux.org/Beagleboard:Ubuntu_On_BeagleBone_Black

Well, we will see how "old" that is..

First, check that a "/etc/rcn-ee.conf" exists..

If it does, add:

third_party_modules=enable

If it's not,

echo "distro=Ubuntu" > /tmp/rcn-ee.conf
echo "deb_distribution=Ubuntu" >> /tmp/rcn-ee.conf
echo "third_party_modules=enable" >> /tmp/rcn-ee.conf
sudo mv /tmp/rcn-ee.conf /etc/rcn-ee.conf

Then run:

wget http://rcn-ee.net/deb/raring-armhf/v3.8.13-bone56/install-me.sh
sudo /bin/bash install-me.sh

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BeagleBone Black rev C + Ubuntu 13.04 + UWN200 wifi adapter?

2014-06-10 Thread Zach Cox
> Laughs, so we had setup that initial debian image to work with UWN200
> out of the box.

Yeah I know :) and it did work on that debian after a few simple
commands, but I need Ubuntu 13.04 specifically for ROS.

> Sure, we can make 13.04 work too.. So the question, who's 13.04 are you using?

I believe I'm using your 13.04, here are the instructions I followed
to successfully flash 13.04 to the emmc:

http://avedo.net/653/flashing-ubuntu-13-04-or-debian-wheezy-to-the-beaglebone-black-emmc/

http://elinux.org/Beagleboard:Ubuntu_On_BeagleBone_Black

Thanks,
Zach

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BeagleBone Black rev C + Ubuntu 13.04 + UWN200 wifi adapter?

2014-06-10 Thread Robert Nelson
On Tue, Jun 10, 2014 at 10:02 AM, Zach Cox  wrote:
> Hi - I just received an element14 BeagleBone Black revC and a Logic Supply
> UWN200 USB wifi adapter. I flashed Ubuntu 13.04 to the eMMC (replacing the
> Debian distro that shipped on the eMMC) and that worked fine - I can ssh
> into the BBB when it's connected via ethernet cable.
>
> However, I cannot seem to get the UWN200 wifi adapter to work with BBB and
> Ubuntu 13.04. Has anyone gotten this to work? I've tried the instructions
> but they don't seem to work on ubuntu 13.04.

Laughs, so we had setup that initial debian image to work with UWN200
out of the box.

Sure, we can make 13.04 work too.. So the question, who's 13.04 are you using?

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.