Upup Precise 5.3.3.3 with kernel 3.3.2

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#61 Post by James C »

Replacing missing lib allows Gparted to work....
Attachments
Gparted.png
(125.85 KiB) Downloaded 1237 times

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#62 Post by musher0 »

Problem saving straight 5.3.3 version to DVD. Said it requires a new or updated DVD! UpupPrecise 5.3.3.x has divination capacity since, at approx. the same time I was trying to save, pemasu was presenting version 5.3.3.1... :) (hehe)

Back to serious: Will check if it is my DVD disk itself or some function in shutdown routine of PrecisePup that's involved.

BFN.
Last edited by musher0 on Sun 22 Apr 2012, 13:45, edited 1 time in total.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

linux28
Posts: 270
Joined: Sun 05 Apr 2009, 07:22

#63 Post by linux28 »

flash ok :lol:
print ok :lol:




# cmake ..
CMake Error: Could not find CMAKE_ROOT !!!
CMake has most likely not been installed correctly.
Modules directory not found in
/usr/bin
CMake Error: Error executing cmake::LoadCache(). Aborting.
:(


# evince

(evince:3083): EggSMClient-WARNING **: Desktop file '/usr/share/applications/evince.desktop' has malformed Icon key 'evince.xpm'(should not include extension)

(evince:3083): GLib-GIO-ERROR **: Settings schema 'org.gnome.Evince.Default' is not installed

Trace/breakpoint trap

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

#64 Post by pemasu »

Thank you all of the reports. These helps me a lot, as you know.

Okay...I will add slacko snmp backend.
Is is just /usr/lib/cups/backend/snmp which needs to be replaced.

libatkmm. Yeah. I added it under gparted, but woof would have needed gparted template to be fixed. So I add it as libatkmm. It should be in next version and now I check that it is there.
EDIT: Cannot check printing, I cannot connect to the wifi network with my laptop. Booted fine but no network connection. Info below is from Exprimo.
=== NETWORK ===

Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller
VENDOR: 10ec DEVICE: 8136 KERNEL MODULE: r8169
JJim1911. Could you dmesg and check is it asking firmware which is missing. r8169 kernel module is there so it could be missing firmware. There is now 4 new firmwares in firmware git repository, so....it might be fixable by adding missing firmware.
dmesg tells you if it complains about spesific firmware.

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

#65 Post by pemasu »

# cmake ..
CMake Error: Could not find CMAKE_ROOT !!!
CMake has most likely not been installed correctly.
Modules directory not found in
/usr/bin
CMake Error: Error executing cmake::LoadCache(). Aborting.
Install cmake-data with PPM.

Added to pkgs specs. Thanks !!!

User avatar
mavrothal
Posts: 3096
Joined: Mon 24 Aug 2009, 18:23

#66 Post by mavrothal »

5.3.3 runs nice and stable on my VM.

Trying to compile some drivers noticed that xorg_dev_7.6 is not in the devx. No big deal. The one from the ubuntu repo solved it :)
== [url=http://www.catb.org/esr/faqs/smart-questions.html]Here is how to solve your[/url] [url=https://www.chiark.greenend.org.uk/~sgtatham/bugs.html]Linux problems fast[/url] ==

User avatar
tronkel
Posts: 1116
Joined: Fri 30 Sep 2005, 11:27
Location: Vienna Austria
Contact:

#67 Post by tronkel »

Nice Version!

Having trouble with the ATI Radeon 6450 driver.

This has been the case with recent Puppys, but have so far managed to work around the problem by compiling the proprietary driver from the ATI website.

I can't however seem to be able to get an error-free compile using this Upup. I'm using the kernel sources as provided by the sfs and the amd-driver-installer-12-3-x86.x86_64.run downloaded ATI driver.

The open source Radeon driver seems to be kaput in the latest kernels. This is the one I actually prefer.

Would any of the Slacko ATI FGLRX pets be of any use? Has anyone had any joy using any of these?

In the meantime the VESA driver allows me to have a GUI desktop.

It's enough to show the potential that this version has. Yes, I think this would make a great official Puppy.
It's got the necessary look and feel as well.
Life is too short to spend it in front of a computer

User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

failed compile Gkrellweather plugin

#68 Post by tubeguy »

Code: Select all

# make
gcc  -O2 -Wall -fPIC `gtk-config --cflags` `imlib-config --cflags-gdk`    -c -o gkrellweather.o gkrellweather.c
/bin/sh: gtk-config: command not found
/bin/sh: imlib-config: command not found
gkrellweather.c:7:29: fatal error: gkrellm/gkrellm.h: No such file or directory
compilation terminated.
make: *** [gkrellweather.o] Error 1
# 
I normally compile GKrellM but this time I used a deb I found. When I went to compile the weather plugin I got this result. No biggie for me but wanted to put my report in.
[b]Tahr Pup 6 on desktop, Lucid 3HD on lappie[/b]

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

#69 Post by pemasu »

I can't however seem to be able to get an error-free compile using this Upup. I'm using the kernel sources as provided by the sfs and the amd-driver-installer-12-3-x86.x86_64.run downloaded ATI driver.
kernel module source has needed patching with recent ATI versions and 3.2.X and over kernels. The patching has been posted recently in howto section.

User avatar
tronkel
Posts: 1116
Joined: Fri 30 Sep 2005, 11:27
Location: Vienna Austria
Contact:

#70 Post by tronkel »

Yep, got it - thanks Pemasu. FGLRX compiles OK now.

Simple patch here for anyone who needs it:

http://www.murga-linux.com/puppy/viewtopic.php?t=77735
Life is too short to spend it in front of a computer

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

#71 Post by pemasu »

Maxerro posted this in Barry`s blog:
Posted on 22 Apr 2012, 17:30 by maxerro barrys blog
I've just seen pemasu has uploaded a new version of Upup Precise, so MAYBE this is still relevant, like it has been just yesterday.
There still seems to be some library-backfiring in the crypto/ssl area, and before pemasu goes on, this needs to clear up:
backup /lib/libssl.so.0.9.8 to whatever (for now)
link /lib/libssl.so.1.0.0 to /lib/libssl.so.0.9.8
add libevent-openssl-2.0-5_2.0.16
link:
/usr/lib/libevent_openssl.so
/usr/lib/libevent_openssl-2.0.so.5
to the new /usr/lib/libevent_openssl-2.0.so.5.1.4 instead of 5.1.3
Test again, cry for help.
Although, by the final release the whole ssl-pack will need to be replaced.
This is bigger thing than first seems. Doing so...means that apps needing older 0.9.7-0.9.8 are not fooled with just symlinking. It means compiling them against libssl 1.0

Well...lefting 0.9.8 out surely soon shows what apps needs recompiling. I did compile Transmission-2.51 against libssl.so.1.0.

What else needs recompiling...someone could tell....

Libevent was the older version due to Transmision. Already updated it to use Precise Pangolin version and I did create symlinks to the older version. Will be in next uploaded Upup Precise.

User avatar
Terryphi
Posts: 761
Joined: Wed 02 Jul 2008, 09:32
Location: West Wales, Britain.

#72 Post by Terryphi »

I simply installed the latest Precise debs for libsll.0.9.8, libsll.1.0.0 and opensll on Barry's Precise Pup. Everything I have tested works.
[b]Classic Opera 12.16 browser SFS package[/b] for Precise, Slacko, Racy, Wary, Lucid, etc available[url=http://terryphillips.org.uk/operasfs.htm]here[/url] :)

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

#73 Post by pemasu »

Yes...but that means that you have both of them libssl 0.9.8 and 1.0 on your system. If there is concensus that only libssl 1.0, updated later to security updated version is the safe way....apps depending the libsll 0.9.8 is not fooled with just symlink. You will get version symbol error.

I had already 0.9.8 and 1.0 versions included, both of them...question is...is just 1.0 safer and better solution and how many apps relies on 0.9.8. I think this was discussed and updated in Lucid Puppy. Playdayz et al could answer this.

Yeah...I would need Playdayz as "silent" advicer in this...I suppose he will check this thread at some time...

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

#74 Post by pemasu »

Here is another guide to compile latest ATI proprietary driver. It seems to have the patch I have posted.

http://www.murga-linux.com/puppy/viewto ... 970#621970

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

#75 Post by Jim1911 »

pemasu wrote:
EDIT: Cannot check printing, I cannot connect to the wifi network with my laptop. Booted fine but no network connection. Info below is from Exprimo.
=== NETWORK ===

Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller
VENDOR: 10ec DEVICE: 8136 KERNEL MODULE: r8169
JJim1911. Could you dmesg and check is it asking firmware which is missing. r8169 kernel module is there so it could be missing firmware. There is now 4 new firmwares in firmware git repository, so....it might be fixable by adding missing firmware.
dmesg tells you if it complains about spesific firmware.
[ 18.422795] Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[ 18.422798] Copyright(c) 2003-2011 Intel Corporation
[ 18.422918] iwlwifi 0000:01:00.0: pci_resource_len = 0x00002000
[ 18.422920] iwlwifi 0000:01:00.0: pci_resource_base = f82fc000
[ 18.422923] iwlwifi 0000:01:00.0: HW Revision ID = 0x34
[ 18.423407] iwlwifi 0000:01:00.0: irq 50 for MSI/MSI-X
[ 18.423603] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG disabled
[ 18.423606] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[ 18.423608] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[ 18.423611] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
[ 18.423613] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_P2P disabled
[ 18.423643] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Wireless-N 1030 BGN, REV=0xB0
[ 18.423892] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[ 18.441023] iwlwifi 0000:01:00.0: device EEPROM VER=0x71a, CALIB=0x6
[ 18.441027] iwlwifi 0000:01:00.0: Device SKU: 0x150
[ 18.441031] iwlwifi 0000:01:00.0: Valid Tx ant: 0x1, Valid Rx ant: 0x3
[ 18.441055] iwlwifi 0000:01:00.0: Tunable channels: 13 802.11bg, 0 802.11a channels
[ 18.452511] iwlwifi 0000:01:00.0: request for firmware file ‘iwlwifi-6000g2b-5.ucode’ failed.
[ 18.455739] iwlwifi 0000:01:00.0: request for firmware file ‘iwlwifi-6000g2b-4.ucode’ failed.
[ 18.455744] iwlwifi 0000:01:00.0: no suitable firmware found!
[ 18.471599] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 18.471719] r8169 0000:03:00.0: irq 50 for MSI/MSI-X
[ 18.471881] r8169 0000:03:00.0: eth0: RTL8105e at 0xf81ac000, 84:8f:69:b0:d7:4a, XID 00a00000 IRQ 50

Hope that I've included what you need.
Jim

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#76 Post by musher0 »

musher0 wrote:Problem saving straight 5.3.3 version to DVD. Said it requires a new or updated DVD! UpupPrecise 5.3.3.x has divination capacity since, at approx. the same time I was trying to save, pemasu was presenting version 5.3.3.1... :) (hehe)

Back to serious: Will check if it is my DVD disk itself or some function in shutdown routine of PrecisePup that's involved.

BFN.
@pemasu & upup-precise kennel:

As it stands, there is no growisofs in upup precise... nowhere.

The problem is solved by downloading & installing growisofs from
http://packages.ubuntu.com/precise/video/growisofs
just after you've specified your regional parameters, etc.
Click on shutdown, click on ''save to cd / dvd'', let the script do its stuff.
On reboot all will be ok, you will be able to boot upup-precise and save your work to cd / dvd.

Writing this from upup-precise entirely on DVD.

Proof: see the big plus sign in attached pic.

Regards.

PS. No libs are missing.
Attachments
upup-precise-save-to-dvd-restored.jpg
Save to CD/DVD function restored in upup-precise 5.3.3.1. Proof: the big plus sign icon at top right of picture
(58.82 KiB) Downloaded 376 times
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#77 Post by musher0 »

Another thing: the locales list in the parameter setting panel on first boot is incomplete.

The Earth on which Upup-Precise operates is missing three continents :lol: : North America, Central America and South America.

Luckily this alien knew his TZ by heart! :)

BFN.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

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

#78 Post by pemasu »

Thanks. I created a pet of it.
Attachments
growisofs-7.1.pet
(60.79 KiB) Downloaded 278 times

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

#79 Post by pemasu »

Jim1911.
Try this pet. It has the firmware your dmesg requested.

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

#80 Post by pemasu »

time zone comes from tzdata package. It installs the timezone stuff to the /usr/share/timezone/*

Woof packages-templates...under glibc screws ubuntu new format of timezones. It means that it removes American continents. Not big deal some might think....but it disturbs the time zone selections and that is bad thing.

I will test how to fix the glibc packages-template.

EDIT. Got it. Just remove the previous content from zoneinfo template folder and add PLUSEXTRAFILES and PLUSEXTRADIRS into it.

I wonder how many other templates needs fixing.

Post Reply