papa_6 Posted August 2, 2006 Share Posted August 2, 2006 Anyone using Dreambox with your hackingtosh? I cant get the mounting working in the dreambox. It worked fine with smb in XP. Link to comment https://www.insanelymac.com/forum/topic/23300-dreambox-and-osx86/ Share on other sites More sharing options...
ut2211 Posted August 3, 2006 Share Posted August 3, 2006 Tiger assumes that your smb server accepts encrypted passwords. Older Unix/Linux servers running Samba (this is the case with dreambox) are configured to accept Plain Text passwords. Below is a fix to tell Tiger to send a plain text password for authentication. This assumes you have a working knowledge of the unix command line. 1. open a terminal session 2. cd /etc 3. sudo vi nsmb.conf (NOT the smb.conf file...this may ADD a new file...) 4. add these lines... [default] minauth=none 5. save file (wq) BE AWARE that this now sends plain text and can be easily captured (via tcpdunp). Link to comment https://www.insanelymac.com/forum/topic/23300-dreambox-and-osx86/#findComment-155020 Share on other sites More sharing options...
papa_6 Posted August 4, 2006 Author Share Posted August 4, 2006 Hi! Thanks for the tip! But I think I explained my problem badly. I want to mount a folder on the HD in my Dreambox (500C) so I can record from the box to the PC...ehhh...Mac...PCMAC. Link to comment https://www.insanelymac.com/forum/topic/23300-dreambox-and-osx86/#findComment-155781 Share on other sites More sharing options...
Recommended Posts