No hard disks detected

2003-07-16 Thread Nagarjuna G.

On the new PowerPC G4 when i was trying to install Debian woody from
the first CD, managed to boot from the CD, used install24, went
through the regular installation steps ... No HDD was detected, though
the system has two 120gb harddisks.  Can any one suggest what could
have been the problem.

Are there any new images available for booting the new PoweMacs?
any boot time parameters to give?

Nagarjuna



evolution url

2004-05-30 Thread Nagarjuna G.
The links in the email in evolution dont open any browser.  How to tell
evolution which browser application to use?

Thanks
Nagarjuna




which wireless to buy?

2004-06-03 Thread Nagarjuna G.
I have a Ti PowerBookG4. It is described as airport ready.  Since I use
only GNU/Linux and never boot OSX, I want to buy a card that is
supported by Linux for 802.11g.  Which is the supported card?  Is there
support for AirPort Card which supports 802.11b? 

Nagarjuna




Re: ibook G4 - video out

2004-06-22 Thread Nagarjuna G.
On Tue, 2004-06-22 at 15:28, Sébastien FRANÇOIS wrote:
> Hi
> Ok I finally got everything to work on sunday, and even managed to have the 
> overlay on the external screen (phew!), my config can work no matter if there 
> is an external screen or not, it'll automatically adjust to the appropriate 
> resolution (I tried four different monitors ranging from 12" to 17" and all 
> of them work immediately!!)
> This is using M Daenzer Xfree dri trunk for sid patched with this 
> http://linuxuanl.org/~jpablo/stuff/ibook-screen/radeon-new.diff
> 
> My configuration is here : 
> http://seb.france.free.fr/linux/ibookG4/XF86Config-4.dri-trunk-patched
> 

I have a powerbook g4, with Radeon Mobility 9000 M9, working with
dri-trunk.  Prsesently I can use only the lcd, and cant use lcd
projectors or external monitors. will this patch help me to get this
working.  Is this a solution to get the crt displays work with radeon. 
Thanks in advance!

-- 
Nagarjuna G. <[EMAIL PROTECTED]>
HBCSE, TIFR



Re: status of sleep for current PowerBooks (Radeon 9700)?

2004-06-30 Thread Nagarjuna G.
On Wed, 2004-06-30 at 20:24, Carsten Milling wrote:
> Hi,
> 
> I'm considering to retire my old TiBook and replace it with new a 15"
> AlBook. From what I hear most things linux seem to work fine on
> these. However, sleep doesn't seem to be supported yet. How are the
> chances that this will change in the not too distant future? Some time
> ago BenH mentioned ATI providing some information about their new
> chipsets that would help to make them sleep. Does this also apply for
> the Radeon 9700 (M11, I blieve) in the current Powerbooks?
> 

I am running Ti PowerBook G4 
with ATI Technologies Inc Radeon R250 Lf [Radeon Mobility 9000 M9] (rev 1).
running on kernel 
Linux gbook 2.4.23-pre5-ben0 #1 SMP Sun Nov 30 18:29:56 IST 2003 ppc unknown
and has sleep support.  I did not upgrade to 2.6 as yet.

Nagarjuna




Strange delay in starting kde and gnome

2004-07-07 Thread Nagarjuna G.
Suddenly, I am having problems in starting both kde3.2 and gnome 2.6. 
it takes around 15 minutes to get the desktop, gnome doesn't come at
all, and there is a similar delay for starting some of the programs.
It seems starting services is taking all the time.

If I use icewm as the desktop there is no problem.  Couldn't diagnose
the problem.  any clues?

Nagarjuna




m3mirror

2004-03-01 Thread Nagarjuna G.
I am desperate to display this wonderful system to everyone and wish to
use LCD projectors. 

I have working PowerBookG4 running 2.4.23-pre5-ben0, with  VGA
compatible controller: ATI Technologies Inc Radeon R250 Lf [Radeon
Mobility 9000 M9] (rev 1).  Would ben's m3mirror work on this.  When I
tried I get 

gbook:/home/nagarjun/bin# ./m3mirror
ATI Rage M3 mirror tool, v0.1
error 1074020353 getting mirror value

Any help/tricks are appreciated.

Nagarjuna
-- 
nagarjuna g.
[EMAIL PROTECTED]
www.gnowledge.org



Re: m3mirror

2004-03-02 Thread Nagarjuna G.
On Tue, 2004-03-02 at 21:04, Michael Schmitz wrote:
> > I have working PowerBookG4 running 2.4.23-pre5-ben0, with  VGA
> > compatible controller: ATI Technologies Inc Radeon R250 Lf [Radeon
> > Mobility 9000 M9] (rev 1).  Would ben's m3mirror work on this.  When I
> > tried I get
> >
> > gbook:/home/nagarjun/bin# ./m3mirror
> > ATI Rage M3 mirror tool, v0.1
> > error 1074020353 getting mirror value
> 
> Not going to work. Wait for Ben to add mirroring support for this chipset
> in radeonfb (most likely to happen in the 2.6 branch).
> 

Thanks, I will wait.  till then I will use fink.  If this works I see no
reason why I need to boot OSX.  congrats to Ben and all others for very
good work.

Nagarjuna




error while building kernel image deb with kpkg

2004-04-12 Thread Nagarjuna G.

I get the following error while compiling the kernel-image using
make-kpkg.  Any idea where the script is going wrong.  I had built
kernels before, and it worked.  

-error lines---
cp vmlinux debian/tmp-image/boot/vmlinux-2.4.25-ben1
chmod 644 debian/tmp-image/boot/vmlinux-2.4.25-ben1
cp arch/ppc/boot/images/vmlinux.coff  
debian/tmp-image/boot/vmlinux.coff-2.4.25-ben1
cp: cannot stat `arch/ppc/boot/images/vmlinux.coff': No such file or
directory
make[1]: *** [real_stamp_image] Error 1
make[1]: Leaving directory `/usr/src/benh-kernel'
make: *** [kernel-image-deb] Error 2
---error lines end --

Nagarjuna



Re: error while building kernel image deb with kpkg

2004-04-13 Thread Nagarjuna G.

The problem is solved when the kernel is compiled with
"HAVE_COFF_IMAGE=YES" is made "NO", other wise it exits without creating
the deb file.  thanks to qdecavel for suggestionn in the list.

Nagarjuna

On Mon, 2004-04-12 at 17:49, Nagarjuna G. wrote:
> I get the following error while compiling the kernel-image using
> make-kpkg.  Any idea where the script is going wrong.  I had built
> kernels before, and it worked.  
> 
> -error lines---
> cp vmlinux debian/tmp-image/boot/vmlinux-2.4.25-ben1
> chmod 644 debian/tmp-image/boot/vmlinux-2.4.25-ben1
> cp arch/ppc/boot/images/vmlinux.coff  
> debian/tmp-image/boot/vmlinux.coff-2.4.25-ben1
> cp: cannot stat `arch/ppc/boot/images/vmlinux.coff': No such file or
> directory
> make[1]: *** [real_stamp_image] Error 1
> make[1]: Leaving directory `/usr/src/benh-kernel'
> make: *** [kernel-image-deb] Error 2
> ---error lines end --
> 
> Nagarjuna
>