1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
wiki.mbirth.de/know-how/hacking/nintendo-wii/_posts/2009-01-18-mplayer-samba.md

803 B

title, language, layout, created, updated, toc, tags
title language layout created updated toc tags
MPlayer and Samba en default 2009-01-18 23:26:15 +0100 2009-01-18 23:26:15 +0100 false
know-how
hacking
hardware
nintendo
wii

The MPlayer Christmas Edition for Wii supports SMB browsing. You can configure the login data of the desired SMB share through the smb.conf on the SD card as follows:

ip=192.168.1.100
share=Public
user=wii
pass=somethingelse
port=445

For it to work, you MUST use a dedicated user in Samba. Guest shares won't work. Also make sure you have security=user set in your Linux smb.conf. For more information see this thread as tehskeen.com.