Nov 3 2007, 03:26 PM
Post
#1
|
|
|
Group: Members Posts: 449 Joined: 12-August 03 From: Leeds, UK Member No.: 346 |
What needs doing after a successful installation of cortez-debian. I'm talking about the version of debian and the installer provided by cortez in this thread Debian Eabi With Installer.
Please re-read the first post in that thread because it has been updated. Follow the steps carefully to ensure fewer problems during and post-install. It is worth remembering that the kernel and modules used in this method, 2.6.23 at the moment, have been produced by cortez using the build system and source tree used by the Poky linux developers. I believe this is based on bitbake and the angstrom work. I think it is worth considering that there may be incompatabilities between this system and the angstrom kernel, modules and packages. I have successfully installed this system. However I did make an error in allowing the partitioner to format the new / partition. This meant that I had to copy the modules for the kernel across to the microdrive by using the method shown on the TitchyLinux site. I mean I had to mount the SD card and use this command: dpkg-deb -x (pathtofileon SDcard)zaurus_specific.deb . while being in the / directory of the microdrive. Does it matter if I use keymap.map as in ZDevil's Monster thread or the spitz.gz file from the TitchyLinux files in order to set up the keyboard? Would it be automatically set upif I hadn't let the partitioner format /? What about the gui/X system? Where do I start looking? cortez says get kdrive from PokyLinux and install it. Then install the window maager of your choice. One definite plus for this install, the hardware clock is sorted out without needing any clever tricks. The wifi only had the post-install problem of blacklisting the hostap modules. I have to do this post-install with all methods and varieties of debian, because all my wifi cards work with orinoco and fail with hostap loaded. The dhcp in the installer works well! It is much easier to work from the console if you install the openssh-server and login from a terminal on your desktop or use putty. It is vital to work this way when trying to get X to work. It is possible to have a Zaurus which loads X, but a non-working variety, and the only way to mend things is from a remote console. Hope this thread is of use, especially to me This post has been edited by tux: Nov 4 2007, 12:47 AM |
|
|
|
![]() |
Nov 8 2007, 07:51 PM
Post
#2
|
|
|
Group: Members Posts: 219 Joined: 3-March 06 Member No.: 9,282 |
Looking for ts_open
I am trying to work with cortez to get a new installation package. The first version, based on Zdevil's but working with his kernel, has a few (well, quite a few) broken packages. One of them seems to be the ts stuff. ts_calibrate won't start, and (I'm guessing because of that) xdm won't start. I can run X, at least as root, but only with the mouse. I want to use the touchscreen, and I want to get xdm running. So, where the fsck is ts_open, and what is it? I installed tslib-calibrate_1.0-r17_armel.deb tslib-conf_1.0-r17_armel.deb libts-1.0-0_1.0-r17_armel.deb and most of the packages in cortez's collection. What am I/is he missing? I couldn't find it on my titchy installation, currently backed up onto my desktop. |
|
|
|
Nov 9 2007, 12:51 AM
Post
#3
|
|
![]() Group: Members Posts: 1,019 Joined: 15-February 05 From: France Member No.: 6,477 |
Looking for ts_open I am trying to work with cortez to get a new installation package. The first version, based on Zdevil's but working with his kernel, has a few (well, quite a few) broken packages. One of them seems to be the ts stuff. ts_calibrate won't start, and (I'm guessing because of that) xdm won't start. I can run X, at least as root, but only with the mouse. I want to use the touchscreen, and I want to get xdm running. So, where the fsck is ts_open, and what is it? I installed tslib-calibrate_1.0-r17_armel.deb tslib-conf_1.0-r17_armel.deb libts-1.0-0_1.0-r17_armel.deb and most of the packages in cortez's collection. What am I/is he missing? I couldn't find it on my titchy installation, currently backed up onto my desktop. it is not that ts_open is missing but ts_calibrate wants to open a device that does not exist. ensure that your TSLIB_DEVICE is set then to log as $USER, try this fluck's tip listed here : http://www.oesf.org/forum/index.php?showto...mp;#entry170700 apt-get install xdm cd /usr/bin mv X X.OLD ln -s Xfbdev X chmod 2755 Xfbdev then, you can launch xdm, and log into X as $USER : /etc/init.d/xdm start that worked for flux and me! look here too: http://www.oesf.org/forum/index.php?showto...st&p=170918 i had to set TSLIB to /dev/input/touchscreen0 for stylus to work under X perhaps we should put all these post-install tips in the wiki, i'll try to do this this weekend |
|
|
|
Nov 9 2007, 12:39 PM
Post
#4
|
|
|
Group: Members Posts: 219 Joined: 3-March 06 Member No.: 9,282 |
it is not that ts_open is missing but ts_calibrate wants to open a device that does not exist. ensure that your TSLIB_DEVICE is set then to log as $USER, try this fluck's tip listed here : http://www.oesf.org/forum/index.php?showto...mp;#entry170700 apt-get install xdm cd /usr/bin mv X X.OLD ln -s Xfbdev X chmod 2755 Xfbdev then, you can launch xdm, and log into X as $USER : /etc/init.d/xdm start that worked for flux and me! look here too: http://www.oesf.org/forum/index.php?showto...st&p=170918 i had to set TSLIB to /dev/input/touchscreen0 for stylus to work under X perhaps we should put all these post-install tips in the wiki, i'll try to do this this weekend OK: With Cortez' kernel, there is no such thing as either /dev/input/touchscreen0 or the one in the .profile assignment, /dev/input/ts0 Changing the X to be a link to Xfbdev worked, sort of, in that xdm ran, but the screen is rotated. Still no useful stylus action, though. I put in my old ts.conf from titchy in hopes that it would have useful information, but it still does not work. So, can I make these devices? Since udev such a question becomes more important, since the devices are harder to deal with than in the old days. |
|
|
|
tux Post-install Steps For Debian Eabi With Installer Nov 3 2007, 03:26 PM
cortez Make sure to check the original thread for any upd... Nov 3 2007, 03:46 PM
tux Fixing the keyboard.
I got keymap.map from ZDev... Nov 4 2007, 12:43 AM
tux QUOTE(tux @ Nov 4 2007, 08:43 AM) Fixing ... Nov 4 2007, 01:38 PM
dlj0 QUOTE(tux @ Nov 4 2007, 04:43 AM) Fixing ... Nov 4 2007, 10:05 PM
tux I have re-installed: but BigZ insists on my choosi... Nov 5 2007, 12:49 AM
dlj0 QUOTE(tux @ Nov 5 2007, 04:49 AM) I have... Nov 5 2007, 06:54 AM
tux Replying to dlj0's post above.
That sounds ... Nov 5 2007, 02:33 PM
dlj0 QUOTE(tux @ Nov 5 2007, 06:33 PM) Replyin... Nov 5 2007, 05:35 PM

tux QUOTE(dlj0 @ Nov 6 2007, 01:35 AM) ....
... Nov 6 2007, 12:57 AM
jpmatrix QUOTE(tux @ Nov 5 2007, 11:33 PM) eth0 ... Nov 5 2007, 10:05 PM
tux [quote name='jpmatrix' date='Nov 6 200... Nov 6 2007, 12:51 AM
dlj0 Adieu for now folks.
I need to have my system w... Nov 6 2007, 08:54 PM
tux QUOTE(dlj0 @ Nov 7 2007, 04:54 AM) Adieu ... Nov 7 2007, 01:50 AM

dlj0 QUOTE(tux @ Nov 7 2007, 04:50 AM) QUOTE(d... Nov 7 2007, 10:30 AM
jpmatrix QUOTE(dlj0 @ Nov 7 2007, 05:54 AM) Adieu ... Nov 7 2007, 04:31 AM
dlj0 QUOTE(jpmatrix @ Nov 7 2007, 07:31 AM) QU... Nov 7 2007, 10:33 AM
jpmatrix QUOTE(dlj0 @ Nov 7 2007, 07:33 PM) QUOTE(... Nov 7 2007, 11:42 AM
Chero QUOTE(dlj0 @ Nov 9 2007, 04:51 AM) Lookin... Nov 8 2007, 11:18 PM
dlj0 QUOTE(dlj0 @ Nov 9 2007, 03:39 PM) QUOTE(... Nov 9 2007, 01:33 PM
jpmatrix QUOTE(dlj0 @ Nov 9 2007, 10:33 PM) QUOTE(... Nov 10 2007, 02:01 AM
dlj0 I finally got X running under eabi/cortez!... Nov 11 2007, 06:03 PM
jpmatrix QUOTE(dlj0 @ Nov 12 2007, 03:03 AM) I fin... Nov 12 2007, 02:18 AM
tux Finally I have cortez-debian with X! But the W... Nov 20 2007, 02:00 PM
dlj0 QUOTE(tux @ Nov 20 2007, 05:00 PM) Final... Nov 20 2007, 05:45 PM
tux QUOTE(dlj0 @ Nov 21 2007, 01:45 AM) That ... Nov 21 2007, 01:21 AM

jpmatrix QUOTE(tux @ Nov 21 2007, 10:21 AM) Just ... Nov 21 2007, 05:24 AM

dlj0 QUOTE(tux @ Nov 21 2007, 04:21 AM) QUOTE(... Nov 21 2007, 09:48 AM
cortez QUOTE(dlj0 @ Nov 21 2007, 02:45 AM) I thi... Nov 21 2007, 01:46 AM
dlj0 QUOTE(cortez @ Nov 21 2007, 04:46 AM) Cur... Nov 21 2007, 09:56 AM
tux QUOTE(dlj0 @ Nov 21 2007, 05:56 PM) QUOTE... Nov 21 2007, 10:10 AM
dlj0 QUOTE(tux @ Nov 21 2007, 01:10 PM) I am u... Nov 21 2007, 09:10 PM
tux I've just spent two nights reinstalling! I... Nov 24 2007, 04:49 PM
tux QUOTE(tux @ Nov 25 2007, 12:49 AM)
1. T... Nov 25 2007, 07:46 AM
scottlfa You could make it part of your .profile so it load... Nov 20 2007, 05:42 PM
ArchiMark Been trying to get xdm to work right with XFCE4..... Apr 12 2008, 02:37 PM
ZDevil @Archimark:
Try the trick here Apr 13 2008, 01:09 AM![]() ![]() |
|
Lo-Fi Version | Time is now: 26th May 2013 - 06:54 PM |