alphaOS [closed]

A home for all kinds of Puppy related projects
Message
Author
smil99
Posts: 174
Joined: Sat 18 Aug 2007, 22:12

#676 Post by smil99 »

V10 is running flawlessly here. It is so painless making my own sfs combo from arch packages using makesfs :).
Thanks simargl.

simargl

#677 Post by simargl »

Gnome Mplayer is using dark gtk3 theme by default..

Report about this issue
http://code.google.com/p/gnome-mplayer/ ... ail?id=654

To fix it, you can remove gtk-dark.css from gtk3 themes directory.

smil99
Posts: 174
Joined: Sat 18 Aug 2007, 22:12

#678 Post by smil99 »

simargl wrote:
Gnome Mplayer is using dark gtk3 theme by default ... To fix it, you can remove gtk-dark.css from gtk3 themes directory.
Thanks for the tip. Perhaps, the path to this file must also be clearly stated to guide the common user. That is,

Code: Select all

/usr/share/themes/Alpha/gtk-3.0/gtk-dark.css
.
Cheers.
[b][color=green]Success is never ending. ... Failure is never final![/color][/b]
[size=75][i](Used with kind permission from jejy69)[/i][/size]

simargl

#679 Post by simargl »


User avatar
Marv
Posts: 1264
Joined: Wed 04 May 2005, 13:47
Location: SW Wisconsin

10.0 tinkering

#680 Post by Marv »

Thanks to smil99 :D Printing to networked HP4500 officejet per his guidance on pages 38 through 41 on this thread.

As usual, all my installs are frugal Grub4Dos on SSD or CF cards in IDE adaptors.

With firefox and some locales out, synaptics, cpu governor, acpid, pm-utils, abiword, gnumeric, and a calculator added to a resquashed combined alpha and extras sfs I'm at 99 Mb. The print package is still in the savefile and I run operas (one 32b and one 64b) in the boot partition accessable to all pups on board. Pacman used to add acpid, synaptics, pm-utils, and the calculator. I manually added abiword, gnumeric and the required libraries as the pacman dependencies for them were HUGE.

At idle on this 2.4GHz core 2 duo laptop cpu use is <= 1% and memory use is 57 Mb. Wireless solid, laptop suspends on lid closure, touchpad touches, and cpu governed. Pretty slick! Time to move it to my Pentium M lappies.

Edited: Above installation moved to 1.6GHz Pentium M laptop with ipw2200 wireless, ALPS touchpad, intel i915 video driver, 1024x768 resolution. Only two changes needed. /usr/share/X11/xorg.conf.d/50-synaptics.conf edited for ALPS edge numbers, speeds, acceleration (expected as I don't use .flsynclient and done in savefile prior to first boot) and for some reason lib80211_crypt_ccmp wasn't loaded for the ipw2200 card though lib80211 was. Needed for wpa keys. Modprobed it, connected, and put it in /etc/rc.conf modules line. Sitting here in opera, roughly 3.5% cpu and 85Mb out of 1Gb used. This will probably be the main pup on these older Pentium M laptops. Fatdog holds that post on the core 2 duo machine.

archly,
Pups currently in kennel :D Older LxPupSc and X-slacko-4.4 for my users; LxPupSc, LxPupSc64 and upupEF for me. All good pups indeed, and all running savefiles for look'n'feel only. Browsers, etc. solely from SFS.

Scooby
Posts: 599
Joined: Sat 03 Mar 2012, 09:04

Re: 10.0 tinkering

#681 Post by Scooby »

Marv wrote: Pacman used to add acpid, synaptics, pm-utils, and the calculator. I manually added abiword, gnumeric and the required libraries as the pacman dependencies for them were HUGE.
What is this "cpu governor" you talk about? The same as "Turbo boost" on windows?

What program do you use, I tried finding it with pacman and packer and I failed!

Could you explain the concept? Faster with governor?

User avatar
Marv
Posts: 1264
Joined: Wed 04 May 2005, 13:47
Location: SW Wisconsin

Re: 10.0 tinkering

#682 Post by Marv »

Scooby wrote:
Marv wrote: Pacman used to add acpid, synaptics, pm-utils, and the calculator. I manually added abiword, gnumeric and the required libraries as the pacman dependencies for them were HUGE.
What is this "cpu governor" you talk about? The same as "Turbo boost" on windows?

What program do you use, I tried finding it with pacman and packer and I failed!

Could you explain the concept? Faster with governor?
Cpu governors are used to modulate the cpu speed according to demand and thus control heat and fan operation. Many pups have a program to set them up. alphaOS does not but it's fairly simple to write one as a script. There was a thread on these in the original alphaOS board but it's shut down so I'll enclose a couple of them as examples. I like the 'conservative' one on my 2.4GHz core 2 duo laptop. Place the script you choose to use in /etc/init.d and call it from the daemons line in /etc/rc.conf. Make them executable and you can try them out from a terminal and see the speed(s) resulting in conky. On_demand is pretty much all or nothing control whereas the conservative governor is more gradual modulation.
Attachments
example_governors.tar.gz
Cpu governor scripts for trial use in alphaOS without using wcpufreq.
(458 Bytes) Downloaded 385 times
Pups currently in kennel :D Older LxPupSc and X-slacko-4.4 for my users; LxPupSc, LxPupSc64 and upupEF for me. All good pups indeed, and all running savefiles for look'n'feel only. Browsers, etc. solely from SFS.

rameshiyer

Internet Connection

#683 Post by rameshiyer »

Why mobile partner is not connecting in AlphaOS. I am unable to install default location i.e usr/local etc. Hence I am forced to install the mobile partner package in usr/share location . I am able to send message. Mobile Signal strength also showing in the partner. However, not connecting. Net result no internet connection to my PC. Any missing file or link file. ? Kindly help me. It is my long pending requirements. Again I tried to install default location by creating directory in usr/local/BSNL_3G. Even though, not connecting the internet with ISP. Please help me for connecting internet through 3G Modem ( Hauwei). I need simple solution. I don't know any programming. Please check with 3G USB Modem and let me know your advise to me.

Please also note that In all other puppy variants, the mobile partner is working fine through Mobile Partner Software and also inbuilt dial up package in Puppy.

Scooby
Posts: 599
Joined: Sat 03 Mar 2012, 09:04

#684 Post by Scooby »

I came across a command that used /bin/true

What is this and how do you install it?

Is it somekind of symlink? It feels like some "Linux Magic" to me.

*edit*

Found it, its just an empty script that exits with 0, success

smil99
Posts: 174
Joined: Sat 18 Aug 2007, 22:12

#685 Post by smil99 »

simargl captioned:
alphaOS [closed]
:o :shock: :(
http://alphaos.tuxfamily.org/ and https://sourceforge.net/projects/alphaos/files are all non-existent any more! Is that the end of the road for alphaOS? That seems too bad unless you have a good reason to do so. Enquiring minds want to know why.,,
Cheers.
[b][color=green]Success is never ending. ... Failure is never final![/color][/b]
[size=75][i](Used with kind permission from jejy69)[/i][/size]

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#686 Post by James C »

smil99 wrote:simargl captioned:
alphaOS [closed]
:o :shock: :(
http://alphaos.tuxfamily.org/ and https://sourceforge.net/projects/alphaos/files are all non-existent any more! Is that the end of the road for alphaOS? That seems too bad unless you have a good reason to do so. Enquiring minds want to know why.,,
Cheers.
Forum is up right now....
http://alphaos.tuxfamily.org/forum/

Sourceforge files are still there too.....looking at the page on another tab....
http://sourceforge.net/projects/alphaos/files/
Attachments
alphaos forum.JPG
(21.52 KiB) Downloaded 861 times

wow
Posts: 1052
Joined: Fri 30 Jun 2006, 00:18
Location: Peru

#687 Post by wow »

"Thread closed"
Post subject: alphaOS [closed]
Subject description: .. new forum is at http://alphaos.tuxfamily.org/forum
/slap
[url=http://www.puppylinux.com][img]http://i.imgur.com/M4OyHe1.gif[/img][/url]

gnomic
Posts: 78
Joined: Sat 21 Aug 2010, 00:14

md5sum

#688 Post by gnomic »

Anyone got an idea what the md5sum for the v10 iso should be? Downloading to a dodgy usb-connected drive and don't want to waste a cd-r. Can't find an md5sum here or on the alphaos site or sourceforge for that matter.

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

Re: md5sum

#689 Post by James C »

gnomic wrote:Anyone got an idea what the md5sum for the v10 iso should be? Downloading to a dodgy usb-connected drive and don't want to waste a cd-r. Can't find an md5sum here or on the alphaos site or sourceforge for that matter.
For the alphaOS_10.0-20130823.iso I get a md5 of
63758a5434d33b3a16eea46cfe27ffc6 .

Installed and working correctly so I assume it's the correct md5 sum.
HTH.

Scooby
Posts: 599
Joined: Sat 03 Mar 2012, 09:04

Re: md5sum

#690 Post by Scooby »

gnomic wrote:Anyone got an idea what the md5sum for the v10 iso should be?
If you click the "i" (i as in information) on sourceforge both
SHA1 and MD5 comes up. The "i" is located at the right just before the
download graph!

Code: Select all

SHA1:

470c4500a573c7ed22ad24d635dca52d82066401

MD5:

63758a5434d33b3a16eea46cfe27ffc6
alphaOS [closed]


A litle strange to close it without explanation?! :roll:

I hope simargl8 will post link to bitbucket if he decides to abandon ship
so someone else can continue.

meowcats
Posts: 31
Joined: Sun 14 Apr 2013, 04:59

#691 Post by meowcats »

Code: Select all

ls -ld /lib
drwxr-xr-x 10 root root 100 Sep  8 13:30 /lib
No wonder alphaos can't load my radeon firmware... /lib is not symlinked to /usr/lib.

please fix in v11!

tried to post in offical forum, but it is closed to new registrations :evil:

Scooby
Posts: 599
Joined: Sat 03 Mar 2012, 09:04

#692 Post by Scooby »

meowcats wrote: tried to post in offical forum, but it is closed to new registrations

Yeah Sim could you open alphaos forum for registration

simargl

#693 Post by simargl »

meowcats wrote: No wonder alphaos can't load my radeon firmware... /lib is not symlinked to /usr/lib.

please fix in v11!

tried to post in offical forum, but it is closed to new registrations :evil:
Kernel modules are installed to /lib, so it can't be symlink and it's not needed if you edit PKGBUILD to install radeon firmware to /lib/firmware,

I will enable forum registrations for today ...

Scooby
Posts: 599
Joined: Sat 03 Mar 2012, 09:04

#694 Post by Scooby »

simargl wrote: I will enable forum registrations for today ...
Thanks Sim...

I am now registered at ALphaOS forum
Last edited by Scooby on Wed 11 Sep 2013, 18:57, edited 1 time in total.

john3voltas
Posts: 102
Joined: Mon 23 May 2011, 13:10

#695 Post by john3voltas »

I can't honestly understand why this topic has changed name to alphaOS [closed].
Both http://sourceforge.net/projects/alphaos/ and http://alphaos.tuxfamily.org are UP and running.
Was it simargl who changed the subject? Was it someone from Murga?
I stand clueless...

Post Reply