Re: how to identify sound card

2011-07-08 Thread Howard
  Yes, alsamixer shows a lot.

I also found that I have lshal which shows everything identified:
lshal | less  # is nice to look through

They both show the NVIDA card.

So I guess in todays world an advanced graphics card would have advanced 
sound capabilities for better management of both sound and graphics...

Thank you both
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to identify sound card

2011-07-08 Thread g
On 07/08/2011 02:42 PM, Howard wrote:
 Yes, alsamixer shows a lot.
 
 I also found that I have lshal which shows everything identified:
 lshal | less  # is nice to look through

it is an extensive database. man hald

btw, after other post, out of curious, i tried locate bin/ls to find
that it works better, as in faster, than locate ls|grep bin/ls.

also, can anyone pass along locations of 'hald' and 'locate' databases?
i am now curious as to size and type.

 So I guess in todays world an advanced graphics card would have advanced
 sound capabilities for better management of both sound and graphics...

graphics chips and sound chips are dedicate types of a cpu's, and
considered as 'gpu' and 'spu'. so you can presume that as cpu's advance,
so will gpu's and spu's.

 Thank you both

welcome.

-- 

peace out.

tc.hago,

g
.


in a free world without fences, who needs gates.
**
help microsoft stamp out piracy - give linux to a friend today.
**
to mess up a linux box, you need to work at it.
to mess up an ms windows box, you just need to *look* at it.
**
The installation instructions stated to install Windows 2000 or better.
So I installed Linux.
**
learn linux:
'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html
'The Linux Documentation Project' http://www.tldp.org/
'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge' http://howtoforge.com/




signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to identify sound card

2011-07-08 Thread Javier Perez
What is at /var/log/dmesg?

Try grep 'sound' -f /var/log/dmesg


On Fri, Jul 8, 2011 at 10:29 AM, g gel...@bellsouth.net wrote:

 On 07/08/2011 02:42 PM, Howard wrote:
  Yes, alsamixer shows a lot.
 
  I also found that I have lshal which shows everything identified:
  lshal | less  # is nice to look through

 it is an extensive database. man hald

 btw, after other post, out of curious, i tried locate bin/ls to find
 that it works better, as in faster, than locate ls|grep bin/ls.

 also, can anyone pass along locations of 'hald' and 'locate' databases?
 i am now curious as to size and type.

  So I guess in todays world an advanced graphics card would have advanced
  sound capabilities for better management of both sound and graphics...

 graphics chips and sound chips are dedicate types of a cpu's, and
 considered as 'gpu' and 'spu'. so you can presume that as cpu's advance,
 so will gpu's and spu's.

  Thank you both

 welcome.

 --

 peace out.

 tc.hago,

 g
 .

 
 in a free world without fences, who needs gates.
 **
 help microsoft stamp out piracy - give linux to a friend today.
 **
 to mess up a linux box, you need to work at it.
 to mess up an ms windows box, you just need to *look* at it.
 **
 The installation instructions stated to install Windows 2000 or better.
 So I installed Linux.
 **
 learn linux:
 'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html
 'The Linux Documentation Project' http://www.tldp.org/
 'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
 'HowtoForge' http://howtoforge.com/
 


 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines




-- 
--
 /\_/\
 |O O|  pepeb...@gmail.com
  Javier Perez
   While the night runs
   toward the day...
  m m   Pepebuho watches
from his high perch.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to identify sound card

2011-07-07 Thread g
On 07/07/2011 12:33 PM, Howard wrote:
   Hi, I am running Fedora 13.
 I was given a computer and do not know what sound card is installed.
 What is the best way to go about finding out what it is?

to see what your hardware is, from a terminal cli, issue commands;

   man lsusb

   man lspci

   lsusb -v

   lspci -v


to see rest of list commands, from a terminal cli, issue command;

   locate ls|grep bin/ls


for more info on your NVIDIA GeForce 6150 SE chip, see;

   http://www.nvidia.com/page/nb_6100_tech_specs.html

if you want further info, enter 6150se in 'search bar.


hth.
-- 

peace out.

tc.hago,

g
.


in a free world without fences, who needs gates.
**
help microsoft stamp out piracy - give linux to a friend today.
**
to mess up a linux box, you need to work at it.
to mess up an ms windows box, you just need to *look* at it.
**
The installation instructions stated to install Windows 2000 or better.
So I installed Linux.
**
learn linux:
'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html
'The Linux Documentation Project' http://www.tldp.org/
'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge' http://howtoforge.com/




signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: how to identify sound card

2011-07-07 Thread agraham

It should be detected automatically, if enabled in the BIOS,

Try:

# alsamixer

if not installed, do

yum -y install alsa-utils

Albert.


On 07/07/2011 01:33 PM, Howard wrote:
Hi, I am running Fedora 13.
 I was given a computer and do not know what sound card is installed.
 What is the best way to go about finding out what it is?


 /etc/udev/rules.d/90-alsa-tools-firmware.rules  shows these 3 entries:

 # TASCAM US-428 usb sound card.
 # TASCAM US-224 usb sound card.
 # TASCAM US-122 usb sound card.


 This show something different:

 cat /proc/asound/cards
0 [NVidia ]: HDA-Intel - HDA NVidia
 HDA NVidia at 0xfe024000 irq 22

 There is a sticker on the side of the box advertising NVIDIA GeForce
 6150 SE graphics card but will it do sound too? This has no mention of
 sound capabilities:

 http://en.wikipedia.org/wiki/GeForce_6_Series#GeForce_6150SE

 So are either of these methods of identification reliable?

 Thanks


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines