|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen kernel and QLogic driver
On Tue, Jul 04, 2006 at 05:10:42PM +0800, Quoc Thuan Ho wrote:
> Hello,
>
> Any one know how to enable Fiber Channel QLOGIC driver for xen kernel?
> This driver is available in CentOS4.3 as default. But when i compile
> xen-3.0.2-2 with linux-2.6.16 or xen-3.0.1with linux-2.6.12, the
> driver is not there.
>
> I tried to turn on QLOGIC by using "make menuconfig" and modified
> .config file but there is no change in
> /lib/modules/2.6.x-xen/kernel/drivers/scsi after recompiling kernel
> and the new kernel cannot detect Fiber Channel QLOGIC. Any solution?
If you do
make menuconfig
and make QLOGIC a module, then do
make modules_install
It may help. If this does not work you may have to
recompile a kernel
make
make modules_install etc
This approach will require some additional study on installing a new kernel.
Brian
>
> Thanks in advance.
>
> HoQT
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
--
Powered by Suse Linux 9.2
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|