LinHES Forums
http://forum.linhes.org/

/etc/modules won't load - fix
http://forum.linhes.org/viewtopic.php?f=6&t=14107
Page 1 of 1

Author:  gwirth [ Fri Feb 09, 2007 7:08 pm ]
Post subject:  /etc/modules won't load - fix

KnoppMyth version R5E50 has a bug where the modules listed in /etc/modules won't load on system boot. This is because of a bug in the intitialization script /etc/init.d/modutils

In the line near the top of the file:

[ -f /proc/ksyms ] || exit 0

it should be:

[ -f /proc/kallsyms ] || exit 0

The proc symbol interface name changed some time back. This was probably missed because udev takes care of most module loading so most people won't notice.

Gus

Author:  cecil [ Sat Feb 10, 2007 2:06 am ]
Post subject: 

Nice catch! :D

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/