Re: still no macromedia flash support?

2005-01-21 Thread Mike Small
On Fri, Jan 21, 2005 at 09:45:49AM -0600, Tommy Trussell wrote:
> Frustratingly, I have somehow enabled flash advertising (on web pages
> like http://www.economist.com/ ), which REALLY bogs down this 266 Mhz
> PowerBook!

Here's a tip: get the adblocker plugin and add filters for any sites
with troublesome flash. eg http://www.economist.com/*swf  (or just
their ad server or ad directory if it's that easy with their site
to get rid of all the ads).  Then maybe when the next version 
of swf_player comes out, go back through your blocked swf urls
and try them to see if the problem is fixed.  For the time being
I actually have a complete flash killer filter, just "*swf" in
adblocker, but I don't know if you want to go that far.

Sorry if this tip negates testing of swf_player. I have every
intention of checking the source code one of these days and
seeing if I can understand it well enough to debug these sorts
of problems and submit patches.

-- 
Mike Small
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: initrd?

2005-03-01 Thread Mike Small
On Tue, Mar 01, 2005 at 09:49:28AM -0500, vze26m98 wrote:
> Hi all-
> 
> Finally figured out that upgrading a kernel image was pretty
> straightforward.  But my upgrade (to 2.6.8) stopped because I haven't
> configured my bootloader (yaboot, right?) to use initrd.
> 
> Could someone point me to the documentation I need to read to do this
> configuration?  I'm reading the yaboot.conf man page which seems pretty
> clear, but what else?
> 
> I'm particularly concerned about the RAM disk and whether I need to
> configure one.

Not difficult at all, I just changed back to a standard debian kernel
with initrd myself.  Below is my new yaboot.conf entry and the old one.
The option is documented in the yaboot.conf man page.

image=/vmlinux
label=Linux
initrd=/initrd.img
read-only

image=/vmlinux.old
label=linux.old
read-only

So you see, it's only a simple one line change.

-- 
Mike Small
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: initrd?

2005-03-01 Thread Mike Small
On Tue, Mar 01, 2005 at 11:03:21AM -0500, vze26m98 wrote:
> 
> Does it matter if I don't state the absolute path: /boot/vmlinux?  Also,

Yes, yaboot needs to be able to find the image, so it needs a full
path to it.  Do you mean you have a symlink to it?  I think you
can use the symlink too, but you need the absolute path to the symlink.
>From what I can tell the yaboot.conf file is something read by 
yaboot itself at boot time, not something that ybin reads and
translates to values that would make sense for yaboot, so relative
paths to where you are when you run ybin would not make any sense.

> I see that this version includes an initrd statement for the old image
> as well.  Is this unecessary?

Maybe for that version the old kernel was also an initrd kernel, in
which case, yes.  In my example, my previous kernel was not an initrd
kernel, so I didn't have the initrd line.


-- 
Mike Small
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Help? Could use some xpert advice...

2005-03-01 Thread Mike Small
On Tue, Mar 01, 2005 at 12:36:44PM -0500, vze26m98 wrote:
...
> boot/initrd.img-2.6.8-powerpc
> lrwxrwxrwx   1 root root 26 Mar  1 11:27 vmlinux ->
> boot/vmlinux-2.6.8-powerpc
> lrwxrwxrwx   1 root root 27 Feb 14 13:48 vmlinux.old ->
> boot/vmlinux-2.4.18-newpmac
> 
> ...and not the /boot directory.  So I'll need to change the yaboot.conf
> lines to "image=vmlinux" and so forth, no?

image=/vmlinux

I'm pretty sure I read in the man page or a readme the leading slash is
important.


-- 
Mike Small
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: list of PowerMac sound hardware TO-DO (help welcome)

2005-03-22 Thread Mike Small
On Tue, Mar 22, 2005 at 04:13:15PM +0200, Martin-Éric Racine wrote:
> This is what I have so far:
> 
>   --works y/n--
> CHIPSET MODELS  BEEPALSA
> awacs
> burgundyG3 iMac no  no
> daca
> keywest
> tumbler
> 
> Other people are quite welcome to contribute additional data, especially
> which PowerMac models use which chipset.  Tools that can be used to find
> the info include 'lspci' 'dmesg' and 'hwinfo' - just to name a few.

Mine is a G4 466 desktop (Digital Audio is the nickname) and uses
tumbler.  Alsa works fine on it.  I'm not sure about beep.  What is that
exactly and how would I test it?


-- 
Mike Small
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Downgrading from Sid to Sarge ?

2005-04-02 Thread Mike Small
On Fri, Apr 01, 2005 at 04:56:15PM -0500, Mehul Sanghvi wrote:
> as the package I want to install.  And for the life of me, I can't
> remember what package
> it was that I installed from unstable. Is there a way to tell which
> package was installed
> from unstable ? 

apt-show-versions can be used for this.

-- 
Mike Small
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]