Re: [Alsa-devel] PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP

2002-12-09 Thread Mark Knecht
We will recheck. I have immense faith in Fernando, but everyone makes
mistakes.

On Mon, 2002-12-09 at 21:12, Paul Davis wrote:
> >3) When I boot I see the following message in /var/log/messages
> >
> >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
> 
> are you sure you have the new module installed? i know of at least 2
> people using the patch you have used that have got their new 9652's working.
> 
> --p
> 




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel



Re: [Alsa-devel] PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP

2002-12-09 Thread Paul Davis
>3) When I boot I see the following message in /var/log/messages
>
>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

are you sure you have the new module installed? i know of at least 2
people using the patch you have used that have got their new 9652's working.

--p



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel



Re: [Alsa-devel] PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP

2002-12-09 Thread Mark Knecht
Thanks Paul. 

I'm still struggling with getting this new card going. Fernanado and I
are working through the issues one at a time by doing a Planet RPM for
the newest version alsa and have applied the one line patch that you
pointed me at the other day. However, I'm still not running.

1) Fernando applied the one line patch applied:


--- hdsp.c-orig 2002-12-03 19:28:40.0 +
+++ hdsp.c  2002-12-03 19:28:06.0 +
@@ -2966,6 +2966,7 @@

switch (rev & 0xff) {
case 0xa:
+   case 0x64:
/* hdsp_initialize_firmware() will reset this */
hdsp->card_name = "RME Hammerfall DSP";
break;


2) Alsaconf works, sort of. modules.conf gets built, but my machine will
not reboot after running it. Don't know why.


3) When I boot I see the following message in /var/log/messages

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



4) lspci -v shows the card is there:

00:0f.0 Multimedia audio controller: Xilinx, Inc.: Unknown device 3fc5
(rev 64)
Flags: bus master, medium devsel, latency 32, IRQ 10
Memory at f600 (32-bit, non-prefetchable) [size=64K]


I'm completely puzzled. What are we doing wrong?


Thanks,
Mark



On Mon, 2002-12-09 at 20:11, Paul Davis wrote:
> >   Where are the definitions for PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP and
> >PCI_VENDOR_ID_XILINX kept in the alsa code? 
> 
> one of two places. either in the kernel source (if you have a much,
> much newer kernel (2.5)) or at the top of either rme9652.c or hdsp.c
> (there are conditional #define's there to check if they are already
> defined in the kernel's PCI ID header.
> 
> --p




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel



Re: [Alsa-devel] PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP

2002-12-09 Thread Paul Davis
>   Where are the definitions for PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP and
>PCI_VENDOR_ID_XILINX kept in the alsa code? 

one of two places. either in the kernel source (if you have a much,
much newer kernel (2.5)) or at the top of either rme9652.c or hdsp.c
(there are conditional #define's there to check if they are already
defined in the kernel's PCI ID header.

--p


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel



[Alsa-devel] PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP

2002-12-09 Thread Mark Knecht
Hi,
   Where are the definitions for PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP and
PCI_VENDOR_ID_XILINX kept in the alsa code? 

Thanks,
Mark


static struct pci_device_id snd_hdsp_ids[] __devinitdata = {
{
.vendor= PCI_VENDOR_ID_XILINX,
.device= PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP,
.subvendor = PCI_ANY_ID,
.subdevice = PCI_ANY_ID,
}, /* RME Hammerfall-DSP */
{ 0, },
};





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel