HW
RASPBERRY PI ZERO W
LibreELEC version
LibreELEC (Krypton) v8.0.0.1 for Pi Zero W (Kodi 1.7.1-RC1 Mar 4 2017)
LibreELEC (Krypton) v8.0.0.1 for Pi Zero W – LibreELEC
Issue
Cannot find any SMB shared in my network
Complete steps
- Install LibreELEC
- Boot, leave as default any configuration and connect to the wireless network
- Go to Settings -> File manager -> Add source -> Browse -> Windows network (SMB)
- Wait the loader
- No shared network found
I'm pretty sure that my samba share is right set. I can access from any other devices in my home, including an android tablet with the latest android Krypton version of Kodi (1.7.0 Feb 1 2017)
Internet connection is working well, I can find and install plugins from the net.
[hr]
UPDATE: another significant issue, i cannot login into libreelec via ssh, although the ssh service is enabled
Code
....
debug1: kex: client->server aes128-ctr [email protected] none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA 9a:e4:f7:19:fc:ad:5b:45:5a:54:9d:19:0e:1d:88:2e
debug1: Host '192.168.0.9' is known and matches the ECDSA host key.
debug1: Found key in /home/daniele/.ssh/known_hosts:17
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/daniele/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Trying private key: /home/daniele/.ssh/id_dsa
debug1: Trying private key: /home/daniele/.ssh/id_ecdsa
debug1: Trying private key: /home/daniele/.ssh/id_ed25519
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: password
[email protected]'s password:
debug1: Authentication succeeded (password).
Authenticated to 192.168.0.9 ([192.168.0.9]:22).
debug1: channel 0: new [client-session]
debug1: Requesting [email protected]
debug1: Entering interactive session.
debug1: client_input_global_request: rtype [email protected] want_reply 0
debug1: Sending environment.
debug1: Sending env LANG = it_IT.UTF-8
....... (some seconds here)
Write failed: Connection reset by peer
daniele@SHADYATIV9:~$
Display More
Any ideas?