Line 443: |
Line 443: |
| ===XO-1.5=== | | ===XO-1.5=== |
| *Collaboration on Ad-hoc Networking must be initiated by XO-1.5 when connecting to an XO-1 | | *Collaboration on Ad-hoc Networking must be initiated by XO-1.5 when connecting to an XO-1 |
− | ::Mesh Networking: (Re: [Testing] [OLPC New Zealand] os873 on XO-1.5 and os873 on XO-1 -07/15/2011) testing@lists.laptop.org 07/18/2011 | + | ::Mesh Networking: |
| + | (Re: [Testing] [OLPC New Zealand] os873 on XO-1.5 and os873 on XO-1 -07/15/2011) testing@lists.laptop.org 07/18/2011 -Samuel Greenfield |
| XO-1.5's do not have Mesh networking support, so they use 802.11 Ad-hoc | | XO-1.5's do not have Mesh networking support, so they use 802.11 Ad-hoc |
| networks. XO-1's default to Mesh networks at the moment for compatibility, | | networks. XO-1's default to Mesh networks at the moment for compatibility, |
Line 459: |
Line 460: |
| I believe XO-1's can be adjusted to default to Ad-hoc as well if desired | | I believe XO-1's can be adjusted to default to Ad-hoc as well if desired |
| | | |
− | *07/23/2011 IRC: | + | *Enable Ad-hoc network on XO-1 |
| + | (Re: [Testing] [OLPC New Zealand] os873 on XO-1.5 and os873 on XO-1 -07/23/2011) -Gary Martin |
| + | 1) You can enable ad-hoc networking on recent XO-1 builds with (your neighbour hood view will be populated with the three new Mayan numbered adhoc icons as well as the usual three mesh icons): |
| + | gconftool-2 -s /desktop/sugar/network/adhoc -t bool true |
| + | 2) Unfortunately I am not aware of current builds properly supporting disabling |
| + | (e.g. a gconf setting would be nice) mesh network on XO-1 hardware… |
| + | There was talk and some patches floating about, but I'm not sure anything landed. |
| + | The closest seems to be the below terminal command, but it does not survive a power cycle, or sleep/wake cycle : |
| + | ( Maybe there is some power script this could be added to for folks who want to disable mesh permanently (until we get something more elegant in place for the future)? |
| + | su |
| + | echo 0 > /sys/class/net/eth0/lbs_mesh |
| + | |
| + | *07/23/2011 IRC:#sugar |
| <silbe> Sugar will use link-local collaboration (telepathy-salut), using multicast on the LAN (e.g. wifi). | | <silbe> Sugar will use link-local collaboration (telepathy-salut), using multicast on the LAN (e.g. wifi). |
| If a Jabber server is configured, Sugar will try to connect to it (using telepathy-gabble). | | If a Jabber server is configured, Sugar will try to connect to it (using telepathy-gabble). |