running from the sd card ... and the errors I get are related to packages that it won't install.
scottlfa, since your are using uboot on C1000 (uboot is cool, i begin to love it) would you mind testing kernel 2.6.23.1 yonggun? I asked 2or0 and he said in principle it should work, even though the kernel has "hda1" in the name. If this works then I will also add this to Q20.If things go well, after this revision I think the content is reasonably stable to be put to the wiki, and it will be open to all for editing.Remember this is NOT my work, but is a collaboration of a number of enthusiastic players in the field.
I am still sitting on the fence with respect to eabi/armel. I am confused about the X server. it seems that 2or0 is using the xserver-xorg-video-fbdev server rather than the kdrive server we use in Titchy. Is that correct? Isn't that going to place a greater burden on the resources? OTOH, this server allows configuration options (like a config file!) not used in the kdrive, so that would be worthwhile.Sorry to not just jump in and see for myself, but I need to have this machine running for a trip in 2 weeks. Is that feasible?
I wonder why we have to install xserver-xorg-video-fbdev first is because we need to pull down the dependencies and not xorg itself. The repackaged kdrive xfbdev server also needs these dependencies but it doesn't not chase them. Or am i mistaken here?Also, 2or0, in your guide you mention to apt-get -f install. Is it the workaround of the glibc dependency error when installing libconsole_0.2.3dbs-65_armel.deb, console-tools_0.2.3dbs-65_armel.deb, libiw29_29-1_armel.deb, wireless-tools_29-1_armel.deb (these are four initial packages to install in order to get other things going)?
Quote from: ZDevilI wonder why we have to install xserver-xorg-video-fbdev first is because we need to pull down the dependencies and not xorg itself. The repackaged kdrive xfbdev server also needs these dependencies but it doesn't not chase them. Or am i mistaken here?Also, 2or0, in your guide you mention to apt-get -f install. Is it the workaround of the glibc dependency error when installing libconsole_0.2.3dbs-65_armel.deb, console-tools_0.2.3dbs-65_armel.deb, libiw29_29-1_armel.deb, wireless-tools_29-1_armel.deb (these are four initial packages to install in order to get other things going)?First two packages are for keymap, and rest are for wireless. If you have errors, it is probably due to libiw29_29-1_armel.deb and wireless-tools_29-1_armel.deb. When I set it up, I used libiw28_28 and wireless-tools_28. I fixed this in my blog.