MiKe Mini Kernel? You cant run mike without bootmii. This means making either a change to your boot2 or NAND. For best results install bootmii as boot2, and use the mikep5 mini kernel version specific to your tv. or install bootmii as an IOS and use the mikep5 IOS kernel version. If you still don't want to sack up. This kernel will probably load through bannerbomb, but you will lby linus - Wii Linux
Installing xorg to the newest distro from the gc-linux team, aka isobel. (debian-lenny-5.0+whiite-1.10.tar.bz2) Will take quite a few commands, and to my knowledge no tutorial currently exist detailing the process. Step 1: build the xf86-video-cube driver (http://gc-linux.cvs.sourceforge.net/viewvc/gc-linux/xf86-video-cube/).by linus - Wii Linux
MINI is used as a gateway to provide hardware access to MiKe. All the real work of making that hardware useful is done by the linux kernel and linux drivers.by linus - Wii Linux
Install: export WIILOAD=tcp:192.168.0.7 ./wiiload bmoo.zip Installation assumes you have a /bootmii directory on the root or first partition of an SD card. Usage: Run application to change /bootmii directory name. The HBC channel icon will change from red to black signifying BootMii is inactive. Reasoning: I only use wii linux a small percentage of the times I turn the wii on. Soby linus - Wii Linux
exec /usr/sbin/chroot . sh -c 'umount -l /initrd; blockdev --flushbufs /dev/ram0; exec /sbin/init' \ dev/console 2>&1 This is my new revised final line. I changed from ext2 to ext3 as well. I am now booting a single 800mb loopback file of xwhiite from the sole FAT partition of my SD card.by linus - Wii Linux
Read more carefully. gg.rom goes in the fceugx folder. Not the cheats folder located inside of it. And yes the game genie is emulated just like any other cartridge.by linus - Homebrew Applications
Everything you need to know to cheat your ass off on FCE Ultra GX.by linus - Homebrew Applications
#!/bin/sh mount -n -t msdos /dev/mmcblk0p1 /mnt losetup /dev/loop0 /mnt/linux/linuxdsk.img mount -t ext2 /dev/loop0 /mnt2 cd /mnt2 pivot_root . initrd/ exec /sbin/init This is what I have now. It works to mount the loop and boot into it, but I still need to free the ramdiskby linus - Wii Linux
QuoteGecko192.zip/doc/gpf file format.txtIn order to make a GPF (Gecko Patch File) you will need to use a hex editor. The file should be given named with the game ID and gpf extension and put in a patch folder, that is on the root of your SD card. Here's the patch file format as described by Nuke: "[1 byte] - Number of patches (hex) [4 bytes] - Patch Destination (hex) [4 bytby linus - Homebrew Applications
In my understanding "chroot" changes the root directory "/" location. What I want to do is mount a new root file system, but it may still work. The problem is I cant test it, because I get kernel panic at the losetup line of my init file.by linus - Wii Linux
Quotehttp://en.wikipedia.org/wiki/Bluetooth#Bluetooth_vs._Wi-Fi_IEEE_802.11_in_networkingBluetooth vs. Wi-Fi IEEE 802.11 in networking Bluetooth and Wi-Fi have many applications in today's offices, homes, and on the move: setting up networks, printing, or transferring presentations and files from PDAs to computers. Both are versions of unlicensed wireless technology. Wi-Fi is intendedby linus - Wii Linux
#!/bin/sh echo INITRD: Trying to mount /dev/mmcblk0p1 as msdos mount -n -t msdos /dev/mmcblk0p1 /mnt echo INITRD: Mounted OK losetup /dev/loop0 /mnt/linux/linuxdsk.img That is the text of my /sbin/init. the screen displays "INITRD: Mounted OK" and then "kernel panic-not syncing:.." and a lot of numeric trace information. Any ideas? I want the loop to be mounted as the new root filby linus - Wii Linux
Hypothetically it should be possible to run wine through qemu and there by run a windows app, but with the wii's limited hardware I assume it would be dodgy and very slow.by linus - Wii Linux
Yes you can use a USB hard drive, but a lot of users are reporting that usb devices are being randomly disconnected. In regards to armboot.bin if you have the latest version of bootmii installed you don't need to replace it. And yes launching the ELF through Ceiling Cat's SD program loader works fine you don't need to replace bootmii.by linus - Wii Linux
My own tutorial is no more now that tehskeen is gone, but there is a pretty good one on another site. google xwhiite and choose the second result. Another small tip just read the tutorial and ignore the comments.by linus - Wii Linux
Google Chrome OS is a joke. Google is repackaging the linux kernel with a new windowing system and their browser then calling it a "new operating system". Xwindows works affectively and efficiently, and if by windowing system they are referring to the desktop environment. There are already enough choices to contend with any hardware limitations. (ex. gnome, kde, xfce) As for a wii port the anby linus - Offtopic
Experimental DVD support added to the kernel today. I will give it a full test tomorrow. Big thanks to isobel.by linus - Homebrew General
If you are using notepad or many of the other windows text editors, that is your problem. wiicm and probably Cheat Manager use linux style carriage returns to identify the end of each line. This can be resolved by creating your custom txt file using Programmers Notepad(this is part of devkitPRO for windows.) Here is the direct link:by linus - Homebrew General
Ok, the files like "drive_20010608.h" are generated from specifics for each drive in "drive_all.S"?by linus - Homebrew General
This thread worked once before. This is a collection of what I know so far. I hope people can add to this and maybe answer some of my questions. First here is the Gamecube driver. Quotehttp://gc-linux.git.sourceforge.net/git/gitweb.cgi?p=gc-linux/gc-linux-2.6.git;a=tree;f=drivers/block/gcn-di;h=895b479b0461292e3248a62defc961666553649e;hb=HEADMakefile drive_20010608.h drive_20010831.h driveby linus - Homebrew General
Gecko OS 1.9.2 will automatically use IOS 249 if it is present on the system. The current System Update installs a stub at IOS 249. This doesn't have normal IOS features and that is why it crashes. Solutions: First I would try Gecko OS 1.9.1 Download: I believe this will work because according to the change log version 1.9.1 predates the inclusion of the use of IOS 249. If for soby linus - Homebrew General
mikep4 was released on 9/21, but here is my guide for mikep3. It covers how to install and use the mikep3 kernel with xwhite and configure wifi support. I'm not sure how the new kernel changes affect wifi setup, because I haven't tried it out yet. My assumption is that it would be easier.by linus - Homebrew Applications
printf ("\x1b[2J"); This is the clear screen function for the terminal.by linus - Coding
Quotehttp://wiibrew.org/wiki/CheatManager2. put text code file(*.txt) in sd:/txtcodes.by linus - Homebrew Applications
Everyone from xbox-scene would laugh at this thread. I couldn't even begin to count the number of ftp tutorials. Explaining to kids how to download from xbins. If you haven't been to xbins.org check it out! The ftp server now has some hard to find Wii stuff. @cactusjack901, When did you learn to read? I first got Internet at home the winter of 1993-1994. Windows 95 came with a builtby linus - Homebrew Applications
Your post was in the correct forum to begin with. Why it got moved here I'm not sure. "Info, discussion and support for existing Wii Homebrew applications"?by linus - Offtopic
It would be cool if someone added motion plus to this demo code.by linus - Coding
Everything you need to know to cheat your ass off on FCE Ultra GX. First you don't need to use .cht files (they are optimal, but not necessary). This is the largest list of precreated .cht files: If your game or code doesn't exist there then go here: This is the largest list of game genie codes. Using Game Genie Codes in FEC Ultra GX: This is where I found the game iby linus - Offtopic
Quotehttp://en.wikipedia.org/wiki/C_Sharp_(programming_language)#CriticismIn a note posted on the Free Software Foundation's news website in June 2009, Richard Stallman warned that he believes "Microsoft is probably planning to force all free C# implementations underground some day using software patents" and recommended that developers avoid taking what he described as the "gratuitous risk"by linus - Coding
@ SirJar Request a free copy of Ubuntu today, and get it shipped to your home on CD completly free of charge including free postage. Here is the linkby linus - Homebrew Applications