Re: Booting PowerMac G3 OldWorld....

2002-06-11 Thread Chris Tillman
On Mon, Jun 10, 2002 at 04:11:07PM -0500, Corey Kovacs wrote: > That's not worked either. devalias tells me that > ide0 is set to /pci/mac-io/[EMAIL PROTECTED] so I do... > > setenv boot-device ide0/[EMAIL PROTECTED]:9 > > then try booting by typing "boot" but it give a similar error... > > typi

Installing other Packages

2002-06-11 Thread Tim Eagles
I managed to install a base Debian system from the CD's I got from everythinglinux.com.au by copying the installer image and required files to a different partition and booting from them, but the extra packages beyond the base system won't install from dpkg-reconfigure base-config (something is

Re: Installing other Packages

2002-06-11 Thread Tim Bateman
I hit the exact problem over the weekend. Several posters told me to change from stable to woody (or probably potato equally) in /etc/apt/sources.list and then run apt-get upgrade and it fixed all for me. On Tue, 11 Jun 2002, Tim Eagles wrote: > I managed to install a base Debian system

new iBook 700 LCD / ohci1394 driver.

2002-06-11 Thread William R Sowerbutts
Hi all, not strictly a Debian question, so please forgive me ... My new 700MHz iBook arrived. Compared to my 600MHz iBook, there are two immediate differences: - The LCD backlighting doesn't seem as uniform. There is a distinct "halo" around the lower left and lower right corners, presumably

Re: new iBook 700 LCD / ohci1394 driver.

2002-06-11 Thread benh
>sing Ben's kernel 2.4.19-pre8-ben0 I didn't seem to be able to get the >ieee1394 driver to recognise the iBook "target". I had the relevant modules >loaded (I think) -- 1394, OHCI1394, SPB2, SCSI, SCSI hard disk -- but >repeatedly plugging the target in produced no response on the old iBook (no >k

Problem installing debian on Powerbook Ti

2002-06-11 Thread Jamie Heckford
Hi, Im having trouble installing debian on my apple powerbook Ti G4. I d/loaded and can boot the latest install CD fine, I type install at the yaboot boot: prompt which then loads the kernel and ramdisk image. However, it then switches to a white displays saying: . . . ok opening display /[EMA

Re: Problem installing debian on Powerbook Ti

2002-06-11 Thread Håvard Skinnemoen
On Tue, Jun 11, 2002 at 12:30:41PM +0100, Jamie Heckford wrote: > Hi, > > Im having trouble installing debian on my apple powerbook Ti G4. > > I d/loaded and can boot the latest install CD fine, I type install at the > yaboot boot: prompt which then loads the > kernel and ramdisk image. > > Howe

Re: Problem installing debian on Powerbook Ti

2002-06-11 Thread Jamie Heckford
is it the install-safe option at the yaboot prompt? Tried that with no luck :( maybe im doing something stupid to boot it. when the boot: prompt appears im simply typing: install-safe so the line looks - boot: install-safe thanks :o) - Original Message - From: "Håvard Skinnemoen" <[EM

Re: Problem installing debian on Powerbook Ti

2002-06-11 Thread Jamie Heckford
woot! After browsing through the config files a debian-novideo got me into the install ok :) Am i going to need to do anything special once its installed? thanks - Original Message - From: "Håvard Skinnemoen" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 11, 2002 12:45 PM Subject: Re: Pr

Re: Problem installing debian on Powerbook Ti

2002-06-11 Thread Håvard Skinnemoen
On Tue, Jun 11, 2002 at 01:09:03PM +0100, Jamie Heckford wrote: > woot! > > After browsing through the config files a debian-novideo got me into the > install ok :) Great :) > Am i going to need to do anything special once its installed? Come to think about it, you should probably make sure you

Re: Double Processor: Processor 1 is stuck???

2002-06-11 Thread MaX
Il giorno Mon, 10 Jun 2002 13:42:44 -0700 "Chris Tillman" <[EMAIL PROTECTED]> ha scritto: > CT If you're using BootX to boot, it won't work, IIRC. Search the archives. ??? IIRC (If I Really Cared) ... yes??? yes i'm using BootX to boot. I have searched in the archive but without big results.

Re: Double Processor: Processor 1 is stuck???

2002-06-11 Thread slaughterhouse
i was under the impression that there was no dual-processor 8500, that it was only the 9*00's that had the dual-processor option. unless this is an after market upgrade... /*C*/ On 10 Jun 2002, MaX wrote: > Date: 10 Jun 2002 21:11:53 +0200 > From: MaX <[EMAIL PROTECTED]> > To: debian-powerpc@li

[OT] Re: Double Processor: Processor 1 is stuck???

2002-06-11 Thread Bastien Nocera
On Tue, 2002-06-11 at 14:00, MaX wrote: > Il giorno Mon, 10 Jun 2002 13:42:44 -0700 > "Chris Tillman" <[EMAIL PROTECTED]> ha scritto: > > > > CT If you're using BootX to boot, it won't work, IIRC. Search the archives. > > ??? IIRC (If I Really Cared) ... yes??? http://www.tuxedo.org/~esr/jarg

Re: Problem installing debian on Powerbook Ti

2002-06-11 Thread Jamie Heckford
hmmm - I got it installed - and finding the bootloader fine and getting yaboot. However - in the yaboot installed on my harddrive when I type debian-novideo it doesnt boot :( Anyway of getting the CD debian-novideo option onto my harddrive? thanks - Original Message - From: "Håvard Skin

Re: Double Processor: Processor 1 is stuck???

2002-06-11 Thread MaX
Il giorno Tue, 11 Jun 2002 09:06:00 -0400 (EDT) [EMAIL PROTECTED] ha scritto: > SE i was under the impression that there was no dual-processor 8500, that it > SE was only the 9*00's that had the dual-processor option. unless this is an > SE after market upgrade... no, the machine have a card wit

Re: Booting PowerMac G3 OldWorld....

2002-06-11 Thread Corey Kovacs
Ok, last night I realized that the problem might be that I patitioned the drive for yellowdog using BootX to boot so I repartitioned the drive. I tried yaboot again so I cleared out the drive with the "i" command, then created the 800K bootstrap partition using "b", then a root partition using "

Re: Installing other Packages

2002-06-11 Thread Chris Tillman
On Tue, Jun 11, 2002 at 04:47:31PM +1000, Tim Bateman wrote: > > I hit the exact problem over the weekend. Several posters told me > to change from stable to woody (or probably potato equally) in > /etc/apt/sources.list and then run apt-get upgrade and it fixed all for > me. No, potato is t

Re: new iBook 700 LCD / ohci1394 driver.

2002-06-11 Thread Chris Tillman
On Tue, Jun 11, 2002 at 10:15:29AM +0100, William R Sowerbutts wrote: > Hi all, > > not strictly a Debian question, so please forgive me ... > > My new 700MHz iBook arrived. Compared to my 600MHz iBook, there are two > immediate differences: > > - The LCD backlighting doesn't seem as uniform. T

Re: Booting PowerMac G3 OldWorld....

2002-06-11 Thread Corey Kovacs
the "p" command referenced below was really the "c" ciommand, sorry... On Tuesday 11 June 2002 08:47, Corey Kovacs wrote: > Ok, last night I realized that the problem might be that I patitioned the > drive for yellowdog using BootX to boot so I repartitioned the drive. > I tried yaboot again so I

Re: Problem installing debian on Powerbook Ti

2002-06-11 Thread Håvard Skinnemoen
On Tue, Jun 11, 2002 at 02:22:39PM +0100, Jamie Heckford wrote: > hmmm - I got it installed - and finding the bootloader fine and getting > yaboot. > > However - in the yaboot installed on my harddrive when I type debian-novideo > it doesnt boot :( > > Anyway of getting the CD debian-novideo opti

Re: Installing other Packages

2002-06-11 Thread silverbox
hm, just a quick question: should it be woody or testing in sources.list ? mean woody is in testing right now (still) so i prefer to have testing in. and if it goes stable i should put stable in right ? isnt the "safe" way to put stable,testing,unstable into sources.list instead of release n

Re: Problem installing debian on Powerbook Ti

2002-06-11 Thread Chris Tillman
On Tue, Jun 11, 2002 at 02:22:39PM +0100, Jamie Heckford wrote: > hmmm - I got it installed - and finding the bootloader fine and getting > yaboot. > > However - in the yaboot installed on my harddrive when I type debian-novideo > it doesnt boot :( > > Anyway of getting the CD debian-novideo opti

Re: Double Processor: Processor 1 is stuck???

2002-06-11 Thread Chris Tillman
On Tue, Jun 11, 2002 at 03:00:32PM +0200, MaX wrote: > Il giorno Mon, 10 Jun 2002 13:42:44 -0700 > "Chris Tillman" <[EMAIL PROTECTED]> ha scritto: > > > > CT If you're using BootX to boot, it won't work, IIRC. Search the archives. > > ??? IIRC (If I Really Cared) ... yes??? Ooooh, terrible mi

Re: Problem installing debian on Powerbook Ti

2002-06-11 Thread Jamie Heckford
Got it all up and running quite well now :) Do you have any more details on how to grab the new kernel image please? I've searched for it with apt-get and dselect, but can't seem to find it :( thanks - Original Message - From: "Håvard Skinnemoen" <[EMAIL PROTECTED]> To: Sent: Tuesday, J

Re: Booting PowerMac G3 OldWorld....

2002-06-11 Thread Chris Tillman
On Tue, Jun 11, 2002 at 08:47:22AM -0500, Corey Kovacs wrote: > Ok, last night I realized that the problem might be that I patitioned the > drive for yellowdog using BootX to boot so I repartitioned the drive. > I tried yaboot again so I cleared out the drive with the "i" command, then > created

Outlook Email Sort

2002-06-11 Thread Kurt Gibson
I am new to this list. I am trying to learn enough to install Linux for several macs, from IIsi to G3. For some reason I cannot get Outlook Macintosh Edition 5 to automatically move messages from this list (and the other debian lists) to my Linux folder. I have tried every "Rule" I can think of.

Re: Installing other Packages

2002-06-11 Thread Chris Tillman
On Tue, Jun 11, 2002 at 04:12:01PM +0200, silverbox wrote: > hm, just a quick question: > > should it be woody or testing in sources.list ? > > mean woody is in testing right now (still) so i prefer to have testing > in. > and if it goes stable i should put stable in right ? > > isnt the "safe"

Re: Booting PowerMac G3 OldWorld....

2002-06-11 Thread Corey Kovacs
> Well this was a side trip for you. The bootstrap partition and yaboot only > work with NewWorld architectures (at least until benh gets his grubbies on > quik ;-) . Yup, that's quite firmly engrained in my brain housing group by now :) > > There are 2 main choices with your OldWorld: quik and Bo

Re: Problem installing debian on Powerbook Ti

2002-06-11 Thread Chris Tillman
On Tue, Jun 11, 2002 at 03:38:01PM +0100, Jamie Heckford wrote: > Got it all up and running quite well now :) > > Do you have any more details on how to grab the new kernel image please? > I've searched for it > with apt-get and dselect, but can't seem to find it :( > > thanks You are looking fo

Re: Outlook Email Sort

2002-06-11 Thread Chris Tillman
On Tue, Jun 11, 2002 at 10:52:24AM -0400, Kurt Gibson wrote: > I am new to this list. I am trying to learn enough to install Linux for > several macs, from IIsi to G3. For IIsi, you need debian-68k@lists.debian.org > For some reason I cannot get Outlook Macintosh Edition 5 to automatically > mo

Re: Problem installing debian on Powerbook Ti

2002-06-11 Thread Håvard Skinnemoen
On Tue, Jun 11, 2002 at 03:38:01PM +0100, Jamie Heckford wrote: > Got it all up and running quite well now :) > > Do you have any more details on how to grab the new kernel image please? > I've searched for it > with apt-get and dselect, but can't seem to find it :( I guess you have two options:

Re: Problem installing debian on Powerbook Ti

2002-06-11 Thread Jamie Heckford
urgh. Grabbed the 2.4.18 kernel from kernel.org (Installed the package but complained about modules) make menuconfig complains about no -lncurses (or ncurses not being installed). Quick hack to /lib, then reran make menuconfig. complained about no curses.h :( Check with dselect and it says that

Re: Problem installing debian on Powerbook Ti

2002-06-11 Thread Wilhelm Fitzpatrick
At 4:39 PM +0100 6/11/02, Jamie Heckford wrote: make menuconfig complains about no -lncurses (or ncurses not being installed). Quick hack to /lib, then reran make menuconfig. complained about no curses.h :( Check with dselect and it says that ncurses is installed? You need libncurses5-dev --

Re: Problem installing debian on Powerbook Ti

2002-06-11 Thread Jamie Heckford
Seem to have made significant progress since the last post :) One last quick Q - I've got X on there, however, what mouse device should I be using to get the Trackpad and button working on the Powerbook Ti? I've tried pratically everything I can think of but can't get it going :( thanks jamie

Re: Problem installing debian on Powerbook Ti

2002-06-11 Thread Håvard Skinnemoen
On Tue, Jun 11, 2002 at 06:11:58PM +0100, Jamie Heckford wrote: > Seem to have made significant progress since the last post :) > > One last quick Q - I've got X on there, however, what mouse device should I > be using to get the Trackpad and button working on the Powerbook Ti? > > I've tried pra

Re: new iBook 700 LCD / ohci1394 driver.

2002-06-11 Thread Nicolas Lopez
On Tue, Jun 11, 2002 at 10:15:29AM +0100, William R Sowerbutts wrote: > My initial scheme for installing debian was to put the new iBook into firewire > target mode (hold down "T" as the system boots), connect it up to my old > iBook, and then partition, format, and copy from the old iBook to the n

xfree86 with nvidia card, ppc woody

2002-06-11 Thread Scott Royston
Has anybody gotten xfree up and running with an nvidia card, with the latest ppc woody version? The nvidia driver does not come with the package installation, I've also read in various posts that the nvidia stuff was broken some time in the 4.1.x. I found a possible solution w/ xeasyconfig, it t

Re: Outlook Email Sort

2002-06-11 Thread Josh Huber
"Chris Tillman" <[EMAIL PROTECTED]> writes: > search in the message body for debian-powerpc-request or > lists.debian.org? (The unsubscribe message always appears at the > bottom of the message.) You might want to check the headers for any number of potential matches: Resent-From: debian-powerpc

Boot iBook off firewire drive?

2002-06-11 Thread Michael D. Crawford
I have one of the recently released iBook 700MHz laptops and would like to try running linux on it at some point. But I don't want to partition my disk and reinstall everything, what I would like to do is use an external firewire drive and install Linux on that. Can the iBook boot off a firewire

Re: Boot iBook off firewire drive?

2002-06-11 Thread jtv
On Tue, Jun 11, 2002 at 05:10:17PM -0400, Michael D. Crawford wrote: > > Can the iBook boot off a firewire drive? I don't *think* so. OTOH It'll probably work as a normal external disk. Check the available documentation: http://www.imaclinux.net/gh.php?single=69+index=0 http://linux1394.sourc

Trying to get rp-pppoe to work with 2.2r3 so I can upgrade to Sid

2002-06-11 Thread Patrick Klee
Hi folks, I have Debian 2.2r3 and I installed it. I also have rp-pppoe because I feel it's the best client to get hooked onto DSL. My problems are as follows: I have the latest version of Roaring Penguin and 2.2r3. I got it working a while back, but I re formatted the drive to make room for

Re: Trying to get rp-pppoe to work with 2.2r3 so I can upgrade to Sid

2002-06-11 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 So, you have 2.2r3 installed, but you don't have the PPPoE client on your system? Or, you have it on your system, and it doesn't work. ? Did you try "apt-cache search pppoe"? Here's what I get: [EMAIL PROTECTED]:~$ apt-cache search pppoe pppoe - PPP

Re: new iBook 700 LCD / ohci1394 driver.

2002-06-11 Thread Benjamin Herrenschmidt
> I don't know if there is a problem keeping ohci1394 from being able to >sleep properly, or if it's just a matter of nobody having done it yet. >Anyone care to comment? Nobody have done it yet, and it is not that simple as devices may disappear or be plugged during sleep. Ben. -- To UNSUBSC

Re: Outlook Email Sort

2002-06-11 Thread Christian Schmidt
Hi Kurt, Kurt Gibson wrote on 11.06.2002 um 10:52:24 -0400 (d-m-y): > I am new to this list. I am trying to learn enough to install Linux for > several macs, from IIsi to G3. > > For some reason I cannot get Outlook Macintosh Edition 5 to automatically > move messages from this list (and the ot

Re: Boot iBook off firewire drive?

2002-06-11 Thread Nicolas Lopez
On Tue, Jun 11, 2002 at 05:10:17PM -0400, Michael D. Crawford wrote: > I have one of the recently released iBook 700MHz laptops and would like to try > running linux on it at some point. > > But I don't want to partition my disk and reinstall everything, what I would > like to do is use an externa

Re: Booting PowerMac G3 OldWorld....

2002-06-11 Thread Chris Tillman
On Tue, Jun 11, 2002 at 10:04:33AM -0500, Corey Kovacs wrote: > I am going to keep trying with quik, one thing I found on the NetBSD page was > that I may need to run SystemDisk to upgrade openfirmware which I have not > done, but am getting ready to soon. That is a little MacOS app, I might hav

Re: xfree86 with nvidia card, ppc woody

2002-06-11 Thread Chris Tillman
On Tue, Jun 11, 2002 at 03:28:59PM -0500, Scott Royston wrote: > Has anybody gotten xfree up and running with an nvidia card, with the > latest ppc woody version? > The nvidia driver does not come with the package installation, I've also > read in various posts that the nvidia stuff was broken so