Puppy Squeeze 009 Development

A home for all kinds of Puppy related projects
Message
Author
User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#676 Post by Iguleder »

At the moment Woof is running, it's in the package download stage. I already integrated all the goodies we made so far and recompiled 2.6.32.24 with some stuff I missed.

I'm also compiling 2.6.35.7, my netbook needs it.
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#677 Post by pemasu »

My laptop also benefits from 2.6.35.7 kernel because it detects my eth0 wired lan card automatically, so no need to compile the driver.
It would be nice to have dpup010 with two different kernel choices ??!!

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#678 Post by Iguleder »

One kernel is 2.6.32.24, the other can be either 2.6.35.7 or Barry's 2.6.34.6 from Wary. I say we should use the latter for two reasons:
- Barry's additions, like the modem drivers
- Ready nvidia drivers
- Barry know better and if he picked 2.6.34.6, there's a good reason for this
- 2.6.36 is out and still no aufs for it, so we can't use it

EDIT: I guess we'll use 2.6.34.6, I'll compile a 2.6.35.7 kernel with some extra tuning for laptops.

EDIT 2: big success! I built an ISO with my 2.6.35.7, the alsa levels fix works! Everything looks great (using Xfce-basic and the Ubuntu font, 12 pixels). However, mplayer is broken becuse of one library I missed and I'm getting some weird black pixels in a pattern on my Eee.

This laptop-specific kernel uses "ondemand" for CPU frequency scaling so it takes more time to boot, but it saves power and I can tell that the fan is very very very quiet, at least on my Eee. This kernel has wireless and audio power saving enabled by default.
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#679 Post by 01micko »

one problem with wary as is to lupu|dpup nvidia drivers is that the path to the xorg drivers is different from 7.3 to 7.5 :( . That could be worked around by some restructuring but better I think to recompile. Especially since to have true compatibility the kernel needs to be recompiled (as you are doing) against the current gcc, You know what I mean :wink:

Cheers
Puppy Linux Blog - contact me for access

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#680 Post by Iguleder »

It's time for someone to make a good kernel that can be used by both Lupu and Squeeze, imho :)

Compatibility between the two is good, let's take it one step further :D
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#681 Post by ttuuxxx »

Iguleder wrote:It's time for someone to make a good kernel that can be used by both Lupu and Squeeze, imho :)

Compatibility between the two is good, let's take it one step further :D
as long as your glibC is the same it shouldn't be all that hard.
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#682 Post by Iguleder »

It isn't the same, but I don't understand why glibc versions must be identical. As far as I know it doesn't matter, the only thing that does is the version of the kernel glibc was compiled against, that's 2.6.18 in both if I haven't mistaken.

EDIT: another testing build of 010, so far 3 bugs found:
- BootFlash is broken, it won't copy the SFS
- The partition Puppy boots from isn't properly detected so the icon isn't green as in 009
- SNS (for some reason) was unable to connect to wireless networks; I had to connect to a network from the console manually, then it started working
Attachments
010-eee.jpg
(138.96 KiB) Downloaded 230 times
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#683 Post by Karl Godt »

As far as I can see the debian squeeze kernel is the 2.6.32 one.

The README of the kernel source from kernel.org seems to be not much of worth ....

Using make bzImage at 2.6.35.7 finally gave an kernel that started to boot but didn't want to mount ....

I guess its the patches but applying patch -p 2 < KERNELPATCHFILEfromKERNEL-ORG patched but also moved or copied the files two directories up ....

And there are many directories .....

And The kernel.org Patchfile is over 1 million lines long .....

So before adding the three patchfiles you posted, one which is also pretty large,
HOW TO PATCH that the files stay in their dirs ? (is it the patch command (compiled wrong) ?)

I also would like to know what to choose at the make menuconfig to get more than three kernel.ko compiled (default values).
One attempt to 2.6.35.7 even compiled none kernel.ko drivers ....

2.6.36 seems to pretty much the same as 2.6.35

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#684 Post by Iguleder »

Uploading deltas to the 010 release candidate, they're here. There are two flavors, 2.6.32.24 (patched to appear as 2.6.32) and 2.6.35.7.

The latter is for i686 (people with ancient hardware won't use it anyway), while the former is for i486. Both are patched with BFS 357, which should improve latency and performance, especially on multi-core machines but also on single-core machines.

In both, wireless power saving is enabled by default but power saving for AC97 and HDA sound cards is disabled because of the click sound it produces. It's there (while most puppies don't have it) but disabled. The power schemes tray icon is now smarter, it also enables or disables it.

The default CPU scaling governor is "performance" but it can be easily changed to "ondemand". Both kernels support up to 8 CPUs and support both SMP and HyperThreading.

There are some bugs here and there - they originate in the new kernels and the new Woof. Barry intends to add bug fixes to Woof until the final release of Wary; that's a good chance for us to declare Puppy Squeeze as "released". We'll have to wait a couple of days after Wary's release for Barry to upload Woof, though.
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#685 Post by pemasu »

Hmmm. When I get the dpup010 k2.5.35.7 iso md5sum, I can check that my deltaupgrade was succesful.

When booting, searching for puppy files stops for long period and pausing text appears 4 times. Wlan internet connection does not work. And ntfs 3g driver mounts only readonly. Fuse module is missing is the main thing in the error table.

Well... I didnt check anymore because internet connection failed.

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#686 Post by Iguleder »

Same here, it takes a very long time to load the block device modules and wireless works only from second attempt. Probably ntfs-3g is broken with this kernel, maybe it's too new.

On 2.6.32.24 I don't have these problems and it works splendidly. For some reason my USB mouse doesn't work ... maybe it's dead.

EDIT: my mouse works.
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

Brown Mouse
Posts: 564
Joined: Tue 09 Jun 2009, 21:06

#687 Post by Brown Mouse »

Hi iguleder

Downloaded 010 delta,did an md5 check and installed 010 with the 2.6.32 kernel.

Booted up fine but noticed the 'Resolution and Language setter' brings up network connection config'.
Created savefile,rebooted,greeted by the sfs installer,at which point the mouse pointer froze.
Gave it a second shot with a renamed savefeile,exactly the same issue.
Last edited by Brown Mouse on Sun 24 Oct 2010, 18:39, edited 1 time in total.

User avatar
MinHundHettePerro
Posts: 852
Joined: Thu 05 Feb 2009, 22:22
Location: SE

#688 Post by MinHundHettePerro »

Hello :)!

010-rc1-k2.6.32.24, new clean savefile:

Lost my mouse pointer, got it back through xorgwizard - but, with a black screen. Much more xorgwizardry got both mouse pointer and non-black screen back, but it didn't hold for restart of X :(. Also tried boot parameter modeset=0 to no avail. Tried 1280x1024 and 1024x768 in both 24 and 16 bits colourdepths, none was more stable than the other.

"pausing" at boot up - maybe the boot time just feels longer when seeing that, didn't time the boot ups :?.

009 and 010beta were both working nicely :).

Cheers :)/
MHHP
[color=green]Celeron 2.8 GHz, 1 GB, i82845, many ptns, modes 12, 13
Dual Xeon 3.2 GHz, 1 GB, nvidia quadro nvs 285[/color]
Slackos & 214X, ... and Q6xx
[color=darkred]Nämen, vaf....[/color] [color=green]ln -s /dev/null MHHP[/color]

User avatar
peebee
Posts: 4370
Joined: Sun 21 Sep 2008, 12:31
Location: Worcestershire, UK
Contact:

All OK

#689 Post by peebee »

dpup010 rc-1 k2.6.32 frugal install on HP550 laptop.

Startup - OK
Touchpad config - OK
Powerapplet tray - OK
Wifi via SNS - OK (apart from usual periodic disassociation)
Samba - OK
Remote CUPS printing via smbc: - OK

All OK for me - well done...

The tray power thingy - doesn't have any popup text, doesn't show what is the current setting and has a speelling mistook. Balanced.

Cheers
Peter
Last edited by peebee on Sun 24 Oct 2010, 19:15, edited 1 time in total.

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#690 Post by Iguleder »

I can see there are changes in some X packages, versions changed. Those introduced many regessions and lots of additional gray hair. I guess we have no choice but to wait for the Debian guys to fix those.

I get some graphics corruption on my PineView ... some weird black pixels in a pattern.


Dammit! :evil:
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#691 Post by Jim1911 »

Hi Iguleder,

New frugal installion of both rc-1 k2.6.32 and k2.6.35.7. Both appeared to work fine until a reboot was performed to set up a save file. On both, upon reboot with a save file, my usb mouse froze. :o I'm sure it's something minor because previous versions have been great.

Cheers,
Jim

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#692 Post by Iguleder »

Still shocked to see how messed up it is ... something is terribly wrong with the X drivers and Woof.

I guess we'll have to take the time and let the Debian guys do whatever they do that makes their packages so good :)
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

Downloading from YouTube, etc?

#693 Post by edoc »

What is the best app to use in dpup 009 to download and save videos from YouTube and elsewhere, please?

I need to share a history-related video clip in a learning environment for young people and the Internet access at the location is unreliable.

Thanks!
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
Iguleder
Posts: 2026
Joined: Tue 11 Aug 2009, 09:36
Location: Israel, somewhere in the beautiful desert
Contact:

#694 Post by Iguleder »

I use file2hd.com for that (it's in the menu!) ... but there's also you2pup.
[url=http://dimakrasner.com/]My homepage[/url]
[url=https://github.com/dimkr]My GitHub profile[/url]

User avatar
upnorth
Posts: 287
Joined: Mon 11 Jan 2010, 19:32
Location: Wisconsin UTC-6 (-5 DST)
Contact:

010rc 2.6.32.24

#695 Post by upnorth »

the 2.6.32.24 version, the ipv4 branch was missing, I think. couldn't load ip_tables or run iptables command.

I ,was connected to net ok though.

Post Reply