Tutorial  Updated

Wii Linux (XWhiite 0.2) with Wi-Fi in 2020 (TUTORIAL)

I decided to make a tutorial on this because the last one was way back in 2009.
Don't use the 2009 method, it's complicated and you can't install the XFCE package even with WiFi working.

THIS WAS TESTED ON A NON-BOOT2 2009 WII.



Download this first. https://www.mediafire.com/?qme1y93ek6ttc Unzip the downloaded file on your PC.
Insert a SD card (FAT16) (SDHC >4GB) into the slot on the same PC. Follow this guide if your Wii hasn't been homebrewed/hacked yet>> https://wii.guide/str2hax Install BootMii. https://wii.guide/hbc

Copy the "BOOTMII" (not case sensitive) folder to your desktop when you've finished with the tutorials above. Copy the "apps" folder from the "apps" ZIP inside the Wii Linux ZIP to the SD card.
Unzip the Wii Linux ZIP file into the root of a FAT32-formatted USB pendrive. Delete the "apps" ZIP in the root. Get a USB (wired) keyboard. Mouse is not required, but if you're not comfortable with a WiiMote as a pointer, get an optical USB (wired) mouse. Insert the SD card in the SD slot in the Wii, and slot the USB flash drive into the "usb0" USB slot. "usb0" is located at the right USB slot at the back of the Wii, or if you're using a horizontal Wii, it's located at the bottom, below the other USB slot. If you're still confused, find the red square outlining the slot here:
12047

Boot the Wii up. Start the Homebrew Channel. Start the application "whiite-linux-installer-BETA1". Use the keyboard arrow keys to navigate, and use ENTER to accept. Select "ok" FAT allocation recommended: 256MB Select "ok" to everything. Wait a REALLY LONG TIME. (remember the "Select OK to everything") The application has a built-in screensaver, which is pure black. To get out of the screensaver, press ENTER. Still wait. When it says it's done, it will reboot.

Eject the SD card out of the Wii. Get this file: http://downloads.sourceforge.net/gc-linux/mikep5-zImage-2.6.32.mini.576i(PAL).elf Doesn't matter if it's PAL. Insert the SD card into the PC. Find the "BOOTMII" folder and replace the "ppcboot.elf" with the "mikep5-zImage-2.6.32.mini.576i(PAL).elf" by first deleting ppcboot and then renaming the mikep5 elf to "ppcboot.elf".

Eject the SD card out of the PC, then insert it in the Wii. Run the Homebrew Channel. Press the HOME button, then select the "bootmii" button. This will boot Wii Linux. Wait a minute or two, and when the Wii shows a GUI that includes green or checkered B/W pixels, wait until XFCE (the GUI) shows a start menu. Select the power button on the start menu on the bottom, then press "log out" It will log out. When the countdown starts, press ENTER on the keyboard. log in with these credentials:
Username: root
Password: whiite
Then type in "startxfce4" and press ENTER. It will boot Debian 4 (etch) as the root account, granting you full access to the system.

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

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

After that has completed, move on to this:

Code:
cd /

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

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

Code:
nano /etc/network/interfaces

Make sure it looks like this:

Code:
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.

You now have a Wii Linux machine that can be used as a shitty PC or as a web server!

*ADDITIONAL STUFF*
You can get a lot of applications for the PPC build of Debian 4.
Get them with Synaptic Pachage Manager, found in the (system) tray in the (apps) menu in the XFCE menu.

GIMP works like a charm on the Wii with resolutions under 1920x1080.
Audacity also works fine, unless if you want a newer build of it.
Blender3D is availble, but it only works with OpenGL drivers. The Wii has X11 drivers, and NO, I haven't found the OpenGL drivers yet.
Any application without OpenGL support should work fine.
Python IDLE 2.5 has a working TURTLE module.

You can also get XFCE themes.
HOW TO GET XFCE THEMES:

Get a laptop/PC that can read ext3 filesystems. If you're stuck with Windows, you can get DiskGenius or Diskinternals Linux Reader.
Browse through this section of XFCE-LOOK, for max compatibility.

Go to /usr/local/share/themes/
Paste the folder (the theme) into that folder.
Eject the SD card, then plop it into the Wii, and boot Linux.
Log in as root (log out then log in)
Go to the settings manager of XFCE.
Click on "user interface"
Select a theme.
All done!

Good Luck!

P.S. I need those OpenGL drivers.

**Remember, the Wii has only 88MB of RAM, 3MB of VRAM and a 729MHz single-core CPU so don't expect it to be an absolute beast.**

IMAGES:

Sample TURTLE module script in KWrite:
IMG_20200731_130641.jpg

TURTLE 2.5 in action:
IMG_20200731_130918.jpg

GIMP (1280x720 canvas):
IMG_20200719_165332.jpg

IRC CLIENT (irssi) ON LMR CHANNEL:
hni_0070_mpo-jpg.219893


Credit to elmurato for the original tutorial (2009) and the GC-Linux team.
I forgot someone.
 
Last edited by VMHoss,

thesun

New Member
Newbie
Joined
Mar 9, 2024
Messages
4
Trophies
0
Age
23
XP
14
Country
Italy
I started yesterday, at 9pm. 10 minutes to find out why the USB wasn't working (GPT instead of MBR) then it took 30 minutes to format the SD. Weird. Then I started untarring. At around 9:40. It's 11.49 now. AM. And it's still going, around 80%
 

VMHoss

Well-Known Member
OP
Member
Joined
Nov 7, 2019
Messages
128
Trophies
0
XP
593
Country
United Kingdom
This looks cool. I'll try it.
Post automatically merged:

When it says,

Is this referring to the whiitefulllinux.7z file?
It's been a while since I've touched this project, but I'm sure it's whiitefulllinux.7z. if not then you probably know what other file I meant lol
 

AfanGotTheWiiOn26December

Well-Known Member
Member
Joined
Jan 1, 2023
Messages
121
Trophies
0
Age
25
Location
Sarajevo
XP
356
Country
Bosnia and Herzegovina
It's been a while since I've touched this project, but I'm sure it's whiitefulllinux.7z. if not then you probably know what other file I meant lol
Mine's sitting on some SCSI thing.
Post automatically merged:

Taken from MJD's video. It stayed here for a second (on his video) and then it loaded. But mine won't!
1000040442.jpg
 
Last edited by AfanGotTheWiiOn26December,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Right onto uremums 3d printed dildo