One of the functions of my HDA is to allow the MS Windows boxes access to the media files for viewing on there own computer. Samba works fine, but it asks for user name and password first. Is there a way that I can disable that or have the user name and password automatically given when a windows computer wants access?
ATM i cant reproduce the error.
have you setup printer sharing correctly?
also, switching to SP3 is a rather good idea as it adresses some networking issues as well as all the latest security patches.
what i always do:
create a batch file, c:\networksetup.cmd
then add the following line:
NET USE J: \\HDA\%USERNAME% /USER:%USERNAME% password
make a shortcut in your startup folder.
this adds a share whenever you login, that way you dont manually have to connect to a share everytime you want to print.
replace password with the password you set on the HDA for that user.
alsmo, make sure then username/password are both EXACTLY! the same on the xp client, AND the HDA
windows by default tries to login to other servers with its currently used username/password.
its a quick fix, but it works
============================== edit =========================
the above was adressed to the printing issue,
the networksetup.cmd can be suited for other shares as well
