The guitar of GHWT work if I delete in /libogc/wiiuse/guitar_hero_3.c the lines :

92 if (data[offset + 16] == 0xFF) {
93 / get the calibration data /
94 WIIUSE_DEBUG("Guitar Hero 3 handshake appears invalid, trying again.");
95 wiiuse_read_data(wm, data, WM_EXP_MEM_CALIBR, EXP_HANDSHAKE_LEN, wiiuse_handshake_expansion);
96 return 0;
97 } else