lephu55 wrote:GPS don't working, I don't know why?
Everything I do is ok step by step. Crius board works ok with ACC, GYO, MAG, ALT.. but only GPS don't fix signal. alt: 0 ; lat: 0. I'm also walking to a wide empty space to try catching sinal but nothing...

in config.h I uncomment 3 line as behide:
#define GPS_BAUD 57600
#define GPS_SERIAL 2
#define UBLOX
multiwii fw is 2.4 newest.
Things are not quite right.
OK, you have the GPS power hooked up to the I2C port on the FC but you are using the serial 2 port in your config.h and have your signal RX and TX hooked up to the serial port on your FC.
Also it looks like your GPS module is hooked up at the I2C port and not the serial port. If you are going to run I2C on your GPS you need to switch the signal wires on your FC to the I2C port and use the I2C config.h set up.
If you plan on using the serial port then you need to plug your wires into the serial port on your GPS and use 5vDC. That is the one with VCC, TX, RX and GND.
I think most I2C stuff runs on 3vDC and most serial stuff runs on 5vDC. Try a 5vDC source unless your manual tells you it (the GPS module) needs I2C and 3vDC.
Right now your config.h is set up to run GPS on your serial port but the signal from the GPS is coming from the I2C port.
You must get this wiring issue cleared up.
Did you enable the GPS WP statement in the config.h?
Do you have your magnetic declination entered where it belongs? (Needs to be set to the location where you will fly if different from last time, or if you are not trying to fly needs to be set to test location.)
Did you make sure that you calibrated the ACC and compass before trying to use GPS features?
Is your GPS RX wire connected to the TX pin on the FC and the GPS TX connected to the FC RX?
Was there acceptable GPS space weather on the day you tried using it?
All of that needs done too.
Also, the MW configurator will not let you know if GPS is working or not. You need to use the WIN GUI for GPS.