LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-25-2011, 01:54 PM   #1
porphyry5
Member
 
Registered: Jul 2010
Location: oregon usa
Distribution: Slackware 14.1, Arch, Lubuntu 18.04 OpenSUSE Leap 15.x
Posts: 518

Rep: Reputation: 24
No Sounds: alsaconf reports "No supported Pnp or PCI card found"


slackware 13.37 on new computer with onboard Realtek alc662 sound card
alsaconf reports No supported Pnp or PCI card found, but alsa mixer says
Quote:
Card: HDA Intel F1: Help |
| Chip: Realtek ALC662 rev1 F2: System information |
Code:
root@a:~# uname -r
2.6.37.6-smp
root@a:~# lspci -v|grep -i audio
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
root@a:~# lsmod grep -i sound
Usage: lsmod
root@a:~# lsmod| grep -i sound
soundcore               4641  1 snd
root@a:~# lsmod| grep -i snd
snd_seq_dummy           1119  0 
snd_seq_oss            25900  0 
snd_seq_midi_event      4696  1 snd_seq_oss
snd_seq                42680  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          4505  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            34554  0 
snd_mixer_oss          14726  1 snd_pcm_oss
snd_hda_codec_realtek   222970  1 
snd_hda_intel          18443  0 
snd_hda_codec          61720  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               4772  1 snd_hda_codec
snd_pcm                59843  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              15717  2 snd_seq,snd_pcm
snd                    43891  11 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore               4641  1 snd
snd_page_alloc          5925  2 snd_hda_intel,snd_pcm
root@a:~#
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 10-25-2011, 02:27 PM   #2
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
You should take a look at the output of lscpi with the -k option, it tells you which module is required and which is loaded. Could you please post the output of
Code:
lspci -k | grep -iA3 audio
Markus
 
Old 10-25-2011, 02:56 PM   #3
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Does audio work from your machine? It's a high definition audio chip, and the appropriate snd_hda_* modules seem to be loaded.
 
Old 10-25-2011, 03:44 PM   #4
porphyry5
Member
 
Registered: Jul 2010
Location: oregon usa
Distribution: Slackware 14.1, Arch, Lubuntu 18.04 OpenSUSE Leap 15.x
Posts: 518

Original Poster
Rep: Reputation: 24
Quote:
Originally Posted by markush View Post
You should take a look at the output of lscpi with the -k option, it tells you which module is required and which is loaded. Could you please post the output of
Code:
lspci -k | grep -iA3 audio
Markus
Code:
root@a:/home/g/Films# lspci -k | grep -iA3 audio
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
        Subsystem: Foxconn International, Inc. Device 0d41
        Kernel driver in use: HDA Intel
        Kernel modules: snd-hda-intel
root@a:/home/g/Films#
Quote:
Originally Posted by adamk75
Does audio work from your machine? It's a high definition audio chip, and the appropriate snd_hda_* modules seem to be loaded.
There is no audio at all if I try to play a cd or mp3 but
Code:
speaker-test -Dplug:front -c2
produces white noise from each speaker in turn.

Last edited by porphyry5; 10-25-2011 at 03:51 PM.
 
Old 10-25-2011, 04:03 PM   #5
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
What is the output of 'aplay -l' ?
 
Old 10-25-2011, 04:39 PM   #6
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,357

Rep: Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739
You may need to supply a model option to the snd-hda-intel kernel module.
Create a file /etc/modprobe.d/snd-hda-intel.conf with a line like this.
Code:
options snd-hda-intel model=auto
Possible models for the ALC662 can be found in /usr/src/linux/Documentation/sound/alsa/HD-Audio-Models.txt
Quote:
ALC662/663/272
==============
3stack-dig 3-stack (2-channel) with SPDIF
3stack-6ch 3-stack (6-channel)
3stack-6ch-dig 3-stack (6-channel) with SPDIF
6stack-dig 6-stack with SPDIF
lenovo-101e Lenovo laptop
eeepc-p701 ASUS Eeepc P701
eeepc-ep20 ASUS Eeepc EP20
ecs ECS/Foxconn mobo
m51va ASUS M51VA
g71v ASUS G71V
h13 ASUS H13
g50v ASUS G50V
asus-mode1 ASUS
asus-mode2 ASUS
asus-mode3 ASUS
asus-mode4 ASUS
asus-mode5 ASUS
asus-mode6 ASUS
asus-mode7 ASUS
asus-mode8 ASUS
dell Dell with ALC272
dell-zm1 Dell ZM1 with ALC272
samsung-nc10 Samsung NC10 mini notebook
auto auto-config reading BIOS (default)
 
2 members found this post helpful.
Old 10-25-2011, 04:58 PM   #7
porphyry5
Member
 
Registered: Jul 2010
Location: oregon usa
Distribution: Slackware 14.1, Arch, Lubuntu 18.04 OpenSUSE Leap 15.x
Posts: 518

Original Poster
Rep: Reputation: 24
Quote:
Originally Posted by allend View Post
You may need to supply a model option to the snd-hda-intel kernel module.
Create a file /etc/modprobe.d/snd-hda-intel.conf with a line like this.
Code:
options snd-hda-intel model=auto
Possible models for the ALC662 can be found in /usr/src/linux/Documentation/sound/alsa/HD-Audio-Models.txt
Fixed the problem, thank you very much. And thanks also to adamk75 and markush.
 
Old 06-25-2012, 03:16 PM   #8
mpregos
Member
 
Registered: Oct 2006
Location: Greece
Distribution: Slackware
Posts: 64

Rep: Reputation: 16
Quote:
Originally Posted by porphyry5 View Post
Fixed the problem, thank you very much. And thanks also to adamk75 and markush.
That Help me 2.....Thanks Guyssss!!!!!
 
Old 07-07-2012, 02:57 PM   #9
blemming
LQ Newbie
 
Registered: Jul 2012
Posts: 6

Rep: Reputation: Disabled
Thanks allend! That got the sound back on my Fedora Core 15 which had stopped working for kernels > 2.6.38
 
Old 10-23-2012, 06:32 PM   #10
juc16
LQ Newbie
 
Registered: Oct 2012
Posts: 1

Rep: Reputation: Disabled
Me too. gentoo-3.4.9.
00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA)
 
  


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
alsaconf: No supported PnP or PCI card found, sound works?! tramni1980 Slackware 5 01-07-2011 09:15 AM
alsaconf "no suported PnP or PCI card found" on nVidia Corporation MCP61 High Definit gheo Linux - Hardware 2 02-06-2010 05:04 AM
Alsaconf Error: "No supported PnP or PCI cards found..." Baix Linux - Newbie 6 06-22-2009 05:08 AM
alsaconf=No supported PnP or PCI card found bezdomny Linux - Hardware 4 07-04-2008 06:25 PM
No supported PnP or PCI card found... puishor Linux - Hardware 1 07-07-2005 09:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:38 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