<div dir="ltr">Hi Marko,<div><br></div><div>I made all you suggested :</div><div>   yum localinstall --nogpgcheck ....</div><div>   yum install kmod-nvidia</div><div>   shutdown ...</div><div><br></div><div>Nothing was change however .</div><div><br></div><div>is there anything that I can still try ?</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 9, 2014 at 7:18 PM, Marko Vojinovic <span dir="ltr">&lt;<a href="mailto:vvmarko@gmail.com" target="_blank">vvmarko@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, 9 Dec 2014 18:05:53 +0200<br>
Angelo Moreschini &lt;<a href="mailto:mrangelo.fedora@gmail.com">mrangelo.fedora@gmail.com</a>&gt; wrote:<br>
<br>
&gt; So I would pray you to explain:<br>
&gt;<br>
</span>&gt;    - if kmod-nvidia must be downloaded from the Internet or if it is<br>
&gt;    already on the  computer.<br>
<br>
The kmod-nvidia package must be downloaded from the Internet, from the<br>
rpmfusion repository, via yum (since it depends on other packages which<br>
yum will also have to download, automatically). Fedora needs to<br>
have a working Internet connection for yum to work.<br>
<br>
&gt;    - how can I check if RPMFusion repository is already enabled for<br>
<span class="">&gt; yum (and how to enable it - if necessary)<br>
<br>
</span>You can check whether rpmfusion is enabled by typing<br>
<br>
  yum repolist<br>
<br>
and verifying if rpmfusion (free and nonfree) is in the list of<br>
configured repositories. If not, the instructions for enabling<br>
rpmfusion are given on its website,<br>
<br>
  <a href="http://rpmfusion.org/Configuration" target="_blank">http://rpmfusion.org/Configuration</a><br>
<br>
Since you only have access to the command line, I suggest that you<br>
<br>
(a) log in as root<br>
<br>
(b) copy-paste the following (or type it veeery carefully) as a single<br>
line (beware that your a client may do word-wrapping, type spaces<br>
instead of newlines):<br>
<br>
yum localinstall --nogpgcheck<br>
<a href="http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm" target="_blank">http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm</a><br>
-E %fedora).noarch.rpm<br>
<a href="http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm" target="_blank">http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm</a><br>
-E %fedora).noarch.rpm<br>
<br>
This will configure yum to use both free and nonfree rpmfusion repos.<br>
<br>
(c) type<br>
<br>
  yum install kmod-nvidia<br>
<br>
and say yes when asked to confirm.<br>
<br>
(d) type<br>
<br>
  shutdown -r now<br>
<br>
to reboot the machine.<br>
<div class="HOEnZb"><div class="h5"><br>
HTH, :-)<br>
Marko<br>
<br>
--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Fedora Code of Conduct: <a href="http://fedoraproject.org/code-of-conduct" target="_blank">http://fedoraproject.org/code-of-conduct</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
Have a question? Ask away: <a href="http://ask.fedoraproject.org" target="_blank">http://ask.fedoraproject.org</a><br>
</div></div></blockquote></div><br></div>