diff mbox

website: Add troubleshooting section in how-tos

Message ID 20180218230316.GA8719@picapica.im (mailing list archive)
State Accepted
Headers show

Commit Message

anton@picapica.im Feb. 18, 2018, 11:03 p.m. UTC
Some hints about issues related to SPI bus.

Signed-off-by: Anton Sviridenko <anton@picapica.im>
---
 website/index.txt | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

Comments

Stefan Schmidt Feb. 21, 2018, 2:08 p.m. UTC | #1
Hello.


On 02/19/2018 12:03 AM, anton@picapica.im wrote:
> Some hints about issues related to SPI bus.
>
> Signed-off-by: Anton Sviridenko <anton@picapica.im>
> ---
>  website/index.txt | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>
> diff --git a/website/index.txt b/website/index.txt
> index 9fd149e..6d9fe88 100644
> --- a/website/index.txt
> +++ b/website/index.txt
> @@ -135,6 +135,21 @@ ip netns exec wpan0 ping6 ff02::1%lowpan0
>  Now watch wireshark and all the nice ICMP packets there.
>  
>  
> +Troubleshooting
> +~~~~~~~~~~~~~~~
> +If you have issues with transceiver connected to SPI bus, check first
> +if wiring is correct and SPI controller is properly configured. Try to
> +decrease SPI clock frequency. Messages like these ones in dmesg output
> +could indicate problems with SPI connection:
> +
> +---------------------------------------------------------------------
> +at86rf230 spi32765.0: unexcept state change from 0x01 to 0x08. Actual state:
> +0x01
> +WARNING: CPU: 0 PID: 61 at drivers/net/ieee802154/at86rf230.c:696 0xc0442644
> +received tx trac status 4
> +---------------------------------------------------------------------
> +
> +
>  Sniffing
>  ~~~~~~~~
>  

Thanks for the patch I applied and pushed it to the repo now.
While doing this I toke the freedom to replace your email with name and email in the from line to ahve your name show up correctly in git.

Alex, could you re-generate the website to get this included?

regards
Stefan Schmidt

--
To unsubscribe from this list: send the line "unsubscribe linux-wpan" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Alexander Aring Feb. 21, 2018, 3:46 p.m. UTC | #2
Hi,

2018-02-21 9:08 GMT-05:00 Stefan Schmidt <stefan@osg.samsung.com>:
> Hello.
>
>
> On 02/19/2018 12:03 AM, anton@picapica.im wrote:
>> Some hints about issues related to SPI bus.
>>
>> Signed-off-by: Anton Sviridenko <anton@picapica.im>
>> ---
>>  website/index.txt | 15 +++++++++++++++
>>  1 file changed, 15 insertions(+)
>>
>> diff --git a/website/index.txt b/website/index.txt
>> index 9fd149e..6d9fe88 100644
>> --- a/website/index.txt
>> +++ b/website/index.txt
>> @@ -135,6 +135,21 @@ ip netns exec wpan0 ping6 ff02::1%lowpan0
>>  Now watch wireshark and all the nice ICMP packets there.
>>
>>
>> +Troubleshooting
>> +~~~~~~~~~~~~~~~
>> +If you have issues with transceiver connected to SPI bus, check first
>> +if wiring is correct and SPI controller is properly configured. Try to
>> +decrease SPI clock frequency. Messages like these ones in dmesg output
>> +could indicate problems with SPI connection:
>> +
>> +---------------------------------------------------------------------
>> +at86rf230 spi32765.0: unexcept state change from 0x01 to 0x08. Actual state:
>> +0x01
>> +WARNING: CPU: 0 PID: 61 at drivers/net/ieee802154/at86rf230.c:696 0xc0442644
>> +received tx trac status 4
>> +---------------------------------------------------------------------
>> +
>> +
>>  Sniffing
>>  ~~~~~~~~
>>
>
> Thanks for the patch I applied and pushed it to the repo now.
> While doing this I toke the freedom to replace your email with name and email in the from line to ahve your name show up correctly in git.
>
> Alex, could you re-generate the website to get this included?
>

Can I do that at weekend? I need to search my login data again. :-)

Also I will prepare patches to add some license to the website. I just
want to put it in some license which makes clear "you can share/modify
etc. what you want without warranty foo" Creative Commons is enough
for me..., but I am not a expert into that... just want to make it
clear: you can do what you want and if you submit patches you are
under this license.

What I don't want is to mention authors etc, that's too much and I
really don't care about that.

Everybody agrees to put it into some license? What I found in the
internet is [0], but so far I know CC has some subtypes which depends
exactly of mention author or not...

- Alex

[0] https://creativecommons.org/choose/results-one?license_code=by&amp;jurisdiction=&amp;version=4.0&amp;lang=en
--
To unsubscribe from this list: send the line "unsubscribe linux-wpan" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Stefan Schmidt Feb. 21, 2018, 4:14 p.m. UTC | #3
Hello.


On 02/21/2018 04:46 PM, Alexander Aring wrote:
> Hi,
>
> 2018-02-21 9:08 GMT-05:00 Stefan Schmidt <stefan@osg.samsung.com>:
>> Hello.
>>
>>
>> On 02/19/2018 12:03 AM, anton@picapica.im wrote:
>>> Some hints about issues related to SPI bus.
>>>
>>> Signed-off-by: Anton Sviridenko <anton@picapica.im>
>>> ---
>>>  website/index.txt | 15 +++++++++++++++
>>>  1 file changed, 15 insertions(+)
>>>
>>> diff --git a/website/index.txt b/website/index.txt
>>> index 9fd149e..6d9fe88 100644
>>> --- a/website/index.txt
>>> +++ b/website/index.txt
>>> @@ -135,6 +135,21 @@ ip netns exec wpan0 ping6 ff02::1%lowpan0
>>>  Now watch wireshark and all the nice ICMP packets there.
>>>
>>>
>>> +Troubleshooting
>>> +~~~~~~~~~~~~~~~
>>> +If you have issues with transceiver connected to SPI bus, check first
>>> +if wiring is correct and SPI controller is properly configured. Try to
>>> +decrease SPI clock frequency. Messages like these ones in dmesg output
>>> +could indicate problems with SPI connection:
>>> +
>>> +---------------------------------------------------------------------
>>> +at86rf230 spi32765.0: unexcept state change from 0x01 to 0x08. Actual state:
>>> +0x01
>>> +WARNING: CPU: 0 PID: 61 at drivers/net/ieee802154/at86rf230.c:696 0xc0442644
>>> +received tx trac status 4
>>> +---------------------------------------------------------------------
>>> +
>>> +
>>>  Sniffing
>>>  ~~~~~~~~
>>>
>> Thanks for the patch I applied and pushed it to the repo now.
>> While doing this I toke the freedom to replace your email with name and email in the from line to ahve your name show up correctly in git.
>>
>> Alex, could you re-generate the website to get this included?
>>
> Can I do that at weekend? I need to search my login data again. :-)

Sure, no rush. Just make yourself a note to to remember it :)

>
> Also I will prepare patches to add some license to the website. I just
> want to put it in some license which makes clear "you can share/modify
> etc. what you want without warranty foo" Creative Commons is enough
> for me..., but I am not a expert into that... just want to make it
> clear: you can do what you want and if you submit patches you are
> under this license.
>
> What I don't want is to mention authors etc, that's too much and I
> really don't care about that.
>

It sounds what you are thinking about is Creative commons share alike (sa)
https://creativecommons.org/share-your-work/licensing-types-examples/

A word on the website though. My feeling is that this is not working to well for us. You are the only one having access and being able to
update the site.

That is already the reason why I moved the wpan-tools release tarballs to github.

Maybe it is time think about moving it somewhere where we both (and maybe others in the future) can access it easily?
I was thinking about using github pages for it as we already use the github account for our userspace tools.
I also reserved linux-wpan.org top be used as the primary URL for the project home page. I just never came to getting it all put together to
show you.

That is unrelated to get this patch updated to the web site and also a license selected. Just wanted to mention my plan here.

regards
Stefan Schmidt
--
To unsubscribe from this list: send the line "unsubscribe linux-wpan" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
anton@picapica.im Feb. 21, 2018, 4:35 p.m. UTC | #4
On Wed, Feb 21, 2018 at 10:46:41AM -0500, Alexander Aring wrote:
> 
> Everybody agrees to put it into some license? What I found in the
> internet is [0], but so far I know CC has some subtypes which depends
> exactly of mention author or not...

yes, I agree 

--
To unsubscribe from this list: send the line "unsubscribe linux-wpan" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Alexander Aring Feb. 25, 2018, 10:02 p.m. UTC | #5
Hi,

>
> Thanks for the patch I applied and pushed it to the repo now.
> While doing this I toke the freedom to replace your email with name and email in the from line to ahve your name show up correctly in git.
>
> Alex, could you re-generate the website to get this included?

I regenerate and updated the website... now I need to find energy to
cleanup my fakelb patches...

- Alex
--
To unsubscribe from this list: send the line "unsubscribe linux-wpan" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Stefan Schmidt Feb. 26, 2018, 11:53 a.m. UTC | #6
Hello.


On 02/25/2018 11:02 PM, Alexander Aring wrote:
> Hi,
>
>> Thanks for the patch I applied and pushed it to the repo now.
>> While doing this I toke the freedom to replace your email with name and email in the from line to ahve your name show up correctly in git.
>>
>> Alex, could you re-generate the website to get this included?
> I regenerate and updated the website... 

Thanks

I also spent some time at the weekend to get the hosting on githuib pages going.


http://linux-wpan.org/ (no https or IPv6 so far as github is still working on getting this rolled out for github pages with own domain
names. At least https seems to be in progress more recently)
https://linux-wpan.github.io/ (for https and IPv6 access)

This has a copy of the latest generated html page we serve on our current side as well.

Todo items before we could switch over:
1) Find a way to run the generator on commits (or simply to the generating by hand prior to check in)
2) http redirect from cakelab page to new domain (Alex, I can help you with the place holder html page to put there but you would need to
upload it)

Mid term:
o Monitor GitHub progress on using https with custom domain
o Monitor GitHub progress on using IPv6 with custom domain
o Maybe switch to a different theme or at least re-structure the content of the page

regards
Stefan Schmidt
--
To unsubscribe from this list: send the line "unsubscribe linux-wpan" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/website/index.txt b/website/index.txt
index 9fd149e..6d9fe88 100644
--- a/website/index.txt
+++ b/website/index.txt
@@ -135,6 +135,21 @@  ip netns exec wpan0 ping6 ff02::1%lowpan0
 Now watch wireshark and all the nice ICMP packets there.
 
 
+Troubleshooting
+~~~~~~~~~~~~~~~
+If you have issues with transceiver connected to SPI bus, check first
+if wiring is correct and SPI controller is properly configured. Try to
+decrease SPI clock frequency. Messages like these ones in dmesg output
+could indicate problems with SPI connection:
+
+---------------------------------------------------------------------
+at86rf230 spi32765.0: unexcept state change from 0x01 to 0x08. Actual state:
+0x01
+WARNING: CPU: 0 PID: 61 at drivers/net/ieee802154/at86rf230.c:696 0xc0442644
+received tx trac status 4
+---------------------------------------------------------------------
+
+
 Sniffing
 ~~~~~~~~