Yubico Forum https://forum.yubico.com/ |
|
Fedora 18 YPT No YubiKey inserted https://forum.yubico.com/viewtopic.php?f=26&t=1096 |
Page 1 of 1 |
Author: | maztaim [ Mon Jun 24, 2013 2:54 pm ] |
Post subject: | Fedora 18 YPT No YubiKey inserted |
I am getting "No YubiKey inserted" using the YPT package as provided by Fedora. I get the same when running as regular user or root. $ rpm -q yubikey-personalization-gui yubikey-personalization-gui-3.1.2-1.fc18.x86_64 $ lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch Distributor ID: Fedora Description: Fedora release 18 (Spherical Cow) Release: 18 Codename: SphericalCow $ uname -a Linux <Hostname> 3.9.5-201.fc18.x86_64 #1 SMP Tue Jun 11 19:40:51 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux |
Author: | Tom [ Mon Jun 24, 2013 3:13 pm ] |
Post subject: | Re: Fedora 18 YPT No YubiKey inserted |
Please try with the latest version: http://yubico.github.io/yubikey-personalization-gui/ Also, try with different USB port and even better on a different computer/operating system. What Yubikey and firmware version do you have? |
Author: | maztaim [ Mon Jun 24, 2013 3:26 pm ] |
Post subject: | Re: Fedora 18 YPT No YubiKey inserted |
Sigh...I was afraid of that. I'll try building the new client. Moving between all available USB devices and another laptop haven't changed the problem. I have no other OS to try. How do I find the firmware on Fedora 18 without using YPT? |
Author: | maztaim [ Mon Jun 24, 2013 3:49 pm ] |
Post subject: | Re: Fedora 18 YPT No YubiKey inserted |
Give me a bit more time. libykpers is too old as well. Quote: Dependencies ------------ yubikey-personalization-gui depends on version 1.13.0 or higher of libykpers. $rpm -q ykpers ykpers-1.9.0-1.fc18.x86_64 |
Author: | maztaim [ Mon Jun 24, 2013 6:03 pm ] |
Post subject: | Re: Fedora 18 YPT No YubiKey inserted |
No such luck. I built and installed yubico-c-master and Yubico-yubikey-personalization-fc93ed2, but when I went to build yubikey-personalization-gui-master, I get the following errors: $ qmake-qt4 Project MESSAGE: Release build Project MESSAGE: Unix build # make compiling src/ui/toolpage.cpp src/ui/toolpage.cpp:390:6: warning: unused parameter ‘msg’ [-Wunused-parameter] src/ui/toolpage.cpp:429:6: warning: unused parameter ‘msg’ [-Wunused-parameter] src/ui/toolpage.cpp: In member function ‘void ToolPage::on_importPerformBtn_clicked()’: src/ui/toolpage.cpp:463:49: error: ‘YKP_FORMAT_YCFG’ was not declared in this scope src/ui/toolpage.cpp:463:64: error: ‘ykp_import_config’ was not declared in this scope src/ui/toolpage.cpp:471:41: error: ‘ykp_get_tktflag_OATH_HOTP’ was not declared in this scope src/ui/toolpage.cpp:472:45: error: ‘ykp_get_cfgflag_CHAL_HMAC’ was not declared in this scope src/ui/toolpage.cpp:476:86: error: ‘ykp_get_cfgflag_CHAL_BTN_TRIG’ was not declared in this scope src/ui/toolpage.cpp:477:78: error: ‘ykp_get_cfgflag_HMAC_LT64’ was not declared in this scope src/ui/toolpage.cpp:478:54: error: ‘ykp_get_cfgflag_CHAL_YUBICO’ was not declared in this scope src/ui/toolpage.cpp:482:86: error: ‘ykp_get_cfgflag_CHAL_BTN_TRIG’ was not declared in this scope src/ui/toolpage.cpp:487:80: error: ‘ykp_get_cfgflag_OATH_HOTP8’ was not declared in this scope src/ui/toolpage.cpp:490:52: error: ‘ykp_get_cfgflag_STATIC_TICKET’ was not declared in this scope src/ui/toolpage.cpp:494:76: error: ‘ykp_get_cfgflag_STRONG_PW1’ was not declared in this scope src/ui/toolpage.cpp:495:46: error: ‘ykp_get_cfgflag_STRONG_PW2’ was not declared in this scope src/ui/toolpage.cpp:497:78: error: ‘ykp_get_cfgflag_SEND_REF’ was not declared in this scope src/ui/toolpage.cpp:505:72: error: ‘ykp_get_cfgflag_MAN_UPDATE’ was not declared in this scope src/ui/toolpage.cpp:506:74: error: ‘ykp_get_cfgflag_PACING_10MS’ was not declared in this scope src/ui/toolpage.cpp:507:74: error: ‘ykp_get_cfgflag_PACING_20MS’ was not declared in this scope src/ui/toolpage.cpp:508:70: error: ‘ykp_get_tktflag_APPEND_CR’ was not declared in this scope src/ui/toolpage.cpp:509:78: error: ‘ykp_get_tktflag_APPEND_DELAY1’ was not declared in this scope src/ui/toolpage.cpp:510:78: error: ‘ykp_get_tktflag_APPEND_DELAY2’ was not declared in this scope src/ui/toolpage.cpp:511:74: error: ‘ykp_get_tktflag_APPEND_TAB1’ was not declared in this scope src/ui/toolpage.cpp:512:74: error: ‘ykp_get_tktflag_APPEND_TAB2’ was not declared in this scope src/ui/toolpage.cpp:513:70: error: ‘ykp_get_tktflag_TAB_FIRST’ was not declared in this scope src/ui/toolpage.cpp:514:84: error: ‘ykp_get_extflag_SERIAL_BTN_VISIBLE’ was not declared in this scope src/ui/toolpage.cpp:515:84: error: ‘ykp_get_extflag_SERIAL_USB_VISIBLE’ was not declared in this scope src/ui/toolpage.cpp:516:84: error: ‘ykp_get_extflag_SERIAL_API_VISIBLE’ was not declared in this scope src/ui/toolpage.cpp:517:88: error: ‘ykp_get_extflag_USE_NUMERIC_KEYPAD’ was not declared in this scope src/ui/toolpage.cpp:518:70: error: ‘ykp_get_extflag_FAST_TRIG’ was not declared in this scope src/ui/toolpage.cpp:519:76: error: ‘ykp_get_extflag_ALLOW_UPDATE’ was not declared in this scope src/ui/toolpage.cpp:520:69: error: ‘ykp_get_extflag_LED_INV’ was not declared in this scope make: *** [build/release/ObjFiles/toolpage.o] Error 1 I assume it's a dependency issue, but I can't for the life of me figure it out, considering I have installed all prereqs as documented. |
Author: | maztaim [ Tue Jun 25, 2013 2:40 am ] |
Post subject: | Re: Fedora 18 YPT No YubiKey inserted |
I am willing to give up on building at this point. I just tested Fedora 19 and it works there. I'll wait for F19 release in the meantime. |
Page 1 of 1 | All times are UTC + 1 hour |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |