Baris Sanli's Raspberry Pi and Gertboard Resources
|
Cheapest way to Connect Raspberry Pi (with an Ethernet Cable) to PC directly There are severals way to connect Raspberry Pi to a PC. You can use a WiFi adapter, a router , etc.... My way of doing it was more simple. I just used the 4 cables on each side for such cross over cable.
My setup for the addresses as follows: Then from the gnome screen, I defined a new network called raspberry as follows:
For this part, I have two scripts. For LXDE: # raspberry pi için network u kapatıp açma sudo ifconfig eth0 down # start the nested raspberry connection Xephyr -ac -br -noreset -keybd ephyr,,,xkbmodel=pc105,xkblayout=trq -screen 800x600 :1 & DISPLAY=:1 ssh -X -Y pi@192.168.1.2 x-session-manager For Openbox Connection: # raspberry pi için network u kapatıp açma sudo ifconfig eth0 down # start the nested raspberry connection Xephyr -ac -br -noreset -keybd ephyr,,,xkbmodel=pc105,xkblayout=trq -screen 1200x700 :1 & DISPLAY=:1 ssh -X -Y pi@192.168.1.2 openbox-session
|
emailto : barissanli2@gmail.com