[rhelv5-list] Xen Guest Kernel Modules

2007-06-28 Thread Clayton Rogers
I am having difficulty compiling e1000 or bnx2 modules for a xen guest. These are part of the standard kernel. Why aren't they part of a xen domU kernel in RHEL5 ?Cheers ___ rhelv5-list mailing list rhelv5-list@redhat.com

Re: [rhelv5-list] Xen Guest Kernel Modules

2007-06-28 Thread Jarod Wilson
Clayton Rogers wrote: I am having difficulty compiling e1000 or bnx2 modules for a xen guest. These are part of the standard kernel. Why aren't they part of a xen domU kernel in RHEL5 ? Because in a domU, you're using a virtualized network interface, not a real one. # grep eth0

Re: [rhelv5-list] Xen Guest Kernel Modules

2007-06-28 Thread Stephen John Smoogen
On 6/28/07, Clayton Rogers [EMAIL PROTECTED] wrote: I understand this part. I am passing the pci card through to the paravirtualized instance. Shouldn't you be able to compile and use additional devices you pass through? Regards As far as I have run into.. and I am very certain I am

Re: [rhelv5-list] Xen Guest Kernel Modules

2007-06-28 Thread Clayton Rogers
I understand this part. I am passing the pci card through to the paravirtualized instance.Shouldn't you be able to compile and use additional devices you pass through?Regards[EMAIL PROTECTED] wrote: -To: "Red Hat Enterprise Linux 5 (Tikanga) discussion mailing-list" rhelv5-list@redhat.comFrom:

Re: [rhelv5-list] Xen Guest Kernel Modules

2007-06-28 Thread Jarod Wilson
PROTECTED] wrote: - To: Red Hat Enterprise Linux 5 (Tikanga) discussion mailing-list rhelv5-list@redhat.com From: Jarod Wilson [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] Date: 06/29/2007 06:56AM Subject: Re: [rhelv5-list] Xen Guest Kernel Modules Stephen

[rhelv5-list] Xen Guest Kernel Modules

2007-06-21 Thread Clayton Rogers
Does anyone know where all the modules for different network cards has dissapeared to out of the guest xen kernel? I have tried an e1000 and bnx2 which are both not listed with the kernel package. Is there an optional package which has to be installed to access these modules?Regards