Hello dear Mathematica community,
I installed Mathematica 10 on my Mac a few days ago and wanted to connect it to my Raspberry Pi, but it failed. I also have the same problem as described in some other posts here.
From my Mac I can ssh to my RasPi and launch there Wolfram, and make it add 1+1. But I can't figure out how to get a connection to the RasPi from Mathematica on my Mac using the RDK. In the setup mask of the RDK (Configure Pi Connection) I entered Network machine of Pi: IP address of the WLAN connection of my RasPi (as said, this one works for connecting via ssh) Login of Pi: pi (Every time I will retry this first setup step, a new kernel appears in the Evaluation->Kernel Configuration Options menu, even if the IP is the same. Is this just a bug and has never been tested by Wolfram??) In my point of view there is not much that the user can do there wrong, it should work out of the box.
When I try to connect to my RasP and evaluate the Pi Test & Example notebook I am asked to enter my password for my pi login, I have to wait then quite a while, then I get the following two errors:
The child process 594 reports: sh: Private: command not found
The kernel Raspberry Pi failed to connect to the front end. (Error = MLECONNECT).
You should try running the kernel connection outside the front end.
When I enter
Options[FrontEnd,EvaluatorNames]
on my local desktop I get
In[2]:=Options[FrontEnd, EvaluatorNames]
Out[2]= {EvaluatorNames -> {"Local" -> {"AutoStartOnLaunch" -> True},
"Raspberry Pi" -> {"RemoteMachine" -> True, "TranslateReturns" -> True,
"AutoStartOnLaunch" -> False, "Executable" -> "/usr/bin/wolfram",
"HostName" -> "192.168.178.22", "RemoteLogin" -> "pi"}}}
I googled, and found out that others seem to have the problem too, but couldn't find anything that would solve my connection problem. I would be very happy if someone could help me with this issue.
Kind Regards Björn