What are you trying to achieve?Black Scythe wrote:now how exactly do I connect my raspberry pi to my laptop ii followed the instructions but I'm not getting anything
There is no way to do this at the "electronics level" - i.e., you can't just plug it in (to your laptop) and have it work as if you had a regular USB keyboard and USB mouse and HDMI video monitor. I think that some of the extant "instruction" web sites/pages imply that it is possible - these sites do everyone a disservice.Black Scythe wrote:What I am trying to do I plug my raspberry pi to my laptop so I have a screen keyboard and mouse all in one instead of getting a separate screen keyboard and mouse.
you're talking about remote access vpn and its extremely common. once raspberrypis are set up a majority of them never see a screen or keyboard/mouse again, all remote. all you have to do is get a jelly keyboard that you can roll up and stick out of the way when your not using it for 5USD (no way around this, this websites buying guide even said its a requirement in or to be able to set it up) so to the OP; next time you buy something, see what you need to use it, i.e, batteries not included.morphy_richards wrote:Not entirely sure about this as I haven't done it before but in theory you could set up your pi by plugging it into your laptop's Ethernet port with a short patch cable like the one you might get supplied with your home internet router. This is assuming you have created an sd card and put the raspbian image on it and put it in the pi.
http://elinux.org/RPi_Easy_SD_Card_Setup
Switch it on and wait for a while then on your laptop get a command prompt (windows) or a terminal (mac) and type ping raspberrypi
That should tell you its ip address.
You could then install putty on your laptop which will then give you a basic text interface to do the rest of the setting up. http://www.putty.org/
After you have done that you can use x11vnc to connect to it with graphics.
If ping doesn't work you could also try nmap to find out the pi's ip address
http://nmap.org/download.html
Edit - actually on second thoughts I would plug your pi into your internet router not to the laptop itself.