Re: [newbie] How do I fix the sound in mdk 10.1 ?

2005-01-29 Thread John Retermeyer
OPSSS!! Thank you very much. Also someone else told me to add the noapic command in the lilo.conf file Like this: image=/boot/vmlinuz label="linux" root=/dev/hda5 initrd=/boot/initrd.img append="noapic acpi=ht resume=/dev/hda6 splash=silent" Now it works, thank you

Re: [newbie] How do I fix the sound in mdk 10.1 ?

2005-01-29 Thread Frans Ketelaars
On Saturday 29 January 2005 14:56, John Retermeyer wrote: > It still broken my file looks like this. > > > # This file is autogenerated from /etc/modules.conf > using generate-modprobe.conf command > > > install snd-emu10k1 /sbin/modprobe --first-time > --ignore-install snd-emu10k1 && { /sbin/modpr

Re: [newbie] How do I fix the sound in mdk 10.1 ?

2005-01-29 Thread John Retermeyer
It still broken my file looks like this. # This file is autogenerated from /etc/modules.conf using generate-modprobe.conf command install snd-emu10k1 /sbin/modprobe --first-time --ignore-install snd-emu10k1 && { /sbin/modprobe snd-pcm-oss; /bin/true; } remove snd-emu10k1 { /sbin/modprobe -r snd

Re: [newbie] How do I fix the sound in mdk 10.1 ?

2005-01-29 Thread John Retermeyer
It still broken my file looks like this. # This file is autogenerated from /etc/modules.conf using generate-modprobe.conf command install snd-emu10k1 /sbin/modprobe --first-time --ignore-install snd-emu10k1 && { /sbin/modprobe snd-pcm-oss; /bin/true; } remove snd-emu10k1 { /sbin/modprobe -r snd

Re: [newbie] How do I fix the sound in mdk 10.1 ?

2005-01-18 Thread Greg Meyer
On Tuesday 18 January 2005 09:32 pm, John Retermeyer wrote: > Sorry it diodnot work. > > I typed in all what you said to type in > and it broke. Did you put it in exactly as it showed up in the mail, because if yea, that would ot work This should all be on one line install snd-emu10k1 /sbin/mod

Re: [newbie] How do I fix the sound in mdk 10.1 ?

2005-01-18 Thread John Retermeyer
Sorry it diodnot work. I typed in all what you said to type in and it broke. --- Greg Meyer <[EMAIL PROTECTED]> wrote: > On Monday 17 January 2005 12:47 am, John Retermeyer > wrote: > > alias sound-slot-0 audigy > > # --- END: Generated by ALSACONF, do not edit. --- > > But you don't have an a

Re: [newbie] How do I fix the sound in mdk 10.1 ?

2005-01-16 Thread Greg Meyer
On Monday 17 January 2005 12:47 am, John Retermeyer wrote: > alias sound-slot-0 audigy > # --- END: Generated by ALSACONF, do not edit. --- But you don't have an audigy. Shouldn't this be snd-emu10k1, like this alias sound-slot-0 snd-emu10k1 and this should not be there alias snd-0

Re: [newbie] How do I fix the sound in mdk 10.1 ?

2005-01-16 Thread John Retermeyer
very good sir, here is what the file /etc/modprobe.conf contains: # This file is autogenerated from /etc/modules.conf using generate-modprobe.conf command alias eth0 via-rhine remove snd-emu10k1 /sbin/modprobe --first-time -r --ignore-remove snd-emu10k1 install snd-emu10k1 /sbin/modprobe --first-

Re: [newbie] How do I fix the sound in mdk 10.1 ?

2005-01-15 Thread Greg Meyer
On Saturday 15 January 2005 04:52 am, John Retermeyer wrote: > Running mdk 10.1 > sound card is a pci soundblaster "sblive" 5.1 > > already ran the hardrake tool for the > sound card. > post contents of /etc/modprobe.conf Anne, you have this card, don't you? -- /g ___

[newbie] How do I fix the sound in mdk 10.1 ?

2005-01-15 Thread John Retermeyer
Running mdk 10.1 sound card is a pci soundblaster "sblive" 5.1 already ran the hardrake tool for the sound card. all info (that I know of) is provided below, if need more please ask. Linux localhost 2.6.8.1-12mdk #1 Fri Oct 1 12:53:41 CEST 2004 i686 AMD Athlon(tm) XP 2000+ unknown GNU/Linux etc