Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Wednesday, April 13, 2011

Method to fix my continually rebooting Joggler

This post is an amalgamation of a number of posts by various people.
Including:
Code by xoom450 http://www.joggler.info/forum/viewtopic.php?f=11&t=2554
Ubuntu by http://joggler.exotica.org.uk/ubuntu/
Joggler mod by http://www.gforums.de/juggler/download.html

Please be careful, I do not take any responsibility for you totally bricking your Joggler.

Tuesday, August 10, 2010

Telnet Joggler

The following information can be used to configure the Joggler to allow Telnet connections:
http://jogglerwiki.info/index.php?title=Installing_Telnet

If using Windows Vista or Windows 7 you will need to install Telnet from the "Turn Windows features on or off" option in Control Panel - Programs.

Connect to the Joggler:
Start Telnet.

In the command prompt type Open 192.168.1.x  (Where 192.168.1.x is the IP address of your Joggler - obtained from the Settings - Network)
Password -- letmein

Change directory:
cd /media/appshop or cd tv

Make directory:
mkdir tv

Copy file from internet to folder.
wget http://www.location.com/Program.tar   (Ensure you use appropriate capitals)

Expand compressed archive
tar xvf Program.tar

Delete compressed archive
rm Program.tar

List files in the folder
ls

Copying file
cp applications.xml applications.backup


Edit file
vi applications.xml

Insert/edit the file
i

esc to exit insert mode
:x to write and exit
:w to write changes
:q to exit
:q! to exit and discard changes

Reboot the Joggler
reboot

Sunday, January 04, 2009

Installing and Configuring Eeebuntu on to an Asus Eee PC

Website with download and Forum: http://eeebuntu.org/

How to create a bootable USB memory stick with the Operating system ISO file.
Using UNetbootin for Linux or Windows.
http://www.liliputing.com/2008/12/how-to-install-eeebuntu-with-a-usb-flash-drive.html


Partitioning The Disk (preparing disk space screen)

You need to make some decisions here. Some Information about the Asus Eee 901:
/dev/sda is the 4GB onboard SSD
/dev/sdb is the internal removable SSD (8GB windows, 16GB Linux)
/dev/sdc is the SDHC/SD/MMC card if you have one in there
/dev/sdd is your USB Stick (if the SD slot is empty it's /dev/sdc)

I manually partitioned the eee. Here is the partition scheme I used:
/dev/sda1 is the entire 4GB section. I am mounting it as "/" and using ext2
/dev/sdb1 is 15002 MB of sdb. I am mounting it as "/home" and using ext2
/dev/sdb2 is the remaining 1135MB of sdb and is swap space. The swap space is large to allow for hibernation.
You can use ext2 to to lessen the number of writes to the SSD. Of course using a journaled files system is generally better



Switching between Ubuntu Netbook remix and the standard desktop

  1. Right click on the Ubuntu circular icon in the top right, and click Edit Menus.
  2. In the Menu section select Preferences under the System menu.
  3. In the Items section scroll down and tick the Sessions option.
  4. Then click Close.
  5. Expand the System menu optin then Preferences and select Session.
  6. In Startup Programs
  7. Look for NETBOOK LAUNCHER, untick it then click close
  8. Reboot your machine and you'll get a standard Desktop.

Tuesday, September 30, 2008

Acer Aspire One - Linux - installing VLC

The Acer Aspire One (Linux edition) runs a version of Red Hat/Fedora Linux V8.

The built in media player has a limited set of CODECs and so can not play all the available video formats (i.e. Divx & Xvid video formats). You can install the VLC video player which will play a large selection of different types of video files.

Firstly, we need to open up the interface to allow extra software to be added.
  1. Go to the green Files pane at the bottom right of the screen and left-click on My Documents.
  2. Now left-click on File & Terminal – you'll see a text window open with a $ prompt.
  3. Type in xfce-setting-show and press Enter – up pops the Xfce Desktop Manager.
  4. Left-click on Desktop, then select the Behaviour tab. Now tick Show Desktop Menu on Right Click.
  5. Type Exit to close a Terminal screen.

Now, if you close all those open windows & get back to the standard Aspire One desktop, you'll find that, if you now do a right-click, you'll get a Menu appear!

Installing the VLC video player.

  1. Right-Click on the Desktop and select Terminal and type in the following lines at the $ prompt.
    nu -
    (Your appropriate password)
    sudo yum install fedora-release
    sudo rpm -ivh
    http://rpm.livna.org/livna-release-8.rpm
    sudo yum install vlc python-vlc mozilla-vlc
  2. When prompted answer Y & Enter, when complete close all open windows.
  3. Right Click anywhere on the Desktop and go to MultiMedia -> VLC Media Player. (You might need to restart your Netbook.

Adding Icons to the Aspire One

It's all very well having the Advanced Menu, but for some apps you'd also like the fast access provided by the desktop. Here's how you make them appear. Press Alt-F2, type in xterm to open the command line (Terminal) window - and click on Run...

At the command line, type:
sudo mousepad /home/user/.config/xfce4/desktop/group-app.xml and hit Enter. This calls up the desktop's configuration file. Scroll through and you'll see how the entries are arranged.

Add to the Fun desktop section (Possibly 7) the following line to add a link to the VLC player.

"/usr/share/applications/livna-vlc.desktop"

Remembering to select a unique sequence number the number describes the order of the applications.

Save the file then restart your Acer Aspire. Click on the right-arrow button in the Fun section, and you should see a new VLC icon. Drag and drop it higher in the list if you prefer.

Links:
http://www.aspireoneuser.com/
Ten tweaks for a new Acer Aspire One.