Since updating to 2.3 infuse just doesn’t see any of my SMB shares. xbmc sees them fine so It is not permissions. Any ideas…
I have same problem
I tried updating Appletv that did not help.
I am on 5.2 and atv 2.3
I shared some stuff on my macbook and it sees that fine. So it is something with the SMB shares.
+1
I am running aTV Flash 2.3 on Apple TV 5.2. Infuse cannot see or connect to any SMB shares, but has no problem connecting to AFP shares.
I am having the same issue. I would use AFP, but it does not support symlinks. Is there an ETA on having this bug fixed?
I have exactly the same combination of software and am using inFuse with SMB shares all the time. I think there must be some other factor at play and it is going to be necessary to pin down what that is. I am using SMB shares where the media is hosted on an unRAID based server - what is your server end?
Another thought - what are you running on the macBook? If for instance you have upgraded to OSX Mavericks (OSX 10.9) then that might well cause a problem as Apple changed their support for SMB.
my issue went away after a infuse media player update. My systems have not changed but work now. I have my shares on a win7 machine that i use as a media server. It hosts all the media up to the devices in the house.
Mine works fine since that update. But again my RaspBerryPI running XBMC never had an issue and the appletv running xbmc never had an issue with any of the shares.
- Open A terminal window
- paste in the following line followed by the return key(should be all on one line):
echo “[default]” >> ~/Library/Preferences/nsmb.conf; echo “smb_neg=smb1_only” >> ~/Library/Preferences/nsmb.conf
- Creates a file called nsmb.conf in your home directory at the path ~/Library/Preferences/nsmb.conf.
- Adds directives to force SMB connections to use the SMB1 protocol. This is slower but stable.
- Open a terminal window
- paste in the following at the prompt and then hit the return button:
Thanks alot this worked perfect for me