public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* re: alsa
@  Tyler Spivey
   ` alsa Shaun Oliver
                   ` (3 more replies)
  0 siblings, 4 replies; 23+ messages in thread
From: Tyler Spivey @  UTC (permalink / raw)
  To: speakup

you can do an alsactl restore in your .profile, in  a boot script,
or almost anywhere that executes on boot or log in.
the static might mean that your volume and pcm are maxed out and output gain. try lowering them and raising yoru speaker volume - this works for me, probably not for you
unless you have the same sound card.


^ permalink raw reply	[flat|nested] 23+ messages in thread

* re: alsa
   alsa Tyler Spivey
@  ` Shaun Oliver
     ` alsa Cheryl Homiak
     ` alsa Cheryl Homiak
   ` alsa Igor Gueths
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 23+ messages in thread
From: Shaun Oliver @  UTC (permalink / raw)
  To: speakup

Hi again,
a good setting for me is amixer sset PCM 71%
amixer sset Wav 100% unmute
amixer sset Master 100%
try those settings for starters.
remember everything is case sensitive. it's a pain but it works.


-- 
Shaun

If little else, the brain is an educational toy.
                -- Tom Robbins
EMAIL: shauno@goanna.net.au
ICQ: 76958435






^ permalink raw reply	[flat|nested] 23+ messages in thread

* re: alsa
   alsa Tyler Spivey
   ` alsa Shaun Oliver
@  ` Igor Gueths
     ` alsa Cheryl Homiak
   ` alsa Cheryl Homiak
   ` cd burner randy turner
  3 siblings, 1 reply; 23+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: speakup

Hi Cheryl and all. Did you edit /etc/modules.conf or load the module for
your card manually? I ran modprobe snd-cs4236 and modprobe said the module
wasn't there. When I ran insmod snd-cs4236.o, I got all sorts of
unresolved symbols for opl3, mpu401, rawmidi, etc. I guess I'll just have
to move all those modules into
/lib/modules/2.4.18/kernel/sound/isa/cs423x. Could there be any other
possible reasons for this problem? Thanks!

On Fri, 19 Apr 2002, Tyler Spivey wrote:

> you can do an alsactl restore in your .profile, in  a boot script,
> or almost anywhere that executes on boot or log in.
> the static might mean that your volume and pcm are maxed out and output gain. try lowering them and raising yoru speaker volume - this works for me, probably not for you
> unless you have the same sound card.
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>



^ permalink raw reply	[flat|nested] 23+ messages in thread

* re: alsa
   alsa Tyler Spivey
   ` alsa Shaun Oliver
   ` alsa Igor Gueths
@  ` Cheryl Homiak
     ` alsa jwantz
   ` cd burner randy turner
  3 siblings, 1 reply; 23+ messages in thread
From: Cheryl Homiak @  UTC (permalink / raw)
  To: speakup

I wouldn't think that /etc/profile would be a great place for it; then I think
alsactl will want to restore every time I login on a new tty.
Seems to me before when I had alsa that there was a debian script somewhere that
determined whether those settings would be done or not, but there was a
discrepancy; somewhere alsa was called alsasound or vice versa, so I always had
to edit that script everytime there was an upgrade. But I don't remember where
it was.



^ permalink raw reply	[flat|nested] 23+ messages in thread

* re: alsa
   ` alsa Shaun Oliver
@    ` Cheryl Homiak
     ` alsa Cheryl Homiak
  1 sibling, 0 replies; 23+ messages in thread
From: Cheryl Homiak @  UTC (permalink / raw)
  To: speakup

Hi Shaun and all.
Love those specifics!



^ permalink raw reply	[flat|nested] 23+ messages in thread

* re: alsa
   ` alsa Igor Gueths
@    ` Cheryl Homiak
  0 siblings, 0 replies; 23+ messages in thread
From: Cheryl Homiak @  UTC (permalink / raw)
  To: speakup

Hi igor and all.
Make sure the name you are using to load your module is the same one given in
the INSTALL file of the drivers source, not what you se in /lib/modules.
since I have debian, we aren't really supposed to edit modules.conf. Instead I
put an alsa file in /etc/modutils with aliases that gets read and updates
modules.conf. It depends on your distro.
In fact, it's niggling at the back of my mind that I need something else in
/etc/modutils, something about path or alsapath, though things seem to be
loading fine.
Anyway, I repeat, don't try to load modules as they appear in /lib/modules; for
instance, if I wanted to load my sblive manually, I would do
modprobe snd-emu10k1



^ permalink raw reply	[flat|nested] 23+ messages in thread

* re: alsa
   ` alsa Shaun Oliver
     ` alsa Cheryl Homiak
@    ` Cheryl Homiak
  1 sibling, 0 replies; 23+ messages in thread
From: Cheryl Homiak @  UTC (permalink / raw)
  To: speakup

Hi Shaun; a couple of your settings are fine, but my amixer doesn't like 'Wav";
says it's unable to find that simple control. Tried "Wave" instead, but it
didn't like the unmute option with that.




^ permalink raw reply	[flat|nested] 23+ messages in thread

* re: alsa
   ` alsa Cheryl Homiak
@    ` jwantz
  0 siblings, 0 replies; 23+ messages in thread
From: jwantz @  UTC (permalink / raw)
  To: speakup

Hi Cheryl,
I know you are Debian, but in Redhat there is a script 
/etc/init.d/alsasound.  It takes care of things like alsactl restore.  
All I need to do are the following three commands:
service alsasound start
service alsasound stop
service alsasound restart
As you would expect, 'service alsasound start' is taken care of during 
initialization.  I would imagine that Debian had the service mechanism 
since it is very standard UNIX, but I don't know.

     Jim Wantz
On Sat, 20 Apr 2002, 
Cheryl Homiak wrote:

> I wouldn't think that /etc/profile would be a great place for it; then I think
> alsactl will want to restore every time I login on a new tty.
> Seems to me before when I had alsa that there was a debian script somewhere that
> determined whether those settings would be done or not, but there was a
> discrepancy; somewhere alsa was called alsasound or vice versa, so I always had
> to edit that script everytime there was an upgrade. But I don't remember where
> it was.
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 



^ permalink raw reply	[flat|nested] 23+ messages in thread

* cd burner
   alsa Tyler Spivey
                   ` (2 preceding siblings ...)
   ` alsa Cheryl Homiak
@  ` randy turner
     ` Igor Gueths
  3 siblings, 1 reply; 23+ messages in thread
From: randy turner @  UTC (permalink / raw)
  To: speakup


hi all,
i have made some progress with my iomega usb cd burner
i can mount a cd and read files from it,
i can play a cd with workbone,
how ever ripping is another story!
cdparanoia gives me an eror
something like usb bus can't reset
any help on this?
thanks in advance
randy




^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: cd burner
   ` cd burner randy turner
@    ` Igor Gueths
       ` randy turner
  0 siblings, 1 reply; 23+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: speakup

Hi Randy. To get the exact error, do cdparanoia -B > error.txt. This will output whatever error you received to error.txt. Then post it to the list and someone possibly I can have a look at it. You can however substitute the command line for cdparanoia with whatever you used, just remember to include the > filename.txt, ehre filename is something like error.txt. 
----- Original Message ----- 
From: randy turner <rturner2@texasisp.com>
To: <speakup@braille.uwo.ca>
Sent: Friday, May 10, 2002 8:12 PM
Subject: cd burner


> 
> 
> hi all,
> i have made some progress with my iomega usb cd burner
> i can mount a cd and read files from it,
> i can play a cd with workbone,
> how ever ripping is another story!
> cdparanoia gives me an eror
> something like usb bus can't reset
> any help on this?
> thanks in advance
> randy
> 
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: cd burner
     ` Igor Gueths
@      ` randy turner
         ` Igor Gueths
  0 siblings, 1 reply; 23+ messages in thread
From: randy turner @  UTC (permalink / raw)
  To: speakup


hi Igor,
well the error really is not in cdparanoia,
it is an error in the usb-storage module
i have decided to compile a later kernald
to see if that helps
i will get back with you.
thanks
randy



On Fri, 10 May 2002, Igor Gueths wrote:

> Hi Randy. To get the exact error, do cdparanoia -B > error.txt. This will output whatever error you received to error.txt. Then post it to the list and someone possibly I can have a look at it. You can however substitute the command line for cdparanoia with whatever you used, just remember to include the > filename.txt, ehre filename is something like error.txt.
> ----- Original Message -----
> From: randy turner <rturner2@texasisp.com>
> To: <speakup@braille.uwo.ca>
> Sent: Friday, May 10, 2002 8:12 PM
> Subject: cd burner
>
>
> >
> >
> > hi all,
> > i have made some progress with my iomega usb cd burner
> > i can mount a cd and read files from it,
> > i can play a cd with workbone,
> > how ever ripping is another story!
> > cdparanoia gives me an eror
> > something like usb bus can't reset
> > any help on this?
> > thanks in advance
> > randy
> >
> >
> >
> > _______________________________________________
> > 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] 23+ messages in thread

* Re: cd burner
       ` randy turner
@        ` Igor Gueths
           ` randy turner
  0 siblings, 1 reply; 23+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: speakup

Hi Randy. I would suggest a 2.4.18 or 2.4.19pre8 kernel. This probably
will work for you.

Gates go to hell, your OS is waiting for you there!

On Sat, 11 May 2002, randy turner wrote:

>
>
> hi Igor,
> well the error really is not in cdparanoia,
> it is an error in the usb-storage module
> i have decided to compile a later kernald
> to see if that helps
> i will get back with you.
> thanks
> randy
>
>
>
> On Fri, 10 May 2002, Igor Gueths wrote:
>
> > Hi Randy. To get the exact error, do cdparanoia -B > error.txt. This will output whatever error you received to error.txt. Then post it to the list and someone possibly I can have a look at it. You can however substitute the command line for cdparanoia with whatever you used, just remember to include the > filename.txt, ehre filename is something like error.txt.
> > ----- Original Message -----
> > From: randy turner <rturner2@texasisp.com>
> > To: <speakup@braille.uwo.ca>
> > Sent: Friday, May 10, 2002 8:12 PM
> > Subject: cd burner
> >
> >
> > >
> > >
> > > hi all,
> > > i have made some progress with my iomega usb cd burner
> > > i can mount a cd and read files from it,
> > > i can play a cd with workbone,
> > > how ever ripping is another story!
> > > cdparanoia gives me an eror
> > > something like usb bus can't reset
> > > any help on this?
> > > thanks in advance
> > > randy
> > >
> > >
> > >
> > > _______________________________________________
> > > 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] 23+ messages in thread

* Re: cd burner
         ` Igor Gueths
@          ` randy turner
             ` Igor Gueths
  0 siblings, 1 reply; 23+ messages in thread
From: randy turner @  UTC (permalink / raw)
  To: speakup

hi Igor,
i am now running a 2.4.18 kernel,
cdparanoia now works greate,
i have read all the docs on recording a cd but still don't understand
where i am going wrong.
can you give me an example of recording something to a cd?
thanks in advance
randy


On Sat, 11 May 2002, Igor Gueths wrote:

> Hi Randy. I would suggest a 2.4.18 or 2.4.19pre8 kernel. This probably
> will work for you.
>
> Gates go to hell, your OS is waiting for you there!
>
> On Sat, 11 May 2002, randy turner wrote:
>
> >
> >
> > hi Igor,
> > well the error really is not in cdparanoia,
> > it is an error in the usb-storage module
> > i have decided to compile a later kernald
> > to see if that helps
> > i will get back with you.
> > thanks
> > randy
> >
> >
> >
> > On Fri, 10 May 2002, Igor Gueths wrote:
> >
> > > Hi Randy. To get the exact error, do cdparanoia -B > error.txt. This will output whatever error you received to error.txt. Then post it to the list and someone possibly I can have a look at it. You can however substitute the command line for cdparanoia with whatever you used, just remember to include the > filename.txt, ehre filename is something like error.txt.
> > > ----- Original Message -----
> > > From: randy turner <rturner2@texasisp.com>
> > > To: <speakup@braille.uwo.ca>
> > > Sent: Friday, May 10, 2002 8:12 PM
> > > Subject: cd burner
> > >
> > >
> > > >
> > > >
> > > > hi all,
> > > > i have made some progress with my iomega usb cd burner
> > > > i can mount a cd and read files from it,
> > > > i can play a cd with workbone,
> > > > how ever ripping is another story!
> > > > cdparanoia gives me an eror
> > > > something like usb bus can't reset
> > > > any help on this?
> > > > thanks in advance
> > > > randy
> > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > 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] 23+ messages in thread

* Re: cd burner
           ` randy turner
@            ` Igor Gueths
               ` randy turner
  0 siblings, 1 reply; 23+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: speakup

Hi Randy. Have you read the Cd writing howto? Is your cd burner your only
Cd drive? Or do you have another cdrom drive that is ide/atapi or scsi?
Since my cd burner is ide/atapi with scsi emulation running, my syntax is
something like: cdrecord -v -eject -audio -dev=0,0,0 track1.wav track2.wav
etc. You might want to read the cdrecord manpage for more info on syntaxes
you can use. Hope this helps.

Gates go to hell, your OS is waiting for you there!

On Tue, 14 May 2002, randy turner wrote:

>
> hi Igor,
> i am now running a 2.4.18 kernel,
> cdparanoia now works greate,
> i have read all the docs on recording a cd but still don't understand
> where i am going wrong.
> can you give me an example of recording something to a cd?
> thanks in advance
> randy
>
>
> On Sat, 11 May 2002, Igor Gueths wrote:
>
> > Hi Randy. I would suggest a 2.4.18 or 2.4.19pre8 kernel. This probably
> > will work for you.
> >
> > Gates go to hell, your OS is waiting for you there!
> >
> > On Sat, 11 May 2002, randy turner wrote:
> >
> > >
> > >
> > > hi Igor,
> > > well the error really is not in cdparanoia,
> > > it is an error in the usb-storage module
> > > i have decided to compile a later kernald
> > > to see if that helps
> > > i will get back with you.
> > > thanks
> > > randy
> > >
> > >
> > >
> > > On Fri, 10 May 2002, Igor Gueths wrote:
> > >
> > > > Hi Randy. To get the exact error, do cdparanoia -B > error.txt. This will output whatever error you received to error.txt. Then post it to the list and someone possibly I can have a look at it. You can however substitute the command line for cdparanoia with whatever you used, just remember to include the > filename.txt, ehre filename is something like error.txt.
> > > > ----- Original Message -----
> > > > From: randy turner <rturner2@texasisp.com>
> > > > To: <speakup@braille.uwo.ca>
> > > > Sent: Friday, May 10, 2002 8:12 PM
> > > > Subject: cd burner
> > > >
> > > >
> > > > >
> > > > >
> > > > > hi all,
> > > > > i have made some progress with my iomega usb cd burner
> > > > > i can mount a cd and read files from it,
> > > > > i can play a cd with workbone,
> > > > > how ever ripping is another story!
> > > > > cdparanoia gives me an eror
> > > > > something like usb bus can't reset
> > > > > any help on this?
> > > > > thanks in advance
> > > > > randy
> > > > >
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > 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] 23+ messages in thread

* Re: cd burner
             ` Igor Gueths
@              ` randy turner
                 ` Igor Gueths
  0 siblings, 1 reply; 23+ messages in thread
From: randy turner @  UTC (permalink / raw)
  To: speakup


hi Igor,
i got it working!
usb is a lot slower so i had to rase the timeout value
and i also had to use the -force switch.
thanks a lot for all of the help.
randy

On Tue, 14 May 2002, Igor Gueths wrote:

> Hi Randy. Have you read the Cd writing howto? Is your cd burner your only
> Cd drive? Or do you have another cdrom drive that is ide/atapi or scsi?
> Since my cd burner is ide/atapi with scsi emulation running, my syntax is
> something like: cdrecord -v -eject -audio -dev=0,0,0 track1.wav track2.wav
> etc. You might want to read the cdrecord manpage for more info on syntaxes
> you can use. Hope this helps.
>
> Gates go to hell, your OS is waiting for you there!
>
> On Tue, 14 May 2002, randy turner wrote:
>
> >
> > hi Igor,
> > i am now running a 2.4.18 kernel,
> > cdparanoia now works greate,
> > i have read all the docs on recording a cd but still don't understand
> > where i am going wrong.
> > can you give me an example of recording something to a cd?
> > thanks in advance
> > randy
> >
> >
> > On Sat, 11 May 2002, Igor Gueths wrote:
> >
> > > Hi Randy. I would suggest a 2.4.18 or 2.4.19pre8 kernel. This probably
> > > will work for you.
> > >
> > > Gates go to hell, your OS is waiting for you there!
> > >
> > > On Sat, 11 May 2002, randy turner wrote:
> > >
> > > >
> > > >
> > > > hi Igor,
> > > > well the error really is not in cdparanoia,
> > > > it is an error in the usb-storage module
> > > > i have decided to compile a later kernald
> > > > to see if that helps
> > > > i will get back with you.
> > > > thanks
> > > > randy
> > > >
> > > >
> > > >
> > > > On Fri, 10 May 2002, Igor Gueths wrote:
> > > >
> > > > > Hi Randy. To get the exact error, do cdparanoia -B > error.txt. This will output whatever error you received to error.txt. Then post it to the list and someone possibly I can have a look at it. You can however substitute the command line for cdparanoia with whatever you used, just remember to include the > filename.txt, ehre filename is something like error.txt.
> > > > > ----- Original Message -----
> > > > > From: randy turner <rturner2@texasisp.com>
> > > > > To: <speakup@braille.uwo.ca>
> > > > > Sent: Friday, May 10, 2002 8:12 PM
> > > > > Subject: cd burner
> > > > >
> > > > >
> > > > > >
> > > > > >
> > > > > > hi all,
> > > > > > i have made some progress with my iomega usb cd burner
> > > > > > i can mount a cd and read files from it,
> > > > > > i can play a cd with workbone,
> > > > > > how ever ripping is another story!
> > > > > > cdparanoia gives me an eror
> > > > > > something like usb bus can't reset
> > > > > > any help on this?
> > > > > > thanks in advance
> > > > > > randy
> > > > > >
> > > > > >
> > > > > >
> > > > > > _______________________________________________
> > > > > > 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
> >
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: cd burner
               ` randy turner
@                ` Igor Gueths
  0 siblings, 0 replies; 23+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: speakup

Hi Randy. That's interesting that you got your Cd burner to work using
USB. Just watch out for the buffer underruns as Usb provides a much slower
data stream than ide/atapi or scsi. I also wouldn't start any cpu
intensive process during this time. Just a word of advice.

Gates go to hell, your OS is waiting for you there!

On Wed, 15 May 2002, randy turner wrote:

>
>
> hi Igor,
> i got it working!
> usb is a lot slower so i had to rase the timeout value
> and i also had to use the -force switch.
> thanks a lot for all of the help.
> randy
>
> On Tue, 14 May 2002, Igor Gueths wrote:
>
> > Hi Randy. Have you read the Cd writing howto? Is your cd burner your only
> > Cd drive? Or do you have another cdrom drive that is ide/atapi or scsi?
> > Since my cd burner is ide/atapi with scsi emulation running, my syntax is
> > something like: cdrecord -v -eject -audio -dev=0,0,0 track1.wav track2.wav
> > etc. You might want to read the cdrecord manpage for more info on syntaxes
> > you can use. Hope this helps.
> >
> > Gates go to hell, your OS is waiting for you there!
> >
> > On Tue, 14 May 2002, randy turner wrote:
> >
> > >
> > > hi Igor,
> > > i am now running a 2.4.18 kernel,
> > > cdparanoia now works greate,
> > > i have read all the docs on recording a cd but still don't understand
> > > where i am going wrong.
> > > can you give me an example of recording something to a cd?
> > > thanks in advance
> > > randy
> > >
> > >
> > > On Sat, 11 May 2002, Igor Gueths wrote:
> > >
> > > > Hi Randy. I would suggest a 2.4.18 or 2.4.19pre8 kernel. This probably
> > > > will work for you.
> > > >
> > > > Gates go to hell, your OS is waiting for you there!
> > > >
> > > > On Sat, 11 May 2002, randy turner wrote:
> > > >
> > > > >
> > > > >
> > > > > hi Igor,
> > > > > well the error really is not in cdparanoia,
> > > > > it is an error in the usb-storage module
> > > > > i have decided to compile a later kernald
> > > > > to see if that helps
> > > > > i will get back with you.
> > > > > thanks
> > > > > randy
> > > > >
> > > > >
> > > > >
> > > > > On Fri, 10 May 2002, Igor Gueths wrote:
> > > > >
> > > > > > Hi Randy. To get the exact error, do cdparanoia -B > error.txt. This will output whatever error you received to error.txt. Then post it to the list and someone possibly I can have a look at it. You can however substitute the command line for cdparanoia with whatever you used, just remember to include the > filename.txt, ehre filename is something like error.txt.
> > > > > > ----- Original Message -----
> > > > > > From: randy turner <rturner2@texasisp.com>
> > > > > > To: <speakup@braille.uwo.ca>
> > > > > > Sent: Friday, May 10, 2002 8:12 PM
> > > > > > Subject: cd burner
> > > > > >
> > > > > >
> > > > > > >
> > > > > > >
> > > > > > > hi all,
> > > > > > > i have made some progress with my iomega usb cd burner
> > > > > > > i can mount a cd and read files from it,
> > > > > > > i can play a cd with workbone,
> > > > > > > how ever ripping is another story!
> > > > > > > cdparanoia gives me an eror
> > > > > > > something like usb bus can't reset
> > > > > > > any help on this?
> > > > > > > thanks in advance
> > > > > > > randy
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > 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
> > >
> >
> >
> > _______________________________________________
> > 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] 23+ messages in thread

* Re: alsa
   alsa BlindTech
@  ` Sean McMahon
  0 siblings, 0 replies; 23+ messages in thread
From: Sean McMahon @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Do you get sound without doing the modprobe?  Read the documentation at
alsa-project.org to see what modules your card needs.  I don't know if discover
will help here as I haven't seen messages from it in the dmesg output when I
boot 2.6.  You can load some modules using /etc/modules but I'd read the debian
documentation to see what the prefered method is.
----- Original Message ----- 
From: "BlindTech" <epyd2@hotmail.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Tuesday, May 17, 2005 5:22 AM
Subject: alsa


> when i type alsaconf it searches for my card then says it found a sb16.
> thats good. but, what do i do to get it to load automatically at start up. i
> know you have to edit a startup file and load the neccisary modules but what
> file? and when the computer boots there is a line that says alsa started:not
> loaded. i'm asuming it is talking about my card? my system is a debian sarg
> box. thanks so much for any advise.
> Blind Tech
> website: http://www.users.qwest.net/~drjann/epyd/
> contact info can be found on website
> email list: EPYD Radio-subscribe@yahoogroups.com
> EPYD the only place to be!
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup



^ permalink raw reply	[flat|nested] 23+ messages in thread

* RE: alsa
@  Dawes, Stephen
  0 siblings, 0 replies; 23+ messages in thread
From: Dawes, Stephen @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

OOPS, I was thinking about 2 things at once, and gave you the wrong
answer. You want to put the alsaconf command in the inittab which is
located in /etc.

Sorry for the confussion.


Steve Dawes
Phone: (403) 268-5527
Email: SDawes@calgary.ca
 
 


NOTICE -
This communication is intended ONLY for the use of the person or entity named above and may contain information that is confidential or legally privileged. If you are not the intended recipient named above or a person responsible for delivering messages or communications to the intended recipient, YOU ARE HEREBY NOTIFIED that any use, distribution, or copying of this communication or any of the information contained in it is strictly prohibited. If you have received this communication in error, please notify us immediately by telephone and then destroy or delete this communication, or return it to us by mail if requested by us. The City of Calgary thanks you for your attention and cooperation.



^ permalink raw reply	[flat|nested] 23+ messages in thread

* RE: alsa
@  Dawes, Stephen
  0 siblings, 0 replies; 23+ messages in thread
From: Dawes, Stephen @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Well, you could put the alsaconf command in your localrc file found in
the /etc directory. This may not be the best way to do things, but it is
one place you can put things to start on boot.


Steve Dawes
Phone: (403) 268-5527
Email: SDawes@calgary.ca
 
 


NOTICE -
This communication is intended ONLY for the use of the person or entity named above and may contain information that is confidential or legally privileged. If you are not the intended recipient named above or a person responsible for delivering messages or communications to the intended recipient, YOU ARE HEREBY NOTIFIED that any use, distribution, or copying of this communication or any of the information contained in it is strictly prohibited. If you have received this communication in error, please notify us immediately by telephone and then destroy or delete this communication, or return it to us by mail if requested by us. The City of Calgary thanks you for your attention and cooperation.



^ permalink raw reply	[flat|nested] 23+ messages in thread

* alsa
@  BlindTech
   ` alsa Sean McMahon
  0 siblings, 1 reply; 23+ messages in thread
From: BlindTech @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

when i type alsaconf it searches for my card then says it found a sb16.
thats good. but, what do i do to get it to load automatically at start up. i
know you have to edit a startup file and load the neccisary modules but what
file? and when the computer boots there is a line that says alsa started:not
loaded. i'm asuming it is talking about my card? my system is a debian sarg
box. thanks so much for any advise.
Blind Tech
website: http://www.users.qwest.net/~drjann/epyd/
contact info can be found on website
email list: EPYD Radio-subscribe@yahoogroups.com
EPYD the only place to be!


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: alsa
   alsa Deedra Waters
   ` alsa Charles Hallenbeck
@  ` Shaun Oliver
  1 sibling, 0 replies; 23+ messages in thread
From: Shaun Oliver @  UTC (permalink / raw)
  To: speakup

any version of alsa will be gbetter than the kernel sound drivers
because as stated in an earlier post from frank I think it was,
the alsa drivers work independantly of the kernel so the timing issues
that you have with the kernel when you were using the kernel sound
drivers, shouldn't be a problem.
I'm using alsa-driver-0.9.0beta7 on a 2.4.4 kernel.
hth
On Tue, 6 Nov 2001,
Deedra Waters wrote:

> I guess my question is now, what's going to be the best version of alsa to
> get, that won't cause my mp3s to stutter with speakup
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 

-- 
Shaun Oliver.

"We realize we have a problem with communication. However, we're not going
to discuss it with our staff."
email: shauno@goanna.net.au
ICQ: 76958435



^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: alsa
   alsa Deedra Waters
@  ` Charles Hallenbeck
   ` alsa Shaun Oliver
  1 sibling, 0 replies; 23+ messages in thread
From: Charles Hallenbeck @  UTC (permalink / raw)
  To: speakup

Diedra -
I am using 0.9.0beta7 which I believe is the latest version, and have not
noticed the problem you described.
Chuck

On Tue, 6 Nov 2001, Deedra Waters wrote:

> I guess my question is now, what's going to be the best version of alsa to
> get, that won't cause my mp3s to stutter with speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>

Visit me at http://www.mhonline.net/~chuckh
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." -- Benjamin Franklin, 1759.



^ permalink raw reply	[flat|nested] 23+ messages in thread

* alsa
@  Deedra Waters
   ` alsa Charles Hallenbeck
   ` alsa Shaun Oliver
  0 siblings, 2 replies; 23+ messages in thread
From: Deedra Waters @  UTC (permalink / raw)
  To: speakup

I guess my question is now, what's going to be the best version of alsa to
get, that won't cause my mp3s to stutter with speakup



^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 alsa Tyler Spivey
 ` alsa Shaun Oliver
   ` alsa Cheryl Homiak
   ` alsa Cheryl Homiak
 ` alsa Igor Gueths
   ` alsa Cheryl Homiak
 ` alsa Cheryl Homiak
   ` alsa jwantz
 ` cd burner randy turner
   ` Igor Gueths
     ` randy turner
       ` Igor Gueths
         ` randy turner
           ` Igor Gueths
             ` randy turner
               ` Igor Gueths
  -- strict thread matches above, loose matches on Subject: below --
 alsa Dawes, Stephen
 alsa Dawes, Stephen
 alsa BlindTech
 ` alsa Sean McMahon
 alsa Deedra Waters
 ` alsa Charles Hallenbeck
 ` alsa Shaun Oliver

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).