Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ALSA Multiple sound-cards: indigoio and intel8x0 solved
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
littleman
Tux's lil' helper
Tux's lil' helper


Joined: 17 Oct 2003
Posts: 114
Location: Paris

PostPosted: Wed Aug 31, 2005 1:53 pm    Post subject: ALSA Multiple sound-cards: indigoio and intel8x0 solved Reply with quote

Hi there,

I own a dell inspiron 8200 laptop and I've bought an echo indigo io card to go with it

I've been using it on my gentoo for a year without any problem.
Now I'd like to use the intel8x0 chipset as well for the mic input. So I've tried to configure it all, following various guides on the net.

Now the intel chipset is working but not the indigo anywmore and its blue led is now desperately black :( ...

the error I get is:

modprobe snd-indigoio

Code:
FATAL: Error inserting snd_indigoio (/lib/modules/2.6.12-suspend2-r4/alsa-driver/pci/echoaudio/snd-indigoio.ko): Unknown symbol in module, or unknown parameter (see dmesg)


dmesg

Code:
snd_indigoio: Unknown parameter `id'
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
PCI: setting IRQ 5 as level-triggered
ACPI: PCI Interrupt 0000:00:1f.5[B] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
PCI: Setting latency timer of device 0000:00:1f.5 to 64
intel8x0_measure_ac97_clock: measured 49404 usecs
intel8x0: clocking to 48000
snd_indigoio: Unknown parameter `id'
ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
spurious 8259A interrupt: IRQ7.
snd_indigoio: Unknown parameter `id'
snd_indigoio: Unknown parameter `id'


the only place where I could find this 'id' parameter was in /etc/modules.d/alsa :

Code:
alias char-major-116 snd

alias snd-card-0 snd-indigoio
alias snd-card-1 snd-intel8x0

options snd-indigoio id="first" enable_midi="1"
options snd-intel8x0 id="second"

##  OSS/Free portion
alias char-major-14 soundcore
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

options snd  device_mode=0666
options snd cards_limit=2


What am I doing wrong? Any idea??? Any help appreciated :)
_________________
La différence entre la théorie et la pratique, c'est qu'en théorie, y'a pas de différence entre la théorie et la pratique.


Last edited by littleman on Sun Sep 04, 2005 2:57 pm; edited 1 time in total
Back to top
View user's profile Send private message
chrbecke
Guru
Guru


Joined: 12 Jul 2004
Posts: 598
Location: Berlin - Germany

PostPosted: Fri Sep 02, 2005 1:26 pm    Post subject: Reply with quote

Just remove the id="xxxx" option for your indigoio module in /etc/modules.d/alsa (or for both cards, as it is not mandatory) and run (as root)
Code:
modules-update

Then try
Code:
modprobe snd-indigoio
again.
Back to top
View user's profile Send private message
littleman
Tux's lil' helper
Tux's lil' helper


Joined: 17 Oct 2003
Posts: 114
Location: Paris

PostPosted: Sun Sep 04, 2005 2:56 pm    Post subject: Reply with quote

simply put...it worked :)
thanks
_________________
La différence entre la théorie et la pratique, c'est qu'en théorie, y'a pas de différence entre la théorie et la pratique.
Back to top
View user's profile Send private message
szalmaf
n00b
n00b


Joined: 23 Feb 2005
Posts: 55
Location: Washington D.C.

PostPosted: Sat Mar 25, 2006 9:55 pm    Post subject: ALSA Multiple sound-cards: indigoio and intel8x0 Reply with quote

I have a similar problem, but chrbecke's suggestion did not work.

modprobe snd_indigoio

Code:

FATAL: Error inserting snd_indigoio (/lib/modules/2.6.15-suspend2-r6/alsa-driver/pci/echoaudio/snd-indigoio.ko): Unknown symbol in module, or unknown parameter (see dmesg)


dmesg

Code:

ACPI: PCI interrupt for device 0000:00:1f.5 disabled
ACPI: PCI Interrupt 0000:00:1f.5[B] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
PCI: Setting latency timer of device 0000:00:1f.5 to 64
intel8x0_measure_ac97_clock: measured 55416 usecs
intel8x0: clocking to 48000
snd_indigoio: Unknown parameter `id'


and /etc/modules.d/alsa

Code:

 alias snd-card-0 snd-indigoio
 alias snd-card-1 snd-intel8x0

## options snd-indigoio id="first" enable_midi="1"
## options snd-intel8x0 id="second"

 ##  OSS/Free portion
 alias char-major-14 soundcore
 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

 options snd  device_mode=0666
 options snd cards_limit=2
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.10 ---
#alias snd-card-0 snd-intel8x0
#alias sound-slot-0 snd-intel8x0
# --- END: Generated by ALSACONF, do not edit. ---


This was manually edited as alsaconf did not recognize the indigo card. The internal intel card is working properly. - And it's a Toshiba m200 laptop.

Any ideas?
_________________
newbie
Back to top
View user's profile Send private message
chrbecke
Guru
Guru


Joined: 12 Jul 2004
Posts: 598
Location: Berlin - Germany

PostPosted: Mon Mar 27, 2006 8:07 pm    Post subject: Reply with quote

szalmaf,

did you run (as root)
Code:
modules-update
after making changes (i.e. commenting out the "options" lines) to /etc/modules.d/alsa? If not, do it and try again.
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