module dpt_i2o missing

  • Thread starter Thread starter rmendes
  • Start date Start date
R

rmendes

Guest
Hi,

I have a RAID card, Adaptec 2010s, on a server. With Debian Squeeze, everything works, but not with Proxmox 2!

After more research, I realized that the module dpt_i2o allowing the use of this card was missing!

How to install dpt_i2o when installing Proxmox?

Thank you.

PS: I downloaded the last image of proxmox.
 
Ok, but is it possible to add this module from debian, for example, during install of proxmox ?
Hi,
you can install pve on a direct attached sata-disk, install the build-tools (and kernel headers) and compile the raid-module. After that you must install the module and build an new initrd (with the driver included).
Then you can transfer the disk-content to the raid-volume.

But this need a little bit linux-experiences

Udo
 
Hi,

I know how to compile the raid module, but for the transfer i don't know how to proceed !

Anybody know ?

Thanks.