public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] My Continuing ALSA Woes
@ 2005-10-19 18:03 Michael Sullivan
  2005-10-19 18:30 ` Mike Williams
                   ` (2 more replies)
  0 siblings, 3 replies; 91+ messages in thread
From: Michael Sullivan @ 2005-10-19 18:03 UTC (permalink / raw
  To: gentoo-user

I still cannot get my sound card to work!  Here is the evidence I've
been able to collect:

camille linux # lspci -v | grep -i audio
0000:00:1b.0 Class 0403: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) High Definition Audio Controller (rev 03)


I've added it to my /etc/make.conf:

camille linux # cat /etc/make.conf | grep 'ALSA_CARDS'
ALSA_CARDS="intel8x0"


Support for the snd-hda-intel (my card) has been compiled into the
kernel:

camille linux # cat /usr/src/linux/.config | grep 'HDA'
CONFIG_SND_HDA_INTEL=m

I rebuilt the kernel.

I've added the card infomation to /etc/modules.d/alsa:

# Alsa 0.9.X kernel modules' configuration file.
#
$Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.conf-rc,v 1.4 2004/11/16 01:31:22 eradicator Exp $

# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore

##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
##  ALSA portion
## alias snd-card-0 snd-interwave
alias snd-card-0 snd-hda-intel
## alias snd-card-1 snd-ens1371
##  OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##

# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
##  OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

# Set this to the correct number of cards.
options snd cards_limit=1

And run modules-update:

camille linux # modules-update
camille linux #

I rebooted the computer.  

I attempted to start /etc/init.d/alsasound:

camille ~ # /etc/init.d/alsasound start
 * Loading ALSA modules ...
 *   Loading: snd-card-0 ...
WARNING: Error inserting snd_hda_codec
(/lib/modules/2.6.13-gentoo-r3/kernel/sound/pci/hda/snd-hda-codec.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_hda_intel
(/lib/modules/2.6.13-gentoo-r3/kernel/sound/pci/hda/snd-hda-intel.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
[ !! ] *   Loading: snd-seq-oss ...
[ ok ] *   Loading: snd-pcm-oss ...
[ ok ] * ERROR: Failed to load necessary drivers
[ ok ] * Restoring Mixer Levels ...
 * No mixer config in /etc/asound.state, you have to unmute your card!
[ ok ]

I checked dmesg:

camille ~ # dmesg | grep 'snd_hda_codec'
snd_hda_codec: disagrees about version of symbol snd_ctl_add
snd_hda_codec: Unknown symbol snd_ctl_add
snd_hda_codec: disagrees about version of symbol snd_card_proc_new
snd_hda_codec: Unknown symbol snd_card_proc_new
snd_hda_codec: disagrees about version of symbol snd_ctl_find_id
snd_hda_codec: Unknown symbol snd_ctl_find_id
snd_hda_codec: disagrees about version of symbol snd_ctl_new1
snd_hda_codec: Unknown symbol snd_ctl_new1
snd_hda_codec: disagrees about version of symbol snd_component_add
snd_hda_codec: Unknown symbol snd_component_add
snd_hda_codec: disagrees about version of symbol snd_ctl_elem_read
snd_hda_codec: Unknown symbol snd_ctl_elem_read
snd_hda_codec: disagrees about version of symbol snd_ctl_elem_write
snd_hda_codec: Unknown symbol snd_ctl_elem_write
snd_hda_codec: disagrees about version of symbol snd_device_new
snd_hda_codec: Unknown symbol snd_device_new
snd_hda_codec: disagrees about version of symbol
snd_pcm_hw_constraint_step
snd_hda_codec: Unknown symbol snd_pcm_hw_constraint_step
snd_hda_intel: Unknown symbol snd_hda_codec_new
snd_hda_codec: disagrees about version of symbol snd_ctl_add
snd_hda_codec: Unknown symbol snd_ctl_add
snd_hda_codec: disagrees about version of symbol snd_card_proc_new
snd_hda_codec: Unknown symbol snd_card_proc_new
snd_hda_codec: disagrees about version of symbol snd_ctl_find_id
snd_hda_codec: Unknown symbol snd_ctl_find_id
snd_hda_codec: disagrees about version of symbol snd_ctl_new1
snd_hda_codec: Unknown symbol snd_ctl_new1
snd_hda_codec: disagrees about version of symbol snd_component_add
snd_hda_codec: Unknown symbol snd_component_add
snd_hda_codec: disagrees about version of symbol snd_ctl_elem_read
snd_hda_codec: Unknown symbol snd_ctl_elem_read
snd_hda_codec: disagrees about version of symbol snd_ctl_elem_write
snd_hda_codec: Unknown symbol snd_ctl_elem_write
snd_hda_codec: disagrees about version of symbol snd_device_new
snd_hda_codec: Unknown symbol snd_device_new
snd_hda_codec: disagrees about version of symbol
snd_pcm_hw_constraint_step
snd_hda_codec: Unknown symbol snd_pcm_hw_constraint_step
snd_hda_intel: Unknown symbol snd_hda_codec_new
snd_hda_codec: disagrees about version of symbol snd_ctl_add
snd_hda_codec: Unknown symbol snd_ctl_add
snd_hda_codec: disagrees about version of symbol snd_card_proc_new
snd_hda_codec: Unknown symbol snd_card_proc_new
snd_hda_codec: disagrees about version of symbol snd_ctl_find_id
snd_hda_codec: Unknown symbol snd_ctl_find_id
snd_hda_codec: disagrees about version of symbol snd_ctl_new1
snd_hda_codec: Unknown symbol snd_ctl_new1
snd_hda_codec: disagrees about version of symbol snd_component_add
snd_hda_codec: Unknown symbol snd_component_add
snd_hda_codec: disagrees about version of symbol snd_ctl_elem_read
snd_hda_codec: Unknown symbol snd_ctl_elem_read
snd_hda_codec: disagrees about version of symbol snd_ctl_elem_write
snd_hda_codec: Unknown symbol snd_ctl_elem_write
snd_hda_codec: disagrees about version of symbol snd_device_new
snd_hda_codec: Unknown symbol snd_device_new
snd_hda_codec: disagrees about version of symbol
snd_pcm_hw_constraint_step
snd_hda_codec: Unknown symbol snd_pcm_hw_constraint_step
snd_hda_intel: Unknown symbol snd_hda_codec_new
camille ~ #

I'm at a loss as for what to do next.  Can anyone help me with this?
-Michael Sullivan-



-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 91+ messages in thread

end of thread, other threads:[~2005-10-29 21:26 UTC | newest]

Thread overview: 91+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-19 18:03 [gentoo-user] My Continuing ALSA Woes Michael Sullivan
2005-10-19 18:30 ` Mike Williams
2005-10-20 15:27   ` Kevin Hanson
2005-10-19 18:40 ` Sascha Lucas
2005-10-19 20:25   ` Michael Sullivan
2005-10-20  2:20     ` Rob
2005-10-19 18:49 ` Nick Rout
2005-10-19 20:29   ` Michael Sullivan
2005-10-19 21:29     ` Nick Rout
2005-10-20  3:21       ` Michael Sullivan
2005-10-20  3:41         ` Nick Rout
2005-10-20 12:59           ` Michael Sullivan
2005-10-20 13:11             ` Mark Knecht
2005-10-20 13:52               ` Michael Sullivan
2005-10-20 14:24                 ` Mark Knecht
2005-10-20 14:36                   ` Michael Sullivan
2005-10-20 15:28                     ` Mark Knecht
2005-10-21 18:05                       ` Michael Sullivan
2005-10-21 18:25                         ` Mark Knecht
2005-10-21 19:11                           ` Michael Sullivan
2005-10-21 19:23                             ` Michael Sullivan
2005-10-21 21:59                             ` Mark Knecht
2005-10-21 22:11                               ` Michael Sullivan
2005-10-21 22:46                                 ` Holly Bostick
2005-10-21 23:04                                   ` Michael Sullivan
2005-10-21 23:31                                     ` Holly Bostick
2005-10-21 23:36                                       ` Michael Sullivan
2005-10-21 23:44                                         ` Holly Bostick
2005-10-21 23:50                                           ` Michael Sullivan
2005-10-22  0:12                                             ` Holly Bostick
2005-10-22  0:25                                               ` Michael Sullivan
2005-10-22  0:48                                                 ` Mark Knecht
2005-10-22  0:56                                                   ` Richard Fish
2005-10-22  2:27                                                     ` Mark Knecht
2005-10-22  7:53                                                       ` Richard Fish
2005-10-22 14:07                                                         ` Michael Sullivan
2005-10-22 14:30                                                           ` Mark Knecht
2005-10-22 14:48                                                             ` Michael Sullivan
2005-10-22 15:04                                                               ` Holly Bostick
2005-10-22 15:12                                                                 ` Michael Sullivan
2005-10-22 15:27                                                                   ` Mark Knecht
2005-10-22 15:37                                                                     ` Michael Sullivan
2005-10-22 15:44                                                                       ` Mark Knecht
2005-10-22 15:51                                                                       ` Mark Knecht
2005-10-22 16:06                                                                         ` Michael Sullivan
2005-10-22 19:03                                                                           ` Matt Randolph
2005-10-22 19:28                                                                             ` Michael Sullivan
2005-10-22 19:29                                                                           ` Mark Knecht
2005-10-22 20:29                                                                             ` Michael Sullivan
2005-10-22 20:30                                                                             ` Michael Sullivan
2005-10-22 15:38                                                                     ` Mark Knecht
2005-10-22 15:50                                                                       ` Michael Sullivan
2005-10-22 15:12                                                               ` Mark Knecht
2005-10-22 15:26                                                                 ` Michael Sullivan
2005-10-22 15:41                                                                   ` Mark Knecht
2005-10-22 14:42                                                           ` Holly Bostick
2005-10-22 14:52                                                             ` Michael Sullivan
2005-10-22 19:53                                                             ` Richard Fish
2005-10-21 23:57                                           ` Nick Rout
2005-10-22  0:07                                             ` Michael Sullivan
2005-10-22  0:17                                               ` Mark Knecht
2005-10-22  0:39                                                 ` Michael Sullivan
2005-10-22  0:53                                                   ` Mark Knecht
2005-10-29 19:45                                                     ` [gentoo-user] My Continuing ALSA Woes [SOLVED] Michael Sullivan
2005-10-29 20:51                                                       ` Norberto Bensa
2005-10-29 21:06                                                       ` Mark Knecht
2005-10-29 21:21                                                         ` Jerry McBride
2005-10-22  0:13                                           ` [gentoo-user] My Continuing ALSA Woes Mark Knecht
2005-10-22  0:38                                             ` Michael Sullivan
2005-10-22  0:53                                               ` Richard Fish
2005-10-22  0:53                                               ` Richard Fish
2005-10-22  0:42                                             ` Nick Rout
2005-10-22  1:00                                               ` Mark Knecht
2005-10-22  1:19                                                 ` Michael Sullivan
2005-10-21 21:47                           ` Nick Rout
2005-10-20 14:36                 ` Holly Bostick
2005-10-21 17:49                   ` Michael Sullivan
2005-10-20 20:11             ` Nick Rout
2005-10-21 15:20               ` Michael Sullivan
2005-10-20  8:38         ` Sascha Lucas
2005-10-20 13:49           ` Michael Sullivan
2005-10-20 15:13             ` Sascha Lucas
2005-10-20 15:18               ` Sascha Lucas
2005-10-20 15:25               ` Michael Sullivan
2005-10-20 15:39                 ` Holly Bostick
2005-10-20 15:44                 ` Mark Knecht
2005-10-20 16:00                   ` Mike Williams
2005-10-20 16:53                     ` Mark Knecht
2005-10-20 17:15                       ` Mike Williams
2005-10-20 15:53                 ` Sascha Lucas
2005-10-20 15:58                 ` Mike Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox