Tiny Core Linux
dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => Topic started by: yoshi314 on November 20, 2015, 06:38:28 AM
-
I recently got an x86 tablet (hp slate2 with dreaded gma600 gfx chip). dcore is just about the only distro that detects the usb storage at boot time and loads extensions from it, any other live distro requires that its files are placed on internal storage, as usb devices are not detected at all, or are detected but ignored at boot time (various parameters to delay boot to give usb detection some time did not help).
Is there anything special about kernel configuration in dcore that makes it cooperate well with this quirky hardware?
-
Below is the kernel config. The only real difference between it and the config for Core is the enabling devtmpfs. So I don't know why dCore works on this specific hardware and others don't, but I am glad to hear that it does.
http://tinycorelinux.net/dCore/x86/import/src/kernel-3.16.6/config-3.16.6-tinycore-mountdevtmpfs
-
I do remember having to play with the udev rules regarding persistent storage and the /dev/disk directory that affected usb and booting. May or may not pertain to what you are seeing.
Does standard Core work with usb also with this tablet?
-
I'll try and see. It's a really quirky hardware, i must admit. Esp when it comes to identifying the storage.
-
I think it is about the in-kernel usbcore. I am investigating it now.
-
Yeah, they're built-in to save a bit of boot time, and to detect USB devices 1-3s faster. Having them as modules shouldn't prevent USB from working at all though.