Line 198: |
Line 198: |
| *'''Use a 4-Port Powered Desktop Hub to connect them instead''' (Belkin 4-port Powered Hub F4U20-8830-06939 Rev A00) worked | | *'''Use a 4-Port Powered Desktop Hub to connect them instead''' (Belkin 4-port Powered Hub F4U20-8830-06939 Rev A00) worked |
| ====Install More Activities in Sugar==== | | ====Install More Activities in Sugar==== |
− | :(Note: this is experimental as USB's do not Automount on insertion on the RPi) | + | *Download the Activities you want to a USB from http://activities.sugarlabs.org/ |
− | *Do one of these: 1 or 2
| + | *USB's do not Automount on insertion on the RPi |
− | *1.Download Activites to Desktop with Browser | + | =====Mount/Unmount USB===== |
− | #rename xxx.xo to xxx.zip
| + | *'''Mount USB''' |
− | #extract xxx.zip to Desktop
| + | :Terminal: |
− | #change permissions to 077
| + | sudo su |
− | :apply permissions to files in directories | + | (password) |
− | | + | root@pisces:/home/raspbian# mount -t vfat /dev/sda1 /home/raspbian/USB |
− | *Terminal
| + | *USB appears on Desktop and in Sugar Frame when clicking on Journal |
− | sudo cp -rf /home/raspbian/Desktop/Surf.activity /usr/share/sugar/activities/
| + | *[[Tutorials/Copy_with_drag_%26_drop|Drag Drop install xxxx.xo files]] from USB to the Sugar Journal |
− | sudo cp -rf /home/raspbian/Desktop/Browse.activity /usr/share/sugar/activities/
| + | *'''Unmount USB''' |
− | *Start Sugar-emulator
| + | root@pisces:/home/raspbian# unmount /dev/sda1 |
− | :new activities should show in f3 Home screen
| |
− | *2.Insert USB with xxx.xo files (/dev/sda1)
| |
− | *Make folder /home/raspbian/Desktop/USB
| |
− | mount -t vfat /dev/sda1 /home/raspbian/Desktop/USB
| |
− | :USB shows up on Desktop
| |
− | *Start Sugar-emulator | |
− | :Drag Drop install xxxx.xo files from USB to Sugar Journal
| |
| | | |
| ===Activities=== | | ===Activities=== |