* speakup changes in cvs
@ Kirk Reiser
` Tommy Moore
` (3 more replies)
0 siblings, 4 replies; 18+ messages in thread
From: Kirk Reiser @ UTC (permalink / raw)
To: speakup
Hi Folks: I have made quite a few changes to speakup in cvs over the
past two weeks.
First of all I rewrote the keyboard.c interface for the 2.2.x and
2.4.x trees to bring speakup into conformance with the official kernel
tree.
I also rewrote the way speakup registers the /dev/synth misc device to
allow the 2.4.x kernels to use devfs.
Finally, I rewrote the speakup interface to drivers/char/Makefile and
drivers/char/speakup/Makefile to utilize Shanes suggestion of having a
speakup.map.c. I used a portion of Shanes patch for the 2.2.x tree,
so thank you very much Shane.
I would appreciate if people would check out the latest version and
make sure it all works okay. It works for me with the 2.4.9ac4 and
2.2.19 kernels.
Kirk
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: speakup changes in cvs
speakup changes in cvs Kirk Reiser
@ ` Tommy Moore
` Saqib Shaikh
` Steve Holmes
` (2 subsequent siblings)
3 siblings, 1 reply; 18+ messages in thread
From: Tommy Moore @ UTC (permalink / raw)
To: speakup
Hey there guys. Been wondering for a while.
Waht's this with the official kernel version and the AC series of kernels?
Anything really different?
Thansk.
Tommy
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: speakup changes in cvs
speakup changes in cvs Kirk Reiser
` Tommy Moore
@ ` Steve Holmes
` Kirk Reiser
` Brian Borowski
` Brian Borowski
3 siblings, 1 reply; 18+ messages in thread
From: Steve Holmes @ UTC (permalink / raw)
To: speakup
Actually, I just did a checkout this morning before knowing about your
changes and ran into a problem while patching the kernel source. I am
using a fresh 2.4.5 kernel tree and running checkout for the first time on
this newly formatted machine. I got the following Makefile.rej in
/usr/src/linux/drivers/char:
***************
*** 232,234 ****
qtronixmap.c: qtronixmap.map
set -e ; loadkeys --mktable $< | sed -e 's/^static *//' > $@
--- 244,247 ----
qtronixmap.c: qtronixmap.map
set -e ; loadkeys --mktable $< | sed -e 's/^static *//' > $@
+
Can I go along with this error condition or do I need to upgrade the
kernel to 2.4.9 to get around this?
On Thu, 30 Aug 2001, Kirk Reiser wrote:
> Hi Folks: I have made quite a few changes to speakup in cvs over the
> past two weeks.
>
> First of all I rewrote the keyboard.c interface for the 2.2.x and
> 2.4.x trees to bring speakup into conformance with the official kernel
> tree.
>
> I also rewrote the way speakup registers the /dev/synth misc device to
> allow the 2.4.x kernels to use devfs.
>
> Finally, I rewrote the speakup interface to drivers/char/Makefile and
> drivers/char/speakup/Makefile to utilize Shanes suggestion of having a
> speakup.map.c. I used a portion of Shanes patch for the 2.2.x tree,
> so thank you very much Shane.
>
> I would appreciate if people would check out the latest version and
> make sure it all works okay. It works for me with the 2.4.9ac4 and
> 2.2.19 kernels.
>
> Kirk
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: speakup changes in cvs
` Tommy Moore
@ ` Saqib Shaikh
0 siblings, 0 replies; 18+ messages in thread
From: Saqib Shaikh @ UTC (permalink / raw)
To: speakup
While we're on the topic of the CVS version, how is the modularisation of
drivers going?
thanks, saqib
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: speakup changes in cvs
` Steve Holmes
@ ` Kirk Reiser
0 siblings, 0 replies; 18+ messages in thread
From: Kirk Reiser @ UTC (permalink / raw)
To: speakup
Sorry for the delay in answering this. The mailing list has been
fucked up for the past few days and I just got it working again.
That is an added blank line which I inadvertantly added. It shouldn't
affect the compile at all. I'll remove it as soon as I can get to it.
Kirk
--
Kirk Reiser The Computer Braille Facility
e-mail: kirk@braille.uwo.ca University of Western Ontario
phone: (519) 661-3061
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: speakup changes in cvs
speakup changes in cvs Kirk Reiser
` Tommy Moore
` Steve Holmes
@ ` Brian Borowski
` Brian Borowski
3 siblings, 0 replies; 18+ messages in thread
From: Brian Borowski @ UTC (permalink / raw)
To: speakup
Kirk:
It works very well. I'm using it on my new machine, and
it's snappy with a real litetalk, that is; very nice...
Brian Borowski
On Thu, 30 Aug 2001, Kirk Reiser wrote:
> Hi Folks: I have made quite a few changes to speakup in cvs over the
> past two weeks.
>
> First of all I rewrote the keyboard.c interface for the 2.2.x and
> 2.4.x trees to bring speakup into conformance with the official kernel
> tree.
>
> I also rewrote the way speakup registers the /dev/synth misc device to
> allow the 2.4.x kernels to use devfs.
>
> Finally, I rewrote the speakup interface to drivers/char/Makefile and
> drivers/char/speakup/Makefile to utilize Shanes suggestion of having a
> speakup.map.c. I used a portion of Shanes patch for the 2.2.x tree,
> so thank you very much Shane.
>
> I would appreciate if people would check out the latest version and
> make sure it all works okay. It works for me with the 2.4.9ac4 and
> 2.2.19 kernels.
>
> Kirk
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: speakup changes in cvs
speakup changes in cvs Kirk Reiser
` (2 preceding siblings ...)
` Brian Borowski
@ ` Brian Borowski
` jwantz
3 siblings, 1 reply; 18+ messages in thread
From: Brian Borowski @ UTC (permalink / raw)
To: speakup
Kirk:
I left out details. I'm running linux-2.4.9-ac5 with your latest speakup,
and also the alsa 0.5.11/10 stuff, with absolutely no trouble. Thanks
again for the work.
Brian
On Thu, 30 Aug 2001, Kirk Reiser wrote:
> Hi Folks: I have made quite a few changes to speakup in cvs over the
> past two weeks.
>
> First of all I rewrote the keyboard.c interface for the 2.2.x and
> 2.4.x trees to bring speakup into conformance with the official kernel
> tree.
>
> I also rewrote the way speakup registers the /dev/synth misc device to
> allow the 2.4.x kernels to use devfs.
>
> Finally, I rewrote the speakup interface to drivers/char/Makefile and
> drivers/char/speakup/Makefile to utilize Shanes suggestion of having a
> speakup.map.c. I used a portion of Shanes patch for the 2.2.x tree,
> so thank you very much Shane.
>
> I would appreciate if people would check out the latest version and
> make sure it all works okay. It works for me with the 2.4.9ac4 and
> 2.2.19 kernels.
>
> Kirk
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: speakup changes in cvs
` Brian Borowski
@ ` jwantz
` Brian Borowski
` Gregory Nowak
0 siblings, 2 replies; 18+ messages in thread
From: jwantz @ UTC (permalink / raw)
To: speakup
Hi All,
I have observed some odd behavior. My Speakup (well actually the whole
kernel) was locking up. Speakup is working fine, but Alsa doesn't work.
I have tried 0.5.11/10 and 0.90beta7 with the same results. However, I
noticed that in /proc/asound/sndstat that it was complaining about sound
devices not being initialized. This seems to be a common alsa problem,
because I find all kinds of references to it on the net. What is
lacking is solutions. I'm using an AWE64 Gold and I am compiling in
isapnp support when I configure the drivers.Well, one good thing about
this problem I'm learning a lot about Alsa!
Jim Wantz
On Mon, 3 Sep 2001, Brian
Borowski wrote:
>
>
> Kirk:
> I left out details. I'm running linux-2.4.9-ac5 with your latest speakup,
> and also the alsa 0.5.11/10 stuff, with absolutely no trouble. Thanks
> again for the work.
>
> Brian
>
>
>
> On Thu, 30 Aug 2001, Kirk Reiser wrote:
>
> > Hi Folks: I have made quite a few changes to speakup in cvs over the
> > past two weeks.
> >
> > First of all I rewrote the keyboard.c interface for the 2.2.x and
> > 2.4.x trees to bring speakup into conformance with the official kernel
> > tree.
> >
> > I also rewrote the way speakup registers the /dev/synth misc device to
> > allow the 2.4.x kernels to use devfs.
> >
> > Finally, I rewrote the speakup interface to drivers/char/Makefile and
> > drivers/char/speakup/Makefile to utilize Shanes suggestion of having a
> > speakup.map.c. I used a portion of Shanes patch for the 2.2.x tree,
> > so thank you very much Shane.
> >
> > I would appreciate if people would check out the latest version and
> > make sure it all works okay. It works for me with the 2.4.9ac4 and
> > 2.2.19 kernels.
> >
> > Kirk
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> >
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: speakup changes in cvs
` jwantz
@ ` Brian Borowski
` jwantz
` Gregory Nowak
1 sibling, 1 reply; 18+ messages in thread
From: Brian Borowski @ UTC (permalink / raw)
To: speakup
Jim:
Did you make the alsa devices with the supplied script?
Brian Borowski
On Wed, 5 Sep 2001 jwantz@hpcc2.hpcc.noaa.gov wrote:
> Hi All,
> I have observed some odd behavior. My Speakup (well actually the whole
> kernel) was locking up. Speakup is working fine, but Alsa doesn't work.
> I have tried 0.5.11/10 and 0.90beta7 with the same results. However, I
> noticed that in /proc/asound/sndstat that it was complaining about sound
> devices not being initialized. This seems to be a common alsa problem,
> because I find all kinds of references to it on the net. What is
> lacking is solutions. I'm using an AWE64 Gold and I am compiling in
> isapnp support when I configure the drivers.Well, one good thing about
> this problem I'm learning a lot about Alsa!
>
> Jim Wantz
> On Mon, 3 Sep 2001, Brian
> Borowski wrote:
>
> >
> >
> > Kirk:
> > I left out details. I'm running linux-2.4.9-ac5 with your latest speakup,
> > and also the alsa 0.5.11/10 stuff, with absolutely no trouble. Thanks
> > again for the work.
> >
> > Brian
> >
> >
> >
> > On Thu, 30 Aug 2001, Kirk Reiser wrote:
> >
> > > Hi Folks: I have made quite a few changes to speakup in cvs over the
> > > past two weeks.
> > >
> > > First of all I rewrote the keyboard.c interface for the 2.2.x and
> > > 2.4.x trees to bring speakup into conformance with the official kernel
> > > tree.
> > >
> > > I also rewrote the way speakup registers the /dev/synth misc device to
> > > allow the 2.4.x kernels to use devfs.
> > >
> > > Finally, I rewrote the speakup interface to drivers/char/Makefile and
> > > drivers/char/speakup/Makefile to utilize Shanes suggestion of having a
> > > speakup.map.c. I used a portion of Shanes patch for the 2.2.x tree,
> > > so thank you very much Shane.
> > >
> > > I would appreciate if people would check out the latest version and
> > > make sure it all works okay. It works for me with the 2.4.9ac4 and
> > > 2.2.19 kernels.
> > >
> > > Kirk
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> > >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: speakup changes in cvs
` jwantz
` Brian Borowski
@ ` Gregory Nowak
` jwantz
1 sibling, 1 reply; 18+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: speakup
Did you load all modules for that card, and did you run alsactl?
Greg
On Wed, Sep 05, 2001 at 09:53:14PM -0400, jwantz@hpcc2.hpcc.noaa.gov wrote:
> Hi All,
> I have observed some odd behavior. My Speakup (well actually the whole
> kernel) was locking up. Speakup is working fine, but Alsa doesn't work.
> I have tried 0.5.11/10 and 0.90beta7 with the same results. However, I
> noticed that in /proc/asound/sndstat that it was complaining about sound
> devices not being initialized. This seems to be a common alsa problem,
> because I find all kinds of references to it on the net. What is
> lacking is solutions. I'm using an AWE64 Gold and I am compiling in
> isapnp support when I configure the drivers.Well, one good thing about
> this problem I'm learning a lot about Alsa!
>
> Jim Wantz
> On Mon, 3 Sep 2001, Brian
> Borowski wrote:
>
> >
> >
> > Kirk:
> > I left out details. I'm running linux-2.4.9-ac5 with your latest speakup,
> > and also the alsa 0.5.11/10 stuff, with absolutely no trouble. Thanks
> > again for the work.
> >
> > Brian
> >
> >
> >
> > On Thu, 30 Aug 2001, Kirk Reiser wrote:
> >
> > > Hi Folks: I have made quite a few changes to speakup in cvs over the
> > > past two weeks.
> > >
> > > First of all I rewrote the keyboard.c interface for the 2.2.x and
> > > 2.4.x trees to bring speakup into conformance with the official kernel
> > > tree.
> > >
> > > I also rewrote the way speakup registers the /dev/synth misc device to
> > > allow the 2.4.x kernels to use devfs.
> > >
> > > Finally, I rewrote the speakup interface to drivers/char/Makefile and
> > > drivers/char/speakup/Makefile to utilize Shanes suggestion of having a
> > > speakup.map.c. I used a portion of Shanes patch for the 2.2.x tree,
> > > so thank you very much Shane.
> > >
> > > I would appreciate if people would check out the latest version and
> > > make sure it all works okay. It works for me with the 2.4.9ac4 and
> > > 2.2.19 kernels.
> > >
> > > Kirk
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> > >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: speakup changes in cvs
` Brian Borowski
@ ` jwantz
0 siblings, 0 replies; 18+ messages in thread
From: jwantz @ UTC (permalink / raw)
To: speakup
Hey Brian,
If you mean ./snddevices the answer is yes.
Jim
On Thu, 6 Sep 2001, Brian
Borowski wrote:
> Jim:
> Did you make the alsa devices with the supplied script?
>
> Brian Borowski
>
>
>
> On Wed, 5 Sep 2001 jwantz@hpcc2.hpcc.noaa.gov wrote:
>
> > Hi All,
> > I have observed some odd behavior. My Speakup (well actually the whole
> > kernel) was locking up. Speakup is working fine, but Alsa doesn't work.
> > I have tried 0.5.11/10 and 0.90beta7 with the same results. However, I
> > noticed that in /proc/asound/sndstat that it was complaining about sound
> > devices not being initialized. This seems to be a common alsa problem,
> > because I find all kinds of references to it on the net. What is
> > lacking is solutions. I'm using an AWE64 Gold and I am compiling in
> > isapnp support when I configure the drivers.Well, one good thing about
> > this problem I'm learning a lot about Alsa!
> >
> > Jim Wantz
> > On Mon, 3 Sep 2001, Brian
> > Borowski wrote:
> >
> > >
> > >
> > > Kirk:
> > > I left out details. I'm running linux-2.4.9-ac5 with your latest speakup,
> > > and also the alsa 0.5.11/10 stuff, with absolutely no trouble. Thanks
> > > again for the work.
> > >
> > > Brian
> > >
> > >
> > >
> > > On Thu, 30 Aug 2001, Kirk Reiser wrote:
> > >
> > > > Hi Folks: I have made quite a few changes to speakup in cvs over the
> > > > past two weeks.
> > > >
> > > > First of all I rewrote the keyboard.c interface for the 2.2.x and
> > > > 2.4.x trees to bring speakup into conformance with the official kernel
> > > > tree.
> > > >
> > > > I also rewrote the way speakup registers the /dev/synth misc device to
> > > > allow the 2.4.x kernels to use devfs.
> > > >
> > > > Finally, I rewrote the speakup interface to drivers/char/Makefile and
> > > > drivers/char/speakup/Makefile to utilize Shanes suggestion of having a
> > > > speakup.map.c. I used a portion of Shanes patch for the 2.2.x tree,
> > > > so thank you very much Shane.
> > > >
> > > > I would appreciate if people would check out the latest version and
> > > > make sure it all works okay. It works for me with the 2.4.9ac4 and
> > > > 2.2.19 kernels.
> > > >
> > > > Kirk
> > > >
> > > > _______________________________________________
> > > > Speakup mailing list
> > > > Speakup@braille.uwo.ca
> > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > > >
> > > >
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> >
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: speakup changes in cvs
` Gregory Nowak
@ ` jwantz
` Gregory Nowak
` Frank Carmickle
0 siblings, 2 replies; 18+ messages in thread
From: jwantz @ UTC (permalink / raw)
To: speakup
Hi Greg,
Yes to both questions. depmod -a doesn't report any module dependecies
problems either. One thing though, shouldn't I be running soundcore?
I'm not. Strangely, it wasn't where it should be. So I moved a copy to
where it should be (I had to create the directory) and did a modprobe
and the kernel told me that it couldn't find the module for the kernel
version. This seemed absurd since I knew the file was built the same
time as the kernel. In fact I got it out of the kernel source tree. I
even tried re-running modules_install with no success.
Incidentally, when you are using the new beta stuff alsactl writes intou
a file called asound.state rather than asound.conf. I'm not sure why
they made that change.
Jim
On Thu, 6 Sep 2001, Gregory Nowak wrote:
> Did you load all modules for that card, and did you run alsactl?
> Greg
>
>
> On Wed, Sep 05, 2001 at 09:53:14PM -0400, jwantz@hpcc2.hpcc.noaa.gov wrote:
> > Hi All,
> > I have observed some odd behavior. My Speakup (well actually the whole
> > kernel) was locking up. Speakup is working fine, but Alsa doesn't work.
> > I have tried 0.5.11/10 and 0.90beta7 with the same results. However, I
> > noticed that in /proc/asound/sndstat that it was complaining about sound
> > devices not being initialized. This seems to be a common alsa problem,
> > because I find all kinds of references to it on the net. What is
> > lacking is solutions. I'm using an AWE64 Gold and I am compiling in
> > isapnp support when I configure the drivers.Well, one good thing about
> > this problem I'm learning a lot about Alsa!
> >
> > Jim Wantz
> > On Mon, 3 Sep 2001, Brian
> > Borowski wrote:
> >
> > >
> > >
> > > Kirk:
> > > I left out details. I'm running linux-2.4.9-ac5 with your latest speakup,
> > > and also the alsa 0.5.11/10 stuff, with absolutely no trouble. Thanks
> > > again for the work.
> > >
> > > Brian
> > >
> > >
> > >
> > > On Thu, 30 Aug 2001, Kirk Reiser wrote:
> > >
> > > > Hi Folks: I have made quite a few changes to speakup in cvs over the
> > > > past two weeks.
> > > >
> > > > First of all I rewrote the keyboard.c interface for the 2.2.x and
> > > > 2.4.x trees to bring speakup into conformance with the official kernel
> > > > tree.
> > > >
> > > > I also rewrote the way speakup registers the /dev/synth misc device to
> > > > allow the 2.4.x kernels to use devfs.
> > > >
> > > > Finally, I rewrote the speakup interface to drivers/char/Makefile and
> > > > drivers/char/speakup/Makefile to utilize Shanes suggestion of having a
> > > > speakup.map.c. I used a portion of Shanes patch for the 2.2.x tree,
> > > > so thank you very much Shane.
> > > >
> > > > I would appreciate if people would check out the latest version and
> > > > make sure it all works okay. It works for me with the 2.4.9ac4 and
> > > > 2.2.19 kernels.
> > > >
> > > > Kirk
> > > >
> > > > _______________________________________________
> > > > Speakup mailing list
> > > > Speakup@braille.uwo.ca
> > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > > >
> > > >
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: speakup changes in cvs
` jwantz
@ ` Gregory Nowak
` Frank Carmickle
1 sibling, 0 replies; 18+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: speakup
Did you try compiling soundcore into the kernel itself?
Greg
On Fri, Sep 07, 2001 at 02:02:21PM -0400, jwantz@hpcc2.hpcc.noaa.gov wrote:
> Hi Greg,
> Yes to both questions. depmod -a doesn't report any module dependecies
> problems either. One thing though, shouldn't I be running soundcore?
> I'm not. Strangely, it wasn't where it should be. So I moved a copy to
> where it should be (I had to create the directory) and did a modprobe
> and the kernel told me that it couldn't find the module for the kernel
> version. This seemed absurd since I knew the file was built the same
> time as the kernel. In fact I got it out of the kernel source tree. I
> even tried re-running modules_install with no success.
> Incidentally, when you are using the new beta stuff alsactl writes intou
> a file called asound.state rather than asound.conf. I'm not sure why
> they made that change.
>
> Jim
> On Thu, 6 Sep 2001, Gregory Nowak wrote:
>
> > Did you load all modules for that card, and did you run alsactl?
> > Greg
> >
> >
> > On Wed, Sep 05, 2001 at 09:53:14PM -0400, jwantz@hpcc2.hpcc.noaa.gov wrote:
> > > Hi All,
> > > I have observed some odd behavior. My Speakup (well actually the whole
> > > kernel) was locking up. Speakup is working fine, but Alsa doesn't work.
> > > I have tried 0.5.11/10 and 0.90beta7 with the same results. However, I
> > > noticed that in /proc/asound/sndstat that it was complaining about sound
> > > devices not being initialized. This seems to be a common alsa problem,
> > > because I find all kinds of references to it on the net. What is
> > > lacking is solutions. I'm using an AWE64 Gold and I am compiling in
> > > isapnp support when I configure the drivers.Well, one good thing about
> > > this problem I'm learning a lot about Alsa!
> > >
> > > Jim Wantz
> > > On Mon, 3 Sep 2001, Brian
> > > Borowski wrote:
> > >
> > > >
> > > >
> > > > Kirk:
> > > > I left out details. I'm running linux-2.4.9-ac5 with your latest speakup,
> > > > and also the alsa 0.5.11/10 stuff, with absolutely no trouble. Thanks
> > > > again for the work.
> > > >
> > > > Brian
> > > >
> > > >
> > > >
> > > > On Thu, 30 Aug 2001, Kirk Reiser wrote:
> > > >
> > > > > Hi Folks: I have made quite a few changes to speakup in cvs over the
> > > > > past two weeks.
> > > > >
> > > > > First of all I rewrote the keyboard.c interface for the 2.2.x and
> > > > > 2.4.x trees to bring speakup into conformance with the official kernel
> > > > > tree.
> > > > >
> > > > > I also rewrote the way speakup registers the /dev/synth misc device to
> > > > > allow the 2.4.x kernels to use devfs.
> > > > >
> > > > > Finally, I rewrote the speakup interface to drivers/char/Makefile and
> > > > > drivers/char/speakup/Makefile to utilize Shanes suggestion of having a
> > > > > speakup.map.c. I used a portion of Shanes patch for the 2.2.x tree,
> > > > > so thank you very much Shane.
> > > > >
> > > > > I would appreciate if people would check out the latest version and
> > > > > make sure it all works okay. It works for me with the 2.4.9ac4 and
> > > > > 2.2.19 kernels.
> > > > >
> > > > > Kirk
> > > > >
> > > > > _______________________________________________
> > > > > Speakup mailing list
> > > > > Speakup@braille.uwo.ca
> > > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > > > >
> > > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > Speakup mailing list
> > > > Speakup@braille.uwo.ca
> > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > > >
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: speakup changes in cvs
` jwantz
` Gregory Nowak
@ ` Frank Carmickle
` jwantz
1 sibling, 1 reply; 18+ messages in thread
From: Frank Carmickle @ UTC (permalink / raw)
To: speakup
Hi Jim
You said that you did configure the alsa-drivers --with-isapnp=yes. Is
this correct? I am not sure if this is the problem or not but it might be
worth a shot to configure --with-cards=awe --with-isapnp=no. Then of
course you will have to configure the isapnp utils to put your card in
it's proper location.
HTH
--
Frank Carmickle
phone: 412 761-9568
email: frankiec@dryrose.com
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: speakup changes in cvs
` Frank Carmickle
@ ` jwantz
0 siblings, 0 replies; 18+ messages in thread
From: jwantz @ UTC (permalink / raw)
To: speakup
Hi Frank,
Yes, I've considered what you suggest--I'll do it if nothing else works.
Thanks to everybody for their suggestions.
Jim WB0TFK
On
Fri, 7 Sep 2001, Frank Carmickle wrote:
> Hi Jim
>
> You said that you did configure the alsa-drivers --with-isapnp=yes. Is
> this correct? I am not sure if this is the problem or not but it might be
> worth a shot to configure --with-cards=awe --with-isapnp=no. Then of
> course you will have to configure the isapnp utils to put your card in
> it's proper location.
>
> HTH
>
>
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: speakup changes in cvs
mo.valli
` Kirk Reiser
@ ` Gregory Nowak
1 sibling, 0 replies; 18+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: speakup
Get the checkout script from:
ftp://bumpy.braille.uwo.ca/speakup/checkout
, and run it.
This assumes that your Linux machine has access to the internet.
If not, then you're out of luck.
Greg
On Thu, Sep 06, 2001 at 03:08:32PM +0100, mo.valli@bt.com wrote:
> Hi,
>
> Where can I obtain the latest version of speakup and CVS from?
>
> Kind regards
>
> Mo.
>
> -----Original Message-----
> From: Kirk Reiser [mailto:kirk@braille.uwo.ca]
> Sent: 30 August 2001 23:12
> To: speakup@braille.uwo.ca
> Subject: speakup changes in cvs
>
>
> Hi Folks: I have made quite a few changes to speakup in cvs over the
> past two weeks.
>
> First of all I rewrote the keyboard.c interface for the 2.2.x and
> 2.4.x trees to bring speakup into conformance with the official kernel
> tree.
>
> I also rewrote the way speakup registers the /dev/synth misc device to
> allow the 2.4.x kernels to use devfs.
>
> Finally, I rewrote the speakup interface to drivers/char/Makefile and
> drivers/char/speakup/Makefile to utilize Shanes suggestion of having a
> speakup.map.c. I used a portion of Shanes patch for the 2.2.x tree,
> so thank you very much Shane.
>
> I would appreciate if people would check out the latest version and
> make sure it all works okay. It works for me with the 2.4.9ac4 and
> 2.2.19 kernels.
>
> Kirk
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: speakup changes in cvs
mo.valli
@ ` Kirk Reiser
` Gregory Nowak
1 sibling, 0 replies; 18+ messages in thread
From: Kirk Reiser @ UTC (permalink / raw)
To: speakup
You can get the checkout script and README.cvs from the webpage and/or
ftp area at ftp://linux-speakup.org/pub/linux/speakup.
Kirk
--
Kirk Reiser The Computer Braille Facility
e-mail: kirk@braille.uwo.ca University of Western Ontario
phone: (519) 661-3061
^ permalink raw reply [flat|nested] 18+ messages in thread
* RE: speakup changes in cvs
@ mo.valli
` Kirk Reiser
` Gregory Nowak
0 siblings, 2 replies; 18+ messages in thread
From: mo.valli @ UTC (permalink / raw)
To: speakup
Hi,
Where can I obtain the latest version of speakup and CVS from?
Kind regards
Mo.
-----Original Message-----
From: Kirk Reiser [mailto:kirk@braille.uwo.ca]
Sent: 30 August 2001 23:12
To: speakup@braille.uwo.ca
Subject: speakup changes in cvs
Hi Folks: I have made quite a few changes to speakup in cvs over the
past two weeks.
First of all I rewrote the keyboard.c interface for the 2.2.x and
2.4.x trees to bring speakup into conformance with the official kernel
tree.
I also rewrote the way speakup registers the /dev/synth misc device to
allow the 2.4.x kernels to use devfs.
Finally, I rewrote the speakup interface to drivers/char/Makefile and
drivers/char/speakup/Makefile to utilize Shanes suggestion of having a
speakup.map.c. I used a portion of Shanes patch for the 2.2.x tree,
so thank you very much Shane.
I would appreciate if people would check out the latest version and
make sure it all works okay. It works for me with the 2.4.9ac4 and
2.2.19 kernels.
Kirk
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
speakup changes in cvs Kirk Reiser
` Tommy Moore
` Saqib Shaikh
` Steve Holmes
` Kirk Reiser
` Brian Borowski
` Brian Borowski
` jwantz
` Brian Borowski
` jwantz
` Gregory Nowak
` jwantz
` Gregory Nowak
` Frank Carmickle
` jwantz
mo.valli
` Kirk Reiser
` Gregory Nowak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).