From: Albert H. <alb...@ya...> - 2009-12-03 14:02:16
|
>Thanks so much, you are correct. >As I am not willing to install a whole linux on my pc (maybe in the near future). I used the installer method, with rename the kernal > and filesystem name to lenny. Now, able to boot whiite on my Wii :) > >However, just wonder if this lenny debian already enable the wifi? Yes. The debian-lenny-5.0+whiite-1.10.txt file that you can find in the same directory where you can download debian-lenny-5.0+whiite-1.10.tar.bz2 hints you at what to do in "7.2 Secure Shell (ssh)". The same information can be found in http://www.gc-linux.org/wiki/WL:whiite-linux . There's a "hidden" tool /root/whiite-ez-wifi-config that you can use to easily setup your wifi connection using a text-based dialog. Your WLAN must support either WEP or WPA/WPA2. Open wireless are not supported by that tool :) You can start the tool by running as root (without the hash sign): # /root/whiite-ez-wifi-config >In "Configuring a wireless network connection", it writes: > > >You need the following userland packages in Debian to configure and operate the Nintendo Wii WLAN card: > * wireless-tools > * wpasupplicant (if you use WPA/WPA2 security) > * udev (needed to service firmware image requests from the driver) >You can issue the following commands as root from your Nintendo Wii to install those packages: >whiite:~# apt-get update >whiite:~# apt-get install udev wireless-tools wpasupplicant Those packages come already installed in whiite-1.10. >But as I didn't get wifi work, how could I use "apt-get update". >I know there should be a way to download on PC and copy on to Wii, then enable my wifi. It seems that I need to gain some Debian knowledge first. Cheers, Albert |