<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Ok, so after a fresh install: <br><br>yum install dkms kernel-devel<br>sync<br>sync<br>sync<br>reboot<br>wget "http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo" -O /etc/yum.repos.d/virtualbox.repo<br>wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O oracle_vbox.asc<br>rpm --import oracle_vbox.asc<br>rm oracle_vbox.asc<br>yum update<br>yum install VirtualBox-3.2<br><br>And here comes the part, thats not 100%<br><br># service vboxdrv setup<br>Stopping VirtualBox kernel modules&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&nbsp; OK&nbsp; ]<br>Uninstalling old VirtualBox DKMS kernel modules&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&nbsp; OK&nbsp; ]<br>Trying to register the VirtualBox kernel
 modules using DKMS<br>Error! Your kernel source for kernel 2.6.35.9-64.fc14.i686.PAE cannot be found at<br>/lib/modules/2.6.35.9-64.fc14.i686.PAE/build or /lib/modules/2.6.35.9-64.fc14.i686.PAE/source.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [FAILED]<br>&nbsp; (Failed, trying without DKMS)<br>Recompiling VirtualBox kernel modules&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [FAILED]<br>&nbsp; (Look at /var/log/vbox-install.log to find out what went wrong)<br><br><br># ls /usr/src/kernels/<br>2.6.35.9-64.fc14.i686<br>[root@a yum.repos.d]# <br><br>!! -&gt; so the
 "/usr/src/kernels/2.6.35.9-64.fc14.i686.PAE" is MISSING!<br><br>Where can i download it?<br><br>p.s.: I recently installed the PAE kernel by:<br><br>yum install kernel-PAE<br><br><br><br><br><br><br>--- On <b>Wed, 12/8/10, Richard Shaw <i>&lt;hobbes1069@gmail.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Richard Shaw &lt;hobbes1069@gmail.com&gt;<br>Subject: Re: VirtualBox on Fedora 14<br>To: "Community support for Fedora users" &lt;users@lists.fedoraproject.org&gt;<br>Date: Wednesday, December 8, 2010, 6:58 PM<br><br><div id="yiv357992713"><div class="yiv357992713gmail_quote">On Wed, Dec 8, 2010 at 12:47 PM, S Mathias <span dir="ltr">&lt;<a rel="nofollow" ymailto="mailto:smathias1972@yahoo.com" target="_blank" href="/mc/compose?to=smathias1972@yahoo.com">smathias1972@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="yiv357992713gmail_quote" style="margin: 0pt 0pt
 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top">Good evening list! :)<br><br>I'm searching for two answers regarding two questions. [and there are two "P.S."'s]<br>
----------------------------------------------------------------------------------------------------<br>Q1: How can i list all the available kernel modules?<br>----------------------------------------------------------------------------------------------------<br>
Q2: I want to install VirtualBox on Fedora 14 [-&gt;how could i download the kernel source?]: <br><br>wget -q <a rel="nofollow" target="_blank" href="http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc">http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc</a> -O oracle_vbox.asc<br>
rpm --import oracle_vbox.asc<br>rm oracle_vbox.asc virtualbox.rpm<br></td></tr></tbody></table></blockquote><div><br></div><div>Everything OK so far...</div><div>&nbsp;</div><blockquote class="yiv357992713gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top">wget $(wget -q "<a rel="nofollow" target="_blank" href="http://www.virtualbox.org/wiki/Linux_Downloads">http://www.virtualbox.org/wiki/Linux_Downloads</a>" -O - | perl -ne 'print "$1\n" while (/href=\"(.+?)\"/ig)' | awk '/fedora14/ &amp;&amp; /686/ {print}') -O virtualbox.rpm<br>
rpm -i virtualbox.rpm<br></td></tr></tbody></table></blockquote><div><br></div><div>You're making things hard on yourself. Follow this link[1] and setup the yum repository. Then installing is as simple as:</div><div><br>
</div><div># yum install VirtualBox-3.2</div><div><br></div><div>The other packages you need is the kernel headers (not the whole source) and dkms (dynamic kernel module support), i.e.:</div><div><br></div><div># yum install kernel-devel dkms</div>
<div>&nbsp;</div><blockquote class="yiv357992713gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top"><br>And then,
 the fun part: <br><br># /etc/init.d/vboxdrv setup</td></tr></tbody></table></blockquote><div><br></div><blockquote class="yiv357992713gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0">
<tbody><tr><td style="font: inherit;" valign="top">[snip]</td></tr></tbody></table></blockquote><div><br></div><div>Try "service vboxdrv setup" instead. Not really the problem but from what I've read it's a more appropriate method.&nbsp;</div>
<div>&nbsp;</div><blockquote class="yiv357992713gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top">----------------------------------------------------------------------------------------------------<br>
P.S. 1: This is not working [bug on <a rel="nofollow" target="_blank" href="http://virtualbox.org">virtualbox.org</a> website? ]:<br># wget -q <a rel="nofollow" target="_blank" href="http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc">http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc</a> -O- | rpm --import -<br>
error: -: import read failed(-1).<br>----------------------------------------------------------------------------------------------------<br>P.S. 2: When i wanted to install VirtualBox, i tried this [when running in to the kernel
 source "issue"]: <br><a rel="nofollow" target="_blank" href="http://www.linuxforums.org/forum/red-hat-fedora-linux/20689-donwload-kernel-source-using-yum.html#post549910">http://www.linuxforums.org/forum/red-hat-fedora-linux/20689-donwload-kernel-source-using-yum.html#post549910</a><br>
<br>But when i'm here:<br><br># yumdownloader -e core-source -e updates-source --source kernel<br>Usage: "yumdownloader [options] package1 [package2] [package..]<br><br>CRITICAL:yum.cli:Command line error: option -e: invalid integer value: 'core-source'<br>
<br>..it gives an error :O so i wanted to: <br><br>yum remove rpmdevtools yum-utils<br><br>-&gt;<br><a rel="nofollow" target="_blank" href="http://pastebin.com/raw.php?i=Y8y0YjLG">http://pastebin.com/raw.php?i=Y8y0YjLG</a><br><br>Is it safe to remove "anaconda"?<br>
----------------------------------------------------------------------------------------------------<br></td></tr></tbody></table></blockquote><div><br></div><div>You don't want to just download it, you want to install it. But as I said, you don't need the whole source, just the headers which is provided by the kernel-devel package.&nbsp;</div>
<div><br></div><blockquote class="yiv357992713gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top"><br>
Thank you in advance! :\ [sorry, i'm a beginner in Fedora :\ ]</td></tr></tbody></table></blockquote><div><br></div><div>No problem!&nbsp;</div><div><br></div><div>Richard</div><div><br></div><div>[1] <a rel="nofollow" target="_blank" href="http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo">http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo</a>&nbsp;</div>
</div>
</div><br>-----Inline Attachment Follows-----<br><br><div class="plainMail">-- <br>users mailing list<br><a ymailto="mailto:users@lists.fedoraproject.org" href="/mc/compose?to=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>Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br></div></blockquote></td></tr></table><br>