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

31 lines
901 B
Markdown
Raw Normal View History

2015-03-01 00:53:21 +00:00
---
created: 2009-01-18 23:26:15 +0100
2022-01-23 17:14:59 +00:00
language: en
layout: redirect
layout_old: default
redirect_to: https://blog.mbirth.de/archives/2009/01/18/wii-mplayer-and-samba.html
2015-03-01 00:53:21 +00:00
tags:
2022-01-23 17:14:59 +00:00
- know-how
- hacking
- hardware
- nintendo
- wii
title: Wii MPlayer and Samba
toc: false
updated: 2009-01-18 23:26:15 +0100
2015-03-01 00:53:21 +00:00
---
2022-01-23 17:14:59 +00:00
2015-03-01 00:53:21 +00:00
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
2022-01-23 17:14:59 +00:00
[this thread](http://www.tehskeen.com/forums/showpost.php?p=48403&postcount=76) as tehskeen.com.