alterar o web browser por defeito no debian
update-alternatives --config x-www-browser
update-alternatives --config x-www-browser
Debian way:apt-get install opensc pcscd libccid
Next command:nano /etc/opensc/opensc.confAnd change thise lines by removing # from front and reader_drivers lines u delete one comand too:reader_drivers = pcsc, ctapi;try_emulation_first = yes;lock_login = false;If that is done hit from keyboard ctrl+o and enter, then ctrl+x to exit
Next give command:opensc-tool --list-readersAnd you should see your reader there present like so, but with your reader info. Examlpe:
Readers known about:Nr. Driver Name0 pcsc Omnikey 1020
mount -t vfat -o iocharset=utf8 /partição/a/montar /directoria/onde/montar