Page 21 of 35

Arch Pup

Posted: Fri 17 May 2013, 17:03
by rameshiyer
Simargl.

Very good decision. I am comfortable with pacman. Kindly release next archpup without delay.

Posted: Sat 18 May 2013, 09:24
by Bert
For the logo, I think the special 'a' in the wallpapers futwerk posted could make a very nice logo...

Posted: Sat 18 May 2013, 11:44
by simargl
Nice looking font after applied fontconfig and freetype2 LCD patches. This should deffinetly be default in all Linux distros. Version 7.0 is almost finished, only needs some polishing, splitting devel files and locales (both will be in single additional module) :D http://alphaos.tuxfamily.org/forum/view ... hp?f=6&t=7

Image
Bert wrote:For the logo, I think the special 'a' in the wallpapers futwerk posted could make a very nice logo...
Yes, but I can't extract that part
Scooby wrote: :D :D :D :D :D Yipeeee !!!!!!!!!

:shock: ArchPup is back :shock:
:lol: It's back only with new name.

Posted: Sat 18 May 2013, 12:18
by Smithy
Nice one simargl, can you release a delta file when you are finally happy with alphaos?
Saves having to keep downloading all these isos.

Posted: Sat 18 May 2013, 22:24
by smil99
simargl wrote:
... This has been valuable experience, but simply it is just too much work for just me ...
I have been thinking along the same lines lately ... and I feared developer burnout may set in for you to abandon the ship ... :)
... next step is back to beginning - switch to Arch base ...
Going back to the roots? ... Hooray!
Honestly, with all the available packeges in archland, one can never ask for more. Besides, it will be just fine for both newbies and experts to manage without frequent recourse to the console for simple tasks such as mounting an iso ... :)

Cheers.

Posted: Sat 18 May 2013, 22:57
by simargl
I fixed makesfs script to accept multiple arguments, example:
makesfs firefox flashplugin
will compress those two package with their dependencies to module named firefox_flashplugin.sfs

cups, libcups, their deps are not in system sfs, who needs printing will have option to install those afterwards with pacman.
Smithy wrote:Nice one simargl, can you release a delta file when you are finally happy with alphaos?
Saves having to keep downloading all these isos.
Maybe later, after I learn how to make deltas...

Posted: Sat 18 May 2013, 23:18
by stifiling
simargl wrote:After this move next step is back to beginning - switch to Arch base, use pacman, remove firefox and majority of graphical apps, and just use f* computer not waste time on compiling, polishing, fixing etc. This has been valuable experience, but simply it is just too much work for just me and finally important part is that it became boring, so we're gonna just let Arch developers compile packages :twisted: and use them in this Puppy/or not Puppy system. System settings will stay the same, they are in separate package; DISTRO_SPECS also with ADRVSFS and BDRVSFS. Anyway, point is that this move should not be too hard, after all it's been done already with ArchPup. Feel free to comment, add suggestion (may I remind you about the logo, any ideas (svg please) cause I'm clueless).
I'm interested in contributing to the new derivative w/pacman. Even more so if you were interested in setting up the main.sfs to be butt, bootie, barebones, absolute naked/clean as possible. i know i sound like a broken record but i think having that aspect included is important. Why? because it's absolutely possible and useful....and also because 'people want it'.

really it would be even nicer if the main.sfs was set up w/o a package manager....and give the users the option to install whichever one they want.....spkg or pacman. maybe by having the package managers set up and downloadable in a tar.gz file, easily ready to extract....and use.

Posted: Sun 19 May 2013, 00:37
by smil99
Hi simargl,
Below is what I came out with one of futwerk's backgrounds for the logo. I know I am not that creative so I guess this should trigger more contributions from others. Its in svg format so can be edited to your heart's desire using Inkscape. Just remove the phoney .gz ending. I used the triangles icon because I quite remember you once had an avartar similar to that :)
Cheers.

Edit:
I reduced the canvas size to fit the content.

Posted: Sun 19 May 2013, 05:02
by smil99
Another go at the logo.
Cheers.

Posted: Sun 19 May 2013, 06:08
by simargl
Thanks smil99, they look great :D
...I quite remember you once had an avartar similar to that...
That was also Archpup logo, I though since it's half Arch and half Puppy good idea is to make two colored triangle, and split it in half
stifiling wrote: I'm interested in contributing to the new derivative w/pacman. Even more so if you were interested in setting up the main.sfs to be butt, bootie, barebones, absolute naked/clean as possible. i know i sound like a broken record but i think having that aspect included is important. Why? because it's absolutely possible and useful....and also because 'people want it'.

really it would be even nicer if the main.sfs was set up w/o a package manager....and give the users the option to install whichever one they want.....spkg or pacman. maybe by having the package managers set up and downloadable in a tar.gz file, easily ready to extract....and use.
alphaos_70.sfs is main module and it is barebone, containing just 01_core group, spkg now becomes system building tool
extra_70.sfs has 02_xorg and 03_extra groups

Most people will use both of those modules, but there is option in adding 3rd system file called desktop_*.sfs

alphaos_70.sfs is 60 MB with gzip compression, should be around 50 or less with xz...

In Archpup I compiled older menu-cache, and added that package to ignorelist, but now I will trick pacman to think that same version like in Arch is installed, so we'll not get pacman warnings like before. Example:
name="menu-cache"
version="0.4.1"
_realver="0.3.3"
revision="1"
category="development"
description="Caching mechanism for freedesktop.org compliant menus"
source="http://downloads.sourceforge.net/lxde/$ ... er}.tar.gz"
.......................
Same thing applied to linux kernel package, it thinks version 3.9.2. is installed when really it is 3.8.2 original from alphaOS. Virtualbox sfs compiled with that source is still working, that's great.

Posted: Sun 19 May 2013, 20:01
by simargl
Last part in previous post about kernel package is not correct any more, I decided to upgrade kernel to version 3.9.1 because kernel source sfs would need fixing and reuploading to sourceforge anyway.

Change is kernel config.

CONFIG_DEVTMPFS=y
requested by newer udev
http://www.mygnu.de/index.php/2012/03/u ... in-kernel/

CONFIG_HAVE_KVM=y
suggested by ndrancs http://murga-linux.com/puppy/viewtopic. ... 239#698239

I will not upload virtualbox sfs in the future, but you can use script for making virtualbox sfs module from https://bitbucket.org/simargl/alphaos/src. Required is 500 MB of free space in save file or 1 GB of RAM in PUPMODE 5 without save file.

Posted: Tue 21 May 2013, 08:43
by smil99
Hi simargl,
I am sure you are feverishly putting some finishing touches to V7 for it to be released soon :D . Nevertheless, I was taking aback when trying to syncDB of V6 left me with an empty packages database :x This implies one can no longer install any program using spkg in V6. Moreover, a visit to http://sourceforge.net/projects/alphaos/files/ shows no files of V6! Any explanation as to why V6 has been wiped off although V7 is not yet released?

Cheers.

Posted: Tue 21 May 2013, 10:34
by simargl
Version 7.0 has just been released: http://alphaos.tuxfamily.org/forum/view ... =4&t=8#p10
If you like this OS please join official forum at http://alphaos.tuxfamily.org/forum. More members might increase chances for this system to find its place on distrowatch.com just in case they want something different, and I think usefull and original among 700 nice debian setups :mrgreen:. Next version will be 7.1 and follow more conservative release model.

Posted: Wed 22 May 2013, 00:41
by smil99
Version 7.0 has just been released ...
Thanks for V7 :D
Did a frugal install on my computer however, I am unable to connect to the Internet as pwiireless fails to pick my wireless signal. Worthy to note that I haven't encountered such problem in V6.
Cheers.

Posted: Wed 22 May 2013, 08:03
by simargl
Uploading new iso with corrected Pwireless package links pointing to /usr/sbin/wpa_cli and
/usr/sbin/wpa_supplicant. Those files were in /sbin folder but moved to /usr/sbin in new Arch...

Posted: Fri 24 May 2013, 19:54
by PFan
This is a beautiful Distro! However I am also having a problem with wireless internet connection. I have an old Dell D810 with Intel Pro Wireless 2200/2900, and pwireless doesn't see it at all. Any suggestions would be greatly appreciated.

ipw2200 wireless

Posted: Fri 24 May 2013, 20:27
by Marv
PFan wrote:This is a beautiful Distro! However I am also having a problem with wireless internet connection. I have an old Dell D810 with Intel Pro Wireless 2200/2900, and pwireless doesn't see it at all. Any suggestions would be greatly appreciated.
You could try what is suggested here http://alphaos.tuxfamily.org/forum/view ... p?f=6&t=11 Looks like we're batting .500 on it to date. My laptop on which it did work uses intel ipw2200 wireless for what it's worth. Let us know if it helps.

Posted: Fri 24 May 2013, 21:51
by yr1945
initially no networks were visable... then i clicked the roam button and next the refresh button and all wireless routers in my neighborhood magically appeared, including mine... then i was able to connect...

however, with ArchPup i could use pacman, with Alphaos7... the pacman commands in "help" don't seem to work... e.g., pacman -Sy will not download the packages... therefore, the command to download, let's say, firefox, does not work either ??

although i could successfully use pacman in ArchPup... i guess this OS is beyond my knowledge level...

Broadcom wifi

Posted: Fri 24 May 2013, 22:26
by Mc01
Hi guys,

I got also problem with wifi. During every launch of Pwireless2 i got message that my wifi card cannot be detected. Iwconfig also shows no interfaces.

My card is Broadcom BCM4313. I'm wondering if desired driver brcmsmac is integrated into kernel.

Cheers

Posted: Sat 25 May 2013, 00:35
by PFan
I got online! Sorry, I just love it when stuff works. I tried restarting the wpa_supplicant using the button in the debug tab of pwireless, but it didn't seem to do anything. Then I tried the Refresh and Roam buttons on the Networks tab. It showed my network, but wouldn't connect until I repeated the refresh-roam button process. Then it showed it was connected to my network, but had no IP address. After about a minute, it showed an IP address, and I was able to get online. Seems like there ought to be a easier way, but I'm just glad its working. Thank you for the suggestions.