Difference between revisions of "CCRMA Satellite How To Connect"

From CCRMA Wiki
Jump to: navigation, search
(Windows 7)
(Windows 7)
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== How To Connect ==
 
== How To Connect ==
  
On this page, we explain how to connect to ccrma@satellite over the Ethernet cable.
+
On this page, we explain how to connect to Satellite CCRMA over the Ethernet cable.
  
 
== Mac OS X ==
 
== Mac OS X ==
Line 17: Line 17:
 
If your laptop is currently connected to the Internet using some method other than Ethernet: It can be convenient to enable the Beagleboard to get onto the Internet. Go back to ''System Preferences'' and choose ''Sharing''. Edit the settings so that your Internet connection is shared with the Ethernet port. In order to do this, you may have to disable ''Internet Sharing'' temporarily. Finally, click the ''Internet Sharing'' checkbox to enable this option.
 
If your laptop is currently connected to the Internet using some method other than Ethernet: It can be convenient to enable the Beagleboard to get onto the Internet. Go back to ''System Preferences'' and choose ''Sharing''. Edit the settings so that your Internet connection is shared with the Ethernet port. In order to do this, you may have to disable ''Internet Sharing'' temporarily. Finally, click the ''Internet Sharing'' checkbox to enable this option.
  
You will use the X11 program to login to ccrma@satellite over the Ethernet connection. Check if this program is already installed. In most recent version of OS X, X11 is installed by default in either the ''Applications'' folder or the ''Utilities'' folder, but in older versions it was necessary to install it from the Developer Tools CD. No matter what, if you cannot find the X11 program on your Mac, download it from [http://xquartz.macosforge.org/trac/wiki/X112.5.3 here].
+
You will use the X11 program to login to Satellite CCRMA over the Ethernet connection. Check if this program is already installed. In most recent version of OS X, X11 is installed by default in either the ''Applications'' folder or the ''Utilities'' folder, but in older versions it was necessary to install it from the Developer Tools CD. No matter what, if you cannot find the X11 program on your Mac, download it from [http://xquartz.macosforge.org/trac/wiki/X112.5.3 here].
  
Now open up a window in X11. Your ccrma@satellite board should choose the IP address 192.168.1.105. To check that it is visible type the command ''ping 192.168.1.105'', and see how fast the network response is. Once you are satisfied, hit Control-C to quit ''ping''. Then, to finally login to ccrma@satellite, type  
+
Now open up a window in X11. Your Satellite CCRMA kit should choose the IP address 192.168.1.105. To check that it is visible type the command ''ping 192.168.1.105'', and see how fast the network response is. Once you are satisfied, hit Control-C to quit ''ping''. Then, to finally login to Satellite CCRMA, type  
  
 
"ssh -X ccrma@192.168.1.105"
 
"ssh -X ccrma@192.168.1.105"
Line 26: Line 26:
  
 
== Windows 7 ==
 
== Windows 7 ==
 +
The first step is to get X Windows, which is included in the current Cygwin/X distribution. Cygwin/X installer can be downloaded from [http://www.cygwin.com/]. Installing the complete Cygwin/X may take a while, so either consider doing it in advance, or try to install a minimum set of features including X Windows. X Windows will be used to login to Satellite CCRMA through the Ethernet connection.
  
 +
Go to ''Control Panel\Network and Internet\Network Connections'', right-click on ''Local Area Network'' and go to ''Properties''. Select ''Internet Protocol Version 4'', and click on ''Properties''. There, manually configure:
 +
 +
IP Address: 192.168.1.1
 +
 +
Subnet Mask: 255.255.255.0
 +
 +
Leave the remaining items as they are.
 +
 +
Ideally, your laptop should be connected to the Internet through a different connection other than Ethernet. Since it will be good to have your Satellite CCRMA to have access to the Internet, the idea is to share your current Internet connection, which will probably be a wireless network connection. To do so, go again to ''Control Panel\Network and Internet\Network Connections'', right-click on ''Wireless Network Connection'' and click ''Properties''. Switch to the ''Sharing'' tab, and check the box saying ''Allow other network users to connect through this computer's Internet connection''. Then, in ''Home networking connection'' select ''Local Area Connection''.
 +
 +
Now start X Windows and open the ''xterm'' window. Your Satellite CCRMA kit should choose the IP address 192.168.1.105. To check that it is visible type the command ''ping 192.168.1.105'', and see how fast the network response is. Once you are satisfied, hit Control-C to quit ''ping''. Then, to finally login to Satellite CCRMA, type
 +
 +
"ssh -X ccrma@192.168.1.105"
 +
 +
The password should be ''temppwd''.
  
 
== Linux ==
 
== Linux ==
  
 +
Instructions for Ubuntu 10.04 Netbook Remix:
 +
 +
Run ifconfig in a terminal and look for your wired ethernet device. It will probably be called "eth0".  Copy down the value next to HWaddr.
 +
 +
Go to "System" -> "Network Connections".
 +
 +
Under the "Wired" tab of the dialog that opens click "Add".
 +
 +
Set the "Connection name" to something logical, like CCRMA Satellite.  Paste the value you copied from HWAddress in the "MAC address" box.
 +
 +
Click the "IPv4 Settings" tab.  Change "Method" to "Manual".  Next to "Addresses" click "Add".  In the "Address" column type "192.168.1.1".  In the "Netmask" column type "255.255.255.0".  Click "Apply".
 +
 +
In the notification area on your desktop panel, click the NetworkManager Applet icon.  Select the connection you just created.  You now should be able to ssh into the board by typing "ssh -X ccrma@192.168.1.105" in a terminal.
 +
 +
For internet connection sharing, this link might help (I haven't tried it yet):  https://help.ubuntu.com/community/Internet/ConnectionSharing
  
 
<center>[[250a 2009]]</center>
 
<center>[[250a 2009]]</center>
[[Category:ccrma@satellite]][[Category:PID]][[Category:NMC 2010]]
+
[[Category:Satellite CCRMA]][[Category:PID]][[Category:NMC 2011]]

Revision as of 05:22, 15 July 2011

How To Connect

On this page, we explain how to connect to Satellite CCRMA over the Ethernet cable.

Mac OS X

Go to System Preferences, select Network, and choose the Ethernet module. Write down your current settings in case you think that you might need them in the future. (For example, if you use Ethernet to connect to the Internet in your dormitory, you probably want to save these settings for when you go home.) Now change your Ethernet settings to the following:

Configure: Manually

IP Address: 192.168.1.1

Subnet Mask: 255.255.255.0

The remaining items such as Router, DNS Server, and Search Domains can be left blank for now, and click the Apply button in the bottom right to apply the settings.

If your laptop is currently connected to the Internet using some method other than Ethernet: It can be convenient to enable the Beagleboard to get onto the Internet. Go back to System Preferences and choose Sharing. Edit the settings so that your Internet connection is shared with the Ethernet port. In order to do this, you may have to disable Internet Sharing temporarily. Finally, click the Internet Sharing checkbox to enable this option.

You will use the X11 program to login to Satellite CCRMA over the Ethernet connection. Check if this program is already installed. In most recent version of OS X, X11 is installed by default in either the Applications folder or the Utilities folder, but in older versions it was necessary to install it from the Developer Tools CD. No matter what, if you cannot find the X11 program on your Mac, download it from here.

Now open up a window in X11. Your Satellite CCRMA kit should choose the IP address 192.168.1.105. To check that it is visible type the command ping 192.168.1.105, and see how fast the network response is. Once you are satisfied, hit Control-C to quit ping. Then, to finally login to Satellite CCRMA, type

"ssh -X ccrma@192.168.1.105"

The password should be temppwd.

Windows 7

The first step is to get X Windows, which is included in the current Cygwin/X distribution. Cygwin/X installer can be downloaded from [1]. Installing the complete Cygwin/X may take a while, so either consider doing it in advance, or try to install a minimum set of features including X Windows. X Windows will be used to login to Satellite CCRMA through the Ethernet connection.

Go to Control Panel\Network and Internet\Network Connections, right-click on Local Area Network and go to Properties. Select Internet Protocol Version 4, and click on Properties. There, manually configure:

IP Address: 192.168.1.1

Subnet Mask: 255.255.255.0

Leave the remaining items as they are.

Ideally, your laptop should be connected to the Internet through a different connection other than Ethernet. Since it will be good to have your Satellite CCRMA to have access to the Internet, the idea is to share your current Internet connection, which will probably be a wireless network connection. To do so, go again to Control Panel\Network and Internet\Network Connections, right-click on Wireless Network Connection and click Properties. Switch to the Sharing tab, and check the box saying Allow other network users to connect through this computer's Internet connection. Then, in Home networking connection select Local Area Connection.

Now start X Windows and open the xterm window. Your Satellite CCRMA kit should choose the IP address 192.168.1.105. To check that it is visible type the command ping 192.168.1.105, and see how fast the network response is. Once you are satisfied, hit Control-C to quit ping. Then, to finally login to Satellite CCRMA, type

"ssh -X ccrma@192.168.1.105"

The password should be temppwd.

Linux

Instructions for Ubuntu 10.04 Netbook Remix:

Run ifconfig in a terminal and look for your wired ethernet device. It will probably be called "eth0". Copy down the value next to HWaddr.

Go to "System" -> "Network Connections".

Under the "Wired" tab of the dialog that opens click "Add".

Set the "Connection name" to something logical, like CCRMA Satellite. Paste the value you copied from HWAddress in the "MAC address" box.

Click the "IPv4 Settings" tab. Change "Method" to "Manual". Next to "Addresses" click "Add". In the "Address" column type "192.168.1.1". In the "Netmask" column type "255.255.255.0". Click "Apply".

In the notification area on your desktop panel, click the NetworkManager Applet icon. Select the connection you just created. You now should be able to ssh into the board by typing "ssh -X ccrma@192.168.1.105" in a terminal.

For internet connection sharing, this link might help (I haven't tried it yet): https://help.ubuntu.com/community/Internet/ConnectionSharing

250a 2009