Re: Unidentified subject!

2003-11-18 Thread Stewart Smith
You may be encountering the issue that I (and others) had with the 600
Color (also helped at least one person with a 740),

http://www.flamingspork.com/linux/doc/epson_printers.html

I have a script in /etc/init.d (and appropriate run level stuff) to do
this on bootup (included below). See the site for other people's
experiences. Yes, the web site needs updating - written in the days of
linuxppc 2000, and my email address on it is wrong :)

#!/bin/bash
 
case $1 in
start)
echo Setting up printer parameters..
stty 230400 raw -echo cstopb  /dev/ttyS1
stty ixon ixoff  /dev/ttyS1
;;
stop)
;;
esac


On Tue, 2003-11-18 at 04:21, Nathanael Hasbrouck wrote:
 All right, after a week of poking my brain has about had it. :^)  I'm trying 
 to get my Epson Stylus Photo 700 working with Cups, I'm running debian/sid 
 (mostly up to date) on and oldworld pmac, homebuilt kernel 2.4.23-pre5-ben0.  
 As far as I can tell, I've got Everything I Could Ever Need(tm) installed 
 (Cups packages, gimp-print drivers, ghostscript, foomatic packages, and 
 possibly more I've forgotten already) but I haven't been able to get it to 
 print properly.  It spits out numerous pages of what I assume is PostScript 
 interpreted by a raster printer without proper conversion, but I'm not sure.  
 It prints a couple few lines of random chars and goes to the next page.  I 
 haven't let it get beyond about four pages.
 
 As far as I can tell, I have my printer settings ok.  My device URI is 
 'serial:/dev/ttyS1?baud=230400' (printer port), with or without '+bits=8
 +parity=none+flow=soft', changing bitrates and such doesn't seem to do 
 anything. I've tried native cups driver, gimp-print ppd and foomatic 
 gimp-print/ijs ppd, from both the foomatic install and generated from 
 linuxprinting.org, and the gimp-print/stp driver.  I've also tried 
 configuring with Kprint, foomatic-configure, and the Cups web interface, with 
 pretty much the same effect, only very slight variations in output.  
 
 I've also googled fairly extensively, and no one seems to know anything about 
 using the Stylus Photo 700 on a serial port.  Oh, and there aren't any 
 obvious errors in the logs that I could see, either; I do have it logging at 
 debug level (logs readily available if needed).  Anyone have tips to go on 
 from here?  What do I wack at next?  This is driving me nuts and I'd like to 
 make it work.  I hate to think about all this wrangling for nothing. :^)  And 
 sorry if I missed something obvious. (I really hope I haven't, it's bad 
 enough when it's just obvious.  It's worse when you've been racking your 
 brain the whole week and it's obvious. ;)  That said, I eagerly await any 
 tiny scrap of information you could possibly dig up that might help. :^)
 
 NRH
 



Re: Unidentified subject!

2003-09-06 Thread J. Javier Maestro
On Sep Fri 05 2003 22:06, Naneen Paglieri wrote:
 are you someone i could ask about recording vinyl via
 audio line in port os x?  got the software/freeware to
 recognize it but it's not registering...

 
A quick google yields, for example,

 
http://www.audiotoolsdirect.com/vinyl.shtml

 
 if you are not, please ignore this email.

 
I don't think this list is specialized in recording vinyls, or recording
music at all through Mac OS X. But if you want an alternative operating
system for your Mac laptop/desktop you can ask here about Debian
GNU/Linux :-)

 
 thnx
No problem

 
--
J. Javier Maestro
[EMAIL PROTECTED]
http://rigel.homelinux.com



Re: Unidentified subject!

2003-07-12 Thread Leandro Guimarães Faria Corcete Dutra
Em Thu, 10 Jul 2003 18:40:56 -0300, José Leônidas Bier Brasileiro
escreveu:

  How do I get kexi? I tried through apt-get but it didn't worked...

Try apt-cache search kexi, or use the interface at
http://packages.debian.org./ -- if it has been packaged, that is...


-- 
Leandro Dutra



Re: Unidentified subject!

2002-07-04 Thread Chris Tillman
On Thu, Jul 04, 2002 at 09:45:39PM +, [EMAIL PROTECTED] wrote:
 
 Hi list
 
 Did any1 on this list already successfully compile freeswan with x509 ?
 Is there anything special, or does it go the same way it goes on i386 ?
 
 
 Plus I am having trouble getting pcmcia to run the right way on my 
 powerbook (3rd generation)
 When ever I insert a pcmcia card I get a kernel dump, which I'm not able 
 to understand :-(
 I am using the i82092 Module for the controller.
 
 
 I also read on the list some place about a fix of the strange mixer 
 behavior with the dmasound module.
 What also Modul is the one to use on the PowerBook ?
 
 
 I'm missing my alt Gr, del inst { } [ ] keys :-(
 I am working with xkeycaps to make a new xmodmad, but befor I am 
 wondering if some1 already made one.
 
 
 Ouh and another thing waz this about the fan/heat regulation, I couldn't 
 keep up with the topic (my email provider delete lot's of emails while I 
 was gone) What is the fix or how do you patch it, so the fan will go on, 
 once it gets too hot inside :-)

Here's a valuable link: http://lists.debian.org/debian-powerpc

Browse your missed emails to your heart's content.

-- 
*--v- Installing Debian GNU/Linux 3.0 v--*
|  http://www.debian.org/releases/woody/installmanual  |
|   debian-imac (potato): http://debian-imac.sourceforge.net   |
|Chris Tillman[EMAIL PROTECTED]  |
|   May the Source be with you   |
**


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



Re: Unidentified subject!

2001-12-09 Thread John Lord
Hi there

On 09-Dec-01, Norman Cohen wrote:

 I  try to install KDE  on potato 2.2 r4 by putting the following
 in my  sources.list:

 deb http://kde.tdyc.com potato main crypto
 then wvdial

Why not use one of the many debian srvers around the world?

 and then running

 #apt-get update
 #apt-get install task-kde
 however as my modem is slow I have to download a number of times and 
 hope the download will  be OK! I notice that /var/cache/apt/archives 
 shows a number of downloads. How do I proceed? I am a complete newbie 
 and would really appreciate help. Thanks Norman Cohen

What I do is apt-get update (if needed) 

apt-get install package -f -d
then when you have all the archives just do 

apt-get install package
works ok here.

-f = fix missing files/archives etc
-d = download only to save any nasty problems with dependancies.

Slowly learning what to do ;-)


Regards
-- 
John

Man will occasionally stumble over the truth, but most times he will
pick himself up and carry on...
-- Winston Churchill
mail: [EMAIL PROTECTED] http://www.lordofchaos.co.uk ICQ 110130385 
Nick = Chaos A1200 BlizzardPPC 240mhz 060/50 BlizzardVision OS3.9




Re: Unidentified subject!

2001-11-01 Thread Branden Robinson
On Fri, Nov 02, 2001 at 08:01:00AM +1100, Brendan O'Dea wrote:
 unsubscribe

nelson
HA HA!
/nelson

-- 
G. Branden Robinson|Build a fire for a man, and he'll
Debian GNU/Linux   |be warm for a day.  Set a man on
[EMAIL PROTECTED] |fire, and he'll be warm for the
http://people.debian.org/~branden/ |rest of his life. - Terry Pratchett


pgpnwSrDuhXA0.pgp
Description: PGP signature


Re: Unidentified subject!

2001-10-16 Thread Jeffrey W. Baker
On Tue, 16 Oct 2001, Bruno BEAUFILS wrote:



 One of my student would like to install Linux on his Mac.

 We tried to install a Mandrake and finally succeed using a Yellow dog linux
 kernel, BootX, and Mandrake CD but once the system is installed we get trouble
 using X. It seems it uses Xpmac and get trouble with our french keyboard.

 So I decided to try to install potato on that Mac, since I am a Debian fan and
 user on my other boxes (all x86).

 So I am downloading the 3 potato 2.2r3 iso images this night and will try to
 install it tomorrow. Do some people here have any advices or links to point me
 to so that I will be able to get it working as soon as possible ?

 Finally is there any good faq or howto installing debian on such a machine. I
 didn't find a lot of accurate information on the port pages of the debian 
 site.

What machine is it exactly?

-jwb



Re: Unidentified subject!

2001-10-16 Thread Media 100
www.debian.org/releases/stable/powerpc/install

Bruno BEAUFILS wrote:

 One of my student would like to install Linux on his Mac.

 We tried to install a Mandrake and finally succeed using a Yellow dog linux
 kernel, BootX, and Mandrake CD but once the system is installed we get trouble
 using X. It seems it uses Xpmac and get trouble with our french keyboard.

 So I decided to try to install potato on that Mac, since I am a Debian fan and
 user on my other boxes (all x86).

 So I am downloading the 3 potato 2.2r3 iso images this night and will try to
 install it tomorrow. Do some people here have any advices or links to point me
 to so that I will be able to get it working as soon as possible ?

 Finally is there any good faq or howto installing debian on such a machine. I
 didn't find a lot of accurate information on the port pages of the debian 
 site.

 --
 -- Bruno

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



Re: Unidentified subject!

2001-09-11 Thread Bastien Nocera



Individual . . wrote:
Startups into Linux now take about 1 minute more. This is because the 
startup process is interrupted at this point:


eth0 Found Broadcom BCM5201 PHY
Link state change, phy_status: 0x782d
Link up ! BCM5201 Aux_stat 0x003d


It appears long enough for me to write it down, and then it appears 
again. After that startup proceeds normally.
I believe it is searching for hardware that I may or may not have. I 
have one ethernet card on an iMac DV.
After startup i do not have access to internet (DHCP configured cable 
modem accessed through an ethernet hub).


I can't remember having done anything that might have affected my 
setup... but then again, who knows?

Any suggestions, kind people :-)  ?


This is DHCP hanging, you probably use pump that doesn't work with most 
cable modems. Install a working dhcp client (like dhcp-client) and you 
should be set.


Cheers

PS: Please, put a subject in your mails: with the screen name you use, 
it looks almost like spam


--
/Bastien Nocera
http://hadess.net



Re: Unidentified subject!

2001-09-11 Thread Michel Dänzer
Individual . . wrote:
 
 Startups into Linux now take about 1 minute more. This is because the
 startup process is interrupted at this point:
 
 eth0 Found Broadcom BCM5201 PHY
 Link state change, phy_status: 0x782d
  Link up ! BCM5201 Aux_stat 0x003d
 
 It appears long enough for me to write it down, and then it appears
 again. After that startup proceeds normally.
 I believe it is searching for hardware that I may or may not have. I
 have one ethernet card on an iMac DV.
 After startup i do not have access to internet (DHCP configured cable
 modem accessed through an ethernet hub).

Sounds like the DHCP client fails to get a lease. You might try
(re)configuring your client or trying another one.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast



Re: Unidentified subject!

2001-08-06 Thread Ben Collins
On Mon, Aug 06, 2001 at 06:20:26AM +, Bob Hunter wrote:
 
 Stopping printer spooler: Process 3841 attached
 /etc/init.d/lprng: line 115:  3841 Illegal instruction 
 start-stop-daemon
 --stop --quiet --oknodo --pidfile $PIDFILE
 
 Euhm, are you really sure your hardware is ok?
 
 ... After yesterday's upgrades, I now get the following:
 
 dpkg-deb: wait for tar failed: Function not implemented

Sounds like a kernel issue to me.

-- 
 .--===-=-==-=---==-=-.
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  '
 `---=--===-=-=-=-===-==---=--=---'



Re: Unidentified subject!

2001-08-06 Thread Wichert Akkerman
Previously Ben Collins wrote:
 Sounds like a kernel issue to me.

No it is not, look at the strace:

18541 syscall_4294966784(0x4870, 0x7fffe768, 0, 0, 0, 0x84, 0x1, 0x84, 
0x7fffe720, 0x40244242, 0x100368a8, 0x1002, 0x1002, 0, 0, 0, 
0x7fffe89a, 0x7fffe890, 0x7d3e, 0x1, 0x1001926c, 0x7fffe8a0, 0x90f, 
0x1002, 0x10019148, 0, 0x7fffe768, 0x4870, 0x10032238, 0x6ff60020, 0xd032, 
0x4870) = -1 (errno 38)
18541 write(2, dpkg-deb: wait for tar failed: F..., 56) = 56
18541 exit(2)   = ?

Wichert.

-- 
  _
 /   Nothing is fool-proof to a sufficiently talented fool \
| [EMAIL PROTECTED]   http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |



Re: Unidentified subject!

2001-08-06 Thread Ben Collins
On Mon, Aug 06, 2001 at 08:00:45PM +0200, Wichert Akkerman wrote:
 Previously Ben Collins wrote:
  Sounds like a kernel issue to me.
 
 No it is not, look at the strace:
 
 18541 syscall_4294966784(0x4870, 0x7fffe768, 0, 0, 0, 0x84, 0x1, 0x84, 
 0x7fffe720, 0x40244242, 0x100368a8, 0x1002, 0x1002, 0, 0, 0, 
 0x7fffe89a, 0x7fffe890, 0x7d3e, 0x1, 0x1001926c, 0x7fffe8a0, 0x90f, 
 0x1002, 0x10019148, 0, 0x7fffe768, 0x4870, 0x10032238, 0x6ff60020, 
 0xd032, 0x4870) = -1 (errno 38)
 18541 write(2, dpkg-deb: wait for tar failed: F..., 56) = 56
 18541 exit(2)   = ?
 
 Wichert.

Whoa. That's pretty ugly.

-- 
 .--===-=-==-=---==-=-.
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  '
 `---=--===-=-=-=-===-==---=--=---'



Re: Unidentified subject!

2001-07-24 Thread Marc ZYNGIER
 RS == remy starck [EMAIL PROTECTED] writes:

RS I own a old PowerPC, a BULL ESTRELLA , 96 Mo, hd 4 Go,( based on a
RS mother-board Motorola MT604-100B ), and I want to install linux on
RS this computer.

Hmmm... Lucky you ! :-)

RS Is there a linux version available for this computer ?

This in fact a rebadged motorola PowerStack
(Estrella-200 is a PowerStack, Estrella-300 is a PowerStack-II).

Should work nicely...

M.
-- 
Places change, faces change. Life is so very strange.



Re: Unidentified subject!

2001-07-24 Thread remy . starck
En réponse à Marc ZYNGIER [EMAIL PROTECTED]

Avant tout, merci de ta réponse.
Est-ce que tu plaisantes, ou tu es sérieux quand tu ecris que j'ai de la 
chance. 
En fait j'ai acheté plusieurs versions de linux, suse powerpc, debian powerpc 
et 
m68k, je n'ai abouti à rien. Ma question principale est de savoir si je peux 
faire tourner un linux sur cette machine, si oui lequel et comment dois-je m'y 
prendre.
Mes recherches sur powerstack n'ont rien donné non plus !
Il n'y a rien d'urgent dans cette affaire, c'est juste dans un but de 
formation, 
cependant, j'aimerais bien voir tourner cette machine autrement qu'en AIX V4.
Il y a bien dans une FAQ, un lien relatif à linux sur le site de motorola, mais 
c'est un lien mort.
Tous les conseil seront les bienvenus.

Thank you for your answer.
Are you serious or do you joke when you said I'm lucky ?
I bought many release of linux such as suse powerpc, debian powerpc and m68k, 
and they didn't run. I seek for powerstack in many FAQ, and I found nothing 
serious.
It's not urgent, just for trainning but I would like to see this computer 
running an other OS than AIX V4
My main question, is : Is there a linux release for this computer and if 
exists, 
where can I find it, and hown can i do to install it.
All advices are welcome

Thank you in advance.
Regards.




  RS == remy starck [EMAIL PROTECTED] writes:
 
 RS I own a old PowerPC, a BULL ESTRELLA , 96 Mo, hd 4 Go,( based on a
 RS mother-board Motorola MT604-100B ), and I want to install linux on
 RS this computer.
 
 Hmmm... Lucky you ! :-)
 
 RS Is there a linux version available for this computer ?
 
 This in fact a rebadged motorola PowerStack
 (Estrella-200 is a PowerStack, Estrella-300 is a PowerStack-II).
 
 Should work nicely...
 
 M.
 -- 
 Places change, faces change. Life is so very strange.
 
 
 --  
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 



RE: Unidentified subject!

2001-07-24 Thread Jonathan Belson
Hiya


 I bought many release of linux such as suse powerpc, debian powerpc and m68k, 
 and they didn't run. I seek for powerstack in many FAQ, and I found nothing 
 serious.

See below.

   RS == remy starck [EMAIL PROTECTED] writes:
  
  RS I own a old PowerPC, a BULL ESTRELLA , 96 Mo, hd 4 Go,( based on a
  RS mother-board Motorola MT604-100B ), and I want to install linux on
  RS this computer.
  
  Hmmm... Lucky you ! :-)
  
  RS Is there a linux version available for this computer ?
  
  This in fact a rebadged motorola PowerStack
  (Estrella-200 is a PowerStack, Estrella-300 is a PowerStack-II).
  
  Should work nicely...

I spent far more hours than I'd like to remember getting Linux
installed on my Estrella 200.  Remember that newer Linux kernels
have problems with the built-in SCSI controller, so you're
stuck with an old kernel if you want to use it.  The other
possibility is to install on an IDE device or a SCSI drive on
an separate controller card.


--
C-YA
Jon

http://www.witchspace.com



Re: Unidentified subject!

2001-07-24 Thread Marc ZYNGIER
 RS == remy starck [EMAIL PROTECTED] writes:

RS Are you serious or do you joke when you said I'm lucky ?

I'm quite serious... I use those machines on a daily basis (although
with AIX... sorry, that's what my job is made of... :).

If you really don't like it, I can help you to get rid of it ! :-)

RS My main question, is : Is there a linux release for this computer
RS and if exists, where can I find it, and hown can i do to install
RS it.  All advices are welcome

Debian is supposed to be running on those systems, but documentation
is quite sparse at the moment. You should be able to either netboot or
boot from floppy from the OF (if this is an E300).

M.
-- 
Places change, faces change. Life is so very strange.



Re: booting 8500 with blank disk (was Re: Unidentified subject!)

2000-03-02 Thread james
On Thu, Feb 24, 2000 at 12:15:23PM +0100, Benjamin Herrenschmidt wrote:
 I'm not sure you can use dd with a MacOS DiskCopy image, I think they
 contain a header. Also, miBoot need to be configured via ResEdit on
 MacOS. This will change, but the current version of miBoot was mostly
 made for bootable CDs.

You can use dd with (the data fork of) a MacOS DiskCopy image, as long
as it was created as a read/write image (not sure if read-only works;
read-only compressed definitely doesn't).  I've checked.  You can also
use plain binary images you get onto a Mac HD from Disk Copy as long
as they are precisely long enough to fill a 1.44 floppy (checked this
too by writing debian images from Disk Copy; had to pad some with zeros
to get the right length but then they worked).

Also, if you're handy with a hex editor, it's possible to configure
miBoot from Linux or *BSD; Apple documents the resource file format
at 
URL:http://developer.apple.com/techpubs/mac/MoreToolbox/MoreToolbox-99.html.

Admittedly this is somewhat deceptive as regards the base for one
of the offsets into the file; I'm therefore including some perl
source which illustrates (sort of) the process of parsing a
resource file.

Oh, and: you can read a .sit file on Linux (and presumably *BSD with
an emulator or a recompile or a few tweaks to the source).  See
ftp://ftp.ibp.fr/pub/linux/sunsite/utils/compress/macutils.tar.gz
if it ever comes back up or the debian source tarball for the
'macutils' package otherwise.  That is, unless it's in
StuffIt(tmbackatyou) 5 format which AFAIK is too new for the latest
version of this and leaves you up the proverbial creek ... somehow
I can't remember if such is the case for miBoot (*checks*) oops,
damn, looks like it is.  Well, there's always that thing on NT, it's
by the same company that makes the Real Thing so it should be up to
date with the latest secret decoder ring or whatnot.

Hope this helps.

--
James Deikun, Techie(tm), CSI Multimedia
The opinions expressed c.


dumprsrc.pl
Description: Perl program


Re: booting 8500 with blank disk (was Re: Unidentified subject!)

2000-03-02 Thread Ethan Benson
On Thu, Mar 02, 2000 at 03:43:18PM -0500, [EMAIL PROTECTED] wrote:
 You can use dd with (the data fork of) a MacOS DiskCopy image, as long
 as it was created as a read/write image (not sure if read-only works;
 read-only compressed definitely doesn't).  I've checked.  You can also
 use plain binary images you get onto a Mac HD from Disk Copy as long
 as they are precisely long enough to fill a 1.44 floppy (checked this
 too by writing debian images from Disk Copy; had to pad some with zeros
 to get the right length but then they worked).

i thought it would, macos keeps the checksum in the resource fork.

 Also, if you're handy with a hex editor, it's possible to configure
 miBoot from Linux or *BSD; Apple documents the resource file format
 at 
 URL:http://developer.apple.com/techpubs/mac/MoreToolbox/MoreToolbox-99.html.

ugh

 Admittedly this is somewhat deceptive as regards the base for one
 of the offsets into the file; I'm therefore including some perl
 source which illustrates (sort of) the process of parsing a
 resource file.

interesting

 Oh, and: you can read a .sit file on Linux (and presumably *BSD with
 an emulator or a recompile or a few tweaks to the source).  See
 ftp://ftp.ibp.fr/pub/linux/sunsite/utils/compress/macutils.tar.gz
 if it ever comes back up or the debian source tarball for the
 'macutils' package otherwise.  That is, unless it's in
 StuffIt(tmbackatyou) 5 format which AFAIK is too new for the latest
 version of this and leaves you up the proverbial creek ... somehow
 I can't remember if such is the case for miBoot (*checks*) oops,
 damn, looks like it is.  Well, there's always that thing on NT, it's
 by the same company that makes the Real Thing so it should be up to
 date with the latest secret decoder ring or whatnot.

actually the unsit utility is not included with the debian verison of
macutils it would seem, and i beleive i know why, i tried this utility
once and found it only works on 1.5.1 archives, this format was
apparently documented somewhat. stuffit 4 is proprietary and quite
UNdocumented, as is 5.0. unsit will not touch either.  I had also
found that unsit pretty much only output corrupted files, its source
has not been modified since 1988, that is a very long time...

The best solution to .sit archives is to not use them, macbinary +
gzip provides a perfectly open and compatible solution. 

-- 
Ethan Benson


Re: booting 8500 with blank disk (was Re: Unidentified subject!)

2000-02-26 Thread Kevin Puetz

[EMAIL PROTECTED] said:
 Ben maintains this on his page at http://ppclinux.apple.com
 that's great, but I don't have a mac so I can't get it in the .sit
 format it's available in there.

 any way i can get that on openbsd or nt?

There is a stuffit expander for NT you could get from aladdinsys.com


Re: Unidentified subject!

2000-02-24 Thread Ethan Benson
On Thu, Feb 24, 2000 at 02:59:25AM -0500, J-ble wrote:
 I need to install debian/ppc on a powermac 8500/200 with 256MB and a blank
 2G disk... but i have no macos install media.
 
 I have openbsd and winnt machines here: obsd-sparc(floppy),
 obsd-i386(floppy), winnt-i386(floppy, cd burner).
 
 Can i make a floppy or cd with any of those that i can then use to boot
 the mac and do an ftp install?

hmm i would say dd a miboot floppy on the BSD boxen and see if the mac
will boot that, im not sure if floppy based compressed ramdisks work
on ppc kernels or not, if they do then it should bootstrap very much
like an intel box, boot the miboot floppy should load the kernel which
should ask for a ramdisk, once it loads that you can install the base
system over NFS (assuming linux NFS likes BSD nfs...)

-- 
Ethan Benson


Re: Unidentified subject!

2000-02-24 Thread J-ble
Thanks very much.

Where can I get the miboot image?

i don't do nfs currently, so I'll still need to install via ftp.  Will 
this be possible?

thanks again,
jble

On Wed, 23 Feb 2000, Ethan Benson wrote:

 On Thu, Feb 24, 2000 at 02:59:25AM -0500, J-ble wrote:
  I need to install debian/ppc on a powermac 8500/200 with 256MB and a blank
  2G disk... but i have no macos install media.
  
  I have openbsd and winnt machines here: obsd-sparc(floppy),
  obsd-i386(floppy), winnt-i386(floppy, cd burner).
  
  Can i make a floppy or cd with any of those that i can then use to boot
  the mac and do an ftp install?
 
 hmm i would say dd a miboot floppy on the BSD boxen and see if the mac
 will boot that, im not sure if floppy based compressed ramdisks work
 on ppc kernels or not, if they do then it should bootstrap very much
 like an intel box, boot the miboot floppy should load the kernel which
 should ask for a ramdisk, once it loads that you can install the base
 system over NFS (assuming linux NFS likes BSD nfs...)
 
 -- 
 Ethan Benson
 


Re: booting 8500 with blank disk (was Re: Unidentified subject!)

2000-02-24 Thread Ethan Benson
On Thu, Feb 24, 2000 at 03:23:19AM -0500, J-ble wrote:
 Thanks very much.
 
 Where can I get the miboot image?

well i think its a macos diskcopy image but iirc they are the same
format as dd images (ie bit for bit copies) but they might have a
resource fork, so you would need to make sure its not in macbinary
format or such. 

Ben maintains this on his page at http://ppclinux.apple.com

 i don't do nfs currently, so I'll still need to install via ftp.  Will 
 this be possible?

hum i forget if there is an ftp option for the base system or not... i
know there is mounted filesystem and NFS ftp not sure.. anyone?

-- 
Ethan Benson


Re: booting 8500 with blank disk (was Re: Unidentified subject!)

2000-02-24 Thread Ethan Benson
On Wed, Feb 23, 2000 at 11:29:45PM -0900, Ethan Benson wrote:

 Ben maintains this on his page at http://ppclinux.apple.com

sorry this is supposed to be http://ppclinux.apple.com/~benh/

-- 
Ethan Benson


Re: booting 8500 with blank disk (was Re: Unidentified subject!)

2000-02-24 Thread J-ble
On Wed, 23 Feb 2000, Ethan Benson wrote:

 On Thu, Feb 24, 2000 at 03:23:19AM -0500, J-ble wrote:
  Thanks very much.
  
  Where can I get the miboot image?
 
 well i think its a macos diskcopy image but iirc they are the same
 format as dd images (ie bit for bit copies) but they might have a
 resource fork, so you would need to make sure its not in macbinary
 format or such. 
 
 Ben maintains this on his page at http://ppclinux.apple.com

that's great, but I don't have a mac so I can't get it in the .sit format
it's available in there.

any way i can get that on openbsd or nt?

  i don't do nfs currently, so I'll still need to install via ftp.  Will 
  this be possible?
 
 hum i forget if there is an ftp option for the base system or not... i
 know there is mounted filesystem and NFS ftp not sure.. anyone?

eek... i hope there is ftp install.  or perhaps i can burn the cd...?
jble

 -- 
 Ethan Benson


Re: booting 8500 with blank disk (was Re: Unidentified subject!)

2000-02-24 Thread Ethan Benson
On Thu, Feb 24, 2000 at 04:07:04AM -0500, J-ble wrote:

  Ben maintains this on his page at http://ppclinux.apple.com
 
 that's great, but I don't have a mac so I can't get it in the .sit format
 it's available in there.
 
 any way i can get that on openbsd or nt?

hum yeah .sit is as proprietary as they come...

well another thing you could try is getting a COFF format kernel and
putting that on a hfs floppy (with hfsutils) or maybe dd it (don't
recall if that works or not) then OF boot that directly..  its been
known to work but it takes the right incarnation of the kernel and a
wee bit of black magic in OF.

  hum i forget if there is an ftp option for the base system or not... i
  know there is mounted filesystem and NFS ftp not sure.. anyone?
 
 eek... i hope there is ftp install.  or perhaps i can burn the cd...?
 jble

i think there is but i don't want to reboot to check ;-) otherwise
cdimage.debian.org will allow you to create a CD image provided you
have loads of disk space and a high speed connection.

-- 
Ethan Benson


Re: booting 8500 with blank disk (was Re: Unidentified subject!)

2000-02-24 Thread Benjamin Herrenschmidt
On Wed, Feb 23, 2000, Ethan Benson [EMAIL PROTECTED] wrote:

well i think its a macos diskcopy image but iirc they are the same
format as dd images (ie bit for bit copies) but they might have a
resource fork, so you would need to make sure its not in macbinary
format or such. 

I'm not sure you can use dd with a MacOS DiskCopy image, I think they
contain a header. Also, miBoot need to be configured via ResEdit on
MacOS. This will change, but the current version of miBoot was mostly
made for bootable CDs.




Re: Unidentified subject!

2000-01-17 Thread Alex Romosan
Renaud Dreyer [EMAIL PROTECTED] writes:

  Abologies to Yann since I cc'ed 2 bugs with this, but I think it should be 
  in 
  the discussion of both.
  
  While this bug *is* resolved in 1999.08.29-9 for me the prerm script in 
  1999.08.29-8 (the one that actually broke on my machine) fails, so the new 
  one 
  does not get installed. In my case, the solution was to obtain the actual 
  deb 
  (should be in /var/cache/apt/archives/console-data_1999.08.29-9_all.deb if 
  apt 
  just failed) and dpkg -i --force confnew console-data_1999.08.29-9.deb. 
  That 
  made the install succeed. I don't know if there is any way to make this 
  automatically use the new scripts, but it would help.
 
 Unfortunately this didn't work for me, I still get the same error. I also
 have a /proc/hardware not found error by the way. Thanks,
 

i don't have a /proc/hardware either. what i did is edited
/var/lib/dpkg/info/console-data.config and added my architecture by
hand:

if (($arch eq 'powerpc') || ($arch eq 'm68k')) {
#   my $subarch = lc substr (`grep ^Model: /proc/hardware`, 7);
#   $subarch =~ s/^macintosh$/mac/;
#   $subarch =~ s/^motorola$/mvme/;
#   $subarch =~ s/^powermac|powerbook*|power|imac*|powermac1*$/pmac/;

#   $arch = $arch/$subarch;
$arch = powerpc/pmac;-- add the corresponding arch
}

this is line 359. not elegant but i finally got console-data
configured. (after making the changes run dpkg --configure
console-data).

--alex--

-- 
| I believe the moment is at hand when, by a paranoiac and active |
|  advance of the mind, it will be possible (simultaneously with  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |


Re: Unidentified subject!

2000-01-17 Thread Geert Uytterhoeven
On 16 Jan 2000, Alex Romosan wrote:
 Renaud Dreyer [EMAIL PROTECTED] writes:
  Unfortunately this didn't work for me, I still get the same error. I also
  have a /proc/hardware not found error by the way. Thanks,
 
 i don't have a /proc/hardware either. what i did is edited
 /var/lib/dpkg/info/console-data.config and added my architecture by
 hand:

Hence you should compile kernels with support for the proc filesystem and make
sure /proc is mounted.

Gr{oetje,eeting}s,
--
Geert Uytterhoeven -- Linux/{m68k~Amiga,PPC~CHRP} -- [EMAIL PROTECTED]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say programmer or something like that.
-- Linus Torvalds


Re: Unidentified subject!

1998-06-13 Thread Dan Jacobowitz
On Fri, 12 Jun 1998, Anthony Towns wrote:

 On Thu, Jun 11, 1998 at 12:53:55PM +0200, Swen wrote:
  since i was not able to find a binary version of the glibc packages,
  i tried to cross compile it, but egcs needs the target headers in order
  to compile an cross compiler, and since i cannot just get the glibc
  includes (gnu/stubd.h is a result of the glibc

Cross compiling glibc is probably a _very_ bad idea.  If you want to
compile it, install linuxppc (evil redhat based dist).

Heck even compiling it is iffy enough.

 
 I've only just started trying to get Debian/PPC working locally, so take
 this with a grain of salt, but from what I gather the lack of binaries
 for glibc, and the lack of the approriate source to compile it are an
 oversight rather than a deliberate action.

Not so much an oversight as a problem.  The libc in that directory is
1.99, and while redhat manages to use it all right, it seems highly
unstable with debian-powerpc.  So we're using 2.1 prereleases (currently
2.0.94 from alpha.gnu.org is our best shot).

  what is the status of debian-powerpc anyway ? are there still people
  working on it ? how many people, is it no more useful to post to it
  because nobody will reply ?
 
 As far as I understand it, the current version of glibc doesn't work
 on powerpc (or sparc?), and that's making things a touch difficult. :)

Oh, we're here all right.  The last glibc snapshot had problems on CHRP,
but I believe they've been corrected.  I'm setting up the dev tools on my
machine this week...we'll see.

Dan
[EMAIL PROTECTED]



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


Re: Unidentified subject!

1998-06-12 Thread Anthony Towns
On Thu, Jun 11, 1998 at 12:53:55PM +0200, Swen wrote:
 Hello,

Salut, Swen!

[which is about the extent of my high school French, I'm afraid :)]

 since i was not able to find a binary version of the glibc packages,
 i tried to cross compile it, but egcs needs the target headers in order
 to compile an cross compiler, and since i cannot just get the glibc
 includes (gnu/stubd.h is a result of the glibc

I've only just started trying to get Debian/PPC working locally, so take
this with a grain of salt, but from what I gather the lack of binaries
for glibc, and the lack of the approriate source to compile it are an
oversight rather than a deliberate action.

I've been pointed to
ftp://powerpc.debian.org/pub/Linux/linux-ppc/debian/
which contains .deb's for glibc and sundry other stuff.

I haven't had a chance to install it yet [I don't have ar on my
system at the moment, even :(]

 what is the status of debian-powerpc anyway ? are there still people
 working on it ? how many people, is it no more useful to post to it
 because nobody will reply ?

As far as I understand it, the current version of glibc doesn't work
on powerpc (or sparc?), and that's making things a touch difficult. :)

HTH, etc.

Cheers,
aj

-- 
Anthony Towns [EMAIL PROTECTED] http://azure.humbug.org.au/~aj/
I don't speak for anyone save myself. PGP encrypted mail preferred.

  ``It's not a vision, or a fear. It's just a thought.''


pgpXG4npNGpcj.pgp
Description: PGP signature