Instead of openning nano, I would do

$ echo "options snd-pcsp index=2" >> /etc/modprobe.conf

But if you insist on using nano, just append it at the bottom.

#
# /etc/modprobe.conf (for v2.6 kernels)
#
options snd-pcsp index=2

The pound sign (#) generally means whatever is after it on that line is a comment. :)


On Tue, Feb 10, 2009 at 11:10 PM, Preston C. <gprestonc@gmail.com> wrote:
Hi again. I am writing this time because I am not exactly sure where
to put a line in a file?

-first I run this:
nano /etc/modprobe.conf

-then I need to add this:
options snd-pcsp index=2

I am not sure where to put this- options snd-pcsp index=2 ? When I
open the file using nano there are only three lines and it looks like
this:

#
# /etc/modprobe.conf (for v2.6 kernels)
#

Yes I am somewhat new at this, :-). Thanks again.