Hi if you disable usb ports from bios (if it is possible), it will be more easy :) but, you can do it by adding a line to /etc/modprobe.d/aliases, like;
alias ehci_hdc off alias uhci_hdc off i think, if you plug off all usb devices from computer, there won't be a problem during istallation because at the error message you sended, it says Loading ehci_hcd module. <6>usbcore: registered new driver usbfs usbcore: registered new driver hub which means discover finds something and tries to mount it as usbfs. if it not works, then try disabling it. by the way, did you tried to start installation with kernel 2.6? good luck :) goktan Jose G. wrote: >Hello, > >I create a "local" file in /etc/modprobe.d >with : > >install i810_audio /bin/true > >to disable the i180_audio that give me problems also. > >To disable USB, I need to put it in this file >or ther are another way to do it? > >Thanks > >Jose > > > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

