darkdrgn2k

Results 217 comments of darkdrgn2k
trafficstars

| tar is no running as sudo try sudo git archive driver-${DRV_VERSION} | sudo tar -x -C /usr/src/${DRV_NAME}-${DRV_VERSION}

I am able to put a RPI3B into adhoc mode with no problem ``` pi@tomesh-a0b8:~ $ sudo iw reg set CA pi@tomesh-a0b8:~ $ mesh_dev="wlan0" pi@tomesh-a0b8:~ $ sudo ifconfig $mesh_dev down...

> If you have problems with the 3B+ that manifest as driver problems then report them here, one Issue per problem. I'm trying to rule out all other issues before...

Seems like it. Didnt realize there was a new OS dropped last month. Ill adjust the title

All my test composed of * Using 2018-03-13-raspbian-stretch-lite.img * Flashed with Win32 Disk Imager - 1.0 * 8GB d card * Once flashed folder "ssh" was created and placed in...

Ok i thought i was going crazy. As every time i tried it today it did not work I decided to try our small ram disk debian os that runs...

The plot thickens. Powered up Raspbian again (again clean install no other configs except ssh in boot partition) Looking around for possible issues i decided to do `service networking stop`...

Test script ``` sudo iw reg set CA mesh_dev="wlan0" sudo ifconfig $mesh_dev down sudo iw $mesh_dev set type ibss sudo ifconfig $mesh_dev up sudo iw dev $mesh_dev ibss join tomesh...

Yes i got it to work So far 3b+ seemed to have worked but 3b did not. After some poking I got 3b working by killing wpa_supplicant process first.

Cycle 1 update Proof of concept SBOT interface was created that could answer some of the questions. My proof of concept stores the SBOT Private/Public keys on the "server" (or...