[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Openvortex-dev] Howto use a patch....
From: |
Zach Borgerding |
Subject: |
Re: [Openvortex-dev] Howto use a patch.... |
Date: |
Sat, 07 Feb 2004 03:20:15 -0500 |
Manuel,
I just experienced a lockup that is similar to the problems I was having with
Savage. I had a flash video playing in my browser and all of the sudden- it
froze. I ched dmesg and got this error:
vortex: IRQ fifo error
vortex: IRQ fifo error
vortex: IRQ fifo error
vortex: IRQ fifo error
vortex: IRQ fifo error
vortex: IRQ fifo error
vortex: IRQ fifo error
vortex: IRQ fifo error
Vortex: vortex_fifo_setadbctrl fail
There were 8 instances of it, as shown above, followed by the final message.
I also checked "cat /proc/asound/card0/pcm0p/sub0/status" and it showed that
the device was open, even when I wasn't playing anything through it. After
about 5 minutes, it timed out and said "closed" on the
/proc/asound/card0/pcm0p/sub0/status file, but attempting to play anything else
still resulted in failure, as the DSP seems to be locked up.
Might this be related to the VIA bug? I am using this an an VIA KT600 based
chipset, though I never had this problem on my KT133a (even before the fix was
implemented into the drivers a few months back).
Zach
----- Original Message -----
From: Manuel Jander <address@hidden>
Date: Thu, 05 Feb 2004 08:37:53 -0400
To: Matt Luckett <address@hidden>,Openvortex <address@hidden>
Subject: [Openvortex-dev] Howto use a patch....
> OK, for all those who don't know,....
>
> A patch is a file that modifies "original" files. That means if you got
> a package of some software, but later the author a improvement, usually
> we use patches containing only the differences between the original and
> the new version.
>
> Steps to follow:
>
> -------- First get the original package where to apply the patch. The
> version should match, if not it "may" not work. In this case the
> "original" is the "ALSA driver" tarball from www.alsa-project.org
> version 1.0.1. Version 1.0.2 may work too.
>
> -------- Second, get the patch...
>
> - Extract all files from original tarball. That can be done with this
> command:
>
> -> tar zxf alsa-driver-1.0.1.tar.gz
>
> -------- Apply the patch:
>
> You must be inside the directory of the "original":
> -> cd alsa-driver-1.0.1
>
> then:
> zcat <your patch file.gz> |patch -p1
>
> And thats it ....
>
>
> Best Regards
>
> Manuel Jander
>
> On Wed, 2004-02-04 at 23:07, Matt Luckett wrote:
> > I'm sorry but you really need to learn how to use patch.
> >
> > Manuel Jander wrote:
> > > Hi,
> > >
> > > I backported some few things from the unstable branch into the stable
> > > and merged them into the patch:
> > >
> > > http://galadriel.mat.utfsm.cl/~mjander/aureal/alsa/aureal-alsakernel2.patch.gz
> > >
> > > Best Regards
> > >
> > > Manuel
> > >
> > >
> > >
> > > _______________________________________________
> > > Openvortex-dev mailing list
> > > address@hidden
> > > http://mail.nongnu.org/mailman/listinfo/openvortex-dev
> > >
>
>
>
> _______________________________________________
> Openvortex-dev mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/openvortex-dev
--
_____________________________________________________________
Web-based SMS services available at http://www.operamail.com.
>From your mailbox to local or overseas cell phones.
Powered by Outblaze
- Re: [Openvortex-dev] Howto use a patch....,
Zach Borgerding <=