[PlanetCCRMA] The Oxygen 8 works! ... but...
Mark Knecht
mknecht at controlnet.com
Wed Dec 18 16:09:00 PST 2002
Joseph,
I'm sorry, but I just wasn't paying close enough attention to the earlier
part of the thread. You will not get jack to run until alsa is loaded. If
alsa fails, there's nothing for jack to talk to.
The key problem here is this part:
Starting sound driver snd-cs4236 \
/lib/modules/2.4.19-1.ll/kernel/drivers/sound/isa/cs423x/snd-cs4236.o:
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
init_module: No such device
It looks like you have two audio devices installed. For testing purposes,
do you need the usb stuff? Can you:
1) Disconnect the Oxygen 8
2) Clean your modules.conf file out except for like the first 3 lines. (SAVE
A COPY OF WHAT YOU HAVE NOW!!!!)
3) Rerun alsaconf
4) Starting with this clean modules.conf file see if you can get alsa
loaded?
I am suspicious of the lines:
# snd_irq=5 snd_mpu_irq=9 snd_dma1=1 # snd_dma2=-1 snd_isapnp=0
options snd-card-cs4236 port=0x530 cport=0x120 irq=5 dma2=1 dma1=0 \
id=CARD_1 index=1
To me this looks like you are specifying the specific IRQ to be used. I'm
not at all sure that's a good idea, especially insmod is saying:
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters.
Possibly it's the right thing to do, and possibly there is a conflict. I'm
not sure. 'cat /proc/interrupts' might tell you something.
I have not faced a problem quite like yours, so take these suggestions
with a grain of salt.
Mark
-----Original Message-----
From: planetccrma-admin at ccrma.Stanford.EDU
[mailto:planetccrma-admin at ccrma.Stanford.EDU]On Behalf Of Joseph Zitt
Sent: Wednesday, December 18, 2002 3:47 PM
To: planetccrma at ccrma.Stanford.EDU
Subject: Re: [PlanetCCRMA] The Oxygen 8 works! ... but...
On Wed, 18 Dec 2002 13:23:52 -0800
"Mark Knecht" <mknecht at controlnet.com> wrote:
> jack, jack, jack
>
> Joseph,
> I saw similar message recently with pd. However, when I started pd
> with
> jack support it worked fine.
OK, I've put in the fixes that Fernando suggested to my
/etc/modules.conf
Restarting ALSA, I got:
[root at gimel midisport-firmware]# /etc/rc.d/init.d/alsasound start
Starting sound driver snd-usb-audio [ OK ]
Starting sound driver snd-cs4236 \
/lib/modules/2.4.19-1.ll/kernel/drivers/sound/isa/cs423x/snd-cs4236.o:
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
init_module: No such device
/lib/modules/2.4.19-1.ll/kernel/drivers/sound/isa/cs423x/snd-cs4236.o:
insmod
/lib/modules/2.4.19-1.ll/kernel/drivers/sound/isa/cs423x/snd-cs4236.o
failed
/lib/modules/2.4.19-1.ll/kernel/drivers/sound/isa/cs423x/snd-cs4236.o:
insmod snd-cs4236 failed
[FAILED]
Starting sequencer driver snd-seq-midi [ OK ]
Restoring sound driver settings /usr/sbin/alsactl: set_control:782:
failed to obtain info for control #1 (No such file or directory)
[FAILED]
[root at gimel midisport-firmware]#
I then started jackd with the arguments that its docs suggested, and got
the following:
[root at gimel midisport-firmware]# jackd -d alsa -d hw:0
jackd 0.41.0
Copyright 2001-2002 Paul Davis and others.
jackd comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
loading driver ..
creating alsa driver ... hw:0|1024|2|48000|swmon
ALSA lib pcm_hw.c:866:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p failed:
No such file or directory
ALSA: Cannot open PCM device alsa_pcm/hw:0
cannot load driver module alsa
jack main caught signal 15
[root at gimel midisport-firmware]#
More information about the PlanetCCRMA
mailing list