DKMS - RC=-1908 on Linux (Oracle 6.3)

This is for discussing general topics about how to use VirtualBox.
Ratman
Posts: 18
Joined: 17. Aug 2012, 22:24

Re: DKMS - RC=-1908 on Linux (Oracle 6.3)

Post by Ratman »

I was able to get Virtualbox installed on Oracle 6.3 (64 bit). Here are the steps that I took to make it work.

1 - Do a Linux software update (should be common)

2 - delete old yum

Code: Select all

su -
cd /etc/yum.repos.d
rm public-yum-ol6.repo
3 - Get new public yum

Code: Select all

su -
cd /etc/yum.repos.d
wget http://public-yum.oracle.com/public-yum-ol6.repo
4 - Edit the yum to enable both [ol6_u1_base] and [ol6_UEK_base] by changing enabled=1

Code: Select all

su -
vi /etc/yum.repos.d/public-yum-ol6.repo
5 - Do a yum update

Code: Select all

# su -
yum update
6 - Install kernel and gcc

Code: Select all

su - 
yum install kernel* gcc
7 - reboot

8 - Go to "http://linux.dell.com/dkms/" and get the latest dkms package and install it

9 - reboot again

10 - go to "https://www.virtualbox.org/wiki/Linux_Downloads" download and install either the i386 or the AMD64 depending on your chip set.

11 - follow the normal set up steps
madpentiste
Posts: 3
Joined: 7. Mar 2012, 06:37

Re: DKMS - RC=-1908 on Linux (Oracle 6.3)

Post by madpentiste »

.
You may want to take a look at other posting RE the same problem, but filed under other subjects.

For example, see "/dev/vboxdrv disappearing" (viewtopic.php?f=7&t=44576). See my posting there (2 Sep 2012, 06:19); I had the same problem, and was able to solve it.
Post Reply