Sugar Creation Kit/sck/Advanced Topics: Difference between revisions
m →Install XSCE: TESTS |
|||
| Line 802: | Line 802: | ||
*freenode #schoolserver | *freenode #schoolserver | ||
:<timm_> "satellit: you are probably the first to do an install in this configuration. jabber is slow starting and sometimes times out." 03/21/2014 | :<timm_> "satellit: you are probably the first to do an install in this configuration. jabber is slow starting and sometimes times out." 03/21/2014 | ||
* | =====TESTS===== | ||
03/26/2014 tg | |||
*Make .img from working 16 GB microSD: | |||
*root terminal: | |||
dd if=/dev/sdb of=XSCE_schoolserver.img bs=2M | |||
7711+1 records in | |||
7711+1 records out | |||
16172187648 bytes (16 GB) copied, 911.25 s, 17.7 MB/s | |||
*Compressed to xz makes 2.7 GB file | |||
*Uncompressed this file and used dd to write the XSCE_schoolserver.img to a 16 GB microSD and it boots. | |||
*I cannot reach http://schoolserver and http://schoolserver.local from this setup but I may be blocked with a firewall or have a bad config in eth0 or the wifi. Tested with XO-1.75 | |||
*Response from alex kleider | |||
Tom, thanks for your response. Based on what I see | |||
"""wlan0 ...... | |||
Mode: managed Access Point: Not associated | |||
""" | |||
and the fact that it has no IP address, | |||
I'm guessing that it's not doing much of anything in its current state | |||
but the fact that "Access Point" is even mentioned, suggests that | |||
perhaps we can be guardedly optimistic that it might be do-able. | |||
Please let me know if you make any progress in this regard. | |||
It would probably require low level configuration commands similar to | |||
""" | |||
# We always bootup in AP mode. Delete any stale files | |||
#rm -f /etc/wlanclient.mode | |||
curdir=/root/k2.6.39.4 | |||
insmod $curdir/mlan.ko | |||
i nsmod $curdir/sd8787.ko drv_mode=2 | |||
ifconfig uap0 192.168.1.1 up | |||
""" | |||
... | |||
cheers, | |||
alex kleider | |||
=====Testing List===== | =====Testing List===== | ||