sorted it - searched on google, found this fix :
Message 2 in thread
From: chandrasekhar (chand6ce@ccs.iitb.ernet.in)
Subject: Re: ppp-compress-xx error
View this article only
Newsgroups: linux.redhat.install
Date: 2000-11-19 08:17:57 PST
On Sun, 19 Nov 2000, Paul Lewis wrote:
>
> Connect PPP0 <--> /dev/modem
> Can't locate module ppp-compress-21
> Can't locate module ppp-compress-26
> Can't locate module ppp-compress-24
Hi
You can turn them off by adding these lines in /etc/conf.modules ( or
modules.conf)
alias ppp-compress-21 off
alias ppp-compress-26 off
similarily for the next one..
end of quote
if you mod the modules.conf file and switch the compresses alias' to off, the dial up should work as usual again - mine does

hope this helps (ps i meant 5.5 rather than 5.4 above - too much wine...)