Re: [arch-general] configuring ALSA...

2009-02-11 Thread Damjan Georgievski
Is modprobe.conf used on arch in the presence of /etc/modprobe.d/ ? On Wed, Feb 11, 2009 at 08:25, Preston C. wrote: >> The pound sign (#) generally means whatever is after it on that line is a >> comment. :) > I think I am starting to see that, :-). > -- damjan

Re: [arch-general] configuring ALSA...

2009-02-10 Thread Preston C.
> The pound sign (#) generally means whatever is after it on that line is a > comment. :) I think I am starting to see that, :-).

Re: [arch-general] configuring ALSA...

2009-02-10 Thread Andrew Przepioski
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 i

[arch-general] configuring ALSA...

2009-02-10 Thread Preston C.
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 t