Yubico Forum

...visit our web-store at store.yubico.com
It is currently Tue Jan 30, 2018 11:03 am

All times are UTC + 1 hour




Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: Mon Jun 24, 2013 2:54 pm 
Offline

Joined: Mon Jun 24, 2013 2:49 pm
Posts: 5
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


Top
 Profile  
Reply with quote  

Share On:

Share on Facebook FacebookShare on Twitter TwitterShare on Tumblr TumblrShare on Google+ Google+

PostPosted: Mon Jun 24, 2013 3:13 pm 
Offline
Site Admin
Site Admin

Joined: Wed Nov 14, 2012 2:59 pm
Posts: 666
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?

_________________
-Tom


Top
 Profile  
Reply with quote  
PostPosted: Mon Jun 24, 2013 3:26 pm 
Offline

Joined: Mon Jun 24, 2013 2:49 pm
Posts: 5
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?


Top
 Profile  
Reply with quote  
PostPosted: Mon Jun 24, 2013 3:49 pm 
Offline

Joined: Mon Jun 24, 2013 2:49 pm
Posts: 5
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


Top
 Profile  
Reply with quote  
PostPosted: Mon Jun 24, 2013 6:03 pm 
Offline

Joined: Mon Jun 24, 2013 2:49 pm
Posts: 5
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.


Top
 Profile  
Reply with quote  
PostPosted: Tue Jun 25, 2013 2:40 am 
Offline

Joined: Mon Jun 24, 2013 2:49 pm
Posts: 5
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.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group