Shahzad Chohan
2005-Jul-22 08:32 UTC
[Xen-users] How do I disable usb support in the xen kernel build
Hi I''m getting the following usb error on compiling the 2.4 kernel in the unstable (3.0) xen release make[4]: Leaving directory `/root/xen-unstable/linux-2.4.30-xenU/arch/xen/drivers/netif'' make -C arch/xen/drivers/usbif modules_install make: Entering an unknown directory make: *** arch/xen/drivers/usbif: No such file or directory. Stop. make: Leaving an unknown directory make[3]: *** [_modinst_arch/xen/drivers/usbif] Error 2 make[3]: Leaving directory `/root/xen-unstable/linux-2.4.30-xenU'' make[2]: *** [build] Error 2 make[2]: Leaving directory `/root/xen-unstable'' make[1]: *** [linux-2.4-xenU-build] Error 2 make[1]: Leaving directory `/root/xen-unstable'' make: *** [kernels] Error 1 How can I disable usb support? I''ve done a "make ARCH=xen menuconfig" in the 2.4 xenU kernel, but I can''t see anywhere where to disable it. Any ideas? Thanks in advance Shaz _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Daniel Hulme
2005-Jul-22 08:40 UTC
Re: [Xen-users] How do I disable usb support in the xen kernel build
> How can I disable usb support? I''ve done a "make ARCH=xen menuconfig" > in the 2.4 xenU kernel, but I can''t see anywhere where to disable it. > Any ideas?Find Device driver support -> USB support -> Support for Host-side USB and turn it off. If USB Gadget Support -> Support for USB Gadgets is turned on, turn that off too. (Press n with it selected to turn it off.) But I''d suggest that if you don''t know how to compile a kernel natively for your architecture, you should learn before you try to compile a kernel for Xen. -- "The rules of programming are transitory; only Tao is eternal. Therefore you must contemplate Tao before you receive enlightenment." "How will I know when I have received enlightenment?" asked the novice. "Your program will then run correctly," replied the master. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Shahzad Chohan
2005-Jul-22 09:57 UTC
Re: [Xen-users] How do I disable usb support in the xen kernel build
On 7/22/05, Daniel Hulme <dh286@cam.ac.uk> wrote:> > How can I disable usb support? I''ve done a "make ARCH=xen menuconfig" > > in the 2.4 xenU kernel, but I can''t see anywhere where to disable it. > > Any ideas? > Find Device driver support -> USB support -> Support for Host-side USB > and turn it off. If USB Gadget Support -> Support for USB Gadgets is > turned on, turn that off too. (Press n with it selected to turn it off.) > > But I''d suggest that if you don''t know how to compile a kernel natively > for your architecture, you should learn before you try to compile a > kernel for Xen. > > -- > "The rules of programming are transitory; only Tao is eternal. > Therefore you must contemplate Tao before you receive enlightenment." > "How will I know when I have received enlightenment?" asked the novice. > "Your program will then run correctly," replied the master. >Thanks for the reply. I''m ok with compiling a kernel, although I wouldn''t say I''m an expert. The problem is that the "Device Drivers" section isn''t present in the xenU kernel, so how can I disable it? Thanks Shaz _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users