RC2 in frugal mode
Suppressed patching from get-linux-source script and re-installed the linux sources => can now compile the kernel without any errors.
Added module ch7006 to the kernel => can now boot from sdcard.
Well, not correctly. During boot:
...
Processing: /etc/init.d/rcS...
Mounting proc filesystem on /proc [ Done ]
Mounting devtmpfs filesystem on: /dev
[....9.290409] modprobe use greatest stack depth: 5948 bytes left
mount: unknown filesystem type 'devtmpfs' [ Failed ]
starting udev deamon...
.../...
Loading Kernel modules [ Failed ]
Loading module : agpgart_intel [ Failed ]
Loading module : e1000e [ Failed ]
Loading module : ehci_hcd [ Failed ]
Loading module : snd_hda_intel [ Failed ]
Loading module : pcieport [ Failed ]
Loading module : ahci [ Failed ]
Loading module : i801_smbus [ Failed ]
At the end of boot, the system hangs with the login tazbox; keyboard is inactive, need to power off the computer.
Adding the otion screen=text
, the system boot in console mode.
Login as root, modprobe
manually the kernel modules above = OK.
Then startx
but system hangs in the same way.
At least, it seems ch7006 is required to boot from sdcards.