Re: Fixed sound card problem.

1999-09-04 Thread Andrew Kenneth Milton
+[ Arthur H. Johnson II ]- | I fixed the sound card problem I was having. I just commented out the pnp | driver. I know I will run into problems later if I ever get pnp devices, | but its a temporary fix. Pcm doesn't work for me anymore with or

Re: Fixed sound card problem.

1999-09-04 Thread Andrew Kenneth Milton
+[ Doug Rabson ]- | On Sat, 4 Sep 1999, Andrew Kenneth Milton wrote: | | +[ Arthur H. Johnson II ]- | | I fixed the sound card problem I was having. I just commented out the pnp | | driver. I

Re: Fixed sound card problem.

1999-09-04 Thread Arthur H. Johnson II
Crap, the old kernel is gone. I was going to save the old working kernel but its gone now. I attached the old config file thou. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Sat, 4 Sep 1999, Doug Rabson wrote: On Sat, 4 Sep 1999, Andrew Kenneth Milton

Re: Fixed sound card problem.

1999-09-04 Thread Arthur H. Johnson II
Done, and I have pci.c 1.117. When did it get broken then fixed? I ran make update and make world just thursday. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Sat, 4 Sep 1999, Doug Rabson wrote: On Sun, 5 Sep 1999, Andrew Kenneth Milton wrote:

Re: Fixed sound card problem.

1999-09-04 Thread Arthur H. Johnson II
After i got 1.117 everything went back to normal. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Sat, 4 Sep 1999, Doug Rabson wrote: On Sat, 4 Sep 1999, Arthur H. Johnson II wrote: Done, and I have pci.c 1.117. When did it get broken then fixed? I

Fixed sound card problem.

1999-09-03 Thread Arthur H. Johnson II
I fixed the sound card problem I was having. I just commented out the pnp driver. I know I will run into problems later if I ever get pnp devices, but its a temporary fix. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

Re: Fixed sound card problem.

1999-09-03 Thread Arthur H. Johnson II
I tried using snd1. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Fri, 3 Sep 1999, Ollivier Robert wrote: According to Arthur H. Johnson II: I fixed the sound card problem I was having. I just commented out the pnp driver. I know I will run into

Re: Fixed sound card problem.

1999-09-03 Thread Doug Rabson
On Fri, 3 Sep 1999, Ollivier Robert wrote: According to Arthur H. Johnson II: I fixed the sound card problem I was having. I just commented out the pnp driver. I know I will run into problems later if I ever get pnp devices, but its a temporary fix. Something to remember: if you have

Re: Fixed sound card problem.

1999-09-03 Thread Andrew Reilly
On Fri, Sep 03, 1999 at 09:08:59PM +0100, Doug Rabson wrote: This is no longer necessary (in fact it causes much confusion for the driver). The correct declaration for a pnp soundcard is 'device pcm0'. How do you set flags for particular cards, now? I used to have to use the flags option to

Re: Fixed sound card problem.

1999-09-03 Thread Peter Wemm
"Andrew Reilly" wrote: On Fri, Sep 03, 1999 at 09:08:59PM +0100, Doug Rabson wrote: This is no longer necessary (in fact it causes much confusion for the driver). The correct declaration for a pnp soundcard is 'device pcm0'. How do you set flags for particular cards, now? I used to have