Lighthouse Pup 4.43 Gu2 215M

For talk and support relating specifically to Puppy derivatives
Message
Author
Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

Re: fix-phonon

#41 Post by Jim1911 »

tazoc wrote:Jim, I looked at the Amarok configuration files, but couldn't find a solution there. I think the kernel module snd_hda_intel is used and you could try removing it in a terminal with 'rmmod snd_hda_intel' but I'm guessing that either won't help or will break all of your audio until you restart it with 'modprobe snd_hda_intel'.

If you succeeded in editing the phonondevicesrc file, why don't we make a copy of that working version, say phonondevicesrcFIXED, then use it to overwrite the original at startup by adding the following code to '/etc/rc.d/rc.local':

Code: Select all

cd /root/.kde/share/config/
cp -f phonondevicesrcFIXED phonondevicesrc
If that doesn't take then KDE4 must be updating the file at logon so we could make a script in /Autostart with a delay. To do that just make a copy of another script like qps-tray, name it say 'fix-phonon', edit the contents like this:

Code: Select all

#!/bin/sh
sleep 15
cd /root/.kde/share/config/
cp -f phonondevicesrcFIXED phonondevicesrc
Sorry about the delay in checking this out. Unfortunately nothing worked. The only way I've succeeded in getting sound with Amarok is to exit to a prompt, run alsaconf, and reboot. It will work properly until I reboot again. I believe that something is happening in the /etc/rc.d/rc.alsa start script to cause this.

Please don't spend any more time trying to help me solve this. Amarok is working.
Thanks,
Jim

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

#42 Post by tazoc »

bignono1 wrote:There is no icon for the recycle bin on the desktop.
You're right, I'll work on that for the next release. You can click on 'File System', then on the last icon, 'Trash'.

KDE has its own recycle bin, separate from ROX-Filer's. For KDE4, click K-Menu | Favorites | Dolphin, then on the left-hand pane, Trash.
-TazOC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

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

vlc media player with the base iso does not handle codecs ok

#43 Post by pemasu »

VLC didnt open xvid packaged movies, so there is something wrong with the avcodecs. I installed vlc-1.0.0-rc4-i686.pet and the appropriate patch. After that new vlc worked ok. Xvid AVI:s opened nicely

Best regards

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

openoffice-3.1.1-sfs4.sfs

#44 Post by pemasu »

I created from the previous openoffice-3.1.1 version sfs4 version for lighthousepup and it seems to work fine.

It installs from the bootup using the bootupmanager

Best regards

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

Re: vlc media player with the base iso does not handle codecs ok

#45 Post by tazoc »

pemasu wrote:VLC didnt open xvid packaged movies, so there is something wrong with the avcodecs. I installed vlc-1.0.0-rc4-i686.pet and the appropriate patch. After that new vlc worked ok. Xvid AVI:s opened nicely

Best regards
Thank you pemasu, here is the thread with vlc-1.0.0-rc4-i686.pet: http://www.murga-linux.com/puppy/viewtopic.php?t=43728
-TazOC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

4.43 Beta Released

#46 Post by tazoc »

Lighthouse Pup 4.43 Beta released, Base ISO 211M. For details, see http://www.lhpup.org/#News.

Mariner ISO, Mariner, KDE, Voyager and C-F add-ons also updated.
-TazOC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

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

#47 Post by Jim1911 »

TazOC,

Super job as usual.

Something is broken with Amarok though. Clicking on the icon tries to start it, but all you see is a quick blink on the panel bar (KDE4). Typing "amarok" returns " -bash: amarok: command not found".

Otherwise everything that I've checked in the KDE4 desktop works fine.

Thanks again,
Jim

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

#48 Post by tazoc »

Hi Jim,
That's strange, it works here. Try 'amarok1' in a terminal. I kept 'amarok' reserved for v.2 but so far it doesn't work, hence the 'not found'. If that works, try Amarok 1.4.10 in the Multimedia Menu. Also see if Amarok works in KDE3, please.
Thanks,
TazOC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

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

#49 Post by Jim1911 »

TazOC,

I get the following message:

-bash-3.00# amarok1
Amarok: [Loader] Starting amarokapp..
Amarok: [Loader] Don't run gdb, valgrAmarok:
Amarok is taking a long time to load! Perhaps something has gone wrong?

EDIT: You posted as I was editing this post. I always start with a clean pup_save. Amarok is working with KDE3.5, however, I did get an error message that was to quick to catch, some file not supported. It is playing my itunes collection fine.

Later I will download Mariner and KDE again and see if that will help with KDE4. It'll probably be tomorrow before I can followup though.

Thanks,
Jim
Last edited by Jim1911 on Sat 24 Oct 2009, 17:44, edited 3 times in total.

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

#50 Post by tazoc »

Ok, Amarok1 is part of the KDE SFS, might want to check the md5sums on both your Mariner and KDE SFS. (I started with a clean pup_save here.)
-TazOC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

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

wireless / wifi cards confirmed to work in puppy

#51 Post by pemasu »

Fishback has done excellent job to gather working information of the wireless cards and their needs.

Everybody who has problems with the wifi should check his post, Mine wifi started to work in the lighthouse pup after his recommendation.


Updated: October 20, 2009

Thread under:
Murga-linux.com/puppy/viewtopic.php?search_id=150903764&t=47367


Best regards

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

#52 Post by Jim1911 »

Hi TazOC,

Tried Amarok again with your big Lighthouse Pup Mariner ISO. Had identical results as indicated above.

Bad news, turned computer off for 12 hours, upon restarting today KDE3.5.10 will not load. As I recall yesterday it did balk at starting initially, but with a restart it ran fine. But now it blinks on the hd icon of the opening screen for about 2 minutes and then goes to an arrow cursor. Ctrl alt backspace goes to a prompt and I can start JWM and then am able to switch to LXDE, Icewm, and KDE4. KDE3 still will not start.

To check it out further and avoid contamination from other installations, I reformatted a small ext4 partition to ext3 and set up a new frugal installation with new downloads of KDE and Mariner, and a new pup save. Results are the same, KDE3 will not run. KDE4 still will not start Amarok, although indications are slightly different, Amarok 1.4.10 blinks briefly on the panel.

Sorry about bad report,
Jim

System: BFG NVIDIA Geforce 8400 GS 512MB, Asus P6T Motherboard, Intel core i7-920 (8MB Cache, 2.66 GHz), DDR3 3GB 1333MHz ram, Pioneer DVR-2910 DVD+-RW Dual Layer Burner, Realtek ALC1200 Audio, Dell 1702 Digital Flat Panel Display, HP Photosmart 5280 All-in-One, Printer-Scanner-Copier

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

CUPS 1.3.11 and HP 1020 succesfully now working

#53 Post by pemasu »

It took a lot of work and experimenting. At last Cups 1.3.11, HPLIP, hp-setup from console for downloading the driver and last but not the least was HP device manager from the utility > Firmware download was the missing piece.

If somebody need exact methods, I will gladly help.

Best regards

Arek
Posts: 4
Joined: Sat 19 Sep 2009, 12:25

#54 Post by Arek »

I kinda like this pup, but I do have one problem/question: I noticed that (as of alpha, haven't tried beta) it doesn't support using a Frugal install, but then saving to the entire HDD (instead of a pupsave). Is there any particular reason for this? It's the one feature from the standard puppy that I truly miss.

--Arek
.

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

#55 Post by tazoc »

Arek,
Thank you for the feedback. This is noted in the first post under bugs
Frugal install works well, but in testing a full hd install with GRUB gave "Error 2, bad file or directory type" (reason unknown.)
I'm working on a new release built around Puppy 4.3.1 and hopefully will address this shortcoming.

Myself I prefer the frugal install for a variety of reasons. I just tested a full install with Puppy 4.3.1 only and it worked after editing my GRUB configuration. Still don't know why it doesn't work in LHP.
-TazOC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

#56 Post by tazoc »

Jim1911,
Sounds like LHP443 is far from ideal! For you and the benefit of others who might have problems with KDE startup, here is an excerpt from http://userbase.kde.org/General_KDE_Problems. Before attempting this, switch to JWM, open a terminal and type 'killall kmix3'. Open qps and also kill any processes that begin with 'kde'.
Clean out /tmp and /var/tmp. KDE stores some temporary files which can sometimes cause problems. You might also like to try removing the following files. Make sure you exit KDE first though!:
~/.DCOPserver-* (on KDE3 systems there are usually two of these; one is a symlink to the other)
~/.kde/socket-<hostname>
~/.kde/tmp-<hostname> which is normally a symlink to the next file:
/tmp/tmp-kde-<USER>
~/.kde/socket-<hostname> which is also normally a symlink to:
/tmp/ksocket-<USER>
In LHP this is complicated a bit by the presence of both KDE3 and 4 files, so your mileage may vary.

There is also a blurb on sound problems at http://userbase.kde.org/Sound_Problems
I think Amarok and KDE4 are a bit like GRUB--it's great when it works, but when it doesn't... you're left wondering now what?
-TazOC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

Arek
Posts: 4
Joined: Sat 19 Sep 2009, 12:25

#57 Post by Arek »

tazoc wrote:Arek,
Thank you for the feedback. This is noted in the first post under bugs
Frugal install works well, but in testing a full hd install with GRUB gave "Error 2, bad file or directory type" (reason unknown.)
I'm working on a new release built around Puppy 4.3.1 and hopefully will address this shortcoming.

Myself I prefer the frugal install for a variety of reasons. I just tested a full install with Puppy 4.3.1 only and it worked after editing my GRUB configuration. Still don't know why it doesn't work in LHP.
-TazOC
Ok, thanks. Your wording on the problem is what threw me off. To me, a "full hd install" means no frugal. :)

--Arek

EDIT: I just remembered...I had this problem myself with another puppy, and had to correct it. The cause was, in my case, having a newer ext2/3/4 version than grub knows how to handle. The solution, for me, was to use an older e2fstools. Hope this helps. :)

--Arek

EDIT2: After rereading your post, I think you misunderstood me. I, too, use a frugal install, but I prefer to not use a pup_save.2fs file (which can be no larger than 8G, for technical, or possibly historical reasons), but instead save to my entire HDD (allowing me to effectively use the whole 300G I have available).

--Arek

User avatar
Barburo
Posts: 298
Joined: Thu 14 Jun 2007, 18:49

4.43b

#58 Post by Barburo »

Hi Taz,
I was recently updating from 4.43 a to b on a machine that has the mariner .iso

Please check your lhpup page for the link for

2009-10-23 LighthousePup-4.43-a-b_Mariner.iso.xdelta3 71M Update 4.43 Mariner ISO Alpha to Beta

It seems to point at this file:
http://www.lhpup.org/beta/lhp443/Lighth ... so.xdelta3

which I believe is not the correct one.

B.
[i]Laptop[/i]: Acer Aspire 5810TZ

User avatar
tazoc
Posts: 1157
Joined: Mon 11 Dec 2006, 08:07
Location: Lower Columbia Basin WA US
Contact:

#59 Post by tazoc »

Thank you Barburo, it is fixed.
Have a good weekend,
TazOC
[url=http://www.lhpup.org/][b][size=100]lhpup.org[/size][/b] [img]http://www.lhpup.org/gallery/images/favicon.png[/img][/url] [url=http://www.lhpup.org/release-lhp.htm#602]Lighthouse 64 6.02[/url]

chris
Posts: 24
Joined: Wed 23 May 2007, 23:31
Location: Australia

#60 Post by chris »

Hi Tazoc

I noticed that gkrellm and wbar appear in the JWM task bar. Seems like they shouldn't normally be visible, especially wbar which you don't want to be able to kill with an accidental mouseclick. I found out that if you add these lines to /root/.jwmrc then they won't show up. Add after the </RootMenu> line.

<Group>
<Class>wbar</Class>
<Name>wbar</Name>
<Option>nolist</Option>
</Group>

<Group>
<Class>gkrellm</Class>
<Name>gkrellm</Name>
<Option>nolist</Option>
</Group>

nice work with lhp.

Post Reply