Re: 2.4.3+ sound distortion

From: Victor Julien (v.p.p.julien@xs4all.nl)
Date: Sun Apr 22 2001 - 13:37:38 EST


Wow! Now it not only boots right, the sound distortion problem also seems
to be fixed!!! Great work! However another problem is still here, i see
only one of the two ide-channels of the PDC20265.

>
> On 2001.04.22 10:47 Victor Julien wrote:
>
> > 2.4.4-pre6 did only compile when I aplied the '__builtin_expect'-patch.
> > It
> > crashed at boot however, when initializing my onboard raidcontroller
> > (PDC20265 on a MSI K7T Turbo-R). It seems to be the same problem as
> > reported by Manuel A. McLure. So no word yet about the sound
> > distortion-problem being fixed.
>
> The PCD20265 crash is fixed in 2.4.3-ac12 and should be fixed in the next
> -pre.
> In the meantime you can apply the following patch from Alan Cox:
>
> *** drivers/ide/ide-pci.c.orig Sun Apr 22 11:07:51 2001
> --- drivers/ide/ide-pci.c Sat Apr 21 20:07:09 2001
> ***************
> *** 596,602 ****
> if (IDE_PCI_DEVID_EQ(d->devid, DEVID_PDC20265))
> {
> printk(KERN_INFO "ide: Found promise 20265 in
> RAID mode.\n");
> ! if(dev->bus->self->vendor == PCI_VENDOR_ID_INTEL
> &&
> dev->bus->self->device == PCI_DEVICE_ID_INTEL_I960)
> {
> printk(KERN_INFO "ide: Skipping Promise
> PDC20265 attached to I2O RAID controller.\n");
> --- 596,602 ----
> if (IDE_PCI_DEVID_EQ(d->devid, DEVID_PDC20265))
> {
> printk(KERN_INFO "ide: Found promise 20265 in
> RAID mode.\n");
> ! if(dev->bus->self && dev->bus->self->vendor ==
> PCI_VENDOR_ID_INTEL &&
> dev->bus->self->device == PCI_DEVICE_ID_INTEL_I960)
> {
> printk(KERN_INFO "ide: Skipping Promise
> PDC20265 attached to I2O RAID controller.\n");
>
>
>
> --
> Manuel A. McLure KE6TAW | ...for in Ulthar, according to an ancient
> <manuel@mclure.org> | and significant law, no man may kill a cat.
> <http://www.mclure.org> | -- H.P. Lovecraft
>
>
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Apr 23 2001 - 21:00:43 EST