FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor


 
 
LinkBack Thread Tools
 
Old 01-15-2012, 11:21 PM
Edward Martinez
 
Default Sound

On 01/15/12 15:42, Edward Martinez wrote:

On 01/15/12 03:17, Patrick Dupre wrote:

The recommendations are to create a file

/etc/modprobe.d/sound.conf

But I do not know which model I should give:

options snd_hda_intel model=(recommended parameter)



options snd_hda_intel model=auto


also add your username to group audio in /etc/group, it worked
for me when i moved fedora 16 to another system.

--
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
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 02-12-2012, 03:44 PM
Patrick Dupre
 
Default sound

Hello,

I am a mother board: ASRock M3AUCC
lspci shows:
01:00.1 Audio device: nVidia Corporation High Definition Audio Controller
(rev a1)


However, sound (system seting) shows only a dummy output for the
output.
No hardware!!
How can I see the real "card"?

Thank.

--
---
================================================== ========================
Patrick DUPRÉ | |
Department of Chemistry | | Phone: (44)-(0)-1904-434384
The University of York | | Fax: (44)-(0)-1904-432516
Heslington | |
York YO10 5DD United Kingdom | | email: patrick.dupre@york.ac.uk
================================================== ========================--
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
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 02-13-2012, 12:13 PM
Rares Aioanei
 
Default sound

On 02/12/2012 06:44 PM, Patrick Dupre wrote:

Hello,

I am a mother board: ASRock M3AUCC
lspci shows:
01:00.1 Audio device: nVidia Corporation High Definition Audio
Controller (rev a1)



Are you really a motherboard? o-O

However, sound (system seting) shows only a dummy output for the
output.
No hardware!!
How can I see the real "card"?


What is the program that shows you this?

Thank.




--
Rares Aioanei

--
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
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 02-13-2012, 02:15 PM
Patrick Dupre
 
Default sound

On Mon, 13 Feb 2012, Rares Aioanei wrote:


On 02/12/2012 06:44 PM, Patrick Dupre wrote:

Hello,

I am a mother board: ASRock M3AUCC
Sorry, I have a

lspci shows:
01:00.1 Audio device: nVidia Corporation High Definition Audio
Controller (rev a1)



Are you really a motherboard? o-O

However, sound (system seting) shows only a dummy output for the
output.
No hardware!!
How can I see the real "card"?


What is the program that shows you this?


Show what?
The system settings>sound
does not show any sound card (except the dummy one)!









--
---
================================================== ========================
Patrick DUPRÉ | |
Department of Chemistry | | Phone: (44)-(0)-1904-434384
The University of York | | Fax: (44)-(0)-1904-432516
Heslington | |
York YO10 5DD United Kingdom | | email: patrick.dupre@york.ac.uk
================================================== ========================--
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
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 02-13-2012, 05:24 PM
stan
 
Default sound

On Mon, 13 Feb 2012 15:15:43 +0000 (GMT)
Patrick Dupre <patrick.dupre@york.ac.uk> wrote:
...
> Show what?
> The system settings>sound
> does not show any sound card (except the dummy one)!

Try
aplay -lv
If that comes up blank, it means that alsa doesn't recognize any cards
on your system. It is pretty good at recognizing cards (unless the
hardware is really new), so if is hasn't, I would suspect it is disabled
in the bios or there is a hardware error.

If your hardware is really new, you could load a related sound device
module and pass it options found in the kernel documentation for sound
to try to get some functionality out of it.

eg You have an ALC893 and the latest alsa supported version is ALC891.
You would tell the kernel to pretend your device in an ALC891 hoping
that the interface is nearly the same as your related ALC893.

If it doesn't come up blank, then you have a configuration error. I
advise installing pavucontrol and using it to configure your sound
device characteristics manually, since they weren't configured
automatically.
--
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
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 02-13-2012, 05:42 PM
Patrick Dupre
 
Default sound

On Mon, 13 Feb 2012, stan wrote:


On Mon, 13 Feb 2012 15:15:43 +0000 (GMT)

Patrick Dupre <patrick.dupre@york.ac.uk> wrote:
...

Show what?
The system settings>sound
does not show any sound card (except the dummy one)!


Try
aplay -lv


aplay: device_list:252: no soundcards found...

This is bizarre, to tell the true, this card had been recognized last
week, and I tried to test it. I did not get it working, by disconnecting
the cable, do you think that I may have kill it?

There are probably some tests that I can run.

Thank.


If that comes up blank, it means that alsa doesn't recognize any cards
on your system. It is pretty good at recognizing cards (unless the
hardware is really new), so if is hasn't, I would suspect it is disabled
in the bios or there is a hardware error.

If your hardware is really new, you could load a related sound device
module and pass it options found in the kernel documentation for sound
to try to get some functionality out of it.

eg You have an ALC893 and the latest alsa supported version is ALC891.
You would tell the kernel to pretend your device in an ALC891 hoping
that the interface is nearly the same as your related ALC893.

If it doesn't come up blank, then you have a configuration error. I
advise installing pavucontrol and using it to configure your sound
device characteristics manually, since they weren't configured
automatically.
--
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
Have a question? Ask away: http://ask.fedoraproject.org

--
---
================================================== ========================
Patrick DUPRÉ | |
Department of Chemistry | | Phone: (44)-(0)-1904-434384
The University of York | | Fax: (44)-(0)-1904-432516
Heslington | |
York YO10 5DD United Kingdom | | email: patrick.dupre@york.ac.uk
================================================== ========================--
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
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 02-13-2012, 05:55 PM
stan
 
Default sound

On Mon, 13 Feb 2012 18:42:18 +0000 (GMT)
Patrick Dupre <patrick.dupre@york.ac.uk> wrote:
...
> aplay -lv
>
> aplay: device_list:252: no soundcards found...
>
> This is bizarre, to tell the true, this card had been recognized last
> week, and I tried to test it. I did not get it working, by
> disconnecting the cable, do you think that I may have kill it?

You don't say what kind of card or system. But if it sits in a slot, I
recommend that you remove it, dust / clean it, and reseat it in the
slot. While you have it out, take a look at it for damaged components.
I have never experienced a problem from plugging / unplugging a cable
from a hot card, though it is probably best not to do that. However, the
mechanical action of pushing the cable in could have displaced the card
in its slot.

> There are probably some tests that I can run.

Alsa is low level; it is assigned devices by the kernel which scans to
determine hardware. If the kernel doesn't find the device, it is
unlikely any other test will.
--
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
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 02-14-2012, 11:06 AM
Patrick Dupre
 
Default sound

On Mon, 13 Feb 2012, stan wrote:


On Mon, 13 Feb 2012 18:42:18 +0000 (GMT)

Patrick Dupre <patrick.dupre@york.ac.uk> wrote:
...

aplay -lv

aplay: device_list:252: no soundcards found...

This is bizarre, to tell the true, this card had been recognized last
week, and I tried to test it. I did not get it working, by
disconnecting the cable, do you think that I may have kill it?


I test the card with a knoppic distribution and it works fine:
To my knowledge, it a AMD SB600 chipset and the audio is:
5.1 CH HD Audio (VIA® VT1705 Audio Codec)

but aplay: device_list:252: no soundcards found...

Probably the driver is mising in the kernel
and I need to add the module?



There are probably some tests that I can run.


Alsa is low level; it is assigned devices by the kernel which scans to
determine hardware. If the kernel doesn't find the device, it is
unlikely any other test will.
--
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
Have a question? Ask away: http://ask.fedoraproject.org

--
---
================================================== ========================
Patrick DUPRÉ | |
Department of Chemistry | | Phone: (44)-(0)-1904-434384
The University of York | | Fax: (44)-(0)-1904-432516
Heslington | |
York YO10 5DD United Kingdom | | email: patrick.dupre@york.ac.uk
================================================== ========================--
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
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 02-14-2012, 06:59 PM
stan
 
Default sound

On Tue, 14 Feb 2012 12:06:39 +0000 (GMT)
Patrick Dupre <patrick.dupre@york.ac.uk> wrote:

> I test the card with a knoppic distribution and it works fine:
> To my knowledge, it a AMD SB600 chipset and the audio is:
> 5.1 CH HD Audio (VIA® VT1705 Audio Codec)

So, the hardware is OK. Next step would seem to be to test it with a
liveCD of F16. If that works, then it is something in your
configuration blocking it. Look in /etc/modprobe.d/blacklist.conf to see
if it is blacklisted for some reason. This is a long shot.

> Probably the driver is mising in the kernel
> and I need to add the module?

Seems like as good a reason as any. But why?

The kernel alsa sound docs suggest that this card is automatically
supported.

VIA VT17xx/VT18xx/VT20xx
========================
auto BIOS setup (default)

So it might be that the Knoppix kernel has the sound driver compiled in
rather than loading as a module, thus bypassing any module loading
issues.

You could try, as root,
modprobe -v VT17xx
to see if it will load the driver. If it doesn't, it should give you
some errors.

--
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
Have a question? Ask away: http://ask.fedoraproject.org
 
Old 02-14-2012, 07:08 PM
Patrick Dupre
 
Default sound

On Tue, 14 Feb 2012, stan wrote:


On Tue, 14 Feb 2012 12:06:39 +0000 (GMT)

Patrick Dupre <patrick.dupre@york.ac.uk> wrote:


I test the card with a knoppic distribution and it works fine:
To my knowledge, it a AMD SB600 chipset and the audio is:
5.1 CH HD Audio (VIA® VT1705 Audio Codec)


So, the hardware is OK. Next step would seem to be to test it with a
liveCD of F16. If that works, then it is something in your
configuration blocking it. Look in /etc/modprobe.d/blacklist.conf to see
if it is blacklisted for some reason. This is a long shot.

I have:
# sound drivers
blacklist snd-pcsp



Probably the driver is mising in the kernel
and I need to add the module?


Seems like as good a reason as any. But why?

The kernel alsa sound docs suggest that this card is automatically
supported.

VIA VT17xx/VT18xx/VT20xx
========================
auto BIOS setup (default)

So it might be that the Knoppix kernel has the sound driver compiled in
rather than loading as a module, thus bypassing any module loading
issues.

You could try, as root,
modprobe -v VT17xx

FATAL: Module VT17xx not found.

What provide such a m�odule?

to see if it will load the driver. If it doesn't, it should give you
some errors.

--
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
Have a question? Ask away: http://ask.fedoraproject.org

--
---
================================================== ========================
Patrick DUPRÉ | |
Department of Chemistry | | Phone: (44)-(0)-1904-434384
The University of York | | Fax: (44)-(0)-1904-432516
Heslington | |
York YO10 5DD United Kingdom | | email: patrick.dupre@york.ac.uk
================================================== ========================--
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
Have a question? Ask away: http://ask.fedoraproject.org
 

Thread Tools




All times are GMT. The time now is 01:25 PM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org