ASUS C302 Cave - Kali Linux: mmc_hs400_to_hs200 error -> RO-FS
by forkbomber from LinuxQuestions.org on (#5CY1C)
Hi, I'm new to this forum and to the art of troubleshooting hardware/driver issues in general.
I have a Asus C302C Chromebook with an intel core m3 that I recently blew away Chrome OS on. I used https://mrchromebox.tech/#fwscript coupled with removing the RW screw in the laptop to get the SeaBIOS firmware installed, and then I installed Kali linux, as one does.
Kali works just fine with all the known issues with sound, touchscreen, key remapping, etc. The only problem that has stumped me so far is an issue with the storage that will, after a period of time, make the FS read only. I will show you what I have so far, with the hopes that someone who knows how to debug these problems can help me gather the necessary information to fix the problem.
Dmesg error message:
multiple 'mmc0: mmc_hs400_to_hs200 failed, error -110'
~ a cache_flush error message
~ then it goes read only
There are more messages that don't get written down to disk but I'll try to capture them on a card next time around.
Dmesg boot info:
[ 4.271574] mmc0: new HS400 MMC card at address 0001
[ 4.275170] mmcblk0: mmc0:0001 DF4064 58.2 GiB
[ 4.275392] mmcblk0boot0: mmc0:0001 DF4064 partition 1 4.00 MiB
[ 4.275559] mmcblk0boot1: mmc0:0001 DF4064 partition 2 4.00 MiB
[ 4.275654] mmcblk0rpmb: mmc0:0001 DF4064 partition 3 4.00 MiB, chardev (248:0)
[ 4.288348] mmcblk0: p1 p2 p3
/sys/bus/mmc/devices/mmc0:0001
name: DF4064
Where do I go from here?


I have a Asus C302C Chromebook with an intel core m3 that I recently blew away Chrome OS on. I used https://mrchromebox.tech/#fwscript coupled with removing the RW screw in the laptop to get the SeaBIOS firmware installed, and then I installed Kali linux, as one does.
Kali works just fine with all the known issues with sound, touchscreen, key remapping, etc. The only problem that has stumped me so far is an issue with the storage that will, after a period of time, make the FS read only. I will show you what I have so far, with the hopes that someone who knows how to debug these problems can help me gather the necessary information to fix the problem.
Dmesg error message:
multiple 'mmc0: mmc_hs400_to_hs200 failed, error -110'
~ a cache_flush error message
~ then it goes read only
There are more messages that don't get written down to disk but I'll try to capture them on a card next time around.
Dmesg boot info:
[ 4.271574] mmc0: new HS400 MMC card at address 0001
[ 4.275170] mmcblk0: mmc0:0001 DF4064 58.2 GiB
[ 4.275392] mmcblk0boot0: mmc0:0001 DF4064 partition 1 4.00 MiB
[ 4.275559] mmcblk0boot1: mmc0:0001 DF4064 partition 2 4.00 MiB
[ 4.275654] mmcblk0rpmb: mmc0:0001 DF4064 partition 3 4.00 MiB, chardev (248:0)
[ 4.288348] mmcblk0: p1 p2 p3
/sys/bus/mmc/devices/mmc0:0001
name: DF4064
Where do I go from here?