OpenVZ Forum


Home » General » Support » *SOLVED* OpenVZ: No driver for NIC RTL8111/8168B [solved]
Re: OpenVZ: No driver for NIC RTL8111/8168B [message #25426 is a reply to message #25404] Mon, 24 December 2007 13:09 Go to previous messageGo to previous message
Kevin'Z is currently offline  Kevin'Z
Messages: 3
Registered: December 2007
Junior Member
Thank you, using the driver from the realtek website works.
The only problem was, that the makefile use the currently running kernelversion for the library directory (in my case a rescue system), that is different from the kernelversion in the normal system. I had to modifie this file:
src/Makefile
#OLD:
KVER           := $(shell uname -r)
# TO NEW:
KVER            :=2.6.18-028stab051

#its used for:
KDIR            := /lib/modules/$(KVER)/build
KMISC           := /lib/modules/$(KVER)/kernel/drivers/net/


(Maybe it can help someone other.)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Delete VPS on Source Hardware Node + VZMigrate
Next Topic: Afanasyev faced problem with iptable_nat
Goto Forum:
  


Current Time: Fri Jul 25 15:20:45 GMT 2025

Total time taken to generate the page: 0.19022 seconds