Cannot install DKMS on Debian client

Discussions about using Linux guests in VirtualBox.
Post Reply
claudiu
Posts: 4
Joined: 18. Jun 2010, 14:30
Primary OS: Mac OS X Leopard
VBox Version: OSE Debian
Guest OSses: XP, Ubuntu, Debian

Cannot install DKMS on Debian client

Post by claudiu »

Client: Debian Lenny 5.0.4 (Linux 2.6.26-2-686)

I followed http://www.virtualbox.org/manual/ch04.html#id2628646

Code: Select all

> sudo apt-get install dkms
returns...

E: Couldn't find package dkms
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Cannot install DKMS on Debian client

Post by Perryg »

As su in a terminal run these in this order.

Code: Select all

apt-get update
apt-get upgrade
apt-get install dkms
You must have network access and the network to the Internet must be active.
claudiu
Posts: 4
Joined: 18. Jun 2010, 14:30
Primary OS: Mac OS X Leopard
VBox Version: OSE Debian
Guest OSses: XP, Ubuntu, Debian

Re: Cannot install DKMS on Debian client

Post by claudiu »

I have access to Internet (I can ping any host from outside)

Ran all commands under su (tried also with sudo). Same behavior.
fixedwheel
Volunteer
Posts: 1699
Joined: 13. Sep 2008, 02:18

Re: Cannot install DKMS on Debian client

Post by fixedwheel »

there is no dkms in Lenny

http://packages.debian.org/dkms
claudiu
Posts: 4
Joined: 18. Jun 2010, 14:30
Primary OS: Mac OS X Leopard
VBox Version: OSE Debian
Guest OSses: XP, Ubuntu, Debian

Re: Cannot install DKMS on Debian client

Post by claudiu »

fixedwheel wrote:there is no dkms in Lenny

http://packages.debian.org/dkms
Thanks. How can I install Guest Additions on Lenny?
fixedwheel
Volunteer
Posts: 1699
Joined: 13. Sep 2008, 02:18

Re: Cannot install DKMS on Debian client

Post by fixedwheel »

claudiu wrote:How can I install Guest Additions on Lenny?
Guest additions doesn't require dkms, its just w/o dkms you have to redo the guest additions install every time you get a kernel update.

just follow the manual, there is a chapter about Debian Lenny too - scroll down a little. And you may read the forum howto sticky thread => http://forums.virtualbox.org/viewtopic.php?f=3&t=15679


BTW debian backports has dkms for Lenny, read http://backports.org/ how to add and handle the backports repository if you want dkms anyway
Post Reply