совершите ошибку с установкой драйвера считывателя смарт-карт

Я купил считыватель смарт-карт, zoweetek 12026-1, для которого я должен буду установить pcsc и ccid драйверы. У меня есть успешно установка pcsc-lite-1.8.6, но когда я пытался установить ccid-1.4.5-alcor, я получил следующую ошибку во время ./configure.

Оба драйвера были загружены с zoweetek веб-сайта

 ./configure 

 bash: ./configure: Permission denied

которым я "решил" chmod +x configure

Но когда я работал make Я получил следующую ошибку

make[2]: Entering directory '/home/matt/9540-V2/ccid-1.4.5.1 alcor/examples'  
  CC     scardcontrol-scardcontrol.o  
scardcontrol.c: In function ‘main’:  
scardcontrol.c:754:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]    
     (void)fgets(in, sizeof(in), stdin);  
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
scardcontrol.c: At top level:  
scardcontrol.c:816:1: fatal error: opening dependency file 
.deps/scardcontrol-scardcontrol.Tpo: Permission denied  } /* main */
 ^
compilation terminated.  
Makefile:322: recipe for target 'scardcontrol-scardcontrol.o' failed  
make[2]: *** [scardcontrol-scardcontrol.o] Error 1  
make[2]: Leaving directory '/home/matt/9540-V2/ccid-1.4.5.1-alcor/examples'
Makefile:345: recipe for target 'all-recursive' failed  
make[1]: *** [all-recursive] Error 1  
make[1]: Leaving directory '/home/matt/9540-V2/ccid-1.4.5.1-alcor'  
Makefile:274: recipe for target 'all' failed  
make: *** [all] Error 2  

И в результате этого, make install не работал также.

Я пытался найти более новый (главным образом на GitHub), но не сделал и так как я даже не уверен в том, что означает сообщение об ошибке, я думал, что будет лучше спросить, прежде чем я запущу к тому, чтобы портить мою установку Ubuntu.

требуемый lsusb-t вывод

/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
        |__ Port 1: Dev 29, If 0, Class=Human Interface Device,       Driver=usbhid, 1.5M
        |__ Port 1: Dev 29, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
        |__ Port 4: Dev 32, If 0, Class=Chip/SmartCard, Driver=, 12M
        |__ Port 6: Dev 5, If 2, Class=Vendor Specific Class, Driver=, 12M
        |__ Port 6: Dev 5, If 0, Class=Wireless, Driver=btusb, 12M
        |__ Port 6: Dev 5, If 3, Class=Application Specific Interface, Driver=, 12M
        |__ Port 6: Dev 5, If 1, Class=Wireless, Driver=btusb, 12M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
        |__ Port 4: Dev 3, If 0, Class=Video, Driver=uvcvideo, 480M
        |__ Port 4: Dev 3, If 1, Class=Video, Driver=uvcvideo, 480M

установленный предложенный пакет, но я получил следующее сообщение об ошибке в терминале:

Gdk-Message: Window 0x56282676daf0 is a temporary window without parent, application will not be able to position it on screen.
Gdk-Message: Window 0x56282676daf0 is a temporary window without parent, application will not be able to position it on screen.

(cardpeek:16708): Gdk-CRITICAL **: xdg_popup_configure: assertion 'impl->transient_for' failed
Gdk-Message: Window 0x5628267afc80 is a temporary window without parent, application will not be able to position it on screen.
Gdk-Message: Window 0x5628267afc80 is a temporary window without parent, application will not be able to position it on screen.

(cardpeek:16708): Gdk-CRITICAL **: xdg_popup_configure: assertion 'impl->transient_for' failed
Gdk-Message: Window 0x56282676daf0 is a temporary window without parent, application will not be able to position it on screen.
Gdk-Message: Window 0x56282676daf0 is a temporary window without parent, application will not be able to position it on screen.

(cardpeek:16708): Gdk-CRITICAL **: xdg_popup_configure: assertion 'impl->transient_for' failed

походит два раза на те же сообщения.. который я действительно получаю после выполнения cardpeek только однажды!

1
задан 23 December 2017 в 14:45

0 ответов

Другие вопросы по тегам:

Похожие вопросы: