I can't use fontawesome5 in latex although installed in texlive-fonts-extra package. Here is the minimal example :
\documentclass[11pt,a4paper]{article}
\usepackage{fontawesome5}
\begin{document}
\faAddressBook
\end{document}
Compilation with latex is ok, but dvips complains :
mktexpk: don't know how to create bitmap font for fa5free1solid.
mktexpk: perhaps fa5free1solid is missing from the map file.
Where can I find fa5free1solid and how to add it to the map file ?
Thx for your help !