You are not logged in.
Pages: 1
it is about 2 days after a system update on slitaz cooking and I am noticing this line in boot
! Missing module : agpgart_intel
why? and what's the solution?
Offline
The error is caused by /sbin/tazhw
/etc/init.d/rcS runs [c]tazhw init[/c] only if /var/lib/detected-modules is empty or doesn't exist.
Open terminal as root user:
[c]tazhw init[/c]
[c]cat /var/lib/detected-modules[/c]
If there is a list of modules you should no longer see the error in the boot messages.
Offline
@mojo, I have the same error message and I do have the /var/lib/detected-modules file but the error message still comes up - it does not however, seem to have any adverse effects....just curious.
Offline
Check /etc/rcS.conf LOAD_MODULES=
There is no agpart_intel module. tazpkg finds agp-intel and agpgart
tazhw is combining the two module names into one.
Then it adds agpart_intel to /var/lib/detected-modules and /etc/rcS.conf LOAD_MODULES= so it errors when it tries to load on boot.
Offline
Thanks for the explanation. I simply removed agpgart_intel from rcS.conf and now it is all good.
Offline
Fixed: http://hg.slitaz.org/slitaz-tools/rev/6ca520c64f35
Offline
Pages: 1
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]