1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00
wiki.mbirth.de/know-how/hacking/nintendo-wii/_posts/2009-01-18-mplayer-samba.md

29 lines
807 B
Markdown
Raw Normal View History

2015-03-01 00:53:21 +00:00
---
2016-12-27 21:39:23 +00:00
title: Wii MPlayer and Samba
2015-03-01 00:53:21 +00:00
language: en
layout: default
created: 2009-01-18 23:26:15 +0100
updated: 2009-01-18 23:26:15 +0100
toc: false
tags:
- know-how
- hacking
- hardware
- nintendo
- wii
---
The [MPlayer Christmas Edition](http://www.elotrolado.net/hilo_mplayer-christmas-edition_1157252) 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](http://www.tehskeen.com/forums/showpost.php?p=48403&postcount=76) as tehskeen.com.