Recent content by mute09

  1. mute09

    Windows 11 Fails to Discover Samba Server in "Network", but Manual Access Works

    🛠️ IMPLEMENTED 1. Samba Configuration [global] workgroup = WORKGROUP netbios name = LENOVO security = user map to guest = Bad User client min protocol = SMB2 server min protocol = SMB2 [downloads] path = /srv/data/downloads browseable = yes read only = no guest ok = no valid users = muthi...
  2. mute09

    Windows 11 Fails to Discover Samba Server in "Network", but Manual Access Works

    Implemented Suggestions from the AI Forum Installation of WSDD (Web Services Dynamic Discovery) Download and install wsdd manually wget https://github.com/christgau/wsdd/archive/refs/tags/v0.7.0.tar.gz tar -xzf v0.7.0.tar.gz cd wsdd-0.7.0 sudo cp src/wsdd.py /usr/bin/wsdd sudo chmod +x...
  3. mute09

    Windows 11 Fails to Discover Samba Server in "Network", but Manual Access Works

    Problem Summary The Samba server on Debian Trixie did not appear automatically in Windows Network Explorer, unlike on Armbian Bookworm + OMV which appeared directly and prompted for credentials. Root Cause Analysis Environmental Differences: Windows 11 24H2 (OS build 26100.6584) Debian: Samba...
  4. mute09

    Introduce Yourself

    Hi, forum members and moderators. Let me introduce myself. I'm a Windows user who's been using Windows since Windows XP. My background isn't in technology, so my knowledge is limited to online tutorials and YouTube. However, I'm quite curious about solving problems and understanding how...
Back
Top