Hi, I'm not an expert on Debian but have been using it for awhile. It seems that you have two things going on here in your script that are not related. For the modprobe imm command to load the driver for the IOMEGA type drive I believe you should run the modconf command and then select kernel/drivers/scsi and then scroll down and select imm. This will load the module and 'update-modules' which will put an entry for imm in the /etc/modules file and any options added in the /etc/modules.conf file. I believe this is the recommended way in Debian if not the easy way to add modules. The power saving modes I would think are controlled by either apm or acpi(newer) daemons depending on the system. For example on this older laptop I run apm and in lilo.conf I use a line append="apm=on" which allows the laptop to power off when I shut down with out pushing the button. I don't use other options such as suspend to disk etc. as I use it plugged in. I looked at the /etc/apm directory and there is a script.d directory which looks like an ideal place for these setpci commands. There is a apmd_proxy file that explains a bit how it works. This could be totally wrong for your situation but I wanted to mention just in case. Startup scripts are normally used to start daemons, applications etc. Hope this helps, Eric Siri Amrit Kaur wrote: >I'm new to Debian. I have a startup script I used to run in /etc/rc.d/rc.local >in Slackware. It is: > >#! /bin/bash ># ># Powersaving mode for Athlon/Duron and KT266A chipset >setpci -v -H1 -s 0:0.0 70=86 >setpci -v -H1 -s 0:0.0 95=1e ># >modprobe imm > >Where can I put this in a Debian system to have it run automatically at boot? > >Thanks! > >Siri Amrit >--------------------------------------------------- >PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us >To subscribe, unsubscribe, or to change you mail settings: >http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss > > > > --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change you mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss