Page 95 of 158

Posted: Wed 01 Dec 2010, 14:29
by playdayz
Doesn't the current .pet format support installation scripts? Can't you just keep the standard mode as Xv and add
Code:
mv /root/.mplayer/config /root/.mplayer/config.bak
cat /root/.mplayer/config.bak | sed s/'x11'/'xv'/g > /root/.mplayer/config
This is on thelist to implement and test, but this problem with the sound came up.

Posted: Wed 01 Dec 2010, 14:31
by playdayz
Wot no mtpaint or screen capture in the menu?
I did the above in inkscapelite
could not export - so looked for screen capture
Not in menu
Had to run from mtpaint directly . . .
no mtpaint in menu either . . .
I hurried the luci-241 because of the sound issue. Sorry.

Posted: Wed 01 Dec 2010, 14:54
by abushcrafter
Iguleder wrote:Barry, why don't you move the ALSA stuff to delayed run or xinitrc? After all, sound is needed once you get to the desktop, not earlier. Of course, there are rear-corner cases, such as pfix=nox fans ... but this code could be placed pretty much anywhere. Even /etc/profile is good enough.

In fact, /etc/profile is a good location - it runs when the shell starts, so if the code goes there, it's the first thing that runs after inittab.
Please don't do that because then one does not have the option of having startup sounds before X has loaded/run. That works well for startup sounds like "Initiating Startup Sequence"

Posted: Wed 01 Dec 2010, 15:16
by rjbrewer
700m dell.

Luci240

Ran alsa config; deleted 10alsa file (full install), sound is okay now
after reboots.

Posted: Wed 01 Dec 2010, 16:16
by ttuuxxx
playdayz wrote: I hurried the luci-241 because of the sound issue. Sorry.
Just wondering why none of my packages were included, same thing ? or just for repo?
ttuuxxx

Posted: Wed 01 Dec 2010, 16:54
by Terryphi
Since upgrading from Luci240 to 241 Osmo immediately crashed on opening. Reverting to previous libdbus-glib-1.so.2.1.0 solves problem.

Posted: Wed 01 Dec 2010, 17:24
by James C
01micko wrote:for those with reboot sound issues, and those without,
..please run this in a terminal (NOT in full installs, unless you backup the file first) only in luci-241 and 240.

Code: Select all

 rm -f /etc/init.d/10alsa
*reboot
*report success or failure

if you need to restore.. ie- fails (frugal types only, usb included) type:

Code: Select all

cp -f /initrd/pup_ro2/etc/init.d/10alsa /etc/init.d/10alsa
Cheers

(note, it isn't the correct fix as woof goes, but it may have to do)
Works fine on my frugal install of 241......already rebooted several times and sound has been persistent.
Now to try this in my Luci-241 Trinity install..... :lol:

Posted: Wed 01 Dec 2010, 17:37
by Jades
01micko wrote:for those with reboot sound issues, and those without,
..please run this in a terminal (NOT in full installs, unless you backup the file first) only in luci-241 and 240.

Code: Select all

 rm -f /etc/init.d/10alsa
*reboot
*report success or failure
Right, just checked this on Luci 241. I ran ALSA Sound Wizard first, then entered the command in the console. Both of my machines retained sound after rebooting.

Posted: Wed 01 Dec 2010, 17:59
by playdayz
Removing 10alsa also solves my problem of the volume levels being changed--even though it wasn't all the way muted.

Posted: Wed 01 Dec 2010, 18:01
by James C
Solved the sound muting problem in Luci-241 w/ Trinity too.

Posted: Wed 01 Dec 2010, 18:02
by Jim1911
Had low sound on startup, adjusted retrovol settings as shown which gives great sound on my hardware.

Rebooted, all settings on retrovol were at zero except master which was at 100%. Sound level very low. Readjusted retrovol settings, executed

Code: Select all

rm -f /etc/init.d/10alsa 
in a console and rebooted. Retrovol settings were retained. Your code did the job.

Overall, luci-241 looks great.

Thanks,
Jim

Posted: Wed 01 Dec 2010, 18:09
by playdayz
Overall, luci-241 looks great.

Except for all the stuff I forgot in a hurry to get it out ;-)

No worries. FYI, When the Woof settles, then our next version, should be luci-242, will be a feature freeze. That means nothing but bug fixes until release. Previously we have frozen about 2-3 weeks before release. This time we hope for 2 weeks. IMHO that is very important for quality control.

Posted: Wed 01 Dec 2010, 18:12
by Jim1911
Will renaming luci_devx_239.sfs to 241 work?

Thanks,
Jim

Posted: Wed 01 Dec 2010, 18:45
by playdayz
Will renaming luci_devx_239.sfs to 241 work?
Yes.
-------------------------------------------------------------------
mtpaint deserves special treatment now, since I left it off the menu.
There is a nice new pet with the NLS support and another nice new pet with the HTML documentation. They should work for the version 3.34.57 in lcui-241. The menu items will return in luci-242.

http://distro.ibiblio.org/pub/linux/dis ... -lucid.pet

http://distro.ibiblio.org/pub/linux/dis ... -lucid.pet

Posted: Wed 01 Dec 2010, 19:08
by playdayz
Since upgrading from Luci240 to 241 Osmo immediately crashed on opening. Reverting to previous libdbus-glib-1.so.2.1.0 solves problem.
Terryphi, Had you installed anything else? In luci-241, Osmo works for me.

Posted: Wed 01 Dec 2010, 19:14
by James C
playdayz wrote:
Since upgrading from Luci240 to 241 Osmo immediately crashed on opening. Reverting to previous libdbus-glib-1.so.2.1.0 solves problem.
Terryphi, Had you installed anything else? In luci-241, Osmo works for me.
Appears to be working normally here in 241 as well.

Posted: Wed 01 Dec 2010, 19:23
by playdayz
A couple of people have reported inconsistencies in disk space reported in Partview, if anyone could pursue that. Thanks.

Posted: Wed 01 Dec 2010, 20:14
by Jim1911
Fresh full hd installation of luci-241 had a few minor problems.

1. The code 01micko posted corrected the low volume situation.

2. Problems that are only present with full hd installation:
  • a. Default media player opens but will not play. To correct, I changed default to VLC.

    b. Personalize Setting does not come up on initial boot. When tried from the menu, it would not open on first try. Subsequent trys, it opens and works properly.
Cheers,
Jim

Posted: Wed 01 Dec 2010, 20:35
by yarddog
playdayz wrote:Removing 10alsa also solves my problem of the volume levels being changed--even though it wasn't all the way muted.
removed 10alsa and solved my problem also
keep on keepin on - good work guys

regards
yarddog

Osmo

Posted: Wed 01 Dec 2010, 21:24
by Tasgarth
Since upgrading from Luci240 to 241 Osmo immediately crashed on opening.


Osmo works for me. No problem ( CD-Live and pupsave).