To determine whether a bug is a duplicate or not, it is important to verify that the hardware is the same. Here's how to do that.

Internal cards: Checking PCI SSID

For PCI soundcards and sound cards on the motherboard, first check the PCI SSID (SSID is short for "SubSystem ID"). If these don't match, the hardware is different. There might be more than one entry, so make sure that it is the sound card in question that you're comparing.

00:14.2 Audio device [0403]: ATI Technologies Inc SBx00 Azalia (Intel HDA) [1002:4383]
        Subsystem: Giga-byte Technology Device [1458:a022]
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32, Cache Line Size: 4 bytes
        Interrupt: pin ? routed to IRQ 16
        Region 0: Memory at fe024000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel

You'll find the PCI Vendor-ID on the first row [1002:4383] and the PCI SSID on the second row [1458:a022].

!!Advanced information - PCI Vendor/Device/Susbsystem ID's

and below it you'll see something like:

00:1b.0 0403: 8086:284b (rev 03)
        Subsystem: 1043:8284

The PCI Vendor-ID is "8086:284b" and the PCI SSID is "1043:8284".

lspci -vvnn

You'll get a long list of entries similar to the one listed above, browse through the list to see if any entry has equal IDs to the ones in the bug report.

HDA Intel cards (the most common on-board sound card)

Most new laptops and desktops (as of 2010) comes with an HDA-Intel on-board sound card. If that applies to you (or your bug report), in addition to the PCI SSID check above, you must also check the Codec's vendor-ID and SSID.

!!HDA-Intel Codec information

To find the Codec's Vendor, SubSystem and Revision, look for something like this:

Codec: Realtek ALC883
Address: 0
Vendor Id: 0x10ec0883
Subsystem Id: 0x10438284
Revision Id: 0x100002

If you have more than sound card, or more than one codec, they will show up as different numbers in "Card0.Codecs.codec.0.txt" and "/proc/asound/card0/codec#0". In alsa-info, all codecs are just listed.

USB Sound cards

TODO

Quick and easy way to determine the hardware that is on your own machine

1. open a terminal using ctrl+alt+t

2. copy and rightclick-to-paste the following commands into it, hitting enter if needed

then

3. select the output with the mouse, and rightclick-to-copy it onto the clipboard.

4. paste the information into an email, forum, bug-report, search engine, or similar.

This information includes the exact PCI SSID of your motherboard, of your codec-chips, and of your soundcards (if any). For an explanation of what the output means, or to reproduce the steps manually if you have problems with these shorthand commands, please see above.

See also:

https://wiki.ubuntu.com/Audio/AlsaInfo

http://www.alsa-project.org/main/index.php/Help_To_Debug_Intel_HDA

Audio/SameHardware (last edited 2013-10-10 23:09:49 by r74-192-84-101)