Open xiaooquanwu opened 7 years ago
Is it an error produced by mopidy? run /etc/init.d/mopidy stop
to disable it. Could you be able to run arecord or aplay?
yes,when disable mopidy or alexa, panic disappear, aplay works ok
If arecord works but alexa does't, it may be a compiling issue of portaudio. We can test it with pyaudio example code
"""PyAudio example: Record a few seconds of audio and save to a WAVE file."""
import pyaudio
import wave
CHUNK = 1024
FORMAT = pyaudio.paInt16
CHANNELS = 2
RATE = 44100
RECORD_SECONDS = 5
WAVE_OUTPUT_FILENAME = "output.wav"
p = pyaudio.PyAudio()
stream = p.open(format=FORMAT,
channels=CHANNELS,
rate=RATE,
input=True,
frames_per_buffer=CHUNK)
print("* recording")
frames = []
for i in range(0, int(RATE / CHUNK * RECORD_SECONDS)):
data = stream.read(CHUNK)
frames.append(data)
print("* done recording")
stream.stop_stream()
stream.close()
p.terminate()
wf = wave.open(WAVE_OUTPUT_FILENAME, 'wb')
wf.setnchannels(CHANNELS)
wf.setsampwidth(p.get_sample_size(FORMAT))
wf.setframerate(RATE)
wf.writeframes(b''.join(frames))
wf.close()
root@ReSpeaker:/bin# python pyaudio.py
Traceback (most recent call last):
File "pyaudio.py", line 3, in <module>
import pyaudio
File "/bin/pyaudio.py", line 7, in <module>
FORMAT = pyaudio.paInt16
AttributeError: 'module' object has no attribute 'paInt16'
a compiling issue of portaudio ? how to fix ?
You should rename pyaudio.py
, pyaudio
is library name and should not be used as your script name.
root@ReSpeaker:/bin# python pyaudio_example.py
[ 1548.650000] capture free_dma_buffer
[ 1548.660000] ptri2s_config->mmap_index:0
[ 1548.670000] playback free_dma_buffer
[ 1548.680000] ptri2s_config->mmap_index:0
[ 1548.870000] capture free_dma_buffer
[ 1548.880000] ptri2s_config->mmap_index:0
[ 1548.890000] playback free_dma_buffer
[ 1548.900000] ptri2s_config->mmap_index:0
[ 1548.920000] capture free_dma_buffer
[ 1548.930000] ptri2s_config->mmap_index:0
[ 1548.940000] playback free_dma_buffer
[ 1548.950000] ptri2s_config->mmap_index:0
[ 1549.220000] ****** wm8960_postinit ******
[ 1549.240000] playback free_dma_buffer
[ 1549.250000] ptri2s_config->mmap_index:0
[ 1549.320000] ummap MMAP[0]=0x85F20000
[ 1549.330000] playback free_dma_buffer
[ 1549.340000] ptri2s_config->mmap_index:8
[ 1549.610000] ****** wm8960_postinit ******
[ 1549.890000] ****** wm8960_postinit ******
[ 1550.170000] ****** wm8960_postinit ******
[ 1550.450000] ****** wm8960_postinit ******
[ 1550.730000] ****** wm8960_postinit ******
[ 1551.010000] ****** wm8960_postinit ******
[ 1551.290000] ****** wm8960_postinit ******
[ 1551.570000] ****** wm8960_postinit ******
[ 1551.850000] ****** wm8960_postinit ******
[ 1552.130000] ****** wm8960_postinit ******
[ 1552.410000] ****** wm8960_postinit ******
[ 1552.690000] ****** wm8960_postinit ******
[ 1552.970000] ****** wm8960_postinit ******
[ 1553.250000] ****** wm8960_postinit ******
[ 1553.530000] ****** wm8960_postinit ******
[ 1553.820000] ****** wm8960_postinit ******
[ 1554.100000] ****** wm8960_postinit ******
[ 1554.120000] mtk_dai: ASoC: unmatched rate symmetry: 8000 - 44100
[ 1554.130000] capture free_dma_buffer
[ 1554.140000] ptri2s_config->mmap_index:8
Expression 'ioctl( devHandle, SNDCTL_DSP_SPEED, &sr )' failed in 'src/hostapi/oss/pa_unix_oss.c', line: 421
[ 1554.410000] ****** wm8960_postinit ******
[ 1554.430000] ****** wm8960_preinit ******
[ 1554.950000] Kernel bug detected[#1]:
[ 1554.950000] CPU: 0 PID: 2038 Comm: python Not tainted 3.18.23 #2
[ 1554.950000] task: 85ee5d10 ti: 85d34000 task.ti: 85d34000
[ 1554.950000] $ 0 : 00000000 80008b84 00000001 00000b20
[ 1554.950000] $ 4 : 00000000 00000020 00000020 ffffffbf
[ 1554.950000] $ 8 : 0020001e 85cdc700 00000020 0020001e
[ 1554.950000] $12 : 00000000 00000001 00000000 00000000
[ 1554.950000] $16 : 85c84880 00000000 00000001 85ce3c00
[ 1554.950000] $20 : 878b9b80 00000000 00001f40 00000000
[ 1554.950000] $24 : 00000000 86f29ae8
[ 1554.950000] $28 : 85d34000 85d35d30 00001f40 80094e9c
[ 1554.950000] Hi : 00000000
[ 1554.950000] Lo : 00000000
[ 1554.950000] epc : 80094efc __vunmap+0xa4/0x114
[ 1554.950000] Not tainted
[ 1554.950000] ra : 80094e9c __vunmap+0x44/0x114
[ 1554.950000] Status: 1100e403 KERNEL EXL IE
[ 1554.950000] Cause : 10800034
[ 1554.950000] PrId : 00019655 (MIPS 24KEc)
[ 1554.950000] Modules linked in: pppoe ppp_async iptable_nat snd_usb_audio pppox ppp_generic nf_nat_ipv4 nf_conntrack_ipv6 nf_conntrack_ipv4 ipt_REJECT ipt_MASQUERADE xt_time xt_tcpudp xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_id xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_LOG xt_CT uvcvideo usbhid spi_gpio spi_bitbang snd_usbmidi_lib slhc nf_reject_ipv4 nf_nat_masquerade_ipv4 nf_nat_ftp nf_nat nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack_ftp nf_conntrack iptable_raw iptable_mangle iptable_filter ip_tables hid_generic crc_ccitt snd_soc_mt76xx_machine snd_soc_mt76xx_pcm snd_soc_mt76xx_i2s snd_soc_mt76xx_i2s_ctl i2c_wm8960 snd_soc_wm8960 ralink_gdma fuse videobuf2_vmalloc videobuf2_memops videobuf2_core hid v4l2_common videodev evdev i2c_ralink snd_soc_core mt_wifi i2c_dev ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 nf_log_common ip6table_raw ip6table_mangle ip6table_filter ip6_tables x_tables nfsv3 nfs snd_compress snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd_rawmidi snd_seq_device snd_hwdep snd input_core soundcore vfat fat ntfs lockd sunrpc grace cifs autofs4 nls_utf8 nls_iso8859_2 nls_iso8859_15 nls_iso8859_1 nls_cp437 regmap_spi regmap_i2c i2c_core regmap_core lzo_decompress lzo_compress ipv6 dma_shared_buffer sha256_generic md5 md4 hmac ecb des_generic arc4 crypto_blkcipher mmc_block usb_storage sdhci_pltfm sdhci mtk_sd mmc_core leds_gpio ohci_platform ohci_hcd ehci_platform ehci_hcd sd_mod scsi_mod gpio_button_hotplug ext4 jbd2 mbcache exfat usbcore nls_base usb_common crc16 aead crypto_hash
[ 1554.950000] Process python (pid: 2038, threadinfo=85d34000, task=85ee5d10, tls=7760b750)
[ 1554.950000] Stack : 00000002 85ce2800 00103fff 0020001d 85cdc800 85cdc900 86d9f000 86f35150
00000000 00000000 00001f40 00001f40 86d9f000 86f314a8 85ce3800 8643c000
86d9f000 85ce3c00 878b9b80 85ce3800 8643c000 86f324b8 fffffff6 85d35e60
00000000 00000000 00000004 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000018 00000000 00000000 00000000 00000000 00000000
...
[ 1554.950000] Call Trace:
[ 1554.950000] [<80094efc>] __vunmap+0xa4/0x114
[ 1554.950000] [<86f35150>] snd_pcm_plugin_free+0x38/0x54 [snd_pcm_oss]
[ 1554.950000] [<86f314a8>] 0x86f314a8
[ 1554.950000]
[ 1554.950000]
Code: 00822021 8c840000 2c820001 <00020336> 0c01c195 00002821 080253b7 26310001 8e02000c
[ 1555.530000] ---[ end trace 9580967151fb5a56 ]---
It seems you include oss module support for portaudio, you should disable oss in your portaudio's makefile
disable oss in portaudio's makefile, it still panic
root@ReSpeaker:/bin# python pyaudio_example.py
[ 85.410000] capture free_dma_buffer
[ 85.420000] ptri2s_config->mmap_index:0
[ 85.430000] playback free_dma_buffer
[ 85.430000] ptri2s_config->mmap_index:0
[ 85.700000] capture free_dma_buffer
[ 85.710000] ptri2s_config->mmap_index:0
[ 85.740000] playback free_dma_buffer
[ 85.750000] ptri2s_config->mmap_index:0
[ 85.780000] capture free_dma_buffer
[ 85.790000] ptri2s_config->mmap_index:0
[ 85.810000] playback free_dma_buffer
[ 85.820000] ptri2s_config->mmap_index:0
[ 86.110000] ****** wm8960_postinit ******
[ 86.130000] playback free_dma_buffer
[ 86.140000] ptri2s_config->mmap_index:0
[ 86.250000] ummap MMAP[0]=0x86370000
[ 86.250000] playback free_dma_buffer
[ 86.260000] ptri2s_config->mmap_index:8
[ 86.620000] ****** wm8960_postinit ******
[ 86.860000] CPU 0 Unable to handle kernel paging request at virtual address 00000004, epc == 8013a338, ra == 8013b6d4
[ 86.860000] Oops[#1]:
[ 86.860000] CPU: 0 PID: 1268 Comm: odhcpd Not tainted 3.18.23 #3
[ 86.860000] task: 879b3a20 ti: 86036000 task.ti: 86036000
[ 86.860000] $ 0 : 00000000 00000000 862cbde0 00000000
[ 86.860000] $ 4 : 86037e68 803099f4 00000000 fffffffc
[ 86.860000] $ 8 : b0bd76a1 00000000 001e847f 00000000
[ 86.860000] $12 : 00000014 776bc3a0 77725658 7772c000
[ 86.860000] $16 : 86037e68 803099f4 86037e68 803099e8
[ 86.860000] $20 : 00000001 00000000 0000000a 87b02500
[ 86.860000] $24 : 000003e8 7769d260
[ 86.860000] $28 : 86036000 86037db8 86d0201c 8013b6d4
[ 86.860000] Hi : 00000014
[ 86.860000] Lo : b09ef222
[ 86.860000] epc : 8013a338 rb_insert_color+0x2c/0x14c
[ 86.860000] Not tainted
[ 86.860000] ra : 8013b6d4 timerqueue_add+0xc0/0x118
[ 86.860000] Status: 1100e402 KERNEL EXL
[ 86.860000] Cause : 00800008
[ 86.860000] BadVA : 00000004
[ 86.860000] PrId : 00019655 (MIPS 24KEc)
[ 86.860000] Modules linked in: pppoe ppp_async iptable_nat snd_usb_audio pppox ppp_generic nf_nat_ipv4 nf_conntrack_ipv6 nf_conntrack_ipv4 ipt_REJECT ipt_MASQUERADE xt_time xt_tcpudp xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_id xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_LOG xt_CT uvcvideo usbhid spi_gpio spi_bitbang snd_usbmidi_lib slhc nf_reject_ipv4 nf_nat_masquerade_ipv4 nf_nat_ftp nf_nat nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack_ftp nf_conntrack iptable_raw iptable_mangle iptable_filter ip_tables hid_generic crc_ccitt snd_soc_mt76xx_machine snd_soc_mt76xx_pcm snd_soc_mt76xx_i2s snd_soc_mt76xx_i2s_ctl i2c_wm8960 snd_soc_wm8960 ralink_gdma fuse videobuf2_vmalloc videobuf2_memops videobuf2_core hid v4l2_common videodev evdev i2c_ralink snd_soc_core mt_wifi i2c_dev ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 nf_log_common ip6table_raw ip6table_mangle ip6table_filter ip6_tables x_tables nfsv3 nfs snd_compress snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd_rawmidi snd_seq_device snd_hwdep snd input_core soundcore vfat fat ntfs lockd sunrpc grace cifs autofs4 nls_utf8 nls_iso8859_2 nls_iso8859_15 nls_iso8859_1 nls_cp437 regmap_spi regmap_i2c i2c_core regmap_core lzo_decompress lzo_compress ipv6 dma_shared_buffer sha256_generic md5 md4 hmac ecb des_generic arc4 crypto_blkcipher mmc_block usb_storage sdhci_pltfm sdhci mtk_sd mmc_core leds_gpio ohci_platform ohci_hcd ehci_platform ehci_hcd sd_mod scsi_mod gpio_button_hotplug ext4 jbd2 mbcache exfat usbcore nls_base usb_common crc16 aead crypto_hash
[ 86.860000] Process odhcpd (pid: 1268, threadinfo=86036000, task=879b3a20, tls=77741440)
[ 86.860000] Stack : 00000000 00000000 00000000 00000000 b09ef222 00000014 86037e68 80050534
879b3a50 80309570 80310000 862b4508 001e847f 00000000 b0bd76a1 00000014
000080fe 879b3a20 86037ef0 00000000 001e847f 87b02500 001e847f 777255b0
0000000a 87b02500 86d0201c 800506e8 86037ef0 00000000 86037e68 800502bc
001e847f 00000000 00000001 00000000 001e847f 8000cb64 00000000 00002019
...
[ 86.860000] Call Trace:
[ 86.860000] [<8013a338>] rb_insert_color+0x2c/0x14c
[ 86.860000] [<8013b6d4>] timerqueue_add+0xc0/0x118
[ 86.860000] [<80050534>] __hrtimer_start_range_ns+0x100/0x290
[ 86.860000] [<800506e8>] hrtimer_start_range_ns+0x24/0x30
[ 86.860000] [<8000cb64>] schedule_hrtimeout_range_clock+0xc0/0x118
[ 86.860000] [<800d5b40>] SyS_epoll_wait+0x324/0x370
[ 86.860000] [<80006b5c>] handle_sys+0x11c/0x140
[ 86.860000]
[ 86.860000]
Code: 30660001 14c00047 00000000 <8c660004> 10460016 00000000 10c00005 00000000 8cc80000
[ 87.510000] ---[ end trace 828ce27336de8338 ]---
[ 87.530000] ****** wm8960_postinit ******
[ 87.540000] CPU 0 Unable to handle kernel paging request at virtual address 00000028, epc == 801095b0, ra == 801095b0
[ 87.540000] Oops[#2]:
[ 87.540000] CPU: 0 PID: 1525 Comm: python Tainted: G D 3.18.23 #3
[ 87.540000] task: 861b9838 ti: 861d2000 task.ti: 861d2000
[ 87.540000] $ 0 : 00000000 779c35e8 00000000 00000001
[ 87.540000] $ 4 : 862c9c00 861d3d00 87b58023 00000000
[ 87.540000] $ 8 : 00000051 00000ff0 800a4358 00000009
[ 87.540000] $12 : 7ffdb8e8 77a043a0 77ba4718 77c4e100
[ 87.540000] $16 : 00000000 00000081 876445c8 87b58010
[ 87.540000] $20 : fffffff6 861d3e08 00595df8 00598f58
[ 87.540000] $24 : 0000000b 80109538
[ 87.540000] $28 : 861d2000 861d3cf0 00000023 801095b0
[ 87.540000] Hi : 00000008
[ 87.540000] Lo : 00000000
[ 87.540000] epc : 801095b0 ovl_permission+0x78/0x130
[ 87.540000] Tainted: G D
[ 87.540000] ra : 801095b0 ovl_permission+0x78/0x130
[ 87.540000] Status: 1100e403 KERNEL EXL IE
[ 87.540000] Cause : 00800008
[ 87.540000] BadVA : 00000028
[ 87.540000] PrId : 00019655 (MIPS 24KEc)
[ 87.540000] Modules linked in: pppoe ppp_async iptable_nat snd_usb_audio pppox ppp_generic nf_nat_ipv4 nf_conntrack_ipv6 nf_conntrack_ipv4 ipt_REJECT ipt_MASQUERADE xt_time xt_tcpudp xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_id xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_LOG xt_CT uvcvideo usbhid spi_gpio spi_bitbang snd_usbmidi_lib slhc nf_reject_ipv4 nf_nat_masquerade_ipv4 nf_nat_ftp nf_nat nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack_ftp nf_conntrack iptable_raw iptable_mangle iptable_filter ip_tables hid_generic crc_ccitt snd_soc_mt76xx_machine snd_soc_mt76xx_pcm snd_soc_mt76xx_i2s snd_soc_mt76xx_i2s_ctl i2c_wm8960 snd_soc_wm8960 ralink_gdma fuse videobuf2_vmalloc videobuf2_memops videobuf2_core hid v4l2_common videodev evdev i2c_ralink snd_soc_core mt_wifi i2c_dev ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 nf_log_common ip6table_raw ip6table_mangle ip6table_filter ip6_tables x_tables nfsv3 nfs snd_compress snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd_rawmidi snd_seq_device snd_hwdep snd input_core soundcore vfat fat ntfs lockd sunrpc grace cifs autofs4 nls_utf8 nls_iso8859_2 nls_iso8859_15 nls_iso8859_1 nls_cp437 regmap_spi regmap_i2c i2c_core regmap_core lzo_decompress lzo_compress ipv6 dma_shared_buffer sha256_generic md5 md4 hmac ecb des_generic arc4 crypto_blkcipher mmc_block usb_storage sdhci_pltfm sdhci mtk_sd mmc_core leds_gpio ohci_platform ohci_hcd ehci_platform ehci_hcd sd_mod scsi_mod gpio_button_hotplug ext4 jbd2 mbcache exfat usbcore nls_base usb_common crc16 aead crypto_hash
[ 87.540000] Process python (pid: 1525, threadinfo=861d2000, task=861b9838, tls=77c75750)
[ 87.540000] Stack : 861d3df0 00000000 87b5802f 87b58010 ffffff00 861d3e08 861d3df0 ffffffec
87b5802f 800aa640 8636a280 00000000 00000000 801093c4 876445c8 81c077f8
80310000 861d3e10 87bbe310 87646088 861d3e60 81c077f8 861d3df0 00000000
00000041 87b58010 861d3ed0 ffffff69 00595df8 800aade8 861d3e18 861d3e60
861d3e60 800ac62c 861d3d94 00000000 87b5802f 861d3ef0 ffffff00 861d3e78
...
[ 87.540000] Call Trace:
[ 87.540000] [<801095b0>] ovl_permission+0x78/0x130
[ 87.540000] [<800aa640>] link_path_walk+0x88/0x7d4
[ 87.540000] [<800aade8>] path_lookupat+0x5c/0x730
[ 87.540000] [<800ab834>] filename_lookup.isra.52+0x34/0xa0
[ 87.540000] [<800ad814>] user_path_at_empty+0x64/0xa4
[ 87.540000] [<800ad868>] user_path_at+0x14/0x20
[ 87.540000] [<800a3d88>] vfs_fstatat+0x64/0xd0
[ 87.540000] [<800a4370>] SyS_stat64+0x18/0x3c
[ 87.540000] [<80006b5c>] handle_sys+0x11c/0x140
[ 87.540000]
[ 87.540000]
Code: 8c440064 0c0423bc 27a50010 <8c440028> 1480000a 32220002 32310080 16200020 2412fffe
[ 87.540000] ---[ end trace 828ce27336de8339 ]---
[ 87.540000] CPU 0 Unable to handle kernel paging request at virtual address 00000000, epc == 8013a6f4, ra == 8013b7b0
[ 87.540000] Oops[#3]:
[ 87.540000] CPU: 0 PID: 0 Comm: swapper Tainted: G D 3.18.23 #3
[ 87.540000] task: 8030aad0 ti: 80304000 task.ti: 80304000
[ 87.540000] $ 0 : 00000000 00000000 80309bb0 862cbde0
[ 87.540000] $ 4 : 00000000 803099f4 fffffffc 80309bb1
[ 87.540000] $ 8 : ab4781ba 0ed03298 000043a2 14a2cd42
[ 87.540000] $12 : 0e9a6740 00000004 00000000 00000000
[ 87.540000] $16 : 86221eb0 803099f4 00000002 00000000
[ 87.540000] $20 : 86221eb0 ffffffff 00000000 00000003
[ 87.540000] $24 : 00000000 8001109c
[ 87.540000] $28 : 80304000 80305ca0 9cd19574 8013b7b0
[ 87.540000] Hi : 0ed03298
[ 87.540000] Lo : ab4781ba
[ 87.540000] epc : 8013a6f4 rb_erase+0x29c/0x3cc
[ 87.540000] Tainted: G D
[ 87.540000] ra : 8013b7b0 timerqueue_del+0x6c/0x88
[ 87.540000] Status: 11006402 KERNEL EXL
[ 87.540000] Cause : 0080000c
[ 87.540000] BadVA : 00000000
[ 87.540000] PrId : 00019655 (MIPS 24KEc)
[ 87.540000] Modules linked in: pppoe ppp_async iptable_nat snd_usb_audio pppox ppp_generic nf_nat_ipv4 nf_conntrack_ipv6 nf_conntrack_ipv4 ipt_REJECT ipt_MASQUERADE xt_time xt_tcpudp xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_id xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_LOG xt_CT uvcvideo usbhid spi_gpio spi_bitbang snd_usbmidi_lib slhc nf_reject_ipv4 nf_nat_masquerade_ipv4 nf_nat_ftp nf_nat nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack_ftp nf_conntrack iptable_raw iptable_mangle iptable_filter ip_tables hid_generic crc_ccitt snd_soc_mt76xx_machine snd_soc_mt76xx_pcm snd_soc_mt76xx_i2s snd_soc_mt76xx_i2s_ctl i2c_wm8960 snd_soc_wm8960 ralink_gdma fuse videobuf2_vmalloc videobuf2_memops videobuf2_core hid v4l2_common videodev evdev i2c_ralink snd_soc_core mt_wifi i2c_dev ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 nf_log_common ip6table_raw ip6table_mangle ip6table_filter ip6_tables x_tables nfsv3 nfs snd_compress snd_pcm_oss snd_mixer_oss snd_pcm snd_timer snd_rawmidi snd_seq_device snd_hwdep snd input_core soundcore vfat fat ntfs lockd sunrpc grace cifs autofs4 nls_utf8 nls_iso8859_2 nls_iso8859_15 nls_iso8859_1 nls_cp437 regmap_spi regmap_i2c i2c_core regmap_core lzo_decompress lzo_compress ipv6 dma_shared_buffer sha256_generic md5 md4 hmac ecb des_generic arc4 crypto_blkcipher mmc_block usb_storage sdhci_pltfm sdhci mtk_sd mmc_core leds_gpio ohci_platform ohci_hcd ehci_platform ehci_hcd sd_mod scsi_mod gpio_button_hotplug ext4 jbd2 mbcache exfat usbcore nls_base usb_common crc16 aead crypto_hash
[ 87.540000] Process swapper (pid: 0, threadinfo=80304000, task=8030aad0, tls=00000000)
[ 87.540000] Stack : 00000014 9cd18b00 00000000 00000014 803099e8 86221eb0 00000002 80050178
803099e8 803099b0 9c47a04b 00000014 86221eb0 803099e8 803099b0 7fffffff
00000014 80050388 80310000 80310000 87fb8000 80310000 80310000 803099b0
9cd19574 80050950 000000b9 80034d94 0000200b 00000040 9cd19574 00000014
00000014 9cd19574 00000014 00000001 8030cdd4 00000007 00000000 00000000
...
[ 87.540000] Call Trace:
[ 87.540000] [<8013a6f4>] rb_erase+0x29c/0x3cc
[ 87.540000] [<8013b7b0>] timerqueue_del+0x6c/0x88
[ 87.540000] [<80050178>] __remove_hrtimer+0x48/0xf8
[ 87.540000] [<80050388>] __run_hrtimer.isra.28+0x4c/0xf8
[ 87.540000] [<80050950>] hrtimer_interrupt+0x18c/0x34c
[ 87.540000] [<80016664>] c0_compare_interrupt+0x4c/0x5c
[ 87.540000] [<80048f08>] handle_irq_event_percpu+0x64/0x188
[ 87.540000] [<8004bb4c>] handle_percpu_irq+0x54/0x84
[ 87.540000] [<8004887c>] generic_handle_irq+0x28/0x44
[ 87.540000] [<80011198>] do_IRQ+0x1c/0x2c
[ 87.540000] [<80004830>] ret_from_irq+0x0/0x4
[ 87.540000] [<800110b4>] r4k_wait_irqoff+0x18/0x20
[ 87.540000] [<80043540>] cpu_startup_entry+0xf0/0x13c
[ 87.540000] [<80323b5c>] start_kernel+0x42c/0x444
[ 87.540000]
[ 87.540000]
Code: 34470001 ac440008 ac620004 <ac870000> 8c480000 01063824 ac680000 10e00008 ac430000
[ 87.540000] ---[ end trace 828ce27336de833a ]---
[ 87.540000] Kernel panic - not syncing: Fatal exception in interrupt
[ 87.540000] Rebooting in 3 seconds..[04030C0E][04030C0D]
DDR Calibration DQS reg = 00008888
i have compiled the source and upgraded the Respeaker,it panic ! can somebody help to find what the issue is ?