Re: Nintendo Wii WLAN support (was Re: Nintendo WII: is wifi supported?)
Noe Casas <[email protected]> Sat, 25 Jan 2025 09:38:42 +0100
| Newsgroups | gmane.os.netbsd.ports.powerpc |
|---|---|
| Message-ID | <CAM+h5g3R1uwxJT9r6s=XR-vCgMQqZAA2OVH5j8weVBZ_773abw@mail.gmail.com> |
Thank you so much Jared! After reading the notes to update the kernel (https://www.netbsd.org/docs/guide/en/chap-kernel.html), I am unable to find the kernel at /netbsd . How should I replace the kernel in evbpcc's NetBSD? Thanks again. On Sun, 19 Jan 2025 at 01:45, Jared McNeill <[email protected]> wrote: > > Hi Noe -- > > I just added support for the Nintendo Wii WLAN adapter to -current: > > https://mail-index.netbsd.org/source-changes/2025/01/19/msg155253.html > > You will need to update your kernel and follow the instructions from the > bwi(4) man page to install the firmware: > > # ftp http://leaf.dragonflybsd.org/~sephe/bwi/v3.tbz > # mkdir /libdata/firmware/bwi > # tar -C /libdata/firmware/bwi -jxvf v3.tbz > > Then configure and enable wpa_supplicant: > > # wpa_passphrase myssid mypassword >>/etc/wpa_supplicant.conf > # echo 'wpa_supplicant=YES' >>/etc/rc.conf > # service wpa_supplicant start > > Let me know how it goes! > > Take care, > Jared > > On Thu, 24 Oct 2024, Noe Casas wrote: > > > Hi all, > > > > I am successfully running NetBSD 10.99.12 on a Nintendo Wii (NetBSD/evbppc). > > I would like to enable the wifi, but ifconfig -a only shows the > > loopback interface and in the output of dmesg I cannot identify > > anything relevant. > > > > Is the Wii's wifi supported by NetBSD? If it is, how can I configure it? > > > > Thanks in advance. > > > >