On my Compaq nw9440 laptop, I have a built-in multi-function card reader. By default it does not become available to the system.
Accordign to this page: http://nw9440.narod.ru/ I can load the following command (as root) and get the card reader recognized. (At least for SD cards, it still doesn't see XD cards.) jabba:/home/kai # setpci -s 6.2 4c=0x22 jabba:/home/kai # I put the command in /etc/init.d/boot.local as suggested by teh web page. However, it still doesn't load unless I force the command as root. Am I doing something wrong? Here's my boot.local #! /bin/sh # # Copyright (c) 2002 SuSE Linux AG Nuernberg, Germany. All rights reserved. # # Author: Werner Fink <[EMAIL PROTECTED]>, 1996 # Burchard Steinbild, 1996 # # /etc/init.d/boot.local # # script with local commands to be executed from init on system startup # # Here you should add things, that should happen directly after booting # before we're going to the first run level. # setpci -s 6.2 4c=0x22 -- kai ponte www.perfectreign.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
