03-23-2022, 07:29 AM
(03-22-2022, 10:19 PM)im Curtis Wrote: The command below is used to generate the SCAN list. If you are able to run it and the unfiltered cmd and report what it outputs in your environment it might be help to understand why its not reporting anything.
Code:sudo nmblookup -S -T '*' | grep '*<00>' | cut -f 1 -d '*'
# Without the grep filter
sudo nmblookup -S -T '*'
-Tim
Hi Tim
When creating a new source, the scan returns
MOODE/NAS
MOODE/Playlists
MOODE/SDCard
and this is what I get from the commands you gave:
Code:
pi@moode:~ $ sudo nmblookup -S -T '*' | grep '*<00>' | cut -f 1 -d '*'
moode.fritz.box, 192.168.178.33
fritz.box, 192.168.178.1
pi@moode:~ $ sudo nmblookup -S -T '*'
moode.fritz.box, 192.168.178.33 *<00>
Looking up status of 192.168.178.33
MOODE <00> - B <ACTIVE>
MOODE <03> - B <ACTIVE>
MOODE <20> - B <ACTIVE>
WORKGROUP <00> - <GROUP> B <ACTIVE>
WORKGROUP <1e> - <GROUP> B <ACTIVE>
MAC Address = 00-00-00-00-00-00
fritz.box, 192.168.178.1 *<00>
Looking up status of 192.168.178.1
192-168-178-1 <00> - B <ACTIVE> <PERMANENT>
WORKGROUP <00> - <GROUP> B <ACTIVE> <PERMANENT>
192-168-178-1 <20> - B <ACTIVE> <PERMANENT>
MAC Address = 00-00-00-00-00-00
fritz.box is my router which has a NAS function and a USB stick attached.
Best,
Sean