Re: No sound (es1371) after test7

2000-09-24 Thread Linus Torvalds
On Sun, 24 Sep 2000, Jeff Garzik wrote: > > h The patch was submitted by me, but it came straight from > 2.2.x... after being whipped, I shall look into both versions of > ac97_codec some more... The "->id" field has nothing to do with the device ID number, it's a "which codec is this" f

Re: No sound (es1371) after test7

2000-09-24 Thread Alan Cox
> > codec->id = ac97_codec_ids[i].id; > > > > (line 591 or something around that), and be happy. I think it will work > > after that. > > This does indeed fix the problem. ELO is playing via XMMS at the > moment to prove it. :-) Also killed in 2.2.18pre. - To unsubscribe from this list: s

Re: No sound (es1371) after test7

2000-09-24 Thread Alan Cox
> For some unknown reason codec->id is set in ac97_probe_codec(), which is > WRONG. Just remove the line that says > > codec->id = ac97_codec_ids[i].id; > > (line 591 or something around that), and be happy. I think it will work > after that. Its an escapee bug from 2.2 that leaked into 2

Re: No sound (es1371) after test7

2000-09-24 Thread Jeff Garzik
On 23 Sep 2000, Linus Torvalds wrote: > Linus Torvalds <[EMAIL PROTECTED]> wrote: > > > >Go into "drivers/sound/ac97_codec.c" to around line 570 or so, and > >comment out the line that says > > > > current->state = TASK_UNINTERRUPTIBLE; > > > >and see if that fixes the problem. > > Nope. But

Re: No sound (es1371) after test7

2000-09-24 Thread Jon Evans
On Sat, Sep 23, 2000 at 11:15:31PM -0700, Linus Torvalds wrote: > >Go into "drivers/sound/ac97_codec.c" > WRONG. Just remove the line that says > > codec->id = ac97_codec_ids[i].id; > > (line 591 or something around that), and be happy. I think it will work > after that. This does inde

Re: No sound (es1371) after test7

2000-09-23 Thread Linus Torvalds
In article <8qk483$4ua$[EMAIL PROTECTED]>, Linus Torvalds <[EMAIL PROTECTED]> wrote: > >Go into "drivers/sound/ac97_codec.c" to around line 570 or so, and >comment out the line that says > > current->state = TASK_UNINTERRUPTIBLE; > >and see if that fixes the problem. Nope. But I found anot

Re: No sound (es1371) after test7

2000-09-23 Thread Linus Torvalds
In article <[EMAIL PROTECTED]>, Jon Evans <[EMAIL PROTECTED]> wrote: >On Fri, Sep 22, 2000 at 09:14:23AM -0400, Kernel Related Emails wrote: > >> Well everythings working fine in test9-pre5 except for the fact that sound >> has stopped functioning on my es1371 card. I had no problems with it at

Re: No sound (es1371) after test7

2000-09-23 Thread Jon Evans
On Fri, Sep 22, 2000 at 09:14:23AM -0400, Kernel Related Emails wrote: > Well everythings working fine in test9-pre5 except for the fact that sound > has stopped functioning on my es1371 card. I had no problems with it at > all in test7 but since then it doesn't work. On boot it detects normall

Re: No sound (es1371) after test7

2000-09-23 Thread Steven Cole
On 2000-9-23 06:26:27 "H. Peter Anvin" wrote: >With 2.4.0-test9-pre6, I don't get anything (writers on /dev/dsp block >indefinitely) using the es1371 driver, with the following specs: > >es1371: version v0.26 time 21:30:39 Sep 22 2000 >es1371: found chip, vendor id 0x1274 device id 0x1371 revisio

Re: No sound (es1371) after test7

2000-09-22 Thread H. Peter Anvin
Followup to: <[EMAIL PROTECTED]> By author:Mordechai Ovits <[EMAIL PROTECTED]> In newsgroup: linux.dev.kernel > > On Fri, Sep 22, 2000 at 09:14:23AM -0400, Kernel Related Emails wrote: > > List, > > > > Well everythings working fine in test9-pre5 except for the fact that sound > > has stoppe

Re: No sound (es1371) after test7

2000-09-22 Thread Mordechai Ovits
On Fri, Sep 22, 2000 at 09:14:23AM -0400, Kernel Related Emails wrote: > List, > > Well everythings working fine in test9-pre5 except for the fact that sound > has stopped functioning on my es1371 card. I had no problems with it at > all in test7 but since then it doesn't work. On boot it detec

No sound (es1371) after test7

2000-09-22 Thread Kernel Related Emails
List, Well everythings working fine in test9-pre5 except for the fact that sound has stopped functioning on my es1371 card. I had no problems with it at all in test7 but since then it doesn't work. On boot it detects normally, pops and crackles for a second, and then just doesn't work. Any ide