Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
no-joy with alsa
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
SkyLeach
Apprentice
Apprentice


Joined: 05 Nov 2002
Posts: 177
Location: Knoxville, TN

PostPosted: Sat Jan 31, 2004 5:40 am    Post subject: no-joy with alsa Reply with quote

I'm trying to set up alsa with a SB Live! value card (emu10k1) and I'm having no luck. I'm unable to load the module for my soundcard. I've included my /etc/modules.d/alsa config and some output from my syslogs and dmesg if they help:

Code:

# Alsa 0.9.X kernel modules' configuration file.
# $Header: /home/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.conf-rc,v 1.1 2003/08/05 21:07:55 johnm 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-1 snd-ens1371
alias snd-card-0 snd-emu10k1
##  OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##
## alias sound-slot-0 snd-card-0
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

# 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

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


The module load error from syslog:
Code:

Jan 31 00:36:53 [insmod] /lib/modules/2.4.22-gentoo-r5-alsa/kernel/sound/pci/emu
10k1/snd-emu10k1.o: init_module: No such device
Jan 31 00:36:53 [kernel] PCI: Found IRQ 9 for device 00:0d.0
Jan 31 00:36:53 [insmod] Hint: insmod errors can be caused by incorrect module p
arameters, including invalid IO or IRQ parameters._      You may find more infor
mation in syslog or the output from dmesg
Jan 31 00:36:53 [insmod] /lib/modules/2.4.22-gentoo-r5-alsa/kernel/sound/pci/emu
10k1/snd-emu10k1.o: insmod snd-card-0 failed


And here is some dmesg info on the error:

Code:
PCI: Found IRQ 9 for device 00:0d.0
PCI: Sharing IRQ 9 with 00:08.0
EMU10K1/Audigy soundcard not found or device busy


and last, here is the output of lspci:
Code:
00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo PRO133x] (rev c4)
00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo MVP3/Pro133x AGP]
00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 40)
00:04.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 06)
00:04.2 USB Controller: VIA Technologies, Inc. USB (rev 16)
00:04.3 USB Controller: VIA Technologies, Inc. USB (rev 16)
00:04.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 40)
00:07.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 08)
00:08.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1010 Ultra3 SCSI Adapter (rev 01)
00:08.1 SCSI storage controller: LSI Logic / Symbios Logic 53c1010 Ultra3 SCSI Adapter (rev 01)
00:0a.0 FireWire (IEEE 1394): Texas Instruments TSB12LV26 IEEE-1394 Controller (Link)
00:0b.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
00:0b.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
00:0d.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 08)
00:0d.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 08)
01:00.0 VGA compatible controller: nVidia Corporation NV20 [GeForce3 Ti 200] (rev a3)

_________________
-SL

http://www.skyleach.org
Back to top
View user's profile Send private message
jmoeller
Tux's lil' helper
Tux's lil' helper


Joined: 07 Nov 2003
Posts: 114
Location: USA

PostPosted: Sat Jan 31, 2004 6:27 am    Post subject: Reply with quote

This topic:
https://forums.gentoo.org/viewtopic.php?t=20369
mentions moving the card to another pci slot. Have you tried that? It looks like you have everything else in order. And, it sounds like a good fix for that IRQ collision.
_________________
Cogito sumere potum alterum.
Back to top
View user's profile Send private message
whatalotta
Tux's lil' helper
Tux's lil' helper


Joined: 23 Nov 2003
Posts: 114
Location: Union City, CA

PostPosted: Sat Jan 31, 2004 6:48 am    Post subject: Reply with quote

Hi-I had exactly the same problem you are having (same card and same driver). My recommendation if to start all over using:

http://www.gentoo.org/doc/en/alsa-guide.xml

I had it working previously, and it broke (root cause unknown). I had previously used the 2.6 and Alsa Howto (search on Helena). The first two posts might also get you there as well. However, I recommend the link above. It worked for me.

Good luck!
Back to top
View user's profile Send private message
SkyLeach
Apprentice
Apprentice


Joined: 05 Nov 2002
Posts: 177
Location: Knoxville, TN

PostPosted: Sat Jan 31, 2004 5:02 pm    Post subject: Alsa guide... Reply with quote

I already followed the alsa guide you mentioned. That's how I got where I am now.

I guess the next step is to move the card and see if that helps. I can't say that's an elegant solution, there has to be a way to get it working other than that.
_________________
-SL

http://www.skyleach.org
Back to top
View user's profile Send private message
SkyLeach
Apprentice
Apprentice


Joined: 05 Nov 2002
Posts: 177
Location: Knoxville, TN

PostPosted: Sat Jan 31, 2004 5:32 pm    Post subject: Problem solved Reply with quote

There appears to be real problems with the alsa drivers 0.9.8 ebuild. I built the latest 1.0.2 and the module loaded fine.

I got the idea to do this from this discussion: (https://forums.gentoo.org/viewtopic.php?t=20369)

If a moderator reads this, please put this as sticky as many people seem to be dealing with this issue.
_________________
-SL

http://www.skyleach.org
Back to top
View user's profile Send private message
rekonrad
Apprentice
Apprentice


Joined: 01 Jun 2003
Posts: 201
Location: Winnipeg, MB

PostPosted: Sun Feb 01, 2004 4:43 am    Post subject: via82xx Reply with quote

I also, cannot get ALSA to work. Originally I got it to work just fine. I did an adventurous "emerge depclean" (I changed some flags and wanted all my programmes to be reflective of those changes), the emerge -e world.

When I rebooted ALSA didn't work. I've re-followed the gentoo alsa document a number of times with no success. The problem I get is when I run amixer. The error message reads "amixer: Mixer attach default error: No such file or directory" So I ran "modprobe [snd-etc etc as listed in the document]" But modprobe could not locate the modules. After reading this thread I thought the ALSA driver version was buggy (.98) so emerge 1.01.

I still get the same messages. Can anyone help.

Thanks!

Richard
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum