Mark wrote:
Hi,
I have installed all the drives and such I need for my wireless card.
The problem is that I have to manually configure the card once I've
booted. The scripts don't seem to run. How do I trace the problem, is
there a way to log what is happening as my system boots? I checked the
logs and there were no error messages and I looked at the man pages for
init etc... and didn't see anything about a debug parameter for logging.
Well the first thing to check is are the scripts being run? get them to print
something to a file. Put something like this near the top
echo "foo" > /tmp/bar
Also, are the drivers for the card modules? There could be udev issues. Udev can be made
to be more verbose. Change udev_log="debug" in /etc/udev/udev.conf
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page