 by nunogato » Tue Dec 11, 2012 7:51 pm
                by nunogato » Tue Dec 11, 2012 7:51 pm
            
            
                     by nunogato
                by nunogato
Tue Dec 11, 2012 7:51 pm
            
            
            Hi,
For the brain of the 1m tall humanoid we choosed to have a super computer  
 
 
To accomplish that we will install the following hardware:
Motherboard: 
GENE-QM77
CPU: Intel® Core™ i7-3610QE CPU @ 2.30GHz × 8
RAM: 8GB DDR3 1600Mhz
DISK: 256GB Samsung SSD (830 series)
Wifi: TP-Link TL-WN722N
Currently we are on the initial testing, just installed Ubuntu 12.04.1  and still installing drivers and make everything work smoothly
I'll post here all the information needed to install the system on this system, I'll start by the operating system instalation, connecting to the servos up to running the DARwIn-OP framework on the robot.
Ubuntu instalation:
Just downloaded the Ubuntu 12.04.1, burned it into a CD and did the standard installation.
Found a problem installing the Wifi USB dongle due to a problem on the USB3.0 ports, the solution was upgrade the kernel to the last stable version, here are the steps needed:
Add repositories of Ubuntu 12.10 by editing “/etc/apt/sources.list”
- Code: Select all
- sudo gedit /etc/apt/sources.list
and add following lines:
- Code: Select all
-     deb http://security.ubuntu.com/ubuntu quantal-security main universe restricted multiverse
 deb-src http://security.ubuntu.com/ubuntu quantal-security main universe restricted multiverse
 deb http://it.archive.ubuntu.com/ubuntu/ quantal-updates main universe restricted multiverse
 deb-src http://it.archive.ubuntu.com/ubuntu/ quantal-updates main universe restricted multiverse
 deb http://it.archive.ubuntu.com/ubuntu/ quantal main universe restricted multiverse
 deb-src http://it.archive.ubuntu.com/ubuntu/ quantal main universe restricted multiverse
Then update and install the kernel:
- Code: Select all
- sudo apt-get update
 sudo apt-get install linux
After that we need to install the wifi drivers, for that we need to download the htc_9271.fm firmware from 
here and copy it to the lib/firmware/ directory. Next, download the compat-wireless drivers from 
here Unarchive it and build the ath9k_htc driver by running the following commands in order:
- Code: Select all
- tar xvf compat-wireless-3.6.8-1.tar.bz2
 cd compat-wireless-3.6.8-1
 ./scripts/driver-select ath9k_htc
 sudo make
 sudo make install
Load the driver
- Code: Select all
- sudo modprobe ath9k_htc
Now we have Wifi running so we can go for the next step that will be trying to get the graphics driver work properly, that's for a next post  
 
 
Regards,
Nuno Gato
--RoboSavvy
Hi,
For the brain of the 1m tall humanoid we choosed to have a super computer  
 
 
To accomplish that we will install the following hardware:
Motherboard: 
GENE-QM77
CPU: Intel® Core™ i7-3610QE CPU @ 2.30GHz × 8
RAM: 8GB DDR3 1600Mhz
DISK: 256GB Samsung SSD (830 series)
Wifi: TP-Link TL-WN722N
Currently we are on the initial testing, just installed Ubuntu 12.04.1  and still installing drivers and make everything work smoothly
I'll post here all the information needed to install the system on this system, I'll start by the operating system instalation, connecting to the servos up to running the DARwIn-OP framework on the robot.
Ubuntu instalation:
Just downloaded the Ubuntu 12.04.1, burned it into a CD and did the standard installation.
Found a problem installing the Wifi USB dongle due to a problem on the USB3.0 ports, the solution was upgrade the kernel to the last stable version, here are the steps needed:
Add repositories of Ubuntu 12.10 by editing “/etc/apt/sources.list”
- Code: Select all
- sudo gedit /etc/apt/sources.list
and add following lines:
- Code: Select all
-     deb http://security.ubuntu.com/ubuntu quantal-security main universe restricted multiverse
 deb-src http://security.ubuntu.com/ubuntu quantal-security main universe restricted multiverse
 deb http://it.archive.ubuntu.com/ubuntu/ quantal-updates main universe restricted multiverse
 deb-src http://it.archive.ubuntu.com/ubuntu/ quantal-updates main universe restricted multiverse
 deb http://it.archive.ubuntu.com/ubuntu/ quantal main universe restricted multiverse
 deb-src http://it.archive.ubuntu.com/ubuntu/ quantal main universe restricted multiverse
Then update and install the kernel:
- Code: Select all
- sudo apt-get update
 sudo apt-get install linux
After that we need to install the wifi drivers, for that we need to download the htc_9271.fm firmware from 
here and copy it to the lib/firmware/ directory. Next, download the compat-wireless drivers from 
here Unarchive it and build the ath9k_htc driver by running the following commands in order:
- Code: Select all
- tar xvf compat-wireless-3.6.8-1.tar.bz2
 cd compat-wireless-3.6.8-1
 ./scripts/driver-select ath9k_htc
 sudo make
 sudo make install
Load the driver
- Code: Select all
- sudo modprobe ath9k_htc
Now we have Wifi running so we can go for the next step that will be trying to get the graphics driver work properly, that's for a next post  
 
 
Regards,
Nuno Gato
--RoboSavvy
Last edited by nunogato on Wed Dec 12, 2012 11:25 am, edited 1 time in total.