12Next
返回列表 发新帖
查看: 7572|回复: 17

U57 - Ubuntu 20.04 installaiton issue mmc0

[复制链接]

1

Threads

3

Posts

25

Credits

Newbie

Rank: 1

Credits
25
发表于 2020-06-14 02:11:03 | 显示全部楼层 |阅读模式
Hi all,
Ireceived my U57 yesterday and I preceed to install ubuntu 20.04 Focal Fossa on my new minipc.
Just turned on the PC with boot by USB, I received a sequence of this error:


  1. [  348.925502] mmc0: Timeout waiting for hardware cmd interrupt.
  2. [  348.925511] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
  3. [  348.925516] mmc0: sdhci: Sys addr:  0x00000000 | Version:  0x0000a402
  4. [  348.925521] mmc0: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
  5. [  348.925525] mmc0: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
  6. [  348.925530] mmc0: sdhci: Present:   0x01ff0001 | Host ctl: 0x00000000
  7. [  348.925534] mmc0: sdhci: Power:     0x0000000f | Blk gap:  0x00000000
  8. [  348.925538] mmc0: sdhci: Wake-up:   0x00000000 | Clock:    0x0000fa07
  9. [  348.925543] mmc0: sdhci: Timeout:   0x00000000 | Int stat: 0x00018000
  10. [  348.925547] mmc0: sdhci: Int enab:  0x00ff0003 | Sig enab: 0x00ff0003
  11. [  348.925551] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
  12. [  348.925556] mmc0: sdhci: Caps:      0x67ea64b2 | Caps_1:   0x00000000
  13. [  348.925560] mmc0: sdhci: Cmd:       0x00000502 | Max curr: 0x00000001
  14. [  348.925564] mmc0: sdhci: Resp[0]:   0x00000000 | Resp[1]:  0x00000000
  15. [  348.925568] mmc0: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
  16. [  348.925572] mmc0: sdhci: Host ctl2: 0x00000000
  17. [  348.925576] mmc0: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x00000000
  18. [  348.925578] mmc0: sdhci: ============================================
复制代码


Now that system is up and running I still receive these message by kernel. There's someone that can help me to fix it?
Thanks
Alessandro

回复

使用道具 举报

7

Threads

261

Posts

1325

Credits

Moderator

Rank: 7Rank: 7Rank: 7

Credits
1325
发表于 2020-06-15 03:40:04 | 显示全部楼层
Helo Dear,
I see that the SD Card reader driver is not working or maybe not present.
Can you share the output of the following command
  1. dmesg | egrep "(sdhci|mmc)"
复制代码

Can you try Manjaro Linux on usb and see if it have the same issue? Mostly likely the config needed for this sd card reader is not enabled in Ubuntu Kernel.
Beelink GTR7 (7840HS) - Manjaro Linux
Beelink SER5 (5600U) - Manjaro Linux
Beelink GT1 Ultimate (S912) - Libre Elec TV
Beelink GT King Pro (S922X-H) - Manjaro ARM Linux
Beelink GS King X (S922X-H)  -
回复 支持 反对

使用道具 举报

1

Threads

3

Posts

25

Credits

Newbie

Rank: 1

Credits
25
 楼主| 发表于 2020-06-15 15:25:38 | 显示全部楼层
Hello,
thanks for reply me.
with command that you've passed me, I've got  this output

  1. [    0.673758] sdhci: Secure Digital Host Controller Interface driver
  2. [    0.675020] sdhci: Copyright(c) Pierre Ossman
  3. [    0.702867] mmc0: SDHCI controller on ACPI [INT3436:00] using ADMA
  4. [    2.696370] mmc1: new ultra high speed SDR50 SDXC card at address 0001
  5. [    4.273949] mmcblk1: mmc1:0001 ED4QT 119 GiB
  6. [    4.289786]  mmcblk1: p1
  7. [   10.812590] mmc0: Timeout waiting for hardware cmd interrupt.
  8. [   10.813542] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
  9. [   10.814409] mmc0: sdhci: Sys addr:  0x00000000 | Version:  0x0000a402
  10. [   10.815238] mmc0: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
  11. [   10.816062] mmc0: sdhci: Argument:  0x00000c00 | Trn mode: 0x00000000
  12. [   10.816851] mmc0: sdhci: Present:   0x01ff0001 | Host ctl: 0x00000000
  13. [   10.817626] mmc0: sdhci: Power:     0x0000000f | Blk gap:  0x00000000
  14. [   10.818400] mmc0: sdhci: Wake-up:   0x00000000 | Clock:    0x00007d07
  15. [   10.819165] mmc0: sdhci: Timeout:   0x00000000 | Int stat: 0x00018000
  16. [   10.819922] mmc0: sdhci: Int enab:  0x00ff0003 | Sig enab: 0x00ff0003
  17. [   10.820673] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
  18. [   10.821418] mmc0: sdhci: Caps:      0x67ea64b2 | Caps_1:   0x00000000
  19. [   10.822161] mmc0: sdhci: Cmd:       0x0000341a | Max curr: 0x00000001
  20. [   10.822900] mmc0: sdhci: Resp[0]:   0x00000000 | Resp[1]:  0x00000000
  21. [   10.823634] mmc0: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
  22. [   10.824360] mmc0: sdhci: Host ctl2: 0x00000000
  23. [   10.825087] mmc0: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x00000000
  24. [   10.825827] mmc0: sdhci: ============================================
复制代码

today I try with Manjaro and a give you a feedback. Strange is that when I bought this PC, it was sale also for Ubuntu.
Thanks again
回复 支持 反对

使用道具 举报

7

Threads

261

Posts

1325

Credits

Moderator

Rank: 7Rank: 7Rank: 7

Credits
1325
发表于 2020-06-15 20:45:47 | 显示全部楼层
arosioa replied at 2020-06-15 15:25
Hello,
thanks for reply me.
with command that you've passed me, I've got  this output

Yes when they sell with Ubuntu then that is with optimised version of Ubuntu.

Hopefully Manjaro should solve this issue as there we have all the functions enabled.
Beelink GTR7 (7840HS) - Manjaro Linux
Beelink SER5 (5600U) - Manjaro Linux
Beelink GT1 Ultimate (S912) - Libre Elec TV
Beelink GT King Pro (S922X-H) - Manjaro ARM Linux
Beelink GS King X (S922X-H)  -
回复 支持 反对

使用道具 举报

1

Threads

3

Posts

25

Credits

Newbie

Rank: 1

Credits
25
 楼主| 发表于 2020-06-18 15:16:45 | 显示全部楼层
spikerguy replied at 2020-06-15 20:45
Yes when they sell with Ubuntu then that is with optimised version of Ubuntu.

Hopefully Manjaro s ...

Because you mean that there is an optimized version of ubuntu to ask them?
回复 支持 反对

使用道具 举报

7

Threads

261

Posts

1325

Credits

Moderator

Rank: 7Rank: 7Rank: 7

Credits
1325
发表于 2020-06-18 15:47:12 | 显示全部楼层
It is not always possible for a single kernel to have all possible modules enabled. This is just a warning error and does not effect in using the system.

Please check if you can access the sd card and usb ports
If everything is working then there is no need to worry about this log.

You can also try Manjaro and see if the same logs are present.
Beelink GTR7 (7840HS) - Manjaro Linux
Beelink SER5 (5600U) - Manjaro Linux
Beelink GT1 Ultimate (S912) - Libre Elec TV
Beelink GT King Pro (S922X-H) - Manjaro ARM Linux
Beelink GS King X (S922X-H)  -
回复 支持 反对

使用道具 举报

1

Threads

2

Posts

19

Credits

Newbie

Rank: 1

Credits
19
发表于 2020-08-13 03:14:36 | 显示全部楼层
I use manjaro and the sd card will not read or write any files without many errors.
It will not even format the cards completely.
回复 支持 反对

使用道具 举报

7

Threads

261

Posts

1325

Credits

Moderator

Rank: 7Rank: 7Rank: 7

Credits
1325
发表于 2020-08-15 06:20:06 | 显示全部楼层
I can look into it once I receive my device for testing.

Till then I cannot figure out why it is acting like that.
Maybe someone from Beelink staff can suggest.
Beelink GTR7 (7840HS) - Manjaro Linux
Beelink SER5 (5600U) - Manjaro Linux
Beelink GT1 Ultimate (S912) - Libre Elec TV
Beelink GT King Pro (S922X-H) - Manjaro ARM Linux
Beelink GS King X (S922X-H)  -
回复 支持 反对

使用道具 举报

0

Threads

1

Posts

20

Credits

Newbie

Rank: 1

Credits
20
发表于 2023-01-21 19:05:47 | 显示全部楼层
You can use Ubuntu latest version or Ubuntu LTS latest version. May be your problem will be solved.
回复 支持 反对

使用道具 举报

0

Threads

1

Posts

16

Credits

Newbie

Rank: 1

Credits
16
发表于 2023-06-19 17:21:02 | 显示全部楼层
OK, I tried that and it took me to the screen to select boot device.
回复 支持 反对

使用道具 举报

12Next
返回列表 发新帖
您需要登录后才可以回帖 登录 | Sign up

本版积分规则

快速回复 返回顶部 返回列表