Hello everybody!

I have flashed my WL500gP just 2 days ago with Oleg's pre7. I've configured it according to marcnesium's and r0kanon's tutorials (by the way, great job guys).

However I have expierienced the same problem with SAMBA as it was already posted here. Nevertheless I found a solution. As you have pointed out the problem was hostname. In marcnesium's tutorial there was this piece of code:
Code:
#!/bin/sh
/usr/sbin/smbd -D -l /opt/var/log/smbd.log -s /opt/etc/samba/smb.conf
/usr/sbin/nmbd -D -n myasus -o -l /tmp -s /opt/etc/samba/smb.conf
to put into the /opt/etc/init.d/S97Samba file.
As you the "myasus" in the third line is actually your hostname. So what I have done, was just changing "myasus" to "WL500gP" (the hostname I have set in all other files) in S97Samba. After reboot the Samba was working just perfect. I've mapped a network drive under windows and now I can browse, add and remove files.
By the way, I know so very little about linux, so don't laugh if I've written something lame