RME Hammerfall AES32 error at boot on Debian 8

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hello,

Since I installed Debian 8, RME Hammerfall AES32  make computer freeze for 2 mn at bootup,
then, when finally boot get finished, soundcard is not running : 
"alsamixer" or "aplay -L"  make   terminal unresponsive.

I tried with Debian 8 stock kernel, then installed latest kernel 4.4.3:
same result.
I also tried 2 differents pc, 2 different RME soundcards  (same model).
Alsa-firmware 1.0.29 was installed from Alsa site  and is present in /lib/firmware.
It was ok using Debian 7.
The RME Hammerfall AES32 are old PCI version.

See lsmod , lspci , dmesg at the end ,

If you have idea ...,

Regards

Laurent

lspci -v:
07:00.0 Multimedia audio controller: Xilinx Corporation RME Hammerfall DSP MADI (rev e7)
        Flags: bus master, medium devsel, latency 32, IRQ 20
        Memory at fe400000 (32-bit, non-prefetchable) [size=64K]
        Kernel driver in use: snd_hdspm

lsmod |grep hdsp :
snd_hdspm              65536  5 
snd_hwdep              16384  1 snd_hdspm
snd_rawmidi            28672  1 snd_hdspm
snd_pcm                86016  1 snd_hdspm
snd                    65536  16 snd_hdspm,snd_hwdep,snd_timer,snd_pcm,snd_rawmidi,snd_seq_device



Dmesg (faulty part: error about hdspm_set_dds)
 6.567078] fbcon: inteldrmfb (fb0) is primary device
[    6.751122] Error: Driver 'pcspkr' is already registered, aborting...
[    6.762200] Console: switching to colour frame buffer device 160x64
[    6.765949] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    7.016261] Adding 1510396k swap on /dev/sda2.  Priority:-1 extents:1 across:1510396k FS
[    7.029080] input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input5
[    7.412362] divide error: 0000 [#1] SMP 
[    7.412399] Modules linked in: iosf_mbi x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel snd_hdspm snd_hwdep snd_rawmidi snd_seq_device kvm snd_pcm irqbypass crct10dif_pclmul crc32_pclmul snd_timer snd cryptd hp_wmi sparse_keymap rfkill ppdev iTCO_wdt iTCO_vendor_support i915 evdev video drm_kms_helper soundcore drm psmouse pcspkr serio_raw tpm_infineon mei_me parport_pc mei tpm_tis i2c_algo_bit i2c_i801 parport tpm i2c_core lpc_ich mfd_core wmi button shpchp processor fuse autofs4 usb_storage ext4 crc16 mbcache jbd2 sg sr_mod cdrom sd_mod crc32c_intel ahci libahci libata scsi_mod ehci_pci ehci_hcd e1000e usbcore ptp usb_common pps_core
[    7.412916] CPU: 0 PID: 292 Comm: alsactl Not tainted 4.4.3 #1
[    7.412949] Hardware name: Hewlett-Packard HP Compaq 6200 Pro MT PC/1497, BIOS J01 v02.06 06/09/2011
[    7.412996] task: ffff8800b03721c0 ti: ffff880000100000 task.ti: ffff880000100000
[    7.413035] RIP: 0010:[<ffffffffa058407f>]  [<ffffffffa058407f>] hdspm_set_dds_value+0x2f/0x70 [snd_hdspm]
[    7.413092] RSP: 0018:ffff880000103db8  EFLAGS: 00010246
[    7.413122] RAX: 0000641b8253f018 RBX: ffff8800ad793800 RCX: ffff880036b38040
[    7.413159] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffff8800af250888
[    7.413197] RBP: ffff8800af250000 R08: 00007fff8f1e9ff0 R09: 0000000000000000
[    7.413234] R10: 0000000000032898 R11: 0000000000000246 R12: 00000000ffffffff
[    7.413270] R13: ffff8800af250470 R14: 00007fff8f1e9ff0 R15: ffff8800af250838
[    7.413308] FS:  00007f91158ad740(0000) GS:ffff880100200000(0000) knlGS:0000000000000000
[    7.413349] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    7.413380] CR2: 00007f91158c5000 CR3: 00000000af361000 CR4: 00000000000406f0
[    7.413417] Stack:
[    7.413431]  ffffffffa0584104 ffffffffa04eeab3 0000000000000000 0000000000000000
[    7.413482]  0000000000000000 fffffffffffffffa 00000000000004c8 00007fff8f1e9ff0
[    7.413533]  ffff8800af349340 00007fff8f1e9ff0 00000000e7d24202 0000000000000000
[    7.413584] Call Trace:
[    7.413602]  [<ffffffffa0584104>] ? snd_hdspm_put_system_sample_rate+0x14/0x20 [snd_hdspm]
[    7.413648]  [<ffffffffa04eeab3>] ? snd_ctl_elem_write+0x113/0x1a0 [snd]
[    7.413686]  [<ffffffffa04ef9c2>] ? snd_ctl_ioctl+0xe2/0x6b0 [snd]
[    7.413721]  [<ffffffffa04ebf71>] ? snd_card_file_remove+0xe1/0x110 [snd]
[    7.413760]  [<ffffffff811d2114>] ? do_vfs_ioctl+0x2c4/0x490
[    7.413792]  [<ffffffff811dba8b>] ? set_close_on_exec+0x2b/0x70
[    7.413824]  [<ffffffff811d2356>] ? SyS_ioctl+0x76/0x90
[    7.413855]  [<ffffffff8154d1f6>] ? entry_SYSCALL_64_fastpath+0x16/0x75
[    7.413889] Code: 90 81 fe 7f b5 01 00 7e 34 c1 fe 02 80 7f 22 04 77 29 0f b6 47 22 ff 24 c5 40 b0 58 a0 48 b8 00 00 00 94 35 77 00 00 89 f6 31 d2 <48> f7 f6 48 8b 97 a8 03 00 00 89 82 00 01 00 00 f3 c3 89 f0 d1 
[    7.414215] RIP  [<ffffffffa058407f>] hdspm_set_dds_value+0x2f/0x70 [snd_hdspm]
[    7.414258]  RSP <ffff880000103db8>
[    7.414294] ---[ end trace 0adf5e2f4778cfb4 ]---
[    7.433445] intel_rapl: Found RAPL domain package
[    7.433483] intel_rapl: Found RAPL domain core
[    7.433514] intel_rapl: Found RAPL domain uncore
[    7.433559] intel_rapl: RAPL package 0 domain package locked by BIOS
7.750087] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    7.772404] systemd-journald[202]: Received request to flush runtime journal from PID 1
[  188.489226] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  189.041828] RPC: Registered named UNIX socket transport module.
[  189.041869] RPC: Registered udp transport module.
[  189.041914] RPC: Registered tcp transport module.
[  189.044034] RPC: Registered tcp NFSv4.1 backchannel transport module.
[  189.092263] FS-Cache: Loaded
[  189.132449] FS-Cache: Netfs 'nfs' registered for caching
[  189.174359] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
[  189.994899] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[  189.996594] e1000e 0000:00:19.0 eth0: 10/100 speed: disabling TSO
[  189.998340] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  192.331876] cfg80211: World regulatory domain updated:
[  192.333168] cfg80211:  DFS Master region: unset
......

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Alsa-user mailing list
Alsa-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-user



[Index of Archives]     [ALSA Devel]     [Linux Audio Users]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]

  Powered by Linux