Good evening list! :) I'm searching for two answers regarding two questions. [and there are two "P.S."'s] ---------------------------------------------------------------------------------------------------- Q1: How can i list all the available kernel modules? ---------------------------------------------------------------------------------------------------- Q2: I want to install VirtualBox on Fedora 14 [->how could i download the kernel source?]: wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O oracle_vbox.asc rpm --import oracle_vbox.asc rm oracle_vbox.asc virtualbox.rpm wget $(wget -q "http://www.virtualbox.org/wiki/Linux_Downloads" -O - | perl -ne 'print "$1\n" while (/href="" | awk '/fedora14/ && /686/ {print}') -O virtualbox.rpm rpm -i virtualbox.rpm And then, the fun part: # /etc/init.d/vboxdrv setup Stopping VirtualBox kernel modules [ OK ] Uninstalling old VirtualBox DKMS kernel modules [ OK ] Trying to register the VirtualBox kernel modules using DKMS[FAILED] (Failed, trying without DKMS) Recompiling VirtualBox kernel modules [FAILED] (Look at /var/log/vbox-install.log to find out what went wrong) [root@a ~]# cat /var/log/vbox-install.log Makefile:159: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop. [root@a ~]# uname -a Linux a 2.6.35.9-64.fc14.i686.PAE #1 SMP Fri Dec 3 12:28:00 UTC 2010 i686 i686 i386 GNU/Linux [root@a ~]# lsb_release -a LSB Version: :core-4.0-ia32:core-4.0-noarch Distributor ID: Fedora Description: Fedora release 14 (Laughlin) Release: 14 Codename: Laughlin [root@a ~]# lsmod | grep -i vbox [root@a ~]# dmesg | grep -i vbox [root@a ~]# ---------------------------------------------------------------------------------------------------- P.S. 1: This is not working [bug on virtualbox.org website? ]: # wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | rpm --import - error: -: import read failed(-1). ---------------------------------------------------------------------------------------------------- P.S. 2: When i wanted to install VirtualBox, i tried this [when running in to the kernel source "issue"]: http://www.linuxforums.org/forum/red-hat-fedora-linux/20689-donwload-kernel-source-using-yum.html#post549910 But when i'm here: # yumdownloader -e core-source -e updates-source --source kernel Usage: "yumdownloader [options] package1 [package2] [package..] CRITICAL:yum.cli:Command line error: option -e: invalid integer value: 'core-source' ..it gives an error :O so i wanted to: yum remove rpmdevtools yum-utils -> http://pastebin.com/raw.php?i=Y8y0YjLG Is it safe to remove "anaconda"? ---------------------------------------------------------------------------------------------------- Thank you in advance! :\ [sorry, i'm a beginner in Fedora :\ ] |
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines