maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   Easy Debian Fremantle Beta Testing (https://talk.maemo.org/showthread.php?t=34550)

andyph666 2010-02-13 07:56

Re: Easy Debian Fremantle Beta Testing
 
i got a gpg key error of some sort when doing an apt-get update after uncommenting the squeeze repo. Then i write the second command and it cannot find smbclient-common. What should i do? Thanks.

aechelon 2010-02-13 08:58

Re: Easy Debian Fremantle Beta Testing
 
@andy

qole meant samba-common... slip of the fingers.

aechelon 2010-02-13 09:01

Re: Easy Debian Fremantle Beta Testing
 
qole,

Your suggestion worked like a charm for fixing the smbclient issue, however installing blackbox still nuked pulseaudio.

A little scrutiny revealed that installing blackbox was replacing the the symlinks from
libpulsecommon-0.9.21.so -> libpulsecommon-0.9.15.so
and from
libpulse.so.0.12.2 -> libpulse.so.0.8.0
with
libpulsecommon-0.9.21.so -> libpulsecommon-0.9.21.so.real
and
libpulse.so.0.12.2 -> libpulse.so.0.real.

No idea why that would happen, but replacing the symlinks solved the problem. It happened again when I installed audacious, but instead of tracking down the cause I wrote this little script to work around the issue:

Code:

rm /usr/lib/libpulse.so.0.12.2
ln -s /usr/lib/libpulse.so.0.8.0 /usr/lib/libpulse.so.0.12.2
rm libpulsecommon-0.9.21.so
ln -s /usr/lib/libpulsecommon-0.9.15.so /usr/lib/libpulsecommon-0.9.21.so

Having to run it after installing new packages is small price to pay in the larger scheme.

I'm all set now! Blackbox, tightvncserver running 1920x1080, and crisp audio piping through my headphones!

Thanks for all the help!

hstende 2010-02-13 09:08

Re: Easy Debian Fremantle Beta Testing
 
iceweasel isn't stable.
I very often get segfaults.

(firefox-bin:2813): GLib-GObject-WARNING **: /build/buildd-glib2.0_2.22.3-1-armel-pnDF46/glib2.0-2.22.3/gobject/gsignal.c:2270: signal `has-selection' is invalid for instance `0x46c078c0'

(firefox-bin:2813): GLib-GObject-WARNING **: /build/buildd-glib2.0_2.22.3-1-armel-pnDF46/glib2.0-2.22.3/gobject/gsignal.c:2270: signal `clipboard_operation' is invalid for instance `0x46c078c0'

(firefox-bin:2813): GLib-GObject-WARNING **: /build/buildd-glib2.0_2.22.3-1-armel-pnDF46/glib2.0-2.22.3/gobject/gsignal.c:2270: signal `has-selection' is invalid for instance `0x46ce8ac0'

(firefox-bin:2813): GLib-GObject-WARNING **: /build/buildd-glib2.0_2.22.3-1-armel-pnDF46/glib2.0-2.22.3/gobject/gsignal.c:2270: signal `clipboard_operation' is invalid for instance `0x46ce8ac0'

(firefox-bin:2813): GLib-GObject-WARNING **: /build/buildd-glib2.0_2.22.3-1-armel-pnDF46/glib2.0-2.22.3/gobject/gsignal.c:2270: signal `has-selection' is invalid for instance `0x478ad280'

(firefox-bin:2813): GLib-GObject-WARNING **: /build/buildd-glib2.0_2.22.3-1-armel-pnDF46/glib2.0-2.22.3/gobject/gsignal.c:2270: signal `clipboard_operation' is invalid for instance `0x478ad280'

(firefox-bin:2813): GLib-GObject-WARNING **: /build/buildd-glib2.0_2.22.3-1-armel-pnDF46/glib2.0-2.22.3/gobject/gsignal.c:2270: signal `has-selection' is invalid for instance `0x478b8700'

(firefox-bin:2813): GLib-GObject-WARNING **: /build/buildd-glib2.0_2.22.3-1-armel-pnDF46/glib2.0-2.22.3/gobject/gsignal.c:2270: signal `clipboard_operation' is invalid for instance `0x478b8700'
Segmentation fault

titan 2010-02-13 14:23

Re: Easy Debian Fremantle Beta Testing
 
I've promoted lzma to extras-testing.
You can find it in the utilities section.

llamastyle 2010-02-13 15:43

Re: Easy Debian Fremantle Beta Testing
 
Anyone noticed that after running Debian LXDE, even if you close it, if you connect to a computer in mass storage mode it says device storage in use?

Is there a way to fix that other than rebooting?

scorpio16v 2010-02-13 16:17

Re: Easy Debian Fremantle Beta Testing
 
Quote:

Originally Posted by llamastyle (Post 524776)
Anyone noticed that after running Debian LXDE, even if you close it, if you connect to a computer in mass storage mode it says device storage in use?

Is there a way to fix that other than rebooting?


I have the same problem :(

An other problem is to make the sound working.
Alsa-Mixer gives following errors :

http://img85.imageshack.us/img85/507...shot16b.th.jpg

Any ideas ? :confused:

Is it intended, that some repros aren't activated ?
For example: default config. under the former image loads Vice 2.1.
Under default config. from new image I get only version 1.22.

mankir 2010-02-13 16:23

Re: Easy Debian Fremantle Beta Testing
 
Similar problem: Unable to umount .debian and have to mount MyDocs manually after being connected to a computer

qole 2010-02-13 16:38

Re: Easy Debian Fremantle Beta Testing
 
Quote:

Originally Posted by aechelon (Post 524418)
A little scrutiny revealed that installing blackbox was replacing the the symlinks from
libpulsecommon-0.9.21.so -> libpulsecommon-0.9.15.so
and from
libpulse.so.0.12.2 -> libpulse.so.0.8.0
with
libpulsecommon-0.9.21.so -> libpulsecommon-0.9.21.so.real
and
libpulse.so.0.12.2 -> libpulse.so.0.real.

No idea why that would happen...

I know why... I couldn't roll back pulseaudio to the needed version without losing half of the apps, so I hacked the libpulse0 files as you saw. Installing something new seems to undo my hack. I'll look into this and see if I can keep that from happening...

As for those having "device in use" problems: make sure you run the "close Debian" icon (sudo closechroot from the terminal) before connecting the N900 via USB.

scorpio16v 2010-02-13 16:43

Re: Easy Debian Fremantle Beta Testing
 
Quote:

Originally Posted by qole (Post 524844)
As for those having "device in use" problems: make sure you run the "close Debian" icon (sudo closechroot from the terminal) before connecting the N900 via USB.

Doesn't work, sorry.


All times are GMT. The time now is 12:13.

vBulletin® Version 3.8.8