| 716 | | }}} |
| 717 | | |
| 718 | | |
| 719 | | |
| 720 | | |
| 721 | | Coffee time more to come so not finished yet...:) |
| 722 | | |
| 723 | | |
| 724 | | |
| 725 | | |
| 726 | | |
| 727 | | |
| 728 | | |
| 729 | | |
| 730 | | |
| 731 | | |
| 732 | | |
| 733 | | |
| 734 | | |
| 735 | | |
| 736 | | |
| 737 | | |
| 738 | | |
| 739 | | |
| 740 | | |
| 741 | | |
| 742 | | |
| 743 | | |
| 744 | | |
| 745 | | |
| 746 | | |
| 747 | | |
| 748 | | |
| 749 | | |
| 750 | | |
| | 716 | $ sudo umount /media/A101IT |
| | 717 | }}} |
| | 718 | |
| | 719 | Reboot your archos in to SDE. |
| | 720 | |
| | 721 | |
| | 722 | == 15) Things todo after first boot == |
| | 723 | |
| | 724 | Well if all goes well you should see before you a lxde desktop. On the bottom there will be your battery monitor, if you move your cursor over it it will display the status in the middle of the screen. |
| | 725 | We need todo a few things to get everything working ok. |
| | 726 | Open the networkmanager wicd by clicking on the icon in the right bottom and setup your wifi. Once we have that done notice the ip address it uses when you use dhcp. |
| | 727 | '''Note:''' onscreen keyboard can be found under Menu -> Accessoiries -> Keyboard |
| | 728 | |
| | 729 | Now that we have our network up and running we can use ssh from our host computer to connect to the archos and enter the commands from there. Alot easier then using the os keyboard. |
| | 730 | |
| | 731 | {{{ |
| | 732 | $ ssh YourArchosIp -l debian |
| | 733 | }}} |
| | 734 | |
| | 735 | First we will give our user sudo rights and reboot the archos to affect the changes. |
| | 736 | |
| | 737 | {{{ |
| | 738 | $ su |
| | 739 | $ adduser debian sudo |
| | 740 | $ reboot now |
| | 741 | }}} |
| | 742 | |
| | 743 | When your archos is rebooted in debian again. Use ssh to connect to the device like said above. |
| | 744 | Make now the following groups and add your user to it. Again, to affect those changes reboot the archos. |
| | 745 | |
| | 746 | {{{ |
| | 747 | $ sudo addgroup --gid 3001 bt |
| | 748 | $ sudo addgroup --gid 3002 bt-net |
| | 749 | $ sudo addgroup --gid 3003 inet |
| | 750 | $ sudo addgroup --gid 3004 net_raw |
| | 751 | $ sudo adduser debian bt |
| | 752 | $ sudo adduser debian bt-net |
| | 753 | $ sudo adduser debian inet |
| | 754 | $ sudo adduser debian net_raw |
| | 755 | }}} |
| | 756 | |
| | 757 | To enable sound run alsamixer on the command line and turn speakers or headphone on. See [http://dev.openaos.org/wiki/Debian%20gen8#a12Soundondebian 12) Sound on debian] |
| | 758 | |
| | 759 | Some nice programms to install: |
| | 760 | |
| | 761 | midori --> light weight webbrowser |
| | 762 | |
| | 763 | {{{ |
| | 764 | $ sudo aptitude install midori |
| | 765 | }}} |
| | 766 | |
| | 767 | |
| | 768 | Searching the packages: |
| | 769 | |
| | 770 | {{{ |
| | 771 | $sudo aptitude search "mplayer" |
| | 772 | }}} |
| | 773 | |
| | 774 | Enjoy and play around :) |