Oreo R1 stuck at Input: PC Speaker during boot

490 views
Skip to first unread message

BrokenE39

unread,
Feb 7, 2019, 2:23:37 AM2/7/19
to Android-x86
Now that I resolved the problem with random: crng init done hanging at boot, another issue came up. When I boot using debug, the booting process would get stuck at the following:

input   : PC Speaker as /devices/platform/pcspkr/input/input8

I had to press enter a few times and type in "exit" to continue the boot. The external speakers seem to work as I get a beep when I press buttons on the screen. If I try to boot in normal mode, it seem to get stuck for good. Attached is a copy of the log and my kernal config file. Not sure if it's my audio setup in kernal config that's causing this problem.
log.txt
my_defconfig

youling 257

unread,
Feb 7, 2019, 3:31:50 AM2/7/19
to Android-x86
if [ 0$DEBUG -gt 0 ]; then
 echo -e "\nType 'exit' to continue booting...\n"
 debug_shell debug-found
fi

if [ 0$DEBUG -gt 1 ]; then
 echo -e "\nUse Alt-F1/F2/F3 to switch between virtual consoles"
 echo -e "Type 'exit' to enter Android...\n"

 debug_shell debug-late

youling 257

unread,
Feb 7, 2019, 3:57:54 AM2/7/19
to Android-x86
debug mode load modules use auto_detect.
# ensure keyboard driver is loaded
if [ -n "$INSTALL" -o -n "$DEBUG" ]; then
 busybox modprobe -a atkbd hid-apple
 auto_detect &

normal mode use ueventd.

Daniel Cheung

unread,
Feb 7, 2019, 5:51:37 PM2/7/19
to andro...@googlegroups.com
I'm not quite sure what you're saying as I'm not familiar with Linux in general. I did some more testing by removing PC Speaker support in the kernel. The boot process is stopping right before EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). That means it's not the PC Speaker causing the boot problem. I used gparted to check the partition and there are no errors. So I'm not sure what's happening.

--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-x86.
For more options, visit https://groups.google.com/d/optout.

BrokenE39

unread,
Feb 8, 2019, 1:57:00 AM2/8/19
to Android-x86
I just tested the standard 8.1 R1 iso and it got the same behavior where the boot process just stops. It didn't hang because I can alt-control-del to reboot it or press enter a few times and type "exit" to continue the process.
Reply all
Reply to author
Forward
0 new messages