public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* help with no sound?
@  Tyler Littlefield
   ` Gregory Nowak
  0 siblings, 1 reply; 18+ messages in thread
From: Tyler Littlefield @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hay,
I just tried alsa, and got no sound.
Any idea why?
How do I get sound?
also, how would I mount my secondary hd?
I do
mount /media/hd1 /dev/hd1
and it tells me I need to specify what filesystem... can't I just format or something? I would like to keep my files, but if not, I will be happy with a format as well.
thx,

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

* Re: help with no sound?
   help with no sound? Tyler Littlefield
@  ` Gregory Nowak
     ` Tyler Littlefield
  0 siblings, 1 reply; 18+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You most likely need to unmute, and raise the volume of your sound
outputs with a program like alsamixer.

As for mounting your hd,

mount /media/hd1

should be what you want, assuming that /media/hd1 is defined as a
mount point for a valid partition designation in /etc/fstab. Hth.

Greg


On Sat, Feb 18, 2006 at 08:40:52PM -0700, Tyler Littlefield wrote:
> Hay,
> I just tried alsa, and got no sound.
> Any idea why?
> How do I get sound?
> also, how would I mount my secondary hd?
> I do
> mount /media/hd1 /dev/hd1
> and it tells me I need to specify what filesystem... can't I just format or something? I would like to keep my files, but if not, I will be happy with a format as well.
> thx,
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

- -- 
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)

- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD9/j67s9z/XlyUyARAmLWAJ0YrQQ9u6JqG1LGcRunoLk0cN682wCgvUnw
fEjOIRZbmsyqLGY2tA32Lho=
=2ISC
-----END PGP SIGNATURE-----


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

* Re: help with no sound?
   ` Gregory Nowak
@    ` Tyler Littlefield
       ` Gregory Nowak
  0 siblings, 1 reply; 18+ messages in thread
From: Tyler Littlefield @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

I get an error when I try to use alsa, and when I try to mount to 
/media/hd1, it tells me I need to specify a filesystem, I am not sure if I 
understand what you mean.

----- Original Message ----- 
From: "Gregory Nowak" <greg@romuald.net.eu.org>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Saturday, February 18, 2006 9:50 PM
Subject: Re: help with no sound?


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> You most likely need to unmute, and raise the volume of your sound
> outputs with a program like alsamixer.
>
> As for mounting your hd,
>
> mount /media/hd1
>
> should be what you want, assuming that /media/hd1 is defined as a
> mount point for a valid partition designation in /etc/fstab. Hth.
>
> Greg
>
>
> On Sat, Feb 18, 2006 at 08:40:52PM -0700, Tyler Littlefield wrote:
>> Hay,
>> I just tried alsa, and got no sound.
>> Any idea why?
>> How do I get sound?
>> also, how would I mount my secondary hd?
>> I do
>> mount /media/hd1 /dev/hd1
>> and it tells me I need to specify what filesystem... can't I just format 
>> or something? I would like to keep my files, but if not, I will be happy 
>> with a format as well.
>> thx,
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> - -- 
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
>
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (GNU/Linux)
>
> iD8DBQFD9/j67s9z/XlyUyARAmLWAJ0YrQQ9u6JqG1LGcRunoLk0cN682wCgvUnw
> fEjOIRZbmsyqLGY2tA32Lho=
> =2ISC
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> 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: help with no sound?
     ` Tyler Littlefield
@      ` Gregory Nowak
         ` Tyler Littlefield
  0 siblings, 1 reply; 18+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sat, Feb 18, 2006 at 10:01:29PM -0700, Tyler Littlefield wrote:
> I get an error when I try to use alsa, 

Then most likely, the alsa modules you need aren't loaded, or if they
are, then alsa didn't detect your sound card for some reason. If you
know for a fact that your sound card was detected by alsa, then post
what you are doing, and what errors you're getting.

> and when I try to mount to 
> /media/hd1, it tells me I need to specify a filesystem, 

Still assuming that /media/hd1 is defined as a valid mount point in
/etc/fstab for a partition, maybe you do need to load a module. If the
partition you're trying to mount is fat32, then do:

modprobe vfat

to load the vfatfs module. If the partition you're trying to mount is
ntfs, then do:

modprobe ntfs

to load the ntfs module. If the system tells you the module you're
trying to load isn't found, then you'll need to recompile the kernel,
and include support for the modules you need.

If it still tells you to specify the file system once you've
successfully load the module you need, then the entry in /etc/fstab for
/media/hd1 is probably incorrect, and you'll need to specify the drive
you want to mount to the mount command. For example, if you're trying
to mount the first partition of your second drive on /media/hd1, the
command you'd use is:

mount /dev/hdb1 /media/hd1

If you want to mount the first partition of your second drive on
/media/hd1, and explicitly tell the system that this is an ntfs
partition, the command you'd use would be something like:

mount /dev/hdb1 -t ntfs /media/hd1

If one of these mount commands works for you, then you'll need to
modify /etc/fstab to point /dev/hdb1 to the /media/hd1 mount
point. What the /etc/fstab line to do that would look like depends on
the file system a partition uses. To read about how to use mount, and
umount, read the mount((8), and the umount(8) manual pages. To read
the man page for mount, you'd type:

man mount

Note also that the modprobe commands I've mentioned above need to be
executed as root, and so does the mount command, if you need to
specify the drive and partition to mount.



> I am not sure if I 
> understand what you mean.
> 

Then go read the fstab(5) man page.

Greg



- -- 
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)

- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD+BC07s9z/XlyUyARAkvUAJ476UbnkpMn6f0pseEVyypyErEsOwCdFWrx
lVHr3sBAZ1Bbx5foskauH94=
=mr6V
-----END PGP SIGNATURE-----


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

* Re: help with no sound?
       ` Gregory Nowak
@        ` Tyler Littlefield
           ` Gregory Nowak
  0 siblings, 1 reply; 18+ messages in thread
From: Tyler Littlefield @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

ok, I will work with mount, and alsa works, it just doesn't detect the 
sound, where from here?
----- Original Message ----- 
From: "Gregory Nowak" <greg@romuald.net.eu.org>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Saturday, February 18, 2006 11:31 PM
Subject: Re: help with no sound?


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Sat, Feb 18, 2006 at 10:01:29PM -0700, Tyler Littlefield wrote:
>> I get an error when I try to use alsa,
>
> Then most likely, the alsa modules you need aren't loaded, or if they
> are, then alsa didn't detect your sound card for some reason. If you
> know for a fact that your sound card was detected by alsa, then post
> what you are doing, and what errors you're getting.
>
>> and when I try to mount to
>> /media/hd1, it tells me I need to specify a filesystem,
>
> Still assuming that /media/hd1 is defined as a valid mount point in
> /etc/fstab for a partition, maybe you do need to load a module. If the
> partition you're trying to mount is fat32, then do:
>
> modprobe vfat
>
> to load the vfatfs module. If the partition you're trying to mount is
> ntfs, then do:
>
> modprobe ntfs
>
> to load the ntfs module. If the system tells you the module you're
> trying to load isn't found, then you'll need to recompile the kernel,
> and include support for the modules you need.
>
> If it still tells you to specify the file system once you've
> successfully load the module you need, then the entry in /etc/fstab for
> /media/hd1 is probably incorrect, and you'll need to specify the drive
> you want to mount to the mount command. For example, if you're trying
> to mount the first partition of your second drive on /media/hd1, the
> command you'd use is:
>
> mount /dev/hdb1 /media/hd1
>
> If you want to mount the first partition of your second drive on
> /media/hd1, and explicitly tell the system that this is an ntfs
> partition, the command you'd use would be something like:
>
> mount /dev/hdb1 -t ntfs /media/hd1
>
> If one of these mount commands works for you, then you'll need to
> modify /etc/fstab to point /dev/hdb1 to the /media/hd1 mount
> point. What the /etc/fstab line to do that would look like depends on
> the file system a partition uses. To read about how to use mount, and
> umount, read the mount((8), and the umount(8) manual pages. To read
> the man page for mount, you'd type:
>
> man mount
>
> Note also that the modprobe commands I've mentioned above need to be
> executed as root, and so does the mount command, if you need to
> specify the drive and partition to mount.
>
>
>
>> I am not sure if I
>> understand what you mean.
>>
>
> Then go read the fstab(5) man page.
>
> Greg
>
>
>
> - -- 
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
>
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (GNU/Linux)
>
> iD8DBQFD+BC07s9z/XlyUyARAkvUAJ476UbnkpMn6f0pseEVyypyErEsOwCdFWrx
> lVHr3sBAZ1Bbx5foskauH94=
> =mr6V
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> 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: help with no sound?
         ` Tyler Littlefield
@          ` Gregory Nowak
             ` Tyler Littlefield
  0 siblings, 1 reply; 18+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sun, Feb 19, 2006 at 08:56:53AM -0700, Tyler Littlefield wrote:
> and alsa works, it just doesn't detect the 
> sound, where from here?

That's one heck of a contradiction, since if alsa doesn't detect the
soundcard, it doesn't work.

You didn't post what errors you got when trying to set the sound
controls, so I will assume that you know for sure that alsa doesn't
detect the soundcard. For starters, what soundcard do you have, and
did you check on alsa-project.org to see if it's supported? I know
there's an alsa howto, and I believe it's on tldp.org. Did you look
for it and read it? I am assuming also that your card is connected to
the isa or usb bus, since if it's pci, it would be detected, unless
alsa doesn't support your card, or unless you don't have the modules
you need loaded.

Greg




- -- 
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)

- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD+Qps7s9z/XlyUyARApBSAJ0TPeVtERJko5JIuScFlFiexIiTogCghr4N
y/Gq/4xws3dNXNxpIxR6IWo=
=vvNK
-----END PGP SIGNATURE-----


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

* Re: help with no sound?
           ` Gregory Nowak
@            ` Tyler Littlefield
               ` Gregory Nowak
  0 siblings, 1 reply; 18+ messages in thread
From: Tyler Littlefield @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

its pci... and I am not sure. it came with the comp.
----- Original Message ----- 
From: "Gregory Nowak" <greg@romuald.net.eu.org>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Sunday, February 19, 2006 5:16 PM
Subject: Re: help with no sound?


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Sun, Feb 19, 2006 at 08:56:53AM -0700, Tyler Littlefield wrote:
>> and alsa works, it just doesn't detect the 
>> sound, where from here?
> 
> That's one heck of a contradiction, since if alsa doesn't detect the
> soundcard, it doesn't work.
> 
> You didn't post what errors you got when trying to set the sound
> controls, so I will assume that you know for sure that alsa doesn't
> detect the soundcard. For starters, what soundcard do you have, and
> did you check on alsa-project.org to see if it's supported? I know
> there's an alsa howto, and I believe it's on tldp.org. Did you look
> for it and read it? I am assuming also that your card is connected to
> the isa or usb bus, since if it's pci, it would be detected, unless
> alsa doesn't support your card, or unless you don't have the modules
> you need loaded.
> 
> Greg
> 
> 
> 
> 
> - -- 
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
> 
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (GNU/Linux)
> 
> iD8DBQFD+Qps7s9z/XlyUyARApBSAJ0TPeVtERJko5JIuScFlFiexIiTogCghr4N
> y/Gq/4xws3dNXNxpIxR6IWo=
> =vvNK
> -----END PGP SIGNATURE-----
> 
> _______________________________________________
> 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: help with no sound?
             ` Tyler Littlefield
@              ` Gregory Nowak
                 ` Tyler Littlefield
  0 siblings, 1 reply; 18+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Then you can find out by typing:

lspci |more
Greg



On Sun, Feb 19, 2006 at 05:40:15PM -0700, Tyler Littlefield wrote:
> its pci... and I am not sure. it came with the comp.

- -- 
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)

- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD+Rm17s9z/XlyUyARAjVBAKCGoXJP9cb26tbRD7aUORYfopJFZgCeOviZ
xSmdOfzguQHPp/2m644r/wU=
=UbDG
-----END PGP SIGNATURE-----


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

* Re: help with no sound?
               ` Gregory Nowak
@                ` Tyler Littlefield
                   ` Gregory Nowak
  0 siblings, 1 reply; 18+ messages in thread
From: Tyler Littlefield @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

returned
0000:00:0d.0 Multimedia audio controller: Creative Labs SB Audigy LS
for the sound.
----- Original Message ----- 
From: "Gregory Nowak" <greg@romuald.net.eu.org>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Sunday, February 19, 2006 6:21 PM
Subject: Re: help with no sound?


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Then you can find out by typing:
>
> lspci |more
> Greg
>
>
>
> On Sun, Feb 19, 2006 at 05:40:15PM -0700, Tyler Littlefield wrote:
>> its pci... and I am not sure. it came with the comp.
>
> - -- 
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
>
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (GNU/Linux)
>
> iD8DBQFD+Rm17s9z/XlyUyARAjVBAKCGoXJP9cb26tbRD7aUORYfopJFZgCeOviZ
> xSmdOfzguQHPp/2m644r/wU=
> =UbDG
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> 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: help with no sound?
                 ` Tyler Littlefield
@                  ` Gregory Nowak
                     ` Tyler Littlefield
  0 siblings, 1 reply; 18+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

That's supported, and I believe it uses the sblive module. If that's
true, and I'm not positive that it is, then you need to load the
snd-emu10k1 module. If you want to be absolutely sure which module
works with your card, have a look at the list of supported cards,
which you should be able to find on alsa-project.org.

Greg


On Sun, Feb 19, 2006 at 07:37:53PM -0700, Tyler Littlefield wrote:
> returned
> 0000:00:0d.0 Multimedia audio controller: Creative Labs SB Audigy LS
> for the sound.

- -- 
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)

- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD+S9a7s9z/XlyUyARAg4oAKC8UxTyVb5V7Ko4Cj3EScBkCpEqQACfZMG9
Pf7hIbzhGDiM95V48oW/AfI=
=cpOF
-----END PGP SIGNATURE-----


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

* Re: help with no sound?
                   ` Gregory Nowak
@                    ` Tyler Littlefield
                       ` Gregory Nowak
                       ` Willem van der Walt
  0 siblings, 2 replies; 18+ messages in thread
From: Tyler Littlefield @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

ok, I am totally new to this, how do you load a module.
----- Original Message ----- 
From: "Gregory Nowak" <greg@romuald.net.eu.org>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Sunday, February 19, 2006 7:54 PM
Subject: Re: help with no sound?


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> That's supported, and I believe it uses the sblive module. If that's
> true, and I'm not positive that it is, then you need to load the
> snd-emu10k1 module. If you want to be absolutely sure which module
> works with your card, have a look at the list of supported cards,
> which you should be able to find on alsa-project.org.
> 
> Greg
> 
> 
> On Sun, Feb 19, 2006 at 07:37:53PM -0700, Tyler Littlefield wrote:
>> returned
>> 0000:00:0d.0 Multimedia audio controller: Creative Labs SB Audigy LS
>> for the sound.
> 
> - -- 
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
> 
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (GNU/Linux)
> 
> iD8DBQFD+S9a7s9z/XlyUyARAg4oAKC8UxTyVb5V7Ko4Cj3EScBkCpEqQACfZMG9
> Pf7hIbzhGDiM95V48oW/AfI=
> =cpOF
> -----END PGP SIGNATURE-----
> 
> _______________________________________________
> 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: help with no sound?
                     ` Tyler Littlefield
@                      ` Gregory Nowak
                         ` Tyler Littlefield
                       ` Willem van der Walt
  1 sibling, 1 reply; 18+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I explained this in one of my answers to you yesterday. You use the
modprobe command, as in:

modprobe snd-emu10k1

. Read the modprobe(8) man page to learn more. I explained yesterday how to do that
too.

Greg



On Sun, Feb 19, 2006 at 07:58:04PM -0700, Tyler Littlefield wrote:
> ok, I am totally new to this, how do you load a module.

- -- 
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)

- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD+UM27s9z/XlyUyARAs4bAJ9G0OpzRiLf88d/8DlRBJJFhjJWOwCdEilZ
a1btVUM2IOW0uhqcbgeauz8=
=OTNV
-----END PGP SIGNATURE-----


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

* Re: help with no sound?
                     ` Tyler Littlefield
                       ` Gregory Nowak
@                      ` Willem van der Walt
                         ` Tyler Littlefield
                         ` Gregory Nowak
  1 sibling, 2 replies; 18+ messages in thread
From: Willem van der Walt @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hello,
I made the same mistake, thinking the audigy cards will work.
It was sold to us as a sound blaster live.  To get it to work you need to 
install kernel-2.6.11-1.14_FC3spk.
Kudzu will then pick up the card.  on the old machine I had it in, the 
sound was too fast and crackled.
Another problem is that it also did not seem to support receiving multiple 
audio streams at once like the original sb live does.
By the way it uses the snd-ca0106 module as it does not use the emu10k1 
chip.
I think it is a good card, but the software is not there yet.
I have put a older sb-live card in the machine to solve my problem in the 
mean while.
I have also at some stage installed the fc4 speakup-modified kernel trying 
to get a later version of the driver, but that had a lot of other 
side-effects involving udev.
It also did not solve the problem.
If any one had better results, please let me
know?
Regards, Willem

On Sun, 19 Feb 2006, Tyler Littlefield wrote:

> ok, I am totally new to this, how do you load a module.
> ----- Original Message -----
> From: "Gregory Nowak" <greg@romuald.net.eu.org>
> To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
> Sent: Sunday, February 19, 2006 7:54 PM
> Subject: Re: help with no sound?
>
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> That's supported, and I believe it uses the sblive module. If that's
>> true, and I'm not positive that it is, then you need to load the
>> snd-emu10k1 module. If you want to be absolutely sure which module
>> works with your card, have a look at the list of supported cards,
>> which you should be able to find on alsa-project.org.
>>
>> Greg
>>
>>
>> On Sun, Feb 19, 2006 at 07:37:53PM -0700, Tyler Littlefield wrote:
>>> returned
>>> 0000:00:0d.0 Multimedia audio controller: Creative Labs SB Audigy LS
>>> for the sound.
>>
>> - --
>> web site: http://www.romuald.net.eu.org
>> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
>> skype: gregn1
>> (authorization required, add me to your contacts list first)
>>
>> - --
>> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.2 (GNU/Linux)
>>
>> iD8DBQFD+S9a7s9z/XlyUyARAg4oAKC8UxTyVb5V7Ko4Cj3EScBkCpEqQACfZMG9
>> Pf7hIbzhGDiM95V48oW/AfI=
>> =cpOF
>> -----END PGP SIGNATURE-----
>>
>> _______________________________________________
>> 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
>

-- 
This message is subject to the CSIR's copyright, terms and conditions and
e-mail legal notice. Views expressed herein do not necessarily represent the
views of the CSIR.
 
CSIR E-mail Legal Notice
http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html 
 
CSIR Copyright, Terms and Conditions
http://mail.csir.co.za/CSIR_Copyright.html 
 
For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR
Legal Notice send a blank message with REQUEST LEGAL in the subject line to
HelpDesk@csir.co.za.


This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.  MailScanner thanks Transtec Computers for their support.



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

* Re: help with no sound?
                       ` Willem van der Walt
@                        ` Tyler Littlefield
                           ` Gregory Nowak
                         ` Gregory Nowak
  1 sibling, 1 reply; 18+ messages in thread
From: Tyler Littlefield @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

where would I get the kernel-2.6.11-1.14_FC3spk.?
thx,
----- Original Message ----- 
From: "Willem van der Walt" <wvdwalt@csir.co.za>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Monday, February 20, 2006 12:06 AM
Subject: Re: help with no sound?


> Hello,
> I made the same mistake, thinking the audigy cards will work.
> It was sold to us as a sound blaster live.  To get it to work you need to
> install kernel-2.6.11-1.14_FC3spk.
> Kudzu will then pick up the card.  on the old machine I had it in, the
> sound was too fast and crackled.
> Another problem is that it also did not seem to support receiving multiple
> audio streams at once like the original sb live does.
> By the way it uses the snd-ca0106 module as it does not use the emu10k1
> chip.
> I think it is a good card, but the software is not there yet.
> I have put a older sb-live card in the machine to solve my problem in the
> mean while.
> I have also at some stage installed the fc4 speakup-modified kernel trying
> to get a later version of the driver, but that had a lot of other
> side-effects involving udev.
> It also did not solve the problem.
> If any one had better results, please let me
> know?
> Regards, Willem
>
> On Sun, 19 Feb 2006, Tyler Littlefield wrote:
>
>> ok, I am totally new to this, how do you load a module.
>> ----- Original Message -----
>> From: "Gregory Nowak" <greg@romuald.net.eu.org>
>> To: "Speakup is a screen review system for Linux." 
>> <speakup@braille.uwo.ca>
>> Sent: Sunday, February 19, 2006 7:54 PM
>> Subject: Re: help with no sound?
>>
>>
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>>
>>> That's supported, and I believe it uses the sblive module. If that's
>>> true, and I'm not positive that it is, then you need to load the
>>> snd-emu10k1 module. If you want to be absolutely sure which module
>>> works with your card, have a look at the list of supported cards,
>>> which you should be able to find on alsa-project.org.
>>>
>>> Greg
>>>
>>>
>>> On Sun, Feb 19, 2006 at 07:37:53PM -0700, Tyler Littlefield wrote:
>>>> returned
>>>> 0000:00:0d.0 Multimedia audio controller: Creative Labs SB Audigy LS
>>>> for the sound.
>>>
>>> - --
>>> web site: http://www.romuald.net.eu.org
>>> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
>>> skype: gregn1
>>> (authorization required, add me to your contacts list first)
>>>
>>> - --
>>> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
>>> -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG v1.4.2 (GNU/Linux)
>>>
>>> iD8DBQFD+S9a7s9z/XlyUyARAg4oAKC8UxTyVb5V7Ko4Cj3EScBkCpEqQACfZMG9
>>> Pf7hIbzhGDiM95V48oW/AfI=
>>> =cpOF
>>> -----END PGP SIGNATURE-----
>>>
>>> _______________________________________________
>>> 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
>>
>
> -- 
> This message is subject to the CSIR's copyright, terms and conditions and
> e-mail legal notice. Views expressed herein do not necessarily represent 
> the
> views of the CSIR.
>
> CSIR E-mail Legal Notice
> http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html
>
> CSIR Copyright, Terms and Conditions
> http://mail.csir.co.za/CSIR_Copyright.html
>
> For electronic copies of the CSIR Copyright, Terms and Conditions and the 
> CSIR
> Legal Notice send a blank message with REQUEST LEGAL in the subject line 
> to
> HelpDesk@csir.co.za.
>
>
> This message has been scanned for viruses and dangerous content by 
> MailScanner,
> and is believed to be clean.  MailScanner thanks Transtec Computers for 
> their support.
>
>
> _______________________________________________
> 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: help with no sound?
                       ` Gregory Nowak
@                        ` Tyler Littlefield
                           ` Gregory Nowak
  0 siblings, 1 reply; 18+ messages in thread
From: Tyler Littlefield @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

did it, and I got this error now.
sox: Can't open output file '/dev/dsp': No such device
----- Original Message ----- 
From: "Gregory Nowak" <greg@romuald.net.eu.org>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Sunday, February 19, 2006 9:19 PM
Subject: Re: help with no sound?


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I explained this in one of my answers to you yesterday. You use the
> modprobe command, as in:
>
> modprobe snd-emu10k1
>
> . Read the modprobe(8) man page to learn more. I explained yesterday how 
> to do that
> too.
>
> Greg
>
>
>
> On Sun, Feb 19, 2006 at 07:58:04PM -0700, Tyler Littlefield wrote:
>> ok, I am totally new to this, how do you load a module.
>
> - -- 
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
>
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2 (GNU/Linux)
>
> iD8DBQFD+UM27s9z/XlyUyARAs4bAJ9G0OpzRiLf88d/8DlRBJJFhjJWOwCdEilZ
> a1btVUM2IOW0uhqcbgeauz8=
> =OTNV
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> 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: help with no sound?
                       ` Willem van der Walt
                         ` Tyler Littlefield
@                        ` Gregory Nowak
  1 sibling, 0 replies; 18+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

He's running Debian though, and not fedora.

Greg


On Mon, Feb 20, 2006 at 09:06:54AM +0200, Willem van der Walt wrote:
> Hello,
> I made the same mistake, thinking the audigy cards will work.
> It was sold to us as a sound blaster live.  To get it to work you need to 
> install kernel-2.6.11-1.14_FC3spk.
> Kudzu will then pick up the card.  on the old machine I had it in, the 
> sound was too fast and crackled.
> Another problem is that it also did not seem to support receiving multiple 
> audio streams at once like the original sb live does.
> By the way it uses the snd-ca0106 module as it does not use the emu10k1 
> chip.
> I think it is a good card, but the software is not there yet.
> I have put a older sb-live card in the machine to solve my problem in the 
> mean while.
> I have also at some stage installed the fc4 speakup-modified kernel trying 
> to get a later version of the driver, but that had a lot of other 
> side-effects involving udev.
> It also did not solve the problem.
> If any one had better results, please let me
> know?
> Regards, Willem
> 

- -- 
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)

- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD+kTW7s9z/XlyUyARAgh5AJ9oEEoD7vdAf3q6vN2LWU5m9tKYrACfe+Md
4TIYN5x05dciVNhAGXwx8hY=
=RN7j
-----END PGP SIGNATURE-----


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

* Re: help with no sound?
                         ` Tyler Littlefield
@                          ` Gregory Nowak
  0 siblings, 0 replies; 18+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You wouldn't, since Willem seems to have made the assumption that
you're running fedora. Use the kernel you are running now as you have
been, or build yourself a custom one.

Greg


On Mon, Feb 20, 2006 at 09:00:03AM -0700, Tyler Littlefield wrote:
> where would I get the kernel-2.6.11-1.14_FC3spk.?
> thx,

- -- 
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)

- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD+kgd7s9z/XlyUyARAgXbAJ9u0SPY3sVg9EW5OFlA9h+heQGItwCcDIuL
7bc4YlLCicyARELk8hD5Gg8=
=47dO
-----END PGP SIGNATURE-----


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

* Re: help with no sound?
                         ` Tyler Littlefield
@                          ` Gregory Nowak
  0 siblings, 0 replies; 18+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

That's because I unknowingly gave you incorrect information. According
to Willem, you need to use the snd-ca0106 module instead. So, you want
to do:

modprobe snd-ca0106

, and see what happens.

Greg


On Mon, Feb 20, 2006 at 09:48:08AM -0700, Tyler Littlefield wrote:
> did it, and I got this error now.
> sox: Can't open output file '/dev/dsp': No such device

- -- 
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)

- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD+kih7s9z/XlyUyARAu42AJ9qb2wNS8REYJGXxPx+9iSyu1h5dQCZAWPg
5yWN0bemF2KvTaKegXhDzoo=
=mWle
-----END PGP SIGNATURE-----


^ 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 --
 help with no sound? Tyler Littlefield
 ` Gregory Nowak
   ` Tyler Littlefield
     ` Gregory Nowak
       ` Tyler Littlefield
         ` Gregory Nowak
           ` Tyler Littlefield
             ` Gregory Nowak
               ` Tyler Littlefield
                 ` Gregory Nowak
                   ` Tyler Littlefield
                     ` Gregory Nowak
                       ` Tyler Littlefield
                         ` Gregory Nowak
                     ` Willem van der Walt
                       ` Tyler Littlefield
                         ` Gregory Nowak
                       ` 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).