OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: geeko on November 20, 2008, 11:28:48 am

Title: How To Install Angstrom After Cacko
Post by: geeko on November 20, 2008, 11:28:48 am
I tried to install angstrom following this guide:
http://www.angstrom-distribution.org/c1000...ll-instructions (http://www.angstrom-distribution.org/c1000-install-instructions)
But it failed, and i was afraid i had broken my zaurus.

Luckily i was able to install cacko again.
Is there any guide to installing Angstrom on top of cacko? I just want all the old stuff deleted.
Title: How To Install Angstrom After Cacko
Post by: geeko on November 20, 2008, 12:16:24 pm
1) Ensure that your C1000 machine has a standard flash partitioning (e.g. as it was originally), flashing may fail if this is not the case

i think this is my problem but dunno how to fix it
Title: How To Install Angstrom After Cacko
Post by: Capn_Fish on November 20, 2008, 03:40:51 pm
You could just do a NAND restore first (with the stuff from TriSoft (http://trisoft.de/download/C1000NAND240305.zip)). Look at the "Is your Z bricked?" pinned thread in the pdaX section for instructions.

I don't think Cacko changes the partitioning by default (Maybe you did when you installed it originally). It could be you have corrupted install files. Did you check the md5sums?

Hope that solves your issues.
Title: How To Install Angstrom After Cacko
Post by: geeko on November 20, 2008, 03:55:38 pm
ya im pretty sure i changed the partitioning when i installed the first time, its just so long time ago.
Thx for the help, i think the NAND restore is what i need to do.
I can't check the md5sums because they made it with some tar bullshit (so the md5 checker has to be able to go into tar archives or something), and im a windows user so my md5checker cant proces it.

Edit:
Just wanted to confirm this works without problems

I will just write how i did it cause i think the guides were a little imprecise about the menu part.
Just copy that file to SD, poweroff, hold M + D, poweron, page 3, backup restore menu, NAND Restore, wait, works.

Edit: Meh this distro is too hard for a windows user like me  Maybe ill give it another shot in 6 months or so
Title: How To Install Angstrom After Cacko
Post by: speculatrix on November 20, 2008, 06:48:30 pm
Quote from: geeko
Edit: Meh this distro is too hard for a windows user like me  Maybe ill give it another shot in 6 months or so

angstrom's too hard for a normal user! iand even when you've got it installed, you can't be sure if it's actually working, or just you can't tell what it's doing
 
Title: How To Install Angstrom After Cacko
Post by: Capn_Fish on November 20, 2008, 09:30:01 pm
Quote from: speculatrix
Quote from: geeko
Edit: Meh this distro is too hard for a windows user like me  Maybe ill give it another shot in 6 months or so

angstrom's too hard for a normal user! iand even when you've got it installed, you can't be sure if it's actually working, or just you can't tell what it's doing
 
I've found that to actually enjoy it you must build a custom image... (GPE and Opie are a pain, as is getting rid of them, and things seem to be randomly broken on a console install with X11 installed over it).
Title: How To Install Angstrom After Cacko
Post by: craigtyson on November 25, 2008, 09:00:42 am
If any one is interested, I can post my experience installing Angstrom on my c1000 migrating from CACKO and what I found dificult etc.

C
Title: How To Install Angstrom After Cacko
Post by: speculatrix on November 25, 2008, 10:47:33 am
it would definitely be useful; or maybe add something to the wiki as a n00b's guide to adopting angstrom  , and post the page URL here?

thanks!
Title: How To Install Angstrom After Cacko
Post by: craigtyson on November 25, 2008, 02:04:12 pm
OK will start somthing this evening.  Will be c1000 centric, somthing along the lins of:-

Are You Prepared to migrate to Angstrom?

Things to consider first

Step by step how to install

Installing Apps with CACKO -> Angstrom GPE / X interface

Anything else?
Title: How To Install Angstrom After Cacko
Post by: speculatrix on November 25, 2008, 05:10:01 pm
I think the thing that gets people is setting up networking - with cacko, wireless is a matter of using the GUI, and then if needed hacking in WPA=y and fixing up a wpa_supplicant.conf. I've yet to find a trivial way of doing it in angstrom!
Title: How To Install Angstrom After Cacko
Post by: craigtyson on November 25, 2008, 06:38:29 pm
Yup its on my list of are you prepared ...

Are you prepared to turn off encryption on your WIFI router to get your updates?
Title: How To Install Angstrom After Cacko
Post by: Capn_Fish on November 26, 2008, 10:17:25 am
Quote from: speculatrix
I think the thing that gets people is setting up networking - with cacko, wireless is a matter of using the GUI, and then if needed hacking in WPA=y and fixing up a wpa_supplicant.conf. I've yet to find a trivial way of doing it in angstrom!
The same way you do it under every other Linux:

Code: [Select]
(edit wpa_supplicant.conf)
iwconfig ....
wpa_supplicant ....
dhclient ....

I guess many people don't find that trivial, but put it in a script and you only need to do it once. Heck, the wpa_supplicant.conf is the HARD part.
Title: How To Install Angstrom After Cacko
Post by: speculatrix on November 26, 2008, 10:41:26 am
Quote from: Capn_Fish
The same way you do it under every other Linux:

er, no, it's much easier in SuSE! here's my ifcfg-wlan0, for example (I hasted to add this is all done for me using point and click control in YaST):

Code: [Select]
BOOTPROTO='dhcp'
BROADCAST=''
ETHTOOL_OPTIONS=''
IFPLUGD_PRIORITY='10'
IPADDR=''
MTU=''
NAME='wifi device'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='manual'
USERCONTROL='yes'
WIRELESS_AP=''
WIRELESS_AUTH_MODE='psk'
WIRELESS_BITRATE='auto'
WIRELESS_CA_CERT=''
WIRELESS_CHANNEL='3'
WIRELESS_CLIENT_CERT=''
WIRELESS_CLIENT_KEY=''
WIRELESS_CLIENT_KEY_PASSWORD=''
WIRELESS_DEFAULT_KEY='0'
WIRELESS_EAP_AUTH=''
WIRELESS_EAP_MODE=''
WIRELESS_ESSID='top secret wifi AP'
WIRELESS_FREQUENCY=''
WIRELESS_KEY=''
WIRELESS_KEY_0=''
WIRELESS_KEY_1=''
WIRELESS_KEY_2=''
WIRELESS_KEY_3=''
WIRELESS_KEY_LENGTH=''
WIRELESS_MODE='Managed'
WIRELESS_NICK=''
WIRELESS_NWID=''
WIRELESS_PEAP_VERSION=''
WIRELESS_POWER='yes'
WIRELESS_WPA_ANONID=''
WIRELESS_WPA_IDENTITY=''
WIRELESS_WPA_PASSWORD=''
WIRELESS_WPA_PSK='top secret wifi pass phrase'

Note: my immediate colleague at work runs ubuntu, so we are always comparing distro features and jump up and down whenever we see a weakness in the other's.

I think there's ways of putting in the WPA pass phrases into the interfaces file, but I'm no expert
Title: How To Install Angstrom After Cacko
Post by: speculatrix on November 26, 2008, 10:50:19 am
aha, in Angstrom Manual it suggests you can put WEP key into the interfaces file:

http://linuxtogo.org/gowiki/AngstromManual (http://linuxtogo.org/gowiki/AngstromManual)

Code: [Select]
iface wlan0 inet dhcp
     wireless_mode managed
     wireless_essid youressid
     wireless_key   yourwepkey
Title: How To Install Angstrom After Cacko
Post by: craigtyson on November 26, 2008, 12:19:46 pm
Yup Didnt work for me.

so have dissabled WEP on my router for now.

First cut of the how-to is here http://linuxtogo.org/gowiki/javascript%3Av...27656928066%2A/ (http://linuxtogo.org/gowiki/javascript%3Avoid%280%29%3B/%2A1227656928066%2A/)

Having problems linking to other pages and some formatting issues but the content is about right.

C
Title: How To Install Angstrom After Cacko
Post by: craigtyson on November 29, 2008, 03:40:57 pm
OK Updated the WIKI Docs.  Now has links to relevant files.  Will update with my progress getting various stuff working on the C1000.  Currently the only issue I have is lack of space on the root.

The C1000 Angstrom image configures the Onboard flash with two 64MB partitions one mounted as Root the other as Home which means I'm running out of space to install apps to root.

Although ipkg is set up to install to either, if you install a package to Home then you have to manually link the files into the root file system.  I'm considering writing a script to run through the /home/packages/usr directory and create links in /usr but I'm concerned it will do more harm than good.  Currently I install a package and then run it form the command line and see where it fails and link that file into its root location, takes time but stops messing things up.

More info to go onto the WIKI.  I'm a firm believer in documentation helping a distro, and think that UBUNTUs success is as much to do with its documentation as its code and ease of use.
Title: How To Install Angstrom After Cacko
Post by: speculatrix on November 29, 2008, 05:30:22 pm
Quote from: craigtyson
Although ipkg is set up to install to either, if you install a package to Home then you have to manually link the files into the root file system.  I'm considering writing a script to run through the /home/packages/usr directory and create links

IIRC, someone wrote a utility for this very purpose, but the angstrom devs didn't like it very much as it had too much potential to break things. I'll go see if I can find it in the mail archives.
--edit-- sorry, can't find it. might be worth asking on the angstrom user's list about it.
Title: How To Install Angstrom After Cacko
Post by: craigtyson on November 30, 2008, 12:21:32 pm
Yup.  I'd agree that automating linking breaks things, just got myself into a pickle that needed to be re-flashed out of. But hey if you don't break it then you can't fix it.


Updated the wiki docs with some Application suggestions for Cacko users.  Hope its of use


C
Title: How To Install Angstrom After Cacko
Post by: Jon_J on December 04, 2008, 01:36:03 am
AngstromAndCacko on the wiki instructions worked well for me.  
http://www.linuxtogo.org/gowiki/AngstromAndCacko (http://www.linuxtogo.org/gowiki/AngstromAndCacko)
I just had a few things that I had to repeat and do over again.
zImage.bin changed to lowercase when I extracted it in windows and transferred to my CF card.

I don't know if I'll stay with Angstrom though - Waay too many things seem to be broken or not working.
The only way I can use package manager successfully is to install one file at a time and reboot after each install.
USB settings don't stick. I would go on, but I don't think everyone wants to hear my gripes about Angstrom.

My main purpose to try Angstrom is because of the 2.6 kernel, and before very long, "Regular" SD cards will not be available, they will all be SDHC
Title: How To Install Angstrom After Cacko
Post by: craigtyson on December 04, 2008, 06:07:27 am
Good to hear the instructions worked.

The GUI for installing software seems to have some isuses runnning on my C1000 so I use the command line which works fine.

USB is a bit of an issue, though Ive found some scripts that work fine.  Il add them to the post.

As I said in the before you start bit.  its going to take a bit of time to get everything to work.  The good news though is Angstrom is closer to a "normal" Linux distro so there are quite a few work rounds out there for getting more out of your Z.

After 2 weeks of tweaking and a couple of reinsalls, I'm now more or less sorted with my Angstrom setup. The only bits that remain to "fix" are

WEP / WPA for WIFI
WIFI applet not showing connection information
On Screen Keyboard layout, no £, and repeat speed too quick
GUI for MPlayer (Kino2 alike?)
Chinese language support (guess I just need the right UNICode font + an input method)

And then the bits that Cacko SHARP can only dream of

Printing using CUPS
Citrix  / ICA client
Title: How To Install Angstrom After Cacko
Post by: Jon_J on December 04, 2008, 09:02:49 am
On my C3100 I installed "Angstrom-x11-image-glibc-ipk-2007.12-r13-spitz-installkit.tgz"

One thing that worked, and really surprised me was my Wifi card just connected when inserted. (Ambicom WL1100C-CF)
I opened up my router to "no security" (is normally WPA) and just did the upgrade and updates.
I tried commandline installing, but I couldn't seem to download the files that way. I'm more of a GUI type person.

Do I need to install BASH to get some of the missing console commands?
cardctl command is missing, and some other commands are missing that I don't remember right now.

USB networking didn't work for me either. I once had USB networking connected in Cacko, but I have since installed SP3 to windows and ndis driver only installs if I have my other Zaurus (with pdaxii13) connected. (When connected with my Angstrom Zaurus, the ndis driver in device manager is not available).

I do have another PC with Puppy Linux, and would like to try to connect thru USB on that machine, but the Linux USB instructions on this forum are archaic and go over my head.

EDIT:
Will Gparted from Debian arm work in Angstrom? http://packages.debian.org/sid/qtparted (http://packages.debian.org/sid/qtparted)
It has a ton of dependencies. I need to "fix" my HDD, it is only using 1.2 GB. I lost the other 2.8 GM when I partitioned it as per instructions.
Title: How To Install Angstrom After Cacko
Post by: craigtyson on December 04, 2008, 02:39:35 pm
I'm guessing you are using the "Terminal" icon not the "Root shell" icon
most commands are not accessable from the "Terminal" icon for some reason.

from "Root Shell" do

ipkg update
ipkg upgrade

if that worked try

ipkg list | grep -i {what you want to install} to see if it exists in the feed

For example I couldnt see what app was availavble to view pdfs so I

ipkg list | grep -i pdf

and then used

ipkg install epdfview

to install it.

C
Title: How To Install Angstrom After Cacko
Post by: Jon_J on December 04, 2008, 03:48:13 pm
I do use the root shell
update/upgrade worked for me.
I haven't tried "grep", I just tried "ipkg install package.ipk"
If you don't know the real name of a pkg, it's difficult to install that way.

With the pkg manager, all I need to do is look at a list, and it never mis-spells words or transposes the occasional odd character.
Title: How To Install Angstrom After Cacko
Post by: craigtyson on December 04, 2008, 06:51:40 pm
Yup using the command you do need to know the exact name of the package but you dont add the .ipk as this will fail as ipkg will assume you have the file.

so if i was going to install nano id do the following

ipkg list | grep -i nano

to list all the packages with nano in their title or description.

looking through the list I'd see there is a package called nano so I'd install it by

ipkg install nano

not

ipkg install nano.ipk

hope this helps

C
Title: How To Install Angstrom After Cacko
Post by: craigtyson on December 09, 2008, 05:57:15 pm
Updated link

http://linuxtogo.org/gowiki/N00b%20Guide%2...20a%20SL-C1000) (http://linuxtogo.org/gowiki/N00b%20Guide%20to%20migrating%20to%20Angstrom%20from%20Cacko%20(on%20a%20SL-C1000))
Title: How To Install Angstrom After Cacko
Post by: Jon_J on December 10, 2008, 09:17:03 am
craigtyson,
I want to update my Cacko install to the latest kernel, using "eviljazz-kernel" (which includes latest tetsu and newer SD card driver).
If I flash this to my dualboot Cacko/Angstrom install, do I also need to replace the file: /home/root/zImage.bin (in Angstrom) with the newer kernel's "zImage"?
The files included in the eviljazz kernel upgrades are only these 2 files:
zImage
updater.sh

There is no "tools.tar" to extract "zImage.bin" from.
Should I just rename the above "zImage" to "zImage.bin" and place that on my Angstrom install into /home/root ?

Thank you, I'm a little dense when it comes to these things.
Title: How To Install Angstrom After Cacko
Post by: craigtyson on December 11, 2008, 06:35:31 am
As far as I know the tools.tar file contains the extras that make it possable to resize your partitions when installing cacko and some kernel patches. There are no extraction tools in there.

If your zImage file is the kernel then renaming it should work.  However I would make sure you have your data backed up and a free afternoon to fix your Z if it all goes wrong.

Good luck

C
Title: How To Install Angstrom After Cacko
Post by: Jon_J on December 11, 2008, 11:25:24 am
It worked!
There is an extra step one needs to take to upgrade Cacko's kernel with an Angstrom/Cacko dual boot setup.
Do this after you do the steps shown on this page:
http://www.linuxtogo.org/gowiki/AngstromAndCacko (http://www.linuxtogo.org/gowiki/AngstromAndCacko)

1. Flash Cacko with eviljazz's kernel. I used eviljazz's kernel "kernel-fastfpe-cachedfb"
(instructions are inside when you download this)
place these two files onto SD/CF
zImage
updater.sh

Use normal flashing procedure.
battery out 5 sec and power disconnected, replace battery, close door and move switch to "on"
While holding the "OK" button, turn your Zaurus on. You should know what to do from there.
After flashing this kernel, you are asked to reset your Zaurus.
Zaurus boots into Cacko with new kernel installed. (pic below)

2. Now remove the eviljazz kernel files from the SD/CF if you use the same card.
Now Angstrom doesn't boot, so you need to do the following, place the following onto a SD/CF:
(I did not need the "hdimage1.tgz", since I had Angstrom previously installed).
These files are described on the Angstrom spitz install page.
http://www.angstrom-distribution.org/angst...tallation-spitz (http://www.angstrom-distribution.org/angstrom-installation-spitz)
gnu-tar
zImage.bin
updater.sh

Flash as normal.
Angstrom will boot now.

3. Go back to the eviljazz kernel files that you have and rename "zImage" to zImage.bin"
Boot into Angstrom and replace /home/root/zImage.bin with this new one.
You can tell if you replaced it because the file sizes are different.
eviljazz "zImage" = 1120 kb
original Cacko "zImage.bin" = 1086 kb

4. check that you can boot into Cacko now using the command:
kexec -f /home/root/zImage.bin

5. Once Cacko is running, check that you can boot into Angstrom.
Go to settings and use the "Shutdown" icon and select "Reboot"
You should now boot into Angstrom.

That's it, you're finished.
Jon
Title: How To Install Angstrom After Cacko
Post by: Allelectrix on December 17, 2008, 03:19:40 pm
just been reading this thread with some interest, so, by the looks of things you Guys have had some gripe with Angstrom.

I am interested in doing the following with this OS:

1. Set up Networking using USB Wifi with an rt73 based card
2. Wifi MUST support at least Managed and Monitor modes , with Monitor mode supporting packet injection
3. install a good Web Browser
4. install LinNeighborhood
5. install good EMail client
6. install Aircrack-ng
7. install Kismet
8. install Samba and support software
9. install GUI MP3 Player
10, install CUPS
11. install MySQL Server

Does anyone know if these APs will run on this OS ?

Oh yes, I want this on a C1000.
Title: How To Install Angstrom After Cacko
Post by: Wildherb on December 17, 2008, 07:31:25 pm
Allelectrix,

Angstrom is well worth checking out but is not without its frustrations as you have seen from this thread. For me, some 2 years after the demise of OZ, I still see OZ as a richer platform in terms of its applications and hence its functionality (at least, the apps that I want - oh, quick note that Blue Lightning is doing some great work on porting the legacy QT apps to the new Angstrom OPIE interface).

There seems to be a straight choice in the Z community now, either:

1) to go with a 'full size' OS (OpenBSD, Debian or the emerging Zubuntu) which offer a full archive of applications but at the expense of some annoying niggles at the lower levels like power drain when in standby mode or lack of basic drivers and, of course, being  being un-optimised for the limited resources of the Z
2) Choose an optimised operating environment that has full hardware support and be resigned to missing out on some of the applications or functionallity that you would like.

Wait, there is a 3rd option...

3) Some sort of hybrid, either multi-booting or hot switching. Hats off to the Angstrom team for the options they have given us with their kernels altboot)

Personally, I'm leaning towards Angstrom/OPIE as a base OS as it is light and functional and I'm looking for a way to get the full archive of Debian apps through XQt and something like pocketworkstation or a chrooted rootfs on another partition. GPE is just so awful as an interface! If only there was an option to boot it directly into a modern window manager such as E17 or XFCE4 and use that as a window into the Debian/Ubuntu package archive then I'd be a very happy man!

Anyway, back to your post. I've run Angstrom (and OZ) on a Spitz and my experiences are as follows:

1. Set up Networking using USB Wifi with an rt73 based card - cant help here as I use CF cards. Both Prism and Orinoco seem to work just fine.

2. Wifi MUST support at least Managed and Monitor modes , with Monitor mode supporting packet injection. Yes, monitor mode and Kismet run fine with Prism and Orinoco. I did have some success with packet injection using a Prism card. See below.

3. install a good Web Browser. Konqueror under OPIE is pretty good for my requirements. Under GPE there is a build of Firefox but personally, I cant be bothered to wait a full minute for a browser to load when I just want to view some informaton. It's not as if it will give you Youtube or anything 'modern', so I'll take Konqueror (or Opera or Netfront on cacko) any time! Dillo sucks. Developers, please can we have something midway for X such as Galeon?

4. install LinNeighborhood - not tried it.

5. install good EMail client. The OPIE mail client is horrible. Sylpheed on GPE or under XQt is good.

6. install Aircrack-ng. Aircrack worked for me with a Prism card, but having proved that Aireplay can inject packets, I've not actually bothered to wait around to crack a WEP on my Z as it seems a bit pointless. I'm sure it will work but oh!, so slow! There is a video somewhere on the web of a guy doing packet injection from a Z with OZ. search around here somewhere. http://hackaday.com/2006/07/22/aircrack-ru...a-zaurus-c1000/ (http://hackaday.com/2006/07/22/aircrack-running-on-a-zaurus-c1000/)

7. install Kismet. Works like a dream. Full colour and full control of sorting etc.

8. install Samba and support software. Samba works fine. Not sure what support software you want. Based on this, I guess LinNeighborhood should work fine.

9. install GUI MP3 Player. OPIE has a GUI media player.

10, install CUPS. Not tried it.

11. install MySQL Server. Not tried it.

Hope that helps. Do let us know how you get on. If you find bugs then feed them back to the devs through their preferred channel which is NOT this forum.
Title: How To Install Angstrom After Cacko
Post by: speculatrix on December 18, 2008, 08:05:24 am
Quote from: Wildherb
Allelectrix,

good summary, thanks!
Title: How To Install Angstrom After Cacko
Post by: Jon_J on December 18, 2008, 05:42:37 pm
Yes, thank you Wildherb for the summery.

Here's my short list, since I'm "still" a Linux newb and Angstrom is totally new to me. (I never tried OZ).
This information may not be totally correct. I have only used the default feeds that came with my "flavor" of Angstrom.
There are 2 "flavors" of Angstrom. Opie and GPE
Opie is somewhat similar to Sharp/Cacko. (This is just my opinion, I'm not an expert on this)
GPE is an X11 style setup. NOT the SAME, but similar to pdaxrom. (Again, this is just my opinion, I'm not an expert on this)

I don't have a SL-C1000.
I have Angstrom installed to the hard drive on a SL-C3100
I'm using "(x11-image) Like console-image but with X11 environment."
Quote from the AngstromManual - http://www.linuxtogo.org/gowiki/AngstromManual (http://www.linuxtogo.org/gowiki/AngstromManual)
The file I fetched is:
Angstrom-x11-image-glibc-ipk-2007.12-r13-spitz-installkit.tgz (For SL-C3x000 only)

1. Set up Networking using USB Wifi with an rt73 based card
USB Wifi may need a powered hub. The 2.6 kernels limit the output of the USB Host mode to only 150mA
(Only 2 out of 5 of my devices are within this spec.)
You may want to check into this.
I use a CF based Wifi card. "Ambicom WL1100C"

2. Wifi MUST support at least Managed and Monitor modes , with Monitor mode supporting packet injection
This goes over my head. I don't know.

3. install a good Web Browser
Opie has Konqueror. I'm running GPE/X11 flavor and only have 2 browsers so far.
gpe-mini-browser and midori. Waiting for the latest Dillo 2.0 to be added or compiled for current Angstrom kernel.

4. install LinNeighborhood
I don't know if this pkg is available.
It's not in the default feeds that were included with the version of Angstrom that I currently have setup.

5. install good EMail client
I'm using "Claws mail". It's in the feed. I haven't used it much yet though. It's similar to sylpheed.

6. install Aircrack-ng
I have no knowledge in this area, again, I don't know.

7. install Kismet
I haven't tried it yet. It's in the feed.

8. install Samba and support software
samba is in the feed. I haven't tried it either.

9. install GUI MP3 Player
Try Quasar. It's in the feed.
It is availble for "almost" all Zaurus distros. I may be mistaken, but I think it IS available for all Z distros.
I have it installed on my Cacko partition of my C3100, and on my SL-C3200 running pdaxii13.
I don't know if you want to watch videos.
When I installed Quasar from the official Angstrom feed, ipkg also pulled down mplayer and it's dependencies.
This "may" make such an installation on your SL-C1000 a bit too space consuming.

EDIT: I almost forgot to mention this. Qusar didn't fit on the Zaurus screen when I first installed it.
Here's a post about making the fonts smaller, which causes Quasar to fit the screen.
https://www.oesf.org/forum/index.php?showto...5&start=105 (https://www.oesf.org/forum/index.php?showtopic=24839&st=105&start=105) post #107

10, install CUPS
I haven't tried, my printer is about 14 years old and only has a parallel port.

11. install MySQL Server
I don't know. I haven't tried.
Title: How To Install Angstrom After Cacko
Post by: speculatrix on December 18, 2008, 06:11:28 pm
Quote from: Wildherb
quick note that Blue Lightning is doing some great work on porting the legacy QT apps to the new Angstrom OPIE interface).

First time through I missed this reference, so if this passed anyone else by (as it did me initially), here's more info
http://bluelightningnz.blogspot.com/search/label/opie (http://bluelightningnz.blogspot.com/search/label/opie)
Title: How To Install Angstrom After Cacko
Post by: Jon_J on December 18, 2008, 06:18:29 pm
Quote from: speculatrix
Quote from: Wildherb
quick note that Blue Lightning is doing some great work on porting the legacy QT apps to the new Angstrom OPIE interface).

First time through I missed this reference, so if this passed anyone else by (as it did me initially), here's more info
http://bluelightningnz.blogspot.com/search/label/opie (http://bluelightningnz.blogspot.com/search/label/opie)
Thanks, that's a nice blog/page.
I may have to try opie someday, wish there was a blog like that for GPE