Just so it's understood. You do not need to install a new rootfs image in
order to install, and use a newer kernel. In other words, I'm personally
using Wheezy 7.8, and a 4.1.x kernel.

In order to achieve this, all I did was download, and dd the 7.8 Wheezy
console image, and then:

apt-get update
apt-cache search linux-image | grep 4
And then pick a suitable kernel

Additionally though one would also have to follow similar instructions to
these in order to get updated device tree files, and compiler setup.
http://www.embeddedhobbyist.com/2015/09/beaglebone-black-updating-device-tree-files/

On Sat, Jan 23, 2016 at 1:42 PM, Brian Anderson <b...@nwlink.com> wrote:

> I believe that the problem is that your kernel's ath9k driver does not
> include complete support 802.11s.  Later kernels do support the required
> driver functionality.  You can see this from the iw output in that "mesh
> point" is not a supported interface mode:
>
>         Supported interface modes:
>>                  * IBSS
>>                  * managed
>>                  * AP
>>                  * AP/VLAN
>>                  * monitor
>>                  * P2P-client
>>                  * P2P-GO
>>
>
> Note the abscense of "mesh point" in this output.
>
> Here is the output from my system (/etc/dogtag: BeagleBoard.org Debian
> Image 2016-01-17; uname -r: 4.1.15-ti-rt-r41)
>
>     Supported interface modes:
>          * IBSS
>          * managed
>          * AP
>          * AP/VLAN
>          * monitor
>          * mesh point
>          * P2P-client
>          * P2P-GO
>
>
> I would highly recommend updating to a recent Debian 8.x image and a 4.1.x
> kernel.  IIRC, anything older than 3.19 didn't work too well with mesh
> mode.  I have not tried with 4.1.x but I would expect that it should work
> fine.
>
> ba
> debian@bbb2:~$
> ba
>
> --
> 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.
>

-- 
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.

Reply via email to