Topic: Hammerfall + pci expresscard on Ubuntu 10.04

I can't get this card working on ubuntu.

My computer is a Hp Pavilion dv6

I have Ubuntu 10.04

I've tried on Ubuntu 8.04 and I got it working writting on terminal: "sudo modprobe pciehp pciehp_force=1"

But in ubuntu 10.04 there's no way; I've edited /etc/default/grub file
so it appears as: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pciehp.pciehp_force=1"

Now the card seems to be recognized, the red led it's turned off, but when i write dmesg:

dmesg|grep pciehp
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic root=UUID=8bc66bb5-9600-4fdf-87bc-344156406cca ro quiet splash pciehp.pciehp_force=1
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic root=UUID=8bc66bb5-9600-4fdf-87bc-344156406cca ro quiet splash pciehp.pciehp_force=1
[    0.601138] pciehp 0000:00:04.0:pcie04: Bypassing BIOS check for pciehp use on 0000:00:04.0
[    0.601169] pciehp 0000:00:04.0:pcie04: HPC vendor_id 1022 device_id 9604 ss_vid 0 ss_did 0
[    0.601202] pciehp 0000:00:04.0:pcie04: service driver pciehp loaded
[    0.601209] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
roger@roger-laptop:~$ dmesg|grep pciehp
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic root=UUID=8bc66bb5-9600-4fdf-87bc-344156406cca ro quiet splash pciehp.pciehp_force=1
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic root=UUID=8bc66bb5-9600-4fdf-87bc-344156406cca ro quiet splash pciehp.pciehp_force=1
[    0.601138] pciehp 0000:00:04.0:pcie04: Bypassing BIOS check for pciehp use on 0000:00:04.0
[    0.601169] pciehp 0000:00:04.0:pcie04: HPC vendor_id 1022 device_id 9604 ss_vid 0 ss_did 0
[    0.601202] pciehp 0000:00:04.0:pcie04: service driver pciehp loaded
[    0.601209] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[  190.529774] pciehp 0000:00:04.0:pcie04: Card present on Slot(4)
[  190.664270] pciehp 0000:00:04.0:pcie04: No new device found
[  190.664286] pciehp 0000:00:04.0:pcie04: Card not present on Slot(4)
[  190.664303] pciehp 0000:00:04.0:pcie04: Cannot add device at 0000:02:00

When I try to run "hdsploader":
hdsploader
hdsploader - firmware loader for RME Hammerfall DSP cards
Looking for HDSP + Multiface or Digiface cards :
Card 0 : HDA ATI SB at 0xf2400000 irq 16
Card 1 : HDA ATI HDMI at 0xf2310000 irq 19

There's no RME card found.

Can someone help me, please?

Re: Hammerfall + pci expresscard on Ubuntu 10.04

I use a hdsp card on top of ubuntu 10.04 as well.

All I did was on top of a clean install was install the following packages: alsa-firmware-loaders and alsa-tools-gui.
Then I removed pulseaudio.  Works very well.

when I run lsmod you can see the module loaded.

snd_mixer_oss          16107  1 snd_pcm_oss
snd_pcm                87248  2 snd_hdsp,snd_pcm_oss
snd_page_alloc          8500  2 snd_hdsp,snd_pcm
snd_hwdep               6778  1 snd_hdsp
snd_seq_dummy           1782  0
snd_seq_oss            31027  0
snd_seq_midi            5829  0
snd_rawmidi            23116  2 snd_hdsp,snd_seq_midi
snd_seq_midi_event      7267  2 snd_seq_oss,snd_seq_midi

Re: Hammerfall + pci expresscard on Ubuntu 10.04

Now when I get this when writting dmesg:

roger@roger-laptop:~$ dmesg|grep pciehp
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-31-generic root=UUID=8bc66bb5-9600-4fdf-87bc-344156406cca ro quiet splash pciehp.pciehp_force=1
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-31-generic root=UUID=8bc66bb5-9600-4fdf-87bc-344156406cca ro quiet splash pciehp.pciehp_force=1
[    0.626737] pciehp 0000:00:04.0:pcie04: Bypassing BIOS check for pciehp use on 0000:00:04.0
[    0.626821] pciehp 0000:00:04.0:pcie04: HPC vendor_id 1022 device_id 9604 ss_vid 0 ss_did 0
[    0.626872] pciehp 0000:00:04.0:pcie04: service driver pciehp loaded
[    0.626887] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[   95.945140] pciehp 0000:00:04.0:pcie04: Card present on Slot(4)

The card's red light is turned off!

but when I load hdsploader, the RME card doesn't appears:

roger@roger-laptop:~$ hdsploader
hdsploader - firmware loader for RME Hammerfall DSP cards
Looking for HDSP + Multiface or Digiface cards :
Card 0 : HDA ATI SB at 0xf2400000 irq 16
Card 1 : HDA ATI HDMI at 0xf2310000 irq 19

Any suggestion?