when I try to install my wirless conexion (ipw2100) by using this commande: yum install kernel-module-ipw2100-'uname -r' ipw2100
You're using ticks (') rather than backticks (`).
Use: yum install kernel-module-ipw2100-`uname -r` ipw2100
Paul.
when I try to install my wirless conexion (ipw2100) by using this commande: yum install kernel-module-ipw2100-'uname -r' ipw2100
You're using ticks (') rather than backticks (`).
Use: yum install kernel-module-ipw2100-`uname -r` ipw2100
Paul.