Quote:
|
Originally Posted by cimi
use samba, configure same workgroup!
|
Add also the xbox IP adress in /etc/hosts
At least it helped in my case, using the same configuration.
You can also turn XBMC logs a little bit more verbose to see what is wrong...
Here is my smb.conf:
~ > more /etc/smb.conf
[global]
log level = 1
load printers = no
guest account = root
log file = /tmp/smb.log
security = share
server string = DreamBOX network services
workgroup = HOME
netbios name = DreamBOX
null passwords = yes
dead time = 15
keepalive = true
wins support = no
client code page = 850
character set = ISO8859-1
preserve case = yes
case sensitive = yes
[Configuration]
comment = Configuration files - take care!
path = /var
read only = no
public = yes
guest ok = yes
[Harddisk]
comment = The harddisk
path = /hdd
read only = no
public = yes
guest ok = yes
[My Music]
comment = My Music
path = /hdd/music
read only = no
public = yes
guest ok = yes
[My Videos]
comment = My Videos
path = /hdd/movie
read only = no
public = yes
guest ok = yes
[My Pictures]
comment = My Pictures
path = /hdd/pictures
read only = no
public = yes
guest ok = yes
Lucifer.