User Tools

Site Tools


robots:armadillo:hardware:frobobox:configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
robots:armadillo:hardware:frobobox:configuration [2012/09/05 17:47]
claes [VNC]
robots:armadillo:hardware:frobobox:configuration [2021/08/14 04:21] (current)
Line 1: Line 1:
 ====== Frobobox Configuration ====== ====== Frobobox Configuration ======
  
 +===== Bluetooth =====
 +Make sure the dongle is connected, check with dmesg.
  
 +If the bluetoothdongle is not working try restarting the service
 +  sudo /etc/init.d/bluetooth restart
 +look at [[https://help.ubuntu.com/community/BluetoothSetup|Ubuntu bluetooth]] if he dongle does not work after restarting the service.
 ===== Network ===== ===== Network =====
 <file bash interfaces> <file bash interfaces>
 #Uncomment this to let network manager do the configuration #Uncomment this to let network manager do the configuration
-#auto lo +auto lo 
-#iface lo inet loopback+iface lo inet loopback
  
-The gigabit network interface, normally for external connection +#auto eth0 
-auto eth0 +#iface eth0 inet static 
-iface eth0 inet static +#address 144.41.176.69 
-address 144.41.176.69 +#gateway 144.41.176.1 
-gateway 144.41.176.1 +#netmask 255.255.255.0 
-netmask 255.255.255.0+#nameserver 144.41.5.20
  
-The network interface normally connected to the Frobobox Wireless +#Only use this if eth0 is not working. With this enables you cannot connect via wireless 
-auto eth1 +#auto eth1 
-iface eth1 inet static +#iface eth1 inet static 
-address 144.41.176.68 +#address 144.41.176.68 
-gateway 144.41.176.1 +#gateway 144.41.176.1 
-netmask 255.255.255.0 +#netmask 255.255.255.0 
-nameserver 144.41.5.20+#nameserver 144.41.5.20
  
-iface mpt inet static 
-        address 144.41.176.68 
-        netmask 255.255.255.0 
-        gateway 144.41.176.1 
-        nameserver 144.41.5.20 
 </file> </file>
  
Line 33: Line 33:
 <file bash hosts> <file bash hosts>
 #Armadillo Frobobox  #Armadillo Frobobox 
-144.41.176.68 froboboxcable   #eth1 yellow cable in frobobox +144.41.176.69 froboboxcable  #eth0 gigabit cable 
-144.41.176.69 frobobox       #eth0 gigabit cable +192.168.0.2   frobowireless  #eth1 connect to wireless router in frobobox
-192.168.0.2   frobowireless  #eth1 connecto to wireless router in frobobox+
 </file> </file>
  
robots/armadillo/hardware/frobobox/configuration.1346860024.txt.gz · Last modified: 2021/08/14 04:19 (external edit)