From: Steven Cole <elenstev@mesatop.com>
To: linux-kernel@vger.kernel.org
Cc: alan@lxorguk.ukuu.org.uk
Subject: Re: 2.4.0-test12-pre4 + cs46xx + KDE 2.0 = frozen system
Date: Mon, 4 Dec 2000 18:42:11 -0700 [thread overview]
Message-ID: <00120418421100.04128@localhost.localdomain> (raw)
Alan Cox wrote:
>> > Crystal 4280/461x + AC97 Audio, version 0.14, 13:39:25 Dec 4 2000
>> > cs461x: Card found at 0xf8ffe000 and 0xf8e00000, IRQ 18
>> > cs461x: Unknown card (FFFFFFFF:FFFFFFFF) at 0xf8ffe000/0xf8e00000, IRQ 18
>> > ac97_codec: AC97 Audio codec, id: 0x4352:0x5914 (Unknown)
>>
>> This is failing to detect the CS46xx. I assume someone has fiddled with the
>> driver. Does it work correctly on your machine in 2.2.18pre24 ?
I believe it did for 2.2.18pre23. I'll try out 2.2.18pre24 and your
following patch when I'm back at work about 12 hours from now.
Thanks!
Steven Cole
Alan Cox wrote:
>
>A follow on question. This may be 2.4 PCI changes. That would mean you might
>want..
>
>--- drivers/sound/cs46xx.c~ Sat Dec 2 01:44:21 2000
>+++ drivers/sound/cs46xx.c Mon Dec 4 22:58:58 2000
>@@ -2534,6 +2534,11 @@
> struct cs_card *card;
> struct cs_card_type *cp = &cards[0];
>
>+ if (pci_enable_device(pci_dev)<0)
>+ {
>+ printk(KERN_ERR "cs461x: unable to enable\n");
>+ return -EIO;
>+ }
> if ((card = kmalloc(sizeof(struct cs_card), GFP_KERNEL)) == NULL) {
> printk(KERN_ERR "cs461x: out of memory\n");
> return -ENOMEM;
I'll apply that patch tomorrow.
Steven
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next reply other threads:[~2000-12-05 2:12 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-12-05 1:42 Steven Cole [this message]
-- strict thread matches above, loose matches on Subject: below --
2000-12-04 21:27 2.4.0-test12-pre4 + cs46xx + KDE 2.0 = frozen system Steven Cole
2000-12-04 21:55 ` Keith Owens
2000-12-04 22:47 ` Roger Larsson
2000-12-04 23:22 ` Alan Cox
2000-12-04 23:29 ` Alan Cox
2000-12-05 17:16 ` Steven Cole
2000-12-05 22:02 ` Alan Cox
2000-12-05 22:47 ` Steven Cole
2000-12-06 1:00 ` Alan Cox
2000-12-06 14:55 ` Steven Cole
2000-12-06 16:04 ` Steven Cole
2000-12-06 18:40 ` Nils Faerber
2000-12-07 13:28 ` Alan Cox
2000-12-07 14:27 ` Steven Cole
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=00120418421100.04128@localhost.localdomain \
--to=elenstev@mesatop.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.