sprinkmeier wrote:the wireless seems to go off is a bit vague.
It used to disconnect completely. Anyway, it doesn't do it any more.
What you have to do is
Edit Connections… → select
Ethernet:
Wired Connection 1 (or whatever it's called),
Edit… →
IPv4 Settings →
Method:
Shared to other computers. Your Raspberry Pi will be lurking somewhere in the 10.42.0.* range, and can be found with nmap:
Code: Select all
sudo nmap -sn 10.42.0.0/24
Starting Nmap 6.00 ( http://nmap.org ) at 2013-05-19 09:20 EDT
Nmap scan report for 10.42.0.1
Host is up.
Nmap scan report for 10.42.0.47
Host is up (0.00049s latency).
MAC Address: B8:27:EB:F3:CD:A4 (Raspberry Pi Foundation)
Nmap done: 256 IP addresses (2 hosts up) scanned in 2.59 seconds
So my Raspberry Pi is at 10.42.0.47. You don't strictly need to use sudo with nmap, but if you do it will report the MAC address and the vendor — which is a dead giveaway.
(thanks to John Martin on the
GTALUG mailing list for helping with this.)
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him