Hello,
I just received my RPi.
I would like to use it without connecting to any monitor/TV. (Infact I don't have a spare one)
Please suggest how to.
I use Mac, Windows7 and Ubuntu.
Thanks.
Best,
Z
- mahjongg
- Forum Moderator
- Posts: 13818
- Joined: Sun Mar 11, 2012 12:19 am
- Location: South Holland, The Netherlands
Re: Rasp without monitor
log in with a serial terminal connected to the UART on the GPIO.
Re: Rasp without monitor
Please explain or direct me to a page showing connections/or tutorial.mahjongg wrote:log in with a serial terminal connected to the UART on the GPIO.
Thanks.
Z
Re: Rasp without monitor
Or you could ssh in with your Mac or Ubuntu machine.
My Blog - http://www.sirlagz.net
Visit my blog for Tips, Tricks, Guides and More !
WiFi Issues ? Have a look at this post ! http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28&t=44044
Visit my blog for Tips, Tricks, Guides and More !
WiFi Issues ? Have a look at this post ! http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28&t=44044
Re: Rasp without monitor
SSH or VNC from any other computer
Re: Rasp without monitor
Yes, any chance of putting a tutorial in the absolute beginners section or on the Wiki (if its not already there:))Zeus wrote:Please explain or direct me to a page showing connections/or tutorial.mahjongg wrote:log in with a serial terminal connected to the UART on the GPIO.
Thanks.
Z
- alexeames
- Forum Moderator
- Posts: 2876
- Joined: Sat Mar 03, 2012 11:57 am
- Location: UK
- Contact: Website
Re: Rasp without monitor
Whilst I'm sure this might be possible, it's probably the hardest way you could imagine of solving the problem. I think MahJongg was having a little joke with you.deedub777 wrote:Yes, any chance of putting a tutorial in the absolute beginners section or on the Wiki (if its not already there:))Zeus wrote:Please explain or direct me to a page showing connections/or tutorial.mahjongg wrote:log in with a serial terminal connected to the UART on the GPIO.
Thanks.
Z


The best way to do it by far would be to log in via ssh (for command line) or vnc if you want a graphical user interface. Two popular ssh apps are Putty and Tunnelier. You install this on the client computer (your windows, mac. linux box) and use it to log into the Pi via your network connection.
Alex Eames RasPi.TV, RasP.iO
Re: Rasp without monitor
+1 to the ssh in idea. The Pi get's its IP address assigned automatically by default so you will have to find it to ssh into it. There are lots of ways to do this.
1) You can look at your router and see what dynamically assigned addresses there are
2) you can blindly ping ip addresses until you hit it
3) you can download a free ip range finder that will ping all the ip addresses in a range of ip addresses and it will display any ip addresses that respond back
Edit: Or the easiest option: Connect it to a TV/monitor just long enough to see what ip address it is using or assign it a static ip address.
1) You can look at your router and see what dynamically assigned addresses there are
2) you can blindly ping ip addresses until you hit it
3) you can download a free ip range finder that will ping all the ip addresses in a range of ip addresses and it will display any ip addresses that respond back
Edit: Or the easiest option: Connect it to a TV/monitor just long enough to see what ip address it is using or assign it a static ip address.
Dear forum: Play nice 

- penguintutor
- Posts: 394
- Joined: Tue May 08, 2012 9:11 am
- Location: UK
- Contact: Website Facebook Twitter YouTube
Re: Rasp without monitor
I created two tutorials on my website after seeing a similar question on the forum.
Goto:
http://www.penguintutor.com/linux/raspberrypi-guides
and choose the: Running the Raspberry Pi Headless and once that's working: remote GUI access using Tightvnc
I suggest you use the http://www.raspberrypi.org/archives/1435 Debian Wheezy (beta) rather than the one on the main downloads page as ssh is configured by default.
Goto:
http://www.penguintutor.com/linux/raspberrypi-guides
and choose the: Running the Raspberry Pi Headless and once that's working: remote GUI access using Tightvnc
I suggest you use the http://www.raspberrypi.org/archives/1435 Debian Wheezy (beta) rather than the one on the main downloads page as ssh is configured by default.
Re: Rasp without monitor
Thanks for replies.
Today I bought an hdmi monitor for Pi but I am looking forward to use ssh.
Best,
Z
Today I bought an hdmi monitor for Pi but I am looking forward to use ssh.
Best,
Z