report on running debian on ppc

2008-09-14 Thread Simon Raven
hi, please cc: me at [EMAIL PROTECTED] here's a report of successful usage of debian on a couple ppc machines i own/maintain. i have 2 in current use, both oldworld. one's a mac clone, power tower pro. up until several months ago, i was booting it via quik. this works ok, but it has issues with

Re: Let me know if you're looking for PowerPC parts

2006-08-24 Thread Simon Raven
Le jeu 2006-08-24 a 12:07:54 -0400, Harold Johnson <[EMAIL PROTECTED]> a dit: >Hi Simon, > >I know, it's seems like an odd post. I've no programming experience to >contribute to the debian-powerpc project; thus far I've only been able to >test the results of programmers' efforts,

Re: quik

2006-08-24 Thread Simon Raven
Le jeu 2006-08-10 a 12:31:52 -0400, [EMAIL PROTECTED] a dit: > Hello PowerPC users, > > Does quik normallly give a menu at startup? On an Only if you count the one shown in OF. Otherwise no, not like yaboot's. > old PowerWave 604|120 here there was only a black > screen until the default Lin

Re: Let me know if you're looking for PowerPC parts

2006-08-24 Thread Simon Raven
Le mar 2006-08-08 a 19:18:24 -0400, Harold Johnson <[EMAIL PROTECTED]> a dit: >Hi all, > >I don't sell PowerPC parts, nor am I affiliated with any individual or >organization that does. So I hope this isn't perceived as spam. I just >wanted to let you know that if you're looking

Re: spam

2006-08-24 Thread Simon Raven
Le mar 2006-08-01 a 01:09:55 -0400, brian <[EMAIL PROTECTED]> a dit: > another important consideration as far as i know, > it could be worse than spam. mail has always been > the way 'nix systems get broken into. especially if eh? like the other dude said, there's ways, but it hasn

bootx weirdness

2004-08-29 Thread simon raven
hi, been having a problem booting last few days. what used to work was booting via quik, but now all i get in OF "cannot OPEN /bandit/gc/mesh/[EMAIL PROTECTED]:0" X being anything from 0 to 5 (the SCSI ID is 0). last time it booted successfully was 3 days ago, just the usual stuff, "boot Linux"

Re: which packages to deinstall before upgrade to 2.6

2004-04-18 Thread simon raven
On dim, 2004-04-18 at 10:02 +0200, Pander wrote: > Hi all, > > Are there any packages which one should deinstall after upgrading to > 2.6. Since the 2.6 kernel has a lot of extra support. > > So I was wondering if packages like cpudyn or hfsplus or whatever need > to be deinstalled to avoid hav

Re: debian-installer and yaboot

2004-04-18 Thread simon raven
On sam, 2004-04-17 at 23:36 -0400, Matt Price wrote: > Hi everyone, > > Just noticed the following in the yaboot HOWTO > (http://penguinppc.org/projects/yaboot/doc/yaboot-howto.shtml/ch10.en.shtml): > [...] > has anyone done this? Anyone know where to get the root.bin file that > contians debi

Re: kernel config problems

2004-04-18 Thread simon raven
On sam, 2004-04-17 at 12:07 -0700, gm c wrote: > I have a g3 powerbook firewire. I have been configuring kernels (not > the deb way though) with out problems on stable. I am trying an > unstable install and want to use a 2.4.x and 2.6.x kernel. > Errors I getconfiguring a 2.4.25: When I make xconf

Re: 2.6 kernel .config for b&w g3?

2004-04-18 Thread simon raven
On sam, 2004-04-17 at 18:10 -0400, Derrik Pates wrote: > Matt Price wrote: > > anyone out there have a working .config for a 2.6 kernel (I have the > > latest benh trees, but I guess I can get other trees elsewhere) on a > > blue and white g3? When I try to run mine I get shunted into > > openfirm

Re: New per subarch 2.4.22 powerpc kernels, please test.

2003-10-05 Thread simon raven
Le Sat, Oct 04, 2003 at 19:01:58 +0200, Sven Luther a écrit: > On Sat, Oct 04, 2003 at 09:10:59AM -0700, Chris Tillman wrote: > > On Sat, Oct 04, 2003 at 01:31:55PM +0200, Sven Luther wrote: > > > Anyway, please test and give feedback, before i upload, so we can have > > > all these powerpc subarch

RE: [PATCH] ppcdetect

2003-09-27 Thread simon raven
--- main.c.old 2003-09-27 09:31:48.0 + +++ main.c 2003-09-27 11:21:07.0 + @@ -9,6 +9,10 @@ exit(0); } +static void detect_oldworld() { + if (check_value(generation, "OldWorld", NULL)) + exit(0); +} static void detect_prep() {

[PATCH] ppcdetect patch

2003-09-27 Thread simon raven
--- Begin Message --- --- main.c 2003-09-27 09:31:48.0 + +++ main-ow.c 2003-09-27 10:16:39.0 + @@ -9,6 +9,10 @@ exit(0); } +static void detect_oldworld() { + if (check_value(generation, "OldWorld", NULL)) + exit(0); + static void

Re: startx, continued

2003-08-26 Thread simon raven
Le Tue, Aug 26, 2003 at 10:49:31 +, simon raven a écrit: > well, i've done an strace of starts, and xinit. see attached. > seems to have been PEBKAC error.. /me slaps head. it wasn't finding a wm to start up with, so it was exiting. need to check the xinitrc files for the

startx, continued

2003-08-26 Thread simon raven
well, i've done an strace of starts, and xinit. see attached. -- ##-## | ,''`. http://www.debian.org/ | http://www.nuit.ca/ | | : :' : Debian GNU/Linux| http://simonraven.nuit.ca/ | | `. `'

further to XKB issues

2003-08-26 Thread simon raven
well, now the server doesn't even start; snippet from my XFree log: (==) ADB 3-Button MouseMan Mouse: Buttons: 3 (II) XINPUT: Adding extended input device "ADB 3-Button MouseMan Mouse" (type: MOUSE) Couldn't load XKB keymap, falling back to pre-XKB keymap (II) Server_Terminate keybinding not foun

found Segmentation fault source on "startx"

2003-08-25 Thread simon raven
hm, seems it's not xset or whatever, but the XKB stuff. i ran setxkbmap and guess what i see in console? a nice little signal 11 error. *sigh*. great, no XKB -- ##-## | ,''`. http://www.debian.org/ | http://www.nuit.ca/

Re: Apple keyboards

2003-08-25 Thread simon raven
Le Thu, Aug 14, 2003 at 11:37:49 +0200, Michel Dänzer a écrit: > On Wed, 2003-08-13 at 17:47, Frank Murphy wrote: > > > > Well, yeah. :) But if the key is not really useful (say, Insert), I > > > > assume there's a minimal penalty for keeping the map around with no real > > > > need, but I would li

Re: new Apple symbols map (exposes kernel buglets?)

2003-08-25 Thread simon raven
Le Sat, Aug 23, 2003 at 20:20:21 +0200, Frank Murphy a écrit: > On Saturday 23 August 2003 7:56, Simon Vallet wrote: > > Michel Dänzer <[EMAIL PROTECTED]> wrote: > > > But you're saying that the Insert key is also Help? Does that mean that > > > both are engraved on it, or what is? > > > > Yes : it

Re: new Apple symbols map (exposes kernel buglets?)

2003-08-25 Thread simon raven
Le Sun, Aug 24, 2003 at 00:53:27 +0100, Ken Moffat a écrit: > On Sat, 23 Aug 2003, Frank Murphy wrote: > > > On Saturday 23 August 2003 6:25, Michel Dänzer wrote: > > > > > > Don't (some) international Mac keyboards have specific modifications vs. > > > their PC counterparts though? > > > > I don

Re: new Apple symbols map (exposes kernel buglets?)

2003-08-25 Thread simon raven
Le Sat, Aug 23, 2003 at 18:25:08 +0200, Michel Dänzer a écrit: > On Sat, 2003-08-23 at 13:49, Frank Murphy wrote: > > On Saturday 23 August 2003 1:34, Michel Dänzer wrote: > > > On Fri, 2003-08-22 at 09:55, Frank Murphy wrote: > > > > > [...] the attached patch. Tell me what you think about it, it

Re: new Apple symbols map (exposes kernel buglets?)

2003-08-25 Thread simon raven
Le Sat, Aug 23, 2003 at 01:34:08 +0200, Michel Dänzer a écrit: > On Fri, 2003-08-22 at 09:55, Frank Murphy wrote: > > This should be interesting to anyone with an Apple laptop with the > > mimized > > keyboard . It's also mildly interesting to anyone with an > > Apple desktop keyboard (though

starmax 3000/180 video issues

2003-05-17 Thread simon raven
hi again, um, i'm installing debian on a bunch of starmaxen (starmaxes ?) - mostly 3000s, i think there's a 4000, and i managed to get debian going on one of them (after *many* reboots, and a whole bunch of stuff), i am now stuck trying to figure out the video OF setting. ATM it's set to append

[Req. of info] success/failure of booting/running linux on mac powerpcs

2003-04-29 Thread simon raven
any information that isn't on debian's PPC ports pages, or isn't penguinppc's site, or info gathered in the course of experimenting, administering, etc. (i.e., "juicy tidbits of info" as i call them) -- when you have time, can anyone that has this please email me off-list with them? i'm going to

Re: alsa drivers

2002-11-20 Thread simon . raven
On Mon, Nov 18, 2002 at 16:53:54 +, matthew yee-king composed: > hello > > Not sure about the problem, but if you want to use alsa, you should > cetainly use the 0.9 version as 0.5 is now deprecated. Not sure if they > are available from apt-get - i built them from source. but there are > 0.9r

Re: alsa drivers

2002-11-20 Thread simon . raven
On Mon, Nov 18, 2002 at 17:05:52 +0100, Mij composed: > Hi > > I just tried alsa modules for ibook's soundcard, > and I get a strange behavior: > - "PCM Wave volume" mixer channel doesn't exist, > while all the others (including PCM Wave 2) are > present. Noone of the other affect pcm volume > - V

alsa permissions

2002-11-15 Thread simon . raven
hello all, i'm having a problem with my alsa kernel modules. i keep getting permission denied, even when i've been a member of group audio since 1970 (j/k), and i've played around with /etc/modules.conf and /etc/devfs/devfsd.conf, setting root:audio 0660 and other shenanigans. i don't know what

Re: galeon-snapshot and powerpc

2002-11-12 Thread simon . raven
On Tue, Nov 12, 2002 at 18:03:56 -0500, christophe barbe composed: > I see a bug in galeon-snapshot which is so obvious that I am wondering > if it is powerpc specific. > > I can get the menu from a right click in the web page. i assume you mean *can't* get a menu, cuz at one point, in an ealier

sticky keys in console now

2002-11-08 Thread simon . raven
hi, i'm starting to get sticky keys in console. the X manifestation of no key_release events in X? well, i'm getting them in console now. noticed it earlier today, thought it was just too much swap activity, but made a mental note of it regardless. hm, looks like it's a kernel bug after all. sim

Re: [Fwd: Re: Bug#121335: Please add the Toshiby keybounce fix]

2002-11-08 Thread simon . raven
On Tue, Oct 29, 2002 at 00:22:23 +0100, Michel Dänzer composed: > > Can someone who is annoyed by > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=156563&repeatmerged=yes > > try to convince Herbert? :) > from the bug report: that have been written, instead of telling NewWorld PowerMac us

Re: rc1 kernel fires the fan.

2002-11-06 Thread simon . raven
On Wed, Nov 06, 2002 at 23:43:03 +0100, Jesus Climent composed: > > Hi. > > With latest rc1 kernel from benh > > (Linux boo 2.4.20-rc1-ben0 #20 Thu Oct 31 11:21:58 EET 2002 ppc 750FX > GNU/Linux) > > The fan starts when I am compresing some ogg files, and has never > happened before. > > Has

Re: security patches for PowerPC ?

2002-11-06 Thread simon . raven
On Wed, Nov 06, 2002 at 11:52:56 +0100, K. Reid Wightman composed: > On Wed, 2002-11-06 at 10:46, jens francke wrote: > > hmm as far as i noticed they come delyed a few hours max. most of time > > on the same date when i386 appear, > > > > so shouldnt be a problem ;) > > Yep, I've noticed the sa

Re: VGA Out

2002-11-02 Thread simon . raven
On Sat, Nov 02, 2002 at 17:13:39 +0100, J. Volkmann composed: > Hello, > > I looked in the list archives, but all I found was about getting it with > fbdev to work (or something like that, I hardly understood it). > > So, is there a way to get VGA Out running with Michel Dänzers XFree86 > (drm is

Re: Where to put commands run at boot time

2002-11-02 Thread simon . raven
On Sat, Nov 02, 2002 at 12:26:59 +0100, Sven Luther composed: > On Sat, Nov 02, 2002 at 10:18:47PM +1100, Tim Bateman wrote: > > I need to run a command at boot time, I'm used to putting it in rc.local > > in a RedHat system, and I haven't been able to find out where this exists > > in Debian. I sa

Re: Frozen cursor after logout; CLI escape

2002-11-01 Thread simon . raven
On Fri, Nov 01, 2002 at 13:22:56 -0800, Dylan Beaudette composed: > for configuring the services that run in yourt current runlevel, i would > recomend 'rcconf'. you might have to apt-get it, but it is a nice little > cmnd line app for sorting out the various services!! > > just my 2cents > > dyl

Re: PCI PCMCIA adaptor wierdness

2002-10-29 Thread simon . raven
On Tue, Oct 29, 2002 at 16:44:03 +, mallum composed: > Hi; > > I recently plugged PCI PCMCIA Adaptor into my 8600. I was then greeted with > the following on boot : > > Welcome to Linux kernel 2.4.19 > > linked at :Oxc000 > framebuffer at: 0x9400 (phys), 0xd080 (log) > MSR

Re: Running the Xserver at an Apple Workgroup Server 7250/120

2002-10-26 Thread simon . raven
On Sat, Oct 26, 2002 at 12:34:12 -0700, Brad Boyer composed: > On Sat, Oct 26, 2002 at 12:27:03PM -0400, [EMAIL PROTECTED] wrote: > > On Sat, Oct 26, 2002 at 15:49:18 +0200, Sancho Fock composed: > > > Well my problem(s) are, that: > > > 1. I can't find any detailed specification of the mashine's >

Re: I can't make work the ethernet with 2.4.20-pre11-ben0 kernel

2002-10-26 Thread simon . raven
On Sat, Oct 26, 2002 at 14:35:14 +0200, José Salavert Torres composed: > This is my kernel configuration file. > CONFIG_PPC601_SYNC_FIX=y <-- unless you have a PPC601 don't put this unless you really have one. i.e., don't set it. and the G4 series of CPUs are NOT 601, trust me :). 601 is the gran

Re: Running the Xserver at an Apple Workgroup Server 7250/120

2002-10-26 Thread simon . raven
On Sat, Oct 26, 2002 at 15:49:18 +0200, Sancho Fock composed: > Hi, > > Last Week i installed Debian at an old Apple Workgroup Server 7250/120. > Anything works fine so far except of the xserver. Well I know it won't > be the fastest, but I want it to work! neato, a fancy 7200 IIRC :) > > Well m

Re: adb french canadian keyboard

2002-10-23 Thread simon . raven
On Wed, Oct 23, 2002 at 14:48:15 -0400, marco composed: > Le Tue, 22 Oct 2002 08:57:33 -0400 > [EMAIL PROTECTED] écrivait : > > > ok, first have no fr_CA file on my box... > I found one on the net but the mapping is not what I expect it to be... > perhaps this one was too old or whatever. > >

Re: adb french canadian keyboard

2002-10-22 Thread simon . raven
On Tue, Oct 22, 2002 at 00:15:18 -0400, marco composed: > re-Hi, > Is anyone here have ever seen something about the keymaps and configuration > of these kbd ? use fr_CA (or fr_ca) in x. when u run dpkg-reconfigure xserver-xfree86, and asks u for a kbd, do 1. xfree86 2. macintosh 3. fr_CA that

Re: New at this

2002-10-21 Thread simon . raven
On Mon, Oct 21, 2002 at 08:46:50 +0200, Eric Deveaud composed: > On Sun, 20 Oct 2002, S. Wendel P. Schultz wrote: > > > > Well, I have an "old world" PowerPC 8600/250 and want debian on it. I have > > 160MB of RAM, so I figure I'll have a pretty decent little box. I have > > downloaded the firs

Re: PowerPC Problem

2002-10-19 Thread simon . raven
On Sat, Oct 19, 2002 at 18:48:51 +0200, Steve Langdon composed: > weeks later and I'm still completely stuck. Anyone out there know how this > works. > > at the "Install Kernel and Modules step" the installer just cant find the > right folder / files containing the Linuk kernal > > If I select

deskwriter setup success WAS: Re: deskwriter driver, or set up

2002-10-19 Thread simon . raven
well, i just finished printing my first page under linux os :D looks like crap (dot-martix quality, at econo setting), but it works. i'll post the various settings and other stuff for archival purposes. settings and scripts: /usr/bin/deskwriter-filter: #!/usr/bin/perl # # The above line sho

Re: deskwriter driver, or set up

2002-10-19 Thread simon . raven
On Fri, Oct 18, 2002 at 13:19:29 -0300, Michael Hackett composed: > On Fri, 18 Oct 2002 03:34:08 -0400 > [EMAIL PROTECTED] wrote: > > > but thanks for the info, gives me some hope in making this thing work > > in linux :D. oh btw, it *is* a laser printer (b&w/greyscale), which > > make me think th

Re: deskwriter driver, or set up

2002-10-18 Thread simon . raven
On Thu, Oct 17, 2002 at 21:16:01 -0300, Michael Hackett composed: > On Tue, 15 Oct 2002 08:26:21 -0400 > [EMAIL PROTECTED] wrote: > > > i've also gone to lok around at linuxprinting.org, and they don't have > > a driver for deskwriter, only deskjets - deskjets IIRC use PS, and the > > printer i ha

Java WAS: [Re: Debian and Radeon 8500]

2002-10-18 Thread simon . raven
On Thu, Oct 17, 2002 at 18:42:55 -0400, Mike Furr composed: > On Wed, 2002-10-16 at 14:17, larsi wrote: > > And what about Java on Debian? Are there problems with der JRE or JDK? > I'm using the 1.3 jdk from blackdown.org and haven't had any problems > with it on my powerbook. > > -m it works pe

Re: deskwriter driver, or set up

2002-10-18 Thread simon . raven
On Thu, Oct 17, 2002 at 16:32:58 -0700, Brad Boyer composed: > On Tue, Oct 15, 2002 at 08:26:21AM -0400, [EMAIL PROTECTED] wrote: > > i've also gone to lok around at linuxprinting.org, and they don't have a > > driver for deskwriter, only deskjets - deskjets IIRC use PS, and the > > printer i have

deskwriter driver, or set up

2002-10-17 Thread simon . raven
hello, i'm at a loss now. i've looked all over for info. on setting up my old printer - a deskwriter - and i've found a few things, but none of it very helpful (google'ing) i've also gone to lok around at linuxprinting.org, and they don't have a driver for deskwriter, only deskjets - deskjet

Re: dmasound_awacs.c, tas3001c.c

2002-10-16 Thread simon . raven
On Wed, Oct 16, 2002 at 11:29:17 +1000, Charles R. Twardy composed: > > On Wed, Oct 16, 2002 at 01:56:13AM +1000, Menaka Lashitha Bandara > > wrote: > > > For some reason, it doesn't retain volume through sleeps, so, it > > > reset the mixer on wake... > > A couple of weeks ago someone wrote that

Re: xfs install on powermac?

2002-10-15 Thread simon . raven
On Mon, Oct 14, 2002 at 20:57:03 -0700, Evan Martin composed: > I saw somewhere (was it this list?) that ext3 is what has been causing > my laptop's hard drive to spin up every few seconds after it has spun down. > > I'd like to reinstall with a better file system, but I read that Reiser > doesn

Re: Key repeat (kernel Bug?)

2002-10-13 Thread simon . raven
On Mon, Oct 14, 2002 at 01:36:42 +0200, Segher Boessenkool composed: > > i get that too. i'll be scrolling down, or whatever, and it keeps > > scrolling down. only if i'm scrolling down, though, which i find > > strange. > > It happens for me on other keys, too. And it misses the shift/ctrl/whate

Re: Key repeat (kernel Bug?)

2002-10-13 Thread simon . raven
On Sat, Oct 12, 2002 at 23:22:54 +0100, William R Sowerbutts composed: > It's a kernel bug, either in the kernel's input layer, or the ADB keyboard > driver. The kernel fails to send a key release event. > > I have a patch which turns the ADB caps lock key into a PC-style caps lock key > so that

.DStore

2002-10-01 Thread simon . raven
that :e2_DStore "looks" like a mac osx desktop file, but i may be off the mark. simon

Re: libc-6.2.2.5-13 was Re: kept back packages

2002-09-20 Thread simon . raven
On Fri, Sep 20, 2002 at 12:23:01 +0200, Francois AUDIBERT composed: > On September 19, Chris Tillman wrote: > > This is a debian-user or maybe debian-x question. The 'h' indicates > the package was put on hold. If you change that with + in aptitude, > won't it take it off hold? > > Yes, but re

Re: libc-6.2.2.5-13 was Re: kept back packages

2002-09-20 Thread simon . raven
[EMAIL PROTECTED](pts/2):simon# dpkg -l libc6 Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name VersionDescription +++-===

Re: compiling mod_perl

2002-09-20 Thread simon . raven
On Thu, Sep 19, 2002 at 23:42:59 -0700, dylan composed: > after being unable to make mod_perl work via apt-get, i tried compiling from > source... > > following the directions, getting the source, and running (as root): > perl Makefile.PL APACHE_SRC=../apache_1.3.26/src \ > DO_HTTPD=1 USE_APAC

Re: installing mod-perl

2002-09-20 Thread simon . raven
On Thu, Sep 19, 2002 at 21:07:55 -0700, dylan composed: > hi-- > > i am trying to install mod_perl onto my system via apt-get... > > i tried the command: apt-get install libapache-mod-perl > after the installation was finished i checked my httpd.conf file... there > was no new reference to a mod_

Re: Repartitioning my Harddisk with mac-fdisk for Jaguar (MacOS 10.2)

2002-09-13 Thread simon . raven
On Fri, Sep 13, 2002 at 15:09:05 +0200, Roland Wegmann composed: > Hello > > additional software in the application folder. But there is a old MacOS 9 > partition I doesn't use anymore. And now I ask myself, if I can use > mac-fdisk to rearrange my current MacOS X partition and my old MacOS 9 t

Re: apt-get update problem

2002-09-13 Thread simon . raven
On Fri, Sep 13, 2002 at 17:07:01 +0200, Roland Wegmann composed: that Ign. line simply means that the URL that apt-get received from the config file (sources.list) is unresolvable, i.e., it cannot find it. it doesn't your box is b0rken, just the URLs. simon > Debian homepage and I always get an

Re: Powerpc Newbie (linux oldie)

2002-09-10 Thread simon . raven
On Tue, Sep 10, 2002 at 14:20:06 -0700, Wilhelm *Rafial* Fitzpatrick composed: > At 2:20 PM -0400 9/10/02, <[EMAIL PROTECTED]> wrote: > >2. How do you get around the fact that the ibook only has one > >button? Many of the window managers have menus set to > >right/left/double clicks. > > The m

configuring 3-button ADB mouse with non-GNOME/KDE wms

2002-09-03 Thread simon . raven
hi again, I've figured out how to get gpm to read my mouse as 321 instead of the default 123 (gpm.conf: a line that reads append="-B 321". this configures for a left-handed 3-button mouse. running autops2 since running mman (logitech mouseman doesn't work). If i run the gnome control centre (/us