Changes between Version 31 and Version 32 of Debian gen8

Show
Ignore:
Timestamp:
05/23/11 07:57:16 (2 years ago)
Author:
divx118
Comment:

Added some final steps when you first boot into debian.

Legend:

Unmodified
Added
Removed
Modified
  • Debian gen8

    v31 v32  
    714714$ sudo umount ./angstrom 
    715715$ cp ./debianlxdefinal.img /media/A101IT/rootfs.img 
    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 
     719Reboot your archos in to SDE. 
     720 
     721 
     722== 15) Things todo after first boot == 
     723 
     724Well 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. 
     725We need todo a few things to get everything working ok. 
     726Open 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 
     729Now 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 
     735First 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 
     743When your archos is rebooted in debian again. Use ssh to connect to the device like said above. 
     744Make 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 
     757To 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 
     759Some nice programms to install: 
     760 
     761midori --> light weight webbrowser 
     762 
     763{{{ 
     764$ sudo aptitude install midori 
     765}}} 
     766 
     767 
     768Searching the packages: 
     769 
     770{{{ 
     771$sudo aptitude search "mplayer" 
     772}}} 
     773 
     774Enjoy and play around :)