LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Missing modules in Slack 9.1 (https://www.linuxquestions.org/questions/slackware-14/missing-modules-in-slack-9-1-a-105815/)

tungsten 10-19-2003 04:58 AM

Missing modules in Slack 9.1
 
Hi,

I have upgrade my Slack 9.0 to Slack 9.1

I believe that the installation missing some module package but I can't figure out how and where to check.:scratch:

The indications that some thing is missing are:
1) Unreadable messages scrolling by at high speed during boot up
2) Messages coming up (after menuconfig kernel config to solve a.m. problem)
Warning: you may need to install module-init-tools
See http://www.codemonkey.org.uk/post-halloween-2.5.txt
INSTALL drivers/net/dummy.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.0-test8; fi

Some suggestion how to proceed?

/tungsten :)

rotvogel 10-19-2003 07:02 AM

1. dmesg is your friend. After booting you can type dmesg and your unreadable messages are reproduced. What I do is add a command to /etc/rc.d/rc.local like:
dmesg > /var/log/dmesg.txt

You are able to read the messages in the editor of your choise.

2. Slackware 9.1 comes with module-init tools. See pkgtool if you did install these.

tungsten 10-19-2003 10:27 AM

Thanks rotvogel
 
Thanks for the help rotvogel :D

/tungsten


All times are GMT -5. The time now is 07:18 AM.