[PlanetCCRMA] HDSP 9652 patch - Failed Dependencies

Mark Knecht markknecht@attbi.com
Mon Dec 9 12:58:00 2002


Fernando,
   Comments below. Sorry this is so long. Trying to give enough info to
help people really find this before I go back to the office for a few
hours.

Thanks,
Mark

On Mon, 2002-12-09 at 10:12, Fernando Pablo Lopez-Lezcano wrote:

> 
> You must have alsa enabled to start only on level 5 (X) and not on level
> 3 (multiuser startup). See what "chkconfig --list alsasound" tells you. 
>

OK, nothing obvious to me as of yet. I first tried chkconfig --list
alsasound, but was told to run chkconfig --add alsasound first. I did
that and now chkconfig --list alsasound says:

[root@Godzilla root]# chkconfig --list alsasound
alsasound       0:off   1:off   2:on    3:on    4:on    5:on    6:off
[root@Godzilla root]#

It looks to ne like it should have been there even at a text mode
console.

Maybe it was a timeout related thing. Possibly I should sit at the
console for 5 minutes to give it lots of time to find it. The other
thing I've heard about is that sometime messages don't get written to
the message/dmesg files right away? Maybe I need to tell Linux to flush
these messages faster somehow. Don't know...



> Yuck... anything in the logs? (/var/log/messages).

Here's what I could think to look at.

QUESTION: I run RH 7.3. Why does dmesg say gcc is RH 7.2? Maybe this is
normal? Or not?
 

[root@Godzilla root]# dmesg
Linux version 2.4.19-1.ll (root@cmn52.Stanford.EDU) (gcc version 2.96
20000731 (Red Hat Linux 7.2 2.96-108.7.2)) #1 Sun Aug 4 16:58:22 PDT
2002
BIOS-provided physical RAM map:
<SNIP>

and then at the very end:

Hammerfall memory allocator: buffers allocated for 1 cards
RME Hammerfall-DSP: no cards found
Hammerfall memory allocator: buffers allocated for 1 cards
RME Hammerfall-DSP: no cards found
[root@Godzilla root]#


I wonder why I get this message twice? Could that be a clue?

>From /var/log/messages I see the following stuff twice, but I'm only
including it one time:

<SNIP>
Dec  9 12:39:40 Godzilla kernel: Hammerfall memory allocator: buffers
allocated for 1 cards
Dec  9 12:39:40 Godzilla kernel: RME Hammerfall-DSP: no cards found
Dec  9 12:39:40 Godzilla insmod:
/lib/modules/2.4.19-1.ll/kernel/drivers/sound/pci/rme9652/snd
-hdsp.o: init_module: No such device
Dec  9 12:39:40 Godzilla insmod: Hint: insmod errors can be caused by
incorrect module paramet
ers, including invalid IO or IRQ parameters.       You may find more
information in syslog or
the output from dmesg
Dec  9 12:39:40 Godzilla insmod:
/lib/modules/2.4.19-1.ll/kernel/drivers/sound/pci/rme9652/snd
-hdsp.o: insmod sound-slot-0 failed
Dec  9 12:39:41 Godzilla modprobe: modprobe: Can't locate module
sound-slot-1
Dec  9 12:39:41 Godzilla modprobe: modprobe: Can't locate module
sound-service-1-0
Dec  9 12:39:41 Godzilla modprobe: modprobe: Can't locate module
sound-slot-1
Dec  9 12:39:41 Godzilla modprobe: modprobe: Can't locate module
sound-service-1-0


>From the directory mentioned I see that snd-hdsp.o does exist. I don't
know how to check if it has something in it called init_module, or
whether this is just init_module's way of telling us it can't find the
card. (I suspect the latter...)

[root@Godzilla rme9652]# pwd
/lib/modules/2.4.19-1.ll/kernel/drivers/sound/pci/rme9652
[root@Godzilla rme9652]# ls -al
total 284
drwxr-xr-x    2 root     root         4096 Nov 23 15:22 .
drwxr-xr-x   12 root     root         4096 Nov 23 15:22 ..
-rw-r--r--    1 root     root         4456 Aug  5 16:41
snd-hammerfall-mem.o
-rw-r--r--    1 root     root       233699 Aug  5 16:41 snd-hdsp.o
-rw-r--r--    1 root     root        30570 Aug  5 16:41 snd-rme9652.o
[root@Godzilla rme9652]#


As always, THANKS!!!