In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Wii-Linux/Use"

From WiiBrew
Jump to navigation Jump to search
Line 1: Line 1:
 
[[Wii-Linux]] turns a Nintendo Wii into a quiet and energy efficient PowerPC-based Linux system. This page details useful and interesting things for beginners to do on a Linux PC.
 
[[Wii-Linux]] turns a Nintendo Wii into a quiet and energy efficient PowerPC-based Linux system. This page details useful and interesting things for beginners to do on a Linux PC.
 +
 +
If you cannot see the prompt (off the screen), you suffer from TV Overscan. Please launch the correct ELF for your video mode.
 +
 +
Note: For technical reasons you must launch Linux from [[bootmii]] for Wi-Fi to work.
  
 
== Logging in ==
 
== Logging in ==
Once a Wii has booted Linux, you have 60 minutes to log on with the credentials below before it times out.
+
First thing you want to do once a Wii has booted Linux, is log in. You have 60 minutes to log on with the credentials below before it times out.
  
*For debian-etch-4.0+whiite-0.1:
+
*For debian-etch-4.0+whiite-0.1 (and debian-lenny-5.0+whiite-1.10) :
 
     Username: root
 
     Username: root
 
     Password: whiite
 
     Password: whiite
  
*For Proof of Concept builds:
+
*For Proof of Concept builds (deprecated):
 
     Username: root
 
     Username: root
 
     Password: cube
 
     Password: cube
  
The Debian release comes with a lot of news, only available if you boot using the kernel that comes with that package. '''You will need a USB keyboard to use this release.''' If you are able to boot with it and login, you will stop in a command line where you can navigate through the filesystem, and execute some applications. Here are some things that you can do:
+
'''You will need a USB keyboard to use the PoC builds and/or whiite.'''
 +
 
 +
== General Linux Usage ==
 +
While running whiite-linux, your Nintendo Wii acts as a standard Debian system.
 +
 
 +
Linux uses the [http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard Filesystem Hierarchy Standard (FHS_)], it's a very different layout from Windows.
 +
 
 +
Type "ls" to list files in the directory.
 +
Type "cd [DIRECTORY_NAME] '''c'''hange '''d'''irectory.
 +
Go to, /bin, /sbin, /usr/sbin, /usr/sbin and type "ls". These are the programs you can use from the terminal. Type man [PROGRAM_NAME] to bring up the manual for those programs.
 +
 
 +
Quickest way for a beginner to safely shutdown a Linux system is to type "halt" or "poweroff". Alternatively press and hold the reset button or press CTRL-ALT-DEL on the attached keyboard.
 +
 
 +
Refer to http://www.debian.org/doc/ for more information on how to operate a Debian system.
 +
 
 +
== Setting up Wi-Fi ==
 +
Once logged in you will probably want to get Wi-Fi working. Ensure the kernel ELF file was launched from MINI (bootmii installed in boot2 or replace /bootmii/ppcboot.elf for autostart on Wii poweron). The best kernel ELF file at the moment is [http://www.gc-linux.org/wiki/MINI:KernelPreviewFive MIKEp5].
 +
 
 +
Go to the /root directory. Type ./whiite-ez-wifi-config
 +
 
 +
Follow the prompts. Press UP/DOWN directional keys and SPACE to set the encryption type and ENTER the rest of the way.
 +
 
 +
Hopefully your are now connected to your Wi-Fi Access Point and the Internet!
  
 
== Edit text files ==
 
== Edit text files ==
Line 19: Line 45:
 
== Play MP3s ==
 
== Play MP3s ==
 
     mp3-decoder <mp3 file>  
 
     mp3-decoder <mp3 file>  
 
There is an mp3 sample in the /root directory. You can play it if you type:
 
    mp3-decoder Synapse-Stealing_Science.mp3
 
  
 
You can also use this:
 
You can also use this:

Revision as of 04:32, 31 January 2010

Wii-Linux turns a Nintendo Wii into a quiet and energy efficient PowerPC-based Linux system. This page details useful and interesting things for beginners to do on a Linux PC.

If you cannot see the prompt (off the screen), you suffer from TV Overscan. Please launch the correct ELF for your video mode.

Note: For technical reasons you must launch Linux from bootmii for Wi-Fi to work.

Logging in

First thing you want to do once a Wii has booted Linux, is log in. You have 60 minutes to log on with the credentials below before it times out.

  • For debian-etch-4.0+whiite-0.1 (and debian-lenny-5.0+whiite-1.10) :
   Username: root
   Password: whiite
  • For Proof of Concept builds (deprecated):
   Username: root
   Password: cube

You will need a USB keyboard to use the PoC builds and/or whiite.

General Linux Usage

While running whiite-linux, your Nintendo Wii acts as a standard Debian system.

Linux uses the Filesystem Hierarchy Standard (FHS_), it's a very different layout from Windows.

Type "ls" to list files in the directory. Type "cd [DIRECTORY_NAME] change directory. Go to, /bin, /sbin, /usr/sbin, /usr/sbin and type "ls". These are the programs you can use from the terminal. Type man [PROGRAM_NAME] to bring up the manual for those programs.

Quickest way for a beginner to safely shutdown a Linux system is to type "halt" or "poweroff". Alternatively press and hold the reset button or press CTRL-ALT-DEL on the attached keyboard.

Refer to http://www.debian.org/doc/ for more information on how to operate a Debian system.

Setting up Wi-Fi

Once logged in you will probably want to get Wi-Fi working. Ensure the kernel ELF file was launched from MINI (bootmii installed in boot2 or replace /bootmii/ppcboot.elf for autostart on Wii poweron). The best kernel ELF file at the moment is MIKEp5.

Go to the /root directory. Type ./whiite-ez-wifi-config

Follow the prompts. Press UP/DOWN directional keys and SPACE to set the encryption type and ENTER the rest of the way.

Hopefully your are now connected to your Wi-Fi Access Point and the Internet!

Edit text files

   nano [text file]

Play MP3s

   mp3-decoder <mp3 file> 

You can also use this:

   mpg321 <mp3 file>

Type & after the command to have the mp3 play in the background:

   mpg321 Synapse-Stealing_Science.mp3 &

To play MP3s from a USB flash drive, mount the drive (see below). Navigate to the directory where they are stored on your USB flash drive, and use the "mp3-decoder" or the "mpg321" tool to play them.

Mount USB Drives

  • Mount an external USB hard disk

Not all USB hard disks work, but if they are formatted in FAT or EXT2 they might be recognized. Connect a USB flash drive, and type:

  dmesg

The dmesg command will show you the last kernel message. If the USB flash drive is compatible, it will show you some debug messages, and a message with the status of the new drive. If it is recognized as sda, you can mount and navigate to that using these commands:

  mkdir mnt
  mount /dev/sda1 mnt 
  cd mnt 
  ls
  • To show the identifiers of the devices connected to the USB: Type lsusb
  • USB hubs work.

Use the internal Bluetooth

There is a driver that manages the Wii internal Bluetooth. You can connect to the Wiimote, but there isn’t any application to manage it yet. You can type these commands to configure it:

hciconfig
Shows you the Bluetooth configuration.
hcitool scan and press "1&2" on the Wiimote
This will find the Wiimote and show some information.

Chat on IRC

   irssi

Install Debian Packages

After setting up an internet connection, you will be able to install new Debian packages directly onto the Wii using apt-get. Alternatively you can download on a PC then use dpkg to install packages manually.

  • cmatrix is confirmed to run which displays a simple curses screensaver. The font suggested for it has not been tested.
  • ninvaders is a simple curses based game played like Space Invaders. Seems to work 100%
  • pacman is a curses pacman game. Currently the Linux console is not large enough to view the lives, levels, and score. The game is compiled from scratch with wiiuse and Bluetooth and ncurses devs.
  • sc is a curses spreadsheet application.

Install MPlayer

  • Download the source to Wii MFE Port
  • Copy these files to the corresponding places on your SD card:
/src/native/fs/shipped/lib/
/src/native/fs/shipped/root/
/src/native/fs/shipped/usr/
  • Extract the contents of these archives to your SD card:
/src/native/libsdl/mfe-libsdl.tar.gz
/home/zach/Desktop/src/native/mplayer/mfe-mplayer.tar.gz
  • Log on to whiite and type (you only need to do this once):
 mknod /dev/fb0 c 29 0
  • Type:
 mplayer <file>.avi