LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-06-2010, 05:22 AM   #16
miros84
Member
 
Registered: Aug 2009
Location: Spain
Distribution: Debian stable, squeeze
Posts: 501

Original Poster
Rep: Reputation: 31

Thank you boths for these commands.
I maked several tests and I see the unique commands that shows real chipset name is
Quote:
cat /proc/asound/card0/codec#0|grep "Vendor Id"
Other commands shows as what type of chip takes it Linux. Maybe they uses the same codecs. So, to know the real chipset, thanks to barboolian, we need the output of
Quote:
cat /proc/asound/card0/codec#0|grep "Vendor Id"
then when I have enought info, I will go to pcidatabase.com and make a table.

I think this command is ok

cat /proc/asound/card0/codec#0|grep "Vendor Id" && lshw | grep -iA 8 audio && lspci -nn | grep Audio && uname -a

The most important is Vendor Id: 0x11064397
Then I go to pcidatabse.com and see this chipset is:
VIA VT1708S

So, now I know that kernel 2.6.30 supports perfectly VIA VT1708S.

I suggest to make this thread to discuss all problems, and to creat a new thread for all informaton we put.


How to get the vendor and device name?

Enter here: http://www.pcidatabase.com/
If you have this: Vendor Id: 0x11064397

You have to devide it in tow numbers.
1106
4397

Vendor is 1106
Device is 4397 or 0397

Then go to Enter here: http://www.pcidatabase.com/ and look for your vendor. 1106 is: VIA
and then you look for the device. 4397 or 0397.
In this case is 0397, and it is VT1708S
So, now I know it is VIA VT1708S

Last edited by miros84; 01-06-2010 at 06:18 AM.
 
Old 01-06-2010, 05:30 AM   #17
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Slackware 13 32bit

Code:
00:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller [8086:27d8] (rev 02)
Linux danteshell 2.6.29.6-smp #2 SMP Mon Dec 7 16:02:16 CST 2009 i686 Intel(R) Core(TM)2 CPU         T5500  @ 1.66GHz GenuineIntel GNU/Linux
Kind regards,

Eric
 
Old 01-06-2010, 05:32 AM   #18
miros84
Member
 
Registered: Aug 2009
Location: Spain
Distribution: Debian stable, squeeze
Posts: 501

Original Poster
Rep: Reputation: 31
INFO You have sound? Please enter and help LQ!

Well, I want to recollect information about audio chips, (no audio cards as in HCL).
When we have enought information, I will put it in HCL in audio chips.
Everybody can help, just putting here the output of these commads.
Only one condition. You to have perfect sound and working microphone, if you have some problems, just explain them.

Code:
grep -R "Vendor" /proc/asound/* && lshw | grep -iA 8 audio && lspci -nn | grep Audio && uname -a

Why these commands?
Because, this way, if you have good sound, we will know, what kernel, which audio chipsets supports.

If you dont have installed lshw, install it: apt-get install lshw

I make this thread, because I think if a lot of people help with info, I will organize all information and put it in HCL. I will check it here: http://www.pcidatabase.com and make a table.
In ALSA page doesnot have enought info.
Those of you who want to help me, can put the info from www.pcidatabase.com infront of the Vendor Id: in parentheses. If not, I will put it.

Example: Vendor Id: 0x11064397 ( VIA VT1708S )
Here I explain how to do it.


----------

Please dont discuss problams here. Only put your info here.
For discuss, please do it here:
Regards.
Miros

Last edited by miros84; 01-06-2010 at 10:49 AM.
 
Old 01-06-2010, 05:33 AM   #19
miros84
Member
 
Registered: Aug 2009
Location: Spain
Distribution: Debian stable, squeeze
Posts: 501

Original Poster
Rep: Reputation: 31
Debian Squeeze

Code:
Vendor Id: 0x11064397  ( VIA VT1708S )

          description: Audio device
          product: MCP61 High Definition Audio
          vendor: nVidia Corporation
          physical id: 5
          bus info: pci@0000:00:05.0
          version: a2
          width: 32 bits
          clock: 66MHz
          capabilities: bus_master cap_list
          configuration: driver=HDA Intel latency=0 maxlatency=5 mingnt=2
--
             capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
             configuration: ansiversion=5 status=nodisc
     *-pci:1
          description: PCI bridge
          product: MCP61 PCI Express bridge
          vendor: nVidia Corporation
          physical id: 9
          bus info: pci@0000:00:09.0
          version: a2
00:05.0 Audio device [0403]: nVidia Corporation MCP61 High Definition Audio [10de:03f0] (rev a2)
Linux debian 2.6.30-2-686 #1 SMP Fri Dec 4 00:53:20 UTC 2009 i686 GNU/Linux

Last edited by miros84; 01-06-2010 at 05:51 AM.
 
Old 01-06-2010, 05:47 AM   #20
miros84
Member
 
Registered: Aug 2009
Location: Spain
Distribution: Debian stable, squeeze
Posts: 501

Original Poster
Rep: Reputation: 31
Debian Lenny

Code:
Vendor Id: 0x10ec0888  (Realtek ALC888 )

          description: Audio device
          product: nVidia Corporation
          vendor: nVidia Corporation
          physical id: 7
          bus info: pci@0000:00:07.0
          version: a1
          width: 32 bits
          clock: 66MHz
          capabilities: bus_master cap_list
00:07.0 Audio device [0403]: nVidia Corporation Device [10de:0774] (rev a1)
Linux Miros-main 2.6.30-bpo.1-686 #1 SMP Mon Aug 17 14:57:26 UTC 2009 i686 GNU/Linux

Last edited by miros84; 01-06-2010 at 05:52 AM.
 
Old 01-06-2010, 06:02 AM   #21
barboolian
Member
 
Registered: Dec 2009
Posts: 32

Rep: Reputation: 15
Miros84 is right to do this, because Alsa documentation is rubbish
 
Old 01-06-2010, 06:44 AM   #22
miros84
Member
 
Registered: Aug 2009
Location: Spain
Distribution: Debian stable, squeeze
Posts: 501

Original Poster
Rep: Reputation: 31
Ubuntu 9.10

Code:
Vendor Id: 0x10ec0262 ( RealTek ALC882 )

             description: Audio device
             product: 82801I (ICH9 Family) HD Audio Controller
             vendor: Intel Corporation
             physical id: 1b
             bus info: pci@0000:00:1b.0
             version: 03
             width: 64 bits
             clock: 33MHz
             capabilities: bus_master cap_list
             configuration: driver=HDA Intel latency=0 module=snd_hda_intel
00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 03)
Linux miros-laptop 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686 GNU/Linux
 
Old 01-09-2010, 10:58 AM   #23
no2498
Member
 
Registered: Jan 2010
Posts: 120

Rep: Reputation: 23
-desktop:~$ grep -R "Vendor" /proc/asound/* && lshw | grep -iA 8 audio && lspci -nn | grep Audio && uname -a
/proc/asound/card0/codec97#0/ac97#0-0:PCI Subsys Vendor: 0x1458
/proc/asound/card0/codec97#0/ac97#0-0:Subsys. Vendor ID: 0xffff
/proc/asound/V8237/codec97#0/ac97#0-0:PCI Subsys Vendor: 0x1458
/proc/asound/V8237/codec97#0/ac97#0-0:Subsys. Vendor ID: 0xffff
WARNING: you should run this program as super-user.
description: Multimedia audio controller
product: VT8233/A/8235/8237 AC97 Audio Controller
vendor: VIA Technologies, Inc.
physical id: 11.5
bus info: pci@0000:00:11.5
version: 60
width: 32 bits
clock: 33MHz
capabilities: cap_list
configuration: driver=VIA 82xx Audio latency=0 module=snd_via82xx
*-network
description: Ethernet interface
product: RTL-8139/8139C/8139C+
vendor: Realtek Semiconductor Co., Ltd.
physical id: 13
bus info: pci@0000:00:13.0
logical name: eth0
version: 10
00:11.5 Multimedia audio controller [0401]: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller [1106:3059] (rev 60)
Linux no2498-desktop 2.6.24-26-server #1 SMP Tue Dec 1 19:19:20 UTC 2009 i686 GNU/Linux
 
Old 01-10-2010, 11:34 AM   #24
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I have merged your two closely-related threads.

Next time, one thread per topic---thanks!!
 
Old 01-10-2010, 11:42 AM   #25
miros84
Member
 
Registered: Aug 2009
Location: Spain
Distribution: Debian stable, squeeze
Posts: 501

Original Poster
Rep: Reputation: 31
Not exactly. I had another idea, but moderators decide.
 
Old 01-19-2010, 05:52 AM   #26
cladisch
Member
 
Registered: Oct 2008
Location: Earth
Distribution: Slackware
Posts: 228

Rep: Reputation: 54
Slackware64 13.0
Code:
Linux olorin 2.6.33-dev-cl #46 SMP Sun Jan 17 20:06:51 CET 2009 x86_64 AMD Phenom(tm) II X4 905e Processor AuthenticAMD GNU/Linux
Code:
lspci
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) [1002:4383]
01:05.1 Audio device: ATI Technologies Inc RS880 Audio Device [Radeon HD 4200] [1002:970f]
03:05.0 Multimedia audio controller: C-Media Electronics Inc CMI8788 [Oxygen HD Audio] [1043:8788]
03:06.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 [1102:0002] (rev 05)
03:07.0 Multimedia audio controller: Yamaha Corporation YMF-754 [DS-1E Audio Controller] [1073:0012]

lsusb
Bus 005 Device 002: ID 0582:0007 Roland Corp. SoundCanvas SC-8820
Bus 003 Device 003: ID 0582:0005 Roland Corp. Edirol UM-2 MIDI Adapter
Bus 001 Device 009: ID 041e:3020 Creative Technology, Ltd SoundBlaster Audigy 2 NX
Bus 001 Device 005: ID 0582:0018 Roland Corp.

/proc/asound/card0/codec#0
Codec: VIA VT1708S
Vendor Id: 0x11060397
/proc/asound/card1/codec#0
Codec: ATI RS690/780 HDMI
Vendor Id: 0x1002791a

/proc/asound/cards
 0 [SB             ]: HDA-Intel - HDA ATI SB
                      HDA ATI SB at 0xfe7f4000 irq 16
 1 [HDMI           ]: HDA-Intel - HDA ATI HDMI
                      HDA ATI HDMI at 0xfe9e8000 irq 19
 2 [D2             ]: AV200 - Xonar D2
                      Asus Virtuoso 200 (rev 2) at 0xe800, irq 20
 3 [YMF754         ]: YMF754 - Yamaha DS-1E (YMF754)
                      Yamaha DS-1E (YMF754) at 0xfebf8000, irq 22
 4 [UA1A           ]: USB-Audio - EDIROL UA-1A
                      Roland EDIROL UA-1A at usb-0000:00:12.2-4.3, full speed
 5 [SC8820         ]: USB-Audio - SC-8820
                      Roland SC-8820 at usb-0000:00:13.0-2, full speed
 6 [UM2            ]: USB-Audio - UM-2
                      EDIROL UM-2 at usb-0000:00:12.0-2, full speed
 7 [NX             ]: USB-Audio - SB Audigy 2 NX
                      Creative Technology Ltd SB Audigy 2 NX at usb-0000:00:12.2-3, high speed
 8 [UART16550A     ]: Serial - Serial MIDI (UART16550A)
                      Serial MIDI (UART16550A) [Soundcanvas] at 0x3f8, irq 4
 9 [VirMIDI        ]: VirMIDI - VirMIDI
                      Virtual MIDI Card 1
10 [Dummy          ]: Dummy - Dummy
                      Dummy 1
11 [Live           ]: EMU10K1 - SB Live! Value [CT4670]
                      SB Live! Value [CT4670] (rev.5, serial:0x201102) at 0xec00, irq 21
12 [pcsp           ]: PC-Speaker - pcsp
                      Internal PC-Speaker at port 0x61
13 [AudioFire2     ]: FireWorks - AudioFire2
                      Echo Digital Audio AudioFire2 (v3.2) at fw1.0, S400
SCNR
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"Enter Key" not working, how to map "Enter Key" functionality to "F9" Key srinihi Linux - Newbie 1 04-03-2009 02:46 PM
How can I enter php interface like "python[enter]" in python backpacker Linux - Software 1 06-20-2005 07:38 PM
"Disk boot failure. Enter system disk and press enter" Fear58 Linux - Hardware 3 06-25-2004 05:17 PM
Fluxbox - How to enter??? UltimaGuy Linux - Software 6 09-19-2003 11:27 AM
Can't enter X McNider Linux - General 12 07-13-2003 02:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration