View previous topic :: View next topic |
Author |
Message |
romalong Guru


Joined: 08 Jun 2005 Posts: 488 Location: Kiev
|
Posted: Thu Oct 27, 2005 3:33 pm Post subject: module not found |
|
|
why do i get these messages during bootup:
Code: | Uncompressing Linux... Ok...
>> Loading modules
:: Scanning for uhci... module not found
:: Scanning for usb_ohci... module not found
:: Scanning for sata_promise... module not found
:: Scanning for sata_sil... module not found
:: Scanning for sata_svw... module not found
:: Scanning for sata_via... module not found
:: Scanning for sata_nv... module not found
:: Scanning for sata_sv4... module not found
:: Scanning for sata_sis... module not found
:: Scanning for sata_uli... module not found
:: Scanning for sata_vitesse... module not found
:: Scanning for sata_qstor... module not found
:: Scanning for ahci... module not found |
while:
Code: | dev ~ # cat /usr/src/linux/.config | grep UHCI
CONFIG_USB_UHCI_HCD=y |
|
|
Back to top |
|
 |
guduri Apprentice


Joined: 04 Apr 2005 Posts: 230 Location: Ann Arbor, Michigan
|
Posted: Thu Oct 27, 2005 3:40 pm Post subject: |
|
|
Are these entries in your kernel autoload file? Also looks like your config says UHCI is compiled into the kernel not as a module. _________________ Power is about what you can control. Freedom is about what you can unleash. |
|
Back to top |
|
 |
romalong Guru


Joined: 08 Jun 2005 Posts: 488 Location: Kiev
|
Posted: Thu Oct 27, 2005 3:46 pm Post subject: |
|
|
guduri wrote: | Are these entries in your kernel autoload file? Also looks like your config says UHCI is compiled into the kernel not as a module. |
no, my autoload's got just one entry - iptables. |
|
Back to top |
|
 |
|