Re: Starting USB in Debian with kernel 26
Filip Bartmann wrote:
> I have trouble with starting Debian.It starts,normaly load modules for
> bttv,tuner,audio,pci [success] and then was printed to console usb and
> then starting not continue.I tried reboot,but,it was still same.
>
>
>
Just a guess,
Boot with a live cd, mount your root partition and play with discover
configuration to avoid USB module detection.
In /etc/discover.conf there should be a line:
# Enable the PCI, USB, IDE, and SCSI bus scans:
enable pci,usb,ide,scsi
Just tweak it like this and remove the usb probing:
# Enable the PCI, USB, IDE, and SCSI bus scans:
enable pci,ide,scsi
Just a dirty workaround.
Ramiro.
Reply to: