Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

XWhiite Linux Wii: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 2: Line 2:
|title=Wii Homebrew Apps (Operating systems) - GameBrew
|title=Wii Homebrew Apps (Operating systems) - GameBrew
|title_mode=append
|title_mode=append
|image=xwhiitelinuxwii.jpg
|image=xwhiitelinuxwii2.jpg
|image_alt=XWhiite Linux
|image_alt=XWhiite Linux
}}
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=XWhiite Linux
|title=XWhiite Linux
|image=xwhiitelinuxwii.jpg
|image=xwhiitelinuxwii2.jpg
|description=Running Linux on Wii.
|description=Running Linux on Wii.
|author=bertjan
|author=bertjan
Line 19: Line 19:
}}
}}
'''XWhiite''' is a version of Whiite with the X.Org environment successfully implemented. It uses kernel 2.6.27b and includes some applications such as Firefox. The installation process uses the "whiite" method, and it has been updated to version 0.2. XWhiite was created by bertjan and last updated on December 2nd, 2008.
'''XWhiite''' is a version of Whiite with the X.Org environment successfully implemented. It uses kernel 2.6.27b and includes some applications such as Firefox. The installation process uses the "whiite" method, and it has been updated to version 0.2. XWhiite was created by bertjan and last updated on December 2nd, 2008.
'''Keep in mind, the Wii's specs are limited with only 88MB of RAM, 3MB of VRAM, and a 729MHz single-core CPU, so performance may not be optimal.'''


==Installation==
==Installation==
Line 29: Line 31:
https://dlhb.gamebrew.org/wiihomebrews/xwhiitelinuxwii-01.jpg
https://dlhb.gamebrew.org/wiihomebrews/xwhiitelinuxwii-01.jpg


3. Turn on the Wii. Open the Homebrew Channel. Open the "whiite-linux-installer-BETA1" application. Navigate using the keyboard arrow keys and press ENTER to confirm. Select "ok" for FAT allocation (256MB recommended). Select "ok" for all options and wait (waiting time can be very long). The application has a built-in black screensaver, press ENTER to exit it. Continue waiting. Once it states that it is finished, the Wii will reboot.
4. Remove the SD card from the Wii. Download this file: http://downloads.sourceforge.net/gc-linux/mikep5-zImage-2.6.32.mini.576i(PAL).elf (it doesn't matter if it's PAL version). Insert the SD card into the PC. Locate the "BOOTMII" folder, delete "ppcboot.elf" and rename "mikep5-zImage-2.6.32.mini.576i(PAL).elf" to "ppcboot.elf" and place it in the "BOOTMII" folder.
5 - Remove the SD card from the PC and insert it in the Wii. Open the Homebrew Channel. Press the HOME button, then select the "bootmii" button. This will start Wii Linux. Wait for a minute or two and when the Wii displays a GUI with green or checkered B/W pixels, wait for the XFCE start menu to appear.


On the start menu, select the power button, then select "log out." When the countdown begins, press ENTER on the keyboard. Log in with the following credentials:
*Username: root
*Password: whiite
Type in "startxfce4" and press ENTER. This will start Debian 4 (etch) as the root account with full access to the system.


===How to Add Wifi===
Open a Terminal (Xterm) window and do this:
(WiFi configuration)
<pre>
cd /home/wii/
dpkg -i *.deb
</pre>
After that has completed, move on to this:
<code>cd / </code>
<code>tar -xzvf /home/wii/openfwwf-5.2-bin.tar.gz</code>
Close the Terminal window and open another one after it's done.
<code>nano /etc/network/interfaces</code>
Make sure it looks like this:
<pre>
auto wlan1 iface wlan1 inet dhcp
        wpa-ssid YOUR_ROUTER_NAME_GOES_HERE
        wpa-psk YOUR_WIFI_PASSOWRD_GOES_HERE
        wpa-key-mgmt WPA-PSK
        wpa-pairwise TKIP CCMP
        wpa-group TKIP CCMP
        wpa-proto WPA RSN
        wpa-ap-scan 1
        wpa-scan-ssid 1
</pre>
*Edit the "YOUR_PASSWORD" to your WIFI password.
*Edit the "ROUTER_NAME" to your WIFI name.
*Then save it by CTRL+X then pressing Y.
Congratulations, you now have a Wii Linux machine that can be used as a low-performance PC or as a web server!
==Additional Stuff==
You now have access to a variety of applications for the PPC build of Debian 4. You can use the Synaptic Package Manager, found in the system tray in the apps menu in the XFCE menu, to install new applications. Applications such as GIMP and Audacity work well on the Wii, but keep in mind that resolutions over 1920x1080 may not work. Blender3D is also available, but it requires OpenGL drivers, which are not currently supported on the Wii. Applications without OpenGL support should work fine. Python IDLE 2.5 also has a working TURTLE module.
To get XFCE themes, you will need a laptop or PC that can read ext3 filesystems. If you're using Windows, you can use DiskGenius or Diskinternals Linux Reader. Browse through the [https://www.xfce-look.org/browse/cat/138/page/90/ord/latest/ XFCE-LOOK website] for maximum compatibility. Then, copy the theme folder to the /usr/local/share/themes/ directory on the SD card. Insert the SD card into the Wii and boot Linux. Log in as root, go to the settings manager of XFCE, click on "user interface," and select a theme. Good luck!


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/wiihomebrews/xwhiitelinuxwii-01.jpg
https://dlhb.gamebrew.org/wiihomebrews/xwhiitelinuxwii-02.jpg
https://dlhb.gamebrew.org/wiihomebrews/xwhiitelinuxwii-03.jpg


==Media==
==Media==

Revision as of 05:33, 30 Ocak 2023

XWhiite Linux
File:Xwhiitelinuxwii2.jpg
General
Authorbertjan
TypeOperating systems
Version0.2
LicenseMixed
Last Updated2008/12/02
Links
Download
Website

XWhiite is a version of Whiite with the X.Org environment successfully implemented. It uses kernel 2.6.27b and includes some applications such as Firefox. The installation process uses the "whiite" method, and it has been updated to version 0.2. XWhiite was created by bertjan and last updated on December 2nd, 2008.

Keep in mind, the Wii's specs are limited with only 88MB of RAM, 3MB of VRAM, and a 729MHz single-core CPU, so performance may not be optimal.

Installation

1. Before proceeding, download the file from the following link. Once the file is downloaded, unzip it on your PC. Next, insert an SD card (formatted in FAT16) into the card slot on the same PC. Make sure that the SD card is not SDHC greater than 4GB.

2. Move the "BOOTMII" folder to your desktop. Extract the "apps" folder from the "apps" ZIP file within the Wii Linux ZIP and place it on the SD card. Unzip the Wii Linux ZIP file to the root of a FAT32-formatted USB drive and delete the "apps" ZIP in the root.

Use a USB keyboard, and an optical USB mouse if desired. Insert the SD card in the Wii's SD slot and the USB drive in the "usb0" slot located at the right back of the Wii or bottom for horizontal Wii. If unsure, refer to the red square outlining the slot.

xwhiitelinuxwii-01.jpg

3. Turn on the Wii. Open the Homebrew Channel. Open the "whiite-linux-installer-BETA1" application. Navigate using the keyboard arrow keys and press ENTER to confirm. Select "ok" for FAT allocation (256MB recommended). Select "ok" for all options and wait (waiting time can be very long). The application has a built-in black screensaver, press ENTER to exit it. Continue waiting. Once it states that it is finished, the Wii will reboot.

4. Remove the SD card from the Wii. Download this file: http://downloads.sourceforge.net/gc-linux/mikep5-zImage-2.6.32.mini.576i(PAL).elf (it doesn't matter if it's PAL version). Insert the SD card into the PC. Locate the "BOOTMII" folder, delete "ppcboot.elf" and rename "mikep5-zImage-2.6.32.mini.576i(PAL).elf" to "ppcboot.elf" and place it in the "BOOTMII" folder.

5 - Remove the SD card from the PC and insert it in the Wii. Open the Homebrew Channel. Press the HOME button, then select the "bootmii" button. This will start Wii Linux. Wait for a minute or two and when the Wii displays a GUI with green or checkered B/W pixels, wait for the XFCE start menu to appear.

On the start menu, select the power button, then select "log out." When the countdown begins, press ENTER on the keyboard. Log in with the following credentials:

  • Username: root
  • Password: whiite

Type in "startxfce4" and press ENTER. This will start Debian 4 (etch) as the root account with full access to the system.

How to Add Wifi

Open a Terminal (Xterm) window and do this: (WiFi configuration)

cd /home/wii/
dpkg -i *.deb

After that has completed, move on to this: cd /

tar -xzvf /home/wii/openfwwf-5.2-bin.tar.gz

Close the Terminal window and open another one after it's done.

nano /etc/network/interfaces

Make sure it looks like this:

auto wlan1 iface wlan1 inet dhcp
         wpa-ssid YOUR_ROUTER_NAME_GOES_HERE
         wpa-psk YOUR_WIFI_PASSOWRD_GOES_HERE
         wpa-key-mgmt WPA-PSK
         wpa-pairwise TKIP CCMP
         wpa-group TKIP CCMP
         wpa-proto WPA RSN
        wpa-ap-scan 1
         wpa-scan-ssid 1
  • Edit the "YOUR_PASSWORD" to your WIFI password.
  • Edit the "ROUTER_NAME" to your WIFI name.
  • Then save it by CTRL+X then pressing Y.

Congratulations, you now have a Wii Linux machine that can be used as a low-performance PC or as a web server!

Additional Stuff

You now have access to a variety of applications for the PPC build of Debian 4. You can use the Synaptic Package Manager, found in the system tray in the apps menu in the XFCE menu, to install new applications. Applications such as GIMP and Audacity work well on the Wii, but keep in mind that resolutions over 1920x1080 may not work. Blender3D is also available, but it requires OpenGL drivers, which are not currently supported on the Wii. Applications without OpenGL support should work fine. Python IDLE 2.5 also has a working TURTLE module.

To get XFCE themes, you will need a laptop or PC that can read ext3 filesystems. If you're using Windows, you can use DiskGenius or Diskinternals Linux Reader. Browse through the XFCE-LOOK website for maximum compatibility. Then, copy the theme folder to the /usr/local/share/themes/ directory on the SD card. Insert the SD card into the Wii and boot Linux. Log in as root, go to the settings manager of XFCE, click on "user interface," and select a theme. Good luck!

Screenshots

xwhiitelinuxwii-01.jpg xwhiitelinuxwii-02.jpg xwhiitelinuxwii-03.jpg

Media

Linux on a Wii? - Wii Linux Installation and Testing (Xorg/Whiite) 2020 - (DerNuntius)

External Links

Advertising: