2.6.8.1 success

2004-10-08 Thread Russell Hires
Hello all...

So I finally got a 2.6.x kernel to boot, and give me a serial console on
my Beige G3/266 DT. Of course, I still don't get why I can't have a
regular console for my voodoo3 card, but I can boot, and get X working,
etc. Networking gave me a bit of trouble, but nothing I can't fix. 

On another note, I tried to do a serial console for 2.4.27, and it gets
stuck at Freeing unused memory: 184k init 4k chrp 36k prep

I can boot normal without the serial console, and see the console, but
this is a curiosity...

Russell



2.6.8.1 doesn't boot

2004-10-07 Thread Russell Hires
Hello all...now that I've gotten my serial console to work, I've got a
log to share. At the very bottom of the log, I get stuck there, no more
boot activity after that. After a few minutes, I reboot. Can anyone
help?

Russell


Total memory = 384MB; using 1024kB for hash table (at c050)

Linux version 2.6.8.1 ([EMAIL PROTECTED]) (gcc version 3.3.4 (Debian
1:3.3.4-6sarge1)) #

1 Thu Oct 7 09:17:04 EDT 2004

Found a Heathrow mac-io controller, rev: 1, mapped at 0xfdc8

PowerMac motherboard: PowerMac G3 (Silk)

Found Grackle (MPC106) PCI host bridge at 0x8000. Firmware bus
number: 0-0

L2CR overriden (0xa910), backside cache is enabled

nvram: OF partition at 0x1800

nvram: XP partition at 0x1300

nvram: NR partition at 0x1400

Built 1 zonelists

Kernel command line: root=/dev/hda6 video=tdfx:[EMAIL PROTECTED]
keyboard_sends_linu

x_keycodes=1 noaccel console=ttyS1,9600n8

System has 64 possible interrupts

PID hash table entries: 2048 (order 11: 16384 bytes)

GMT Delta read from XPRAM: -240 minutes, DST: on

via_calibrate_decr: ticks per jiffy = 16708 (1002492 ticks)

Console: colour dummy device 80x25

Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)

Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)

Memory: 383488k available (3100k kernel code, 1484k data, 192k init, 0k
highmem)

Calibrating delay loop... 532.48 BogoMIPS

Mount-cache hash table entries: 512 (order: 0, 4096 bytes)

NET: Registered protocol family 16

PCI: Probing PCI hardware

PCI: Cannot allocate resource region 1 of device :00:12.0

SCSI subsystem initialized

usbcore: registered new driver usbfs

usbcore: registered new driver hub

atyfb: 3D RAGE PRO (PQFP, PCI) [0x4750 rev 0x7c] 6M SGRAM, 14.31818 MHz
XTAL, 23

0 MHz PLL, 100 Mhz MCLK

atyfb: monitor sense=73f, mode 6

fb0: ATY Mach64 frame buffer device on PCI

fb: 3Dfx Voodoo3 memory = 16384K

MacOS display is /pci/3Dfx,Voodoo3

Thermal assist unit using timers, shrink_timer: 2000 jiffies

devfs: 2004-01-31 Richard Gooch ([EMAIL PROTECTED])

devfs: boot_options: 0x0

Installing knfsd (copyright (C) 1996 [EMAIL PROTECTED]).

SGI XFS with large block numbers, no debug enabled

PCI: Via IRQ fixup for :00:0e.0, from 24 to 8

PCI: Via IRQ fixup for :00:0e.1, from 24 to 8

Console: switching to colour frame buffer device 80x30

Generic RTC Driver v1.07

Macintosh non-volatile memory driver v1.1

[drm] Initialized tdfx 1.0.0 20010216 on minor 0: 3Dfx Interactive, Inc.
Voodoo

3

Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing
disabled

pmac_zilog: 0.6 (Benjamin Herrenschmidt [EMAIL PROTECTED])

pmac_zilog: Error registering serial device, disabling pmac_zilog.

pmac_zilog: Did another serial driver already claim the minors?





Success: serial console works...

2004-10-06 Thread Russell Hires
Hello all!

A couple of weeks ago I was working with trying to get my Beige G3/266
DT to do serial output to serial console. I finally got it right, after
much reading, and lots of help from this list!

I don't know if changing the nvram had anything to with it, but I setenv
(or whatever the command is) to ttyb (instead of ttya, since I'm lazy,
and didn't want to take out the built in modem card in ttya). I'm
thinking that this is for OF serial output, though, from what I was
told. 

I have a 68k mac, running Mac OS (though I have Linux on it, too), that
I installed kermit on. That's my console window. I tried minicom, and I
might again, but this was simply to test that the cable worked! I have a
printer cable running from the G3's printer port to the 68k's modem
port. I ran kermit on both in Mac OS on both machines, again, just to
test that the cable worked. It works. :)

I had also been told that I need a kernel with serial console compiled
in. Did not know that, so I compiled my kernel with serial console
configured. 

In BootX, I put the line (among the other things I've got in there):
console=ttyS1,9600n8. (This is the default setting for kermit, so I just
used that for both sender and receiver) Click the linux button, and
PRESTO! my kermit terminal in Mac OS on the 68k machine registers output
from my G3. 

Unfortunately, I get to where it says Freeing unused memory... and
there I sit. But the first part, at least, works. I'll redo my kernel
and see if that has any impact. Maybe I forgot something important. 

Thanks to everyone who helped! 

Russell



Re: Oldworld Serial Console

2004-09-24 Thread Russell Hires
On Fri, 2004-09-24 at 08:46, Jens Schmalzing wrote:
 Hi,
 
 Russell Hires writes:
 
As long as you are using a kernel compiled with support for running
the console on a mac style serial port, it should be simple.
 [...]
  What about a 2.4.27 kernel? I don't have those options in my .config...
 
 Ah, sorry.  The original post asked for a 2.6 kernel specifically, so
 I only gave those options, but snipped his question referring to 2.6.
 Anyway.
 
You were right. I did only ask about 2.6.x...but I'm trying to make a
known good kernel work for me (2.4.27) with serial before I begin to
experiment...I should have said so...

Compiling now...

:-)

Russell

 In 2.4, you need
 
 CONFIG_MAC_SERIAL=y
 CONFIG_SERIAL=y
 CONFIG_SERIAL_CONSOLE=y
 
 Regards, Jens.



Re: Oldworld Serial Console

2004-09-24 Thread Russell Hires

 Works fine between a 6400 and a beige G3 here, both running Debian -- i
 use minicom to access the serial port.

Q: How many support techs does it take to change a lightbulb? 
A: Well, it works fine on this end... LOL :-) 

Seriously,
 Of's default settings are 38400 bauds / 8 bit data / no stop bit / 1
 parity, and xon/xoff, if I remember. Apart from the kernel
 command-line, you'll also need to edit your/etc/inittab to put a getty
 on the serial line.

Can you send the list some kind of quick, here's exactly what all of my
settings are? That way when I search for this again, someone will have
something useful for me to find! I've searched and searched and
searched, and here I am, asking questions. 

  By the way, the Mac's Open Firmware serial console is on the 
  modem port, not the printer port of the mac.
 

So the internal modem has to come out? 

 This is configurable, just set OF's 'output-device' and 'input-device'
 accordingly.
 

Or is this something I can go into OF and change? The problem is that
the output-device in OF won't be /dev/ttyS1 or whatever. 

Russell

 Simon
 
 -- 
 Simon Vallet
 Due to massive spam, the address shown in the From: header above only
 accepts mail from Debian hosts. If you wish to mail me privately, just
 remove the 'debian-ppc_' tag from the local part.
 



Re: Oldworld Serial Console

2004-09-24 Thread Russell Hires
On Fri, 2004-09-24 at 02:21, Jens Schmalzing wrote:
 Hi,
 
 Brad Boyer writes:
 
  As long as you are using a kernel compiled with support for running
  the console on a mac style serial port, it should be simple.
 
 Such as, the pre-packaged Debian kernels.  If you build the kernel
 yourself, the necessary options are
 
  CONFIG_SERIAL_CORE=y
  CONFIG_SERIAL_CORE_CONSOLE=y
  CONFIG_SERIAL_PMACZILOG=y
  CONFIG_SERIAL_PMACZILOG_CONSOLE=y
 
 Regards, Jens.

What about a 2.4.27 kernel? I don't have those options in my .config...

Russell



Oldworld Serial Console

2004-09-23 Thread Russell Hires
Hello all...I've got a Beige G3/266 w/ voodoo3 card, that doesn't give
console output in 2.6.x kernels. So...I want to do a serial console to
some other machine. I'm hoping there is some way to do this with BootX
and either my printer port and printer cable to another mac running
linux, or using some store bought cable that goes from my printer port
to rs232 to a x86 pc running linux. 

Has anyone done this? And if so, how? I'm running sarge, BTW...

TIA!

Russell



Getting all sounds with 2.6.0-test9

2003-10-28 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello everyone,

I'm using the generic kernel.org 2.6.0-test9 kernel, and while I can get sound 
by playing mp3's through XMMS, I don't get my termbell on my gnome terminal, 
nor do I get sound with some of my games (like galaga)...I could get all of 
these sounds with my lowly 2.2.22 kernel. What are the options that I need to 
include w/ my compilation that will accomplish this?

Thanks!

Russell
- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/nnUnAqKGrvVshJQRAtw4AKDzcpvZou/cOOO1QbENX4aH3Na3WgCeIA+h
Mclqx5nrWwvKJ4kdcX6bdrY=
=NNOa
-END PGP SIGNATURE-



Re: kernel 2.6.0-test8 console

2003-10-25 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 BootX is the only way to boot these G3's, unless your name is Michel
 Lanners. (If I'm not mistaken.) Anyway, I don't know if it runs under
 emulation mode; probably not, because it never was a 68k app. It _does_
 boot the computer, into Linux ... not sure what you were after.

The emulation mode I guess for OSX vs OS9 is blue box if you take the old 
terminology. You can visually see a difference in the icon on the OS9 side vs 
the OSX side. I figure that the BootX icon will look different when seen from 
the OSX side than from the OS9 side. Anyway, the point is that maybe what'll 
happen is that you're running OSX, you click on the BootX icon, the OS9 
emulation-ish environment will boot you select your options, etc., in 
BootX, click the Linux button, and poof...what happens next?

Russell

 --
 Debian GNU/Linux Operating System
   By the People, For the People
 Chris Tillman (a people instance)
toff one at cox dot net

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/mpukAqKGrvVshJQRAiokAJ9PA7CDvdp1KPAp5me0K6zjnRfMUwCeOukv
rYWtcNpz3QLSS83Tz5HHQxw=
=t4dV
-END PGP SIGNATURE-



Re: kernel 2.6.0-test8 console

2003-10-25 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Fire up a text editor. Load drivers/video/tdfxb.c. Locate first occurrence
 of the string tdfxfb_ops (should be the struct declaration). Find the
 lines below containing stuff like .fb_fillrect = something;, change to
 read .fb_fillrect = NULL;, save, recompile.

Should I do this for all the items in the struct? Or just the one line?

Russell

This reflects what I changed: only the one item mentioned above:

static struct fb_ops tdfxfb_ops = {
.owner  = THIS_MODULE,
.fb_check_var   = tdfxfb_check_var,
.fb_set_par = tdfxfb_set_par,
.fb_setcolreg   = tdfxfb_setcolreg,
.fb_blank   = tdfxfb_blank,
.fb_pan_display = tdfxfb_pan_display,
.fb_fillrect= NULL, #tdfxfb_fillrect,
.fb_copyarea= tdfxfb_copyarea,
.fb_imageblit   = tdfxfb_imageblit,
.fb_sync= banshee_wait_idle,
.fb_cursor  = soft_cursor,
};

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/mp1gAqKGrvVshJQRAtDMAKD871x2oMYEW6I2rauDzyiDNR5QMgCbBNRv
mh0FY11HVbv0ZVj5X2QI1IU=
=ECng
-END PGP SIGNATURE-



Re: kernel 2.6.0-test8 console

2003-10-23 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 22 October 2003 09:20 am, Michael Schmitz wrote:
   Straight kernel.org or -benh ??
 
  Straight kernel.org kernel :-)

 Big mistake. Use Ben's tree.

Well, I'll play w/ both. I'm happy that the straight kernel.org works right 
from the box...

 I was under the impression that 2.6.0 would boot on your machine, just
 leave text consoles messed up. Strange that offb would crash the box,
 then.

Your impressions are correct. It does boot, it is usable (I even get sound! 
:-), I've got a few quirks I'm worried about... but for now, just the console 
doesn't show me anything while I'm waiting for X. 

 Is there a way to boot Linux kernels from OS X on these G3 desktop
 machines? That's what keeps me from testing Linux on that sort of box
 myself...


Speculation on my part: does BootX run under emulation mode (like an old 
version of SimpleText)? If so, does it allow the computer to be rebooted? 
H...

Russell

PS I'll do the kernel hacking thing you mentioned. I've patched the 2.2.x 
kernels with a voodoo patch. Fun!

   Michael

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/l1JqAqKGrvVshJQRAnmCAJ9FtTt2aAUs21A8rwzQX2Ova8do+ACgt6ig
AQlUdYuhVn8IQdhU1esZIJ8=
=2W2Z
-END PGP SIGNATURE-



2.6.0-test8 kernel log error messages

2003-10-23 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello...I've compiled and am running a generic 2.6.0-test8 kernel from 
kernel.org, and I've got this message [1] that's filling up my log files, and 
running me out of space on /var...

Can anyone tell me what this means? Or how to stop it from polluting my /var 
partition?

Thanks!

Russell

[1]
Oct 21 08:17:22 localhost kernel: evbug.c: Event. Dev: adb3:3.01/input, Type: 
0, Code: 0, Value: 0
Oct 21 08:17:22 localhost kernel: evbug.c: Event. Dev: adb3:3.01/input, Type: 
2, Code: 0, Value: -1
Oct 21 08:17:22 localhost kernel: evbug.c: Event. Dev: adb3:3.01/input, Type: 
2, Code: 1, Value: 1
Oct 21 08:17:22 localhost kernel: evbug.c: Event. Dev: adb3:3.01/input, Type: 
0, Code: 0, Value: 0
Oct 21 08:17:22 localhost kernel: evbug.c: Event. Dev: adb3:3.01/input, Type: 
2, Code: 1, Value: 1
Oct 21 08:17:22 localhost kernel: evbug.c: Event. Dev: adb3:3.01/input, Type: 
0, Code: 0, Value: 0
Oct 21 08:17:22 localhost kernel: evbug.c: Event. Dev: adb3:3.01/input, Type: 
2, Code: 1, Value: 2
Oct 21 08:17:22 localhost kernel: evbug.c: Event. Dev: adb3:3.01/input, Type: 
0, Code: 0, Value: 0

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/l1QQAqKGrvVshJQRAq/QAKC//oRhsNAqGnTgNTK2Ub99KiizVwCfQk2Z
NofJfZZGbX7eApiQ8FkcABY=
=q2z3
-END PGP SIGNATURE-



Re: kernel 2.6.0-test8 console

2003-10-23 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Voodoo 3 and lower is fixed in the next kernel-image i will upload
 voodoo 4  5 seem to be still broken though. I have seen patches
 circulating on the fbdev mailing list though.

Do you keep a separate tree from generic and benh? If so, where would I get 
this?

Russell

 This is 2.4 though, 2.6 has a totally redesigned fbdve layer and new
 drivers. I think radeonfb does not work yet with them, without patching
 at least. Have not tried though.

 Friendly,

 Sven Luther

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/l1R3AqKGrvVshJQRAjxrAJ9rhmBXumpcjJUI+Po5HPdk7YpGDACfb4a2
9WgY3f6xsZ6UmwUlrySODOg=
=ZMFQ
-END PGP SIGNATURE-



Re: 2.6.0-test8 kernel log error messages

2003-10-23 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Responding to my own message: it seems that every key stroke and mouse
movement causes a new variation of this message listed below. For the time
being, I need some way of redirecting these messages to /dev/null...but I
don't know where to insert this command.

Russell

On Thursday 23 October 2003 00:07 am, Russell Hires wrote:
 Hello...I've compiled and am running a generic 2.6.0-test8 kernel from
 kernel.org, and I've got this message [1] that's filling up my log files,
 and running me out of space on /var...

 Can anyone tell me what this means? Or how to stop it from polluting my
 /var partition?

 Thanks!

 Russell

 [1]
 Oct 21 08:17:22 localhost kernel: evbug.c: Event. Dev: adb3:3.01/input,
 Type: 0, Code: 0, Value: 0
 Oct 21 08:17:22 localhost kernel: evbug.c: Event. Dev: adb3:3.01/input,
 Type: 2, Code: 0, Value: -1
 Oct 21 08:17:22 localhost kernel: evbug.c: Event. Dev: adb3:3.01/input,
 Type: 2, Code: 1, Value: 1
 Oct 21 08:17:22 localhost kernel: evbug.c: Event. Dev: adb3:3.01/input,
 Type: 0, Code: 0, Value: 0
 Oct 21 08:17:22 localhost kernel: evbug.c: Event. Dev: adb3:3.01/input,
 Type: 2, Code: 1, Value: 1
 Oct 21 08:17:22 localhost kernel: evbug.c: Event. Dev: adb3:3.01/input,
 Type: 0, Code: 0, Value: 0
 Oct 21 08:17:22 localhost kernel: evbug.c: Event. Dev: adb3:3.01/input,
 Type: 2, Code: 1, Value: 2
 Oct 21 08:17:22 localhost kernel: evbug.c: Event. Dev: adb3:3.01/input,
 Type: 0, Code: 0, Value: 0

 --
 Linux -- the OS for the Renaissance Man

- --
Linux -- the OS for the Renaissance Man
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/l1juAqKGrvVshJQRAndpAJ4zMEFgcD/+2NJvVghCwnTEbyAD2gCgmh9E
BR6ab/CYVtQUoO3KCRLqgOU=
=vNm9
-END PGP SIGNATURE-



Re: kernel 2.6.0-test8 console

2003-10-22 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Straight kernel.org or -benh ??

Straight kernel.org kernel :-) 

 this, look into /var/log/dmesg (and please compare the tdfx output with a
 2.4 kernel log to see if the 2.6 driver misdetects something). Then,

I don't actually use 2.4, I've skipped a generation from 2.2 to 2.6. I had a 
problem with oopses on 2.4 that I never figured out. 

 compare the 2.4 and 2.6 versions of tdfxfb.c. Try to set fb_fillrect,
 fb_copyarea and fb_imageblit (in tdfxfb_ops) to NULL to use generic,
 unaccelerated screen writes. Does this improve console output?

How would I do this?

 You can try video=ofonly (you knew that, right?) to see if that 'fixes'
 the console.

Yes... lol...I knew that. I clicked on the BootX no video driver check 
box...and I saw the little penguin, but nothing else...the stripes went away, 
and I could tell that my monitor was getting video input (the little light on 
my monitor was green instead of amber). So, that's progress! 

Russell

   Michael

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/lm/cAqKGrvVshJQRAp5EAKCrHDDJG+NMYjXbMfyV/bDkgtcYhwCfYkUJ
kpQMiZai2vDbMTf1/QeHWp8=
=OucU
-END PGP SIGNATURE-



kernel 2.6.0-test8 console

2003-10-21 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello...

I've upgraded to sarge, and I've compiled 2.6.0-test8, and when I reboot, I've 
got no usable console. X works okay, but the console is useless, being 
totally black, or some rather interesting combination of black and white 
stripes. I've got a Beige G3 266 that I boot w/ BootX, and a voodoo3 card. 
What do I need to configure in the configuration to make my console work, 
too?

Thanks for the help!

Russell
- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/leHkAqKGrvVshJQRAjFNAJ44qK0AiTd/3bkwnL6cRBuFTOscLQCcDzdg
dUSyfCU+CWyWoEpyeUz1NLc=
=IglE
-END PGP SIGNATURE-



Re: 2.6-test1 on ppc?

2003-07-21 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 Not having tried to compile any recent Linus kernel on powerpc or
 elsewhere, I might be wrong, but from my experience it's always been the
 case that different architectures each had their own development trees and
 their own (rather small) development communities. It's always been up to
 you to figure out where to get cutting edge kernel sources, and to deal
 with problems yourself as they show up. Advice like 'better stick with
 2.4.21-benh' might just mean that - unless you want to spend your time
 fixing patch rejects or compile errors and risk kernel crashes, just use
 the stable powerpc branch (which happens to be maintained by Ben).

Since I'm not a hacker, I'm willing to compile and test for PowerPC, mainly 
because I want a working 2.6.0 kernel when it comes out. Maybe that's wishful 
thinking, but I'll do what I can to make it happen. If that means complaining 
a bit, I can do that! :-) 

 Otherwise, join the exclusive community of kernel developers (they keep
 secret resources such as the linux-kernel and linuxppc-dev mailing lists)
 and join in to the fun. 

I call it exclusive because there seems to be a members-only-club mentality 
about accepting complaints about simple things like, It won't compile 
etcI'm happy to be wrong about this. 

 If you're
 not skilled in kernel hacking, why bother with 2.5 or 2.6?

First...I was inspired to start working with this kernel by an article in 
Linux Journal in March, 2003 
(http://www.linuxjournal.com/article.php?sid=6740).  So...

 Another secret piece of information: Linus' tree has always been pretty
 useless on the less popular architectures. Use Alan Cox' branch as a
 starting point if there's no proper powerpc devel tree (which I doubt).

Yeah, but I'm all about vanilla! Ice cream, kernels...

 Not sure what the toolchain stuff is about, do you have any details on
 that?

Yes...well, this is only based on what I've been told...but Module-Init-Tools 
is something that the new kernel requires, but woody doesn't have this piece 
of software...I've also personally got a funny problem since I've got the 
appropriate version of binutils, but the kernel compiler doesn't think so; it 
tells me I've got the wrong version. That's what prompted all of this. 

Thanks for the insight...

Russell
   Michael

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE/HB7/AqKGrvVshJQRAmZtAKCqnhDYYDqfTA18GrxbR7eicpoBiwCgtMUj
StMMO2UgxM2MCFxLCwplTcw=
=h81O
-END PGP SIGNATURE-



Re: 2.6-test1 on ppc?

2003-07-19 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I was very gently nudged...told that I should stick w/ 2.4.21-behnx, as 
that's cutting edge for powerpc. I have to admit that I'm rather indignant 
about this advice. (on this list, no less!) However, I have been told via 
irc that woody doesn't have a sufficient tool chain to properly compile 
2.6.0-testx kernel yet, and elsewhere that the linux kernel is now an 
exclusive community of only developers, and that us peons who want vanilla 
kernels to compile for their (non-i386) platforms just have to wait. 

Russell

On Saturday 19 July 2003 06:21 am, Lee Braiden wrote:
 Anyone managed to compile this, or know what the status is (supposed?) to
 be? It fails very badly on my config, for a string of issues.

 First of all, ppc (or powerpc)/time.c had dumb troubles, something like:

   long num_nsecs;

 and then, a few lines later:

   int num_nsecs;

 Fixing that worked ok for the next few files, but then other errors came
 up.

 In short, it seems like it hasn't even been tested on ppc yet.  That's not
 really the status of ppc support at this stage, is it?  Is there a separate
 branch for 2.5/6's ppc support, or something?

 --
 - Lee.

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE/GTU7AqKGrvVshJQRApaeAKCYNJToq8kF2GKFnm5A1FAfoAc/mQCghLgP
Qf4DMi8k4doYi7bbZyhGtg4=
=YQH5
-END PGP SIGNATURE-



Compiling a 2.5.x kernel

2003-07-13 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello all...

It's been a while since I've written, so I hope that this is a relevant 
question. 

I just got off irc w/ the debian folk, and didn't really get anywhere. First, 
I'm running woody, w/ a 2.2.22 kernel. I want to attempt to compile the 
2.5.75 kernel, and I get an error:

poet:/home/movies/linux-2.5.75# make
make[1]: `arch/ppc/kernel/asm-offsets.s' is up to date.
*** 2.5 kernels no longer buildcorrectly with old versions of binutils.
*** Please upgrade your binutils to 2.12.1 or newer
make: *** [checkbin] Error 1

but, I've got binutils 2.12.90.0.1-4, which is newer than 2.12.1, right? If 
this is the case, then the error message must be bogus, and something else is 
wrong. 

That's one thing. Then, the Documentation/Changes says I need a recent 
version of binutils, but not what version. Is this a bug, and does it need 
reporting? I do understand that I need Module-Init-Tools, but that there is 
no package for woody. 

So...should I just give up and not bother with this (or any 2.5/6 kernels) WRT 
woody?

Russell
- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE/Ehg1AqKGrvVshJQRAnZ5AKDTJO1R9nWTJakeTKJWsB91Vs28YwCdFth1
or0xAcZZvhHUSc6S7FRURaY=
=Ht5d
-END PGP SIGNATURE-



Re: KDE keymap for Macintosh keyboard

2003-04-16 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hmm...go to the Regional and Accessibility part of the Control Center, click 
on Keyboard Shortcuts and then in the right frame, click on the Modifier 
Keys tab. There's an option there for the Macintosh style keyboard. 

HTH

Russell

On Tuesday 15 April 2003 19:30 pm, Wes Morgan wrote:
 In KDE 3.1, there are a bunch of new keyboard models in the Keyboard Layout
 module of the Control Center. But, there is still no option for a Macintosh
 keyboard. Am I missing something? I would really like to use the KDE
 keyboard layouts with my Powerbook, but there doesn't seem to be a
 compatible model in the list...

 Wes Morgan

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+nUqxAqKGrvVshJQRAmANAJ96XioKJuIqwqDQf2Nr1uz7iI94LACfRVEp
1Rxu7SjzMQ9YD6b1tftHX8Q=
=L9mv
-END PGP SIGNATURE-



Good for a laugh: BootX

2003-03-20 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I just thought this was funny, and worth sharing.

I realize that BootX isn't being developed any more :-)

I reached a limit that BootX has: it can't handle more than 99 MB or so of 
kernel files (yeah, that's a lot, and part of the humor). I created a new 
kernel, copied to the kernels folder in my System Folder, fired up BootX, and 
it crashed. I attempted a reboot to see what would happen if it loaded from 
extensions, and it crashed the whole machine. Simple workaround: take out 
some of the old, bloated kernels! And all is well...

Russell
- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+emt5AqKGrvVshJQRAsNBAKCV/+6sZ66KX/71dH7lbj5ZOB6qLgCg8CMt
QJMPEmVur0GL2TWBcxJXIZA=
=LOOt
-END PGP SIGNATURE-



Re: did i destroy kde? newbie

2003-03-17 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Why not install kdm instead? 

Russell

On Saturday 15 March 2003 14:53 pm, Benjamin Swatek wrote:
 well, got kde working again
 apt-get install kdebase -t 3.1
 worked, but now i don't have no more the option to start kde from gdm, it#s
 just not there, how do i get it back into gdm?

 cheers
 benno

 On Saturday 15 March 2003 17:04, Russell Hires wrote:
  Nope...you didn't  kill kde...for some reason apt just removes everything
  without replacing it. If you start with apt-get install kdebase, you
  should get back to rolling.

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+deQYAqKGrvVshJQRAqGJAJ9KWACHJSxaTFIzDny2KRT0RqVa4wCg0uq/
W8arbcHtDf+unpRl4J3pi5s=
=14hZ
-END PGP SIGNATURE-



Re: did i destroy kde? newbie

2003-03-15 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Nope...you didn't  kill kde...for some reason apt just removes everything 
without replacing it. If you start with apt-get install kdebase, you should 
get back to rolling. 

Russell

On Friday 14 March 2003 20:18 pm, Chris Tillman wrote:
 On Fri, Mar 14, 2003 at 03:32:44PM +, Benjamin Swatek wrote:
  Hi,
  finaly i got it all debian and the XServer working (i was the one
  searching for the ~).
  now i somehow destroyed kde, i tried to upgrade it via apt-get from
  http://download.us.kde.org/pub/kde/stable/latest/Debian/ woody main
  and
  http://ktown.kde.org/~nolden/kde stable main
  this told me some unmet dependencies or something, which i stupidy
  ignored trying to install the libs and other stuff one by one with apt.
  Well, don't know what else i did, but now i did completly lost kde.
  Can anyone tell me how to reinstall it (i do have all the CDs if that
  helps) and if possible how to upgrade it without destroying something
  (keep in mind that i don't have no idea about what i'm doing ;).
  Although i would like to upgrade GNOME and have no idea about how to,
  too. Still looking for a DUMMY-Guide for debian...

 Ask on debian-kde, but in general you can use apt-get remove
 or apt-get --reinstall install.

 --
 The way the Romans made sure their bridges worked is what
 we should do with software engineers. They put the designer
 under the bridge, and then they marched over it.
 -- Lawrence Bernstein, Discover, Feb 2003

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+c10yAqKGrvVshJQRAgJxAJ9vRKc+ZxdbS7fGQdbKQj5ro45SMwCgpgSh
AER6eds3CVm26U0kGl4wgaA=
=LurK
-END PGP SIGNATURE-



Re: getting audio cd sound to work

2003-03-14 Thread Russell Hires
Okay...that solution works! Of course, now my volume is very loud. How do I 
deal with that? :-) Too bad about the arts stuff, though. I'll head on over 
to kde and complain on that bug... 

Thanks for your help!

Russell

On Friday 14 March 2003 11:40 am, Frank Murphy wrote:
 I tried to solve this problem this week as well. It seems that it's not
 possible to play audio CDs in KDE (through arts) on NewWorld ppc machines.

 KsCD doesn't actually read the CD data, but controls the track movement and
 relies on the CD/soundcard direct connection (which doesn't exist on
 NewWorld macs). So it's silence. (See KDE bug #44216, and vote on it!)

 It seems that the only GUI music player to support reading the data from
 the CD itself is xmms. (Install the xmms-cdread module and activate it in
 xmms.) However, while there is an xmmsarts package as well, it wasn't
 written with endian issues in mind. So trying to use it ends up with white
 noise.

 Actually, there is a workaround to the xmmsarts problem. Call xmms with the
 artsdsp program, like so:

 $ artsdsp xmms

 Then configure xmms to use the normal OSS output.

 Also, supposedly noatun supports cd playing as well. Type in
 audiocd:/dev/cdrom in the file selection dialog. It seems to want to rip
 all the tracks before playing though.

 But, there is no clean way to play audio CDs with arts.

 Frank



Re: getting audio cd sound to work

2003-03-12 Thread Russell Hires
Hmm...installed xmms-cdread, and fired up xmms...nothing...

Thanks for the suggestion...

Russell

On Tuesday 11 March 2003 01:56 pm, Carlos Perelló Marín wrote:
 El mar, 11 de 03 de 2003 a las 18:07, Russell Hires escribió:
  Hello,
 
  I've got an iMac running woody, and would like to be able to hear my
  audio CD's...I can hear other sounds, such as the kde intro flourish, or
  certain other beeps from various alerts. But I get no sound when I play
  kscd. I'm running a 2.4.20 kernel, with sound compiled in (as far as I
  know)...
 
  Can anyone help?

 You need digital cd players (cdda).

 For example, totem or xmms-cdread


 Cheers.

  Thanks!
 
  Russell



getting audio cd sound to work

2003-03-11 Thread Russell Hires
Hello,

I've got an iMac running woody, and would like to be able to hear my audio 
CD's...I can hear other sounds, such as the kde intro flourish, or certain 
other beeps from various alerts. But I get no sound when I play kscd. I'm 
running a 2.4.20 kernel, with sound compiled in (as far as I know)...

Can anyone help?

Thanks!

Russell



Re: Beige G3 266 installation

2003-02-11 Thread Russell Hires
 As I went along, I discovered System Disk 2.3.1 and
 patched my broken firmware. I also installed BootVars,
 so that I can change the load-base if I need to and
 looked around for BootX parameters that may be needed.

Uh...you don't need BootVars. BootX (what version are you running?) should be 
just fine. I don't know (or remember) right off the top what parameters you 
should use to go with BootX, but the only ones I can think of relate to video 
(for me, since I run with a voodoo3 card)...I'm sure someone can point out 
the correct things to put into your parameters. 


 So, here I am... I am using BootX with no video driver
 checked (is this the same as video=ofonly?), and I am
 sending hda=noautotune to the kernel, because the
 install halts while mounting / otherwise.

That's odd...I know that Linux is more sensitive with bad hardware than the 
Mac OS is...perhaps you should try a different kernel? 




 Any assistance (or avian sacrifices) would be appreciated.


(munching on turkey sandwich) I hope this helps

Russell



xvidtune

2003-01-30 Thread Russell Hires
Hello all...

I've got Debian on my iMac, but my settings always have to be tweaked a 
little bit using xvidtune. Is there a way to save those settings in a file so 
that I don't have to run xvidtune every time I startup my machine?

Thanks!

Russell



Printing to an Appletalk network

2003-01-24 Thread Russell Hires
Hello everyone,

I've just gotten debian set up on my iMac, and now I'm ready to print. I'm on 
an appletalk network at my school, and can print using xpdq, but only if I 
run the command, and then choose the file I want to print. 

Instead, I'd like to know how to convince xpdq to print web pages (for 
example) from the little print button in konqueror. When I save web pages to 
my disk and then print, they print strictly the html code, instead a rendered 
page

Can anyone help? I've read a lot of the printing howtos, but they aren't 
doing the trick...

Russell



Re: New OpenOffice.org Packages for PPC

2002-11-13 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ya know, I did a download of non-debian powerpc installeverything worked 
very well! OO even put an entry in the kde Kicker/Kmenu/whatever it's 
called...Naturally it won't be apt-updatable, etc, but it does work well. I'm 
running a fairly stock woody install. The only other thing I can think of 
that would make it more debian-ish is to put an entry into the createuser 
scripts to have OO get setup for each new user. 

Russell

On Tuesday 12 November 2002 22:33 pm, Mike Furr wrote:
 On Sun, 2002-11-10 at 19:25, Jan-Hendrik Palic wrote:
  Hoi Folks,
 
  I have finished the OpenOffice.org build for debian-powerpc.
  You can download the packages here:

 [...]

  http://www.linux-debian.de/openoffice/mirrors.html

 I just tried out the ppc build on my tiBook(sid).  It starts up
 fine(sweet!), but when I try to load a powerpoint presentation, I get:
 /usr/lib/openoffice/program/soffice.bin: relocation error:
 /usr/lib/openoffice/program/libsvx641lp.so: symbol
 _ZNK27SvxForbiddenCharactersTable22GetForbiddenCharactersEth, version
 UDK_3_0_0 not defined in file libsal.so.3 with link time reference

 I installed version 1.0.1-5.6rc1 from the olemiss mirror on the above page.
 If you need the exact file for duplication, let me know.

 Great job on OOo so far!

 -m

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE90fXoAqKGrvVshJQRAhY7AKDkzeyg2O9H8d5Di6+EqITyGxTAEgCgykjG
w6ATQpNFdL90dBNhMFG5cG8=
=qUuo
-END PGP SIGNATURE-



iMac XF86Config-4 and no screens

2002-10-12 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello all,

I just installed woody on an iMac 400 MHz. Naturally, I'm having X problems. 
I attempted to use the XF86Config.imac.revb file to see if it would work, but 
nope...At this point, the error message says No Screens Found in the 
XFree86.0.log. The complete transcript is below. I looked for no screens 
found in the list archive, but there doesn't seem to be answer that is 
helpful to me. What do I need to change to get this to work?

Thanks for your help!

Russell


This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 21 December 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.18-powerpc-smp ppc [ELF]
Module Loader present
(==) Log file: /var/log/XFree86.0.log, Time: Fri Oct 11 11:18:48 2002
(==) Using config file: /etc/X11/XF86Config-4
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Apple Monitor
(**) |   |--Device ATI 128 Rage Pro
(**) |--Input Device Generic Keyboard
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel macintosh
(**) XKB: model: macintosh
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Configured Mouse
(WW) The directory /usr/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(**) FontPath set to
 unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/
li
b/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/
usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi
(==) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(--) using VT number 7

(WW) Open APM failed
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.1.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.1.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:0b:0: chip 106b,0020 card , rev 00 class 06,00,00 hdr 00
(II) PCI: 00:10:0: chip 1002,5052 card 1002,5052 rev 00 class 03,80,00 hdr 00
(II) PCI: 01:0b:0: chip 106b,001f card , rev 00 class 06,00,00 hdr 00
(II) PCI: 01:17:0: chip 106b,0022 card , rev 03 class ff,00,00 hdr 00
(II) PCI: 01:18:0: chip 106b,0019 card , rev 00 class 0c,03,10 hdr 00
(II) PCI: 01:19:0: chip 106b,0019 card , rev 00 class 0c,03,10 hdr 00
(II) PCI: 02:0b:0: chip 106b,001e card , rev 00 class 06,00,00 hdr 00
(II) PCI: 02:0f:0: chip 106b,0021 card , rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: scanpci
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor=The XFree86 Project
compiled for 4.1.0.1, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: scanpci
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) Host-to-PCI bridge:
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 00x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 00x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 00x - 0x (0x0) MX[B]
(II) Bus 1: bridge is at (0:0:0), (-1,1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 00x - 0x (0x1) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 00x - 0x (0x0) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 00x - 0x (0x0) MX[B]
(II) Bus 

Re: DSL Config problems

2002-08-27 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Silly question: did you install the pppoe deb? You should use the command 
line, and leave kde out of it. When you use the pppoe deb you'll get 
interactive questions about the various configuration options. 

As long as your two ethernet cards show up with ifconfig, you're good to go. 
It seems like you don't have eth1 set to come up automatically at boot time. 
So edit your /etc/network/interfaces file to add what you need for eth1. Mine 
looks like this: [1]. Your information maybe different, but I've got the same 
kind of thing going on with my machine, too. 

You'll also need a separate firewall (just in case, not attempting to insult 
:-) to handle unwanted traffic, etc...the pppoe interactive setup does set 
you up initially with forwarding. 

HTH

Russell

[1] 
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback

auto eth1
iface eth1 inet static
address 192.168.1.2
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255



On Tuesday 27 August 2002 11:15 am, Stephan Hochhaus wrote:
 Hello listpeople!

 I just compiled my very working kernel off the 2.4.18 source of debian
 3.0r0 and finally my formac graphics adapter is supported. I compiled
 network support for the onboard mace and the pci 8139 adapter into the
 kernel as well, but I keep having trouble configuring my a-dsl using
 kde..
 first of all, when I do an ifconfig it only lists eth0, but ifconfig
 eth1 brings up the other card as well. once I select a-dsl/pppoe config
 from the internet menu in kde it brings up another terminal session and
 when it comes to
 scanning device
 looking for PPPoE Access
 concentrator on eth0...

 the whole box ALWAYS crashes at about 1/3 of the progress bar.

 Does anyone have a hint for me how to fix this? I want to use this box
 as a router for my home lan, so any help is greatly appreciated.

 Stephan

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9bBbDAqKGrvVshJQRAjJSAKDEUPK2SotY2YbvopbQni5FoQAu6QCfVn46
YefNf8WyH3hGWX8/rae+U6s=
=2SUS
-END PGP SIGNATURE-



Re: OF Help...

2002-08-14 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 You've tried both holding c and holding Cmd-Opt-Shift-Delete? On my iMac
 with the tray, I'm pretty sure c works. And you also reset PRAM with
 Cmd-Opt-P-R?
Hmmmdidn't know about the cmd-opt-shift-delete trick, I'll try that. The 
others? For sure! I'm waaayyy to familiar with those tricks :-)  

Russell
- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9Wd4gAqKGrvVshJQRAu80AKCS+EHyQH3/Zv3p72yplcAzqATebACbBJAU
fejezPdPY+hxjc9NX7Q69hw=
=mjzH
-END PGP SIGNATURE-



OF Help...

2002-08-13 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello everyone,

I've got a problem with my iMac. It's the kind that has the CD ROM tray that 
pops out, first of all. The difficulty I'm having right now is that I had it 
booting just fine using yaboot, and dual booting, too, since it's at a 
school. But the tech coordinator has wiped the drive, and was going to 
reinstall the Mac OS, but now it has a flashing question mark and won't boot 
even from a CD. I've tried to reset parameter RAM through OF, but that hasn't 
worked so far. Does anyone have any suggestions about what I can do now?

Thanks!

Russell
- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9WdKwAqKGrvVshJQRAoRyAJoDHqSDU71JdKpQsH7pArEQn0JQBACgr2tn
CCpcG+OocMTu3U0f2caZ9nE=
=P/Yl
-END PGP SIGNATURE-



Re: Mozilla Java Plugin for PPC?

2002-08-09 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Blackdown.org is your friend...except that you have to dig through ftp 
directories to find the powerpc version of java ... as far as the plugin...It 
works through Konqueror, and through mozilla...

Russell
On Friday 09 August 2002 22:10 pm, Shawn Dunn wrote:
 Hey all, is there a PPC compatible Java Plugin for Mozilla out there?
 I've checked apt-cache, and done a couple google queries, and no luck
 quite yet, am I just missing something


   --Shawn

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9VHkTAqKGrvVshJQRArEVAKDNLaFPQc2zWavP0I73QtRuDC/f6wCgsPre
Kk6osdfdvHVPx/yRmR0I/rI=
=7ZT1
-END PGP SIGNATURE-



Re: Flash Player

2002-07-31 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 Downloaded some flash streams from campchaos.com. Works fine apart from
How did you get it to work? I want to put it in as a plugin into 
Konqueror...or are you saying that you just play flash stuff directly? If so, 
how do you do that?

Russell


 the sound. I think that my sound card is lying about being able to
 handle 11kHz sound.

 The flash player does zero conversion (byte swapping, resampling, etc.),
 so if the output doesn't support it, it fails, if it lies about
 supporting it, you get crappy sound (like I do).

 I need to grab Iain's test suite again...

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9R9h+AqKGrvVshJQRAuXEAKCMnHPPOGdqFd4NpTj8qktmIWKnnACcDARH
Ie4+eABKheRKq0wWWalC6co=
=uJlg
-END PGP SIGNATURE-



Flash Player

2002-07-30 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello all,

I just installed the flashplayer software mentioned in last weeks DWN, and 
... now that I've got it, how do I make it work with Konqueror? Or mozilla? 
Does anyone have any experience with it on PPC?

Thanks for your help!

Russell
- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9R1fqAqKGrvVshJQRAsftAKC3s7wqapr/APpPlcCpFKUBpd5WMgCghWf7
7Ze9cDudaIwMgHTRyA3d4WE=
=V0Vy
-END PGP SIGNATURE-



Re: need help with X windows on imac running woody

2002-07-26 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

There is also a working XF86Config-4 that should be in the archives, since it 
was mailed to me and I used it just fine in an iMac. If not, I'll dig around 
and see what I can find...

Russell

On Thursday 25 July 2002 12:08 pm, Michel Dänzer wrote:
 On Thu, 2002-07-25 at 17:57, Jack R Lawler wrote:
  Has anyone gotten X windows working on a G3 iMac running
  woody?  I upgraded to 3.0 from 2.2_r5.  The output from
  startx does not seem to show any fatal errors but the X
  windows screen is black.  I can execute commands in the
  invisible xterm that must be there and I can exit X windows
  using control-alt-delete. My kernel is 2.4.18-newpmac.
  I have included the output from lspci, a copy of my
  /etc/X11/XF86Config-4, and the output from startx. Thanks.

 [...]

  Section Monitor
  Identifier  iMac
  HorizSync   28-33
  VertRefresh 43-72
  Option  DPMS
  EndSection

 iMacs seem to want around 60 kHz horizontally, change the HorizSync
 range accordingly.

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9QUCmAqKGrvVshJQRAtzBAJ9INWLamEbpDTKcJieEa3fNbJ0rrACfVIeO
YUITDGkVBFJkUiMpdMMxLlc=
=VytP
-END PGP SIGNATURE-


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



Re: populating tftpboot

2002-07-11 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 11 July 2002 15:13 pm, Eric C. Cooper wrote:
 On Thu, Jul 11, 2002 at 02:45:53PM -0400, David Anthony Hacker wrote:
  How do I populate /tftpboot in order to get diskless clients to
  boot properly?

 Short answer:  vmlinux, yaboot, and yaboot.conf.

 For more info, see http://penguinppc.org/projects/yaboot/doc/netboot.shtml
 You probably want to use dhcp rather than bootp, but the advice on the
 tftp setup still applies.

Regrettably, this advice isn't good enough. There are other messages (one or 
two from me) that deal with this issue. I populate, but then when I want to 
get my client to boot, it only get so far. In fact, the text of the related 
message goes like this:

However, at boot  time I get the following:

Boot-NFS: No NFS server available, giving up
VFS: Unable to mount root fs via NFS, trying floppy
VFS: Cannot open root device nfs or 02:00
Please append a correct root= boot option
Kernel Panic: VFS: Unable to mount root fs on 02:00

There never was a satisfactory reply to this that I remember. 

Russell

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9LjvLAqKGrvVshJQRAp9eAKDvulFWoAYtuc+u4RHwegvuR7wbGwCdHZe5
wLNgzY7fHNeNLddtoV+Dhwk=
=Qfat
-END PGP SIGNATURE-


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



Re: Voodoo3 2000 problems in Woody

2002-07-02 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I didn't know how far you went ;-) What WM/Environment do you use? I have a 
problem with KDE's sound server causing my system to lock up (hard freeze, 
reboot) once in a while. It's really bad with 2.4.x kernels, and there hasn't 
been a solution that works that I've seen. I sent benh a few ksymoops 
reports, and he sent me a patch, but it didn't do the trick. :-( I'm running 
2.2.21-voodoo-patched right now, and I'm stable most of the time. I have to 
stay away from aRTs (or however it's spelled) and I'm  okay.  Maybe disable 
sound in KDE, or send sound to /dev/null, or disable sound drivers in your 
kernel. ? 

Me, I'd rather deal with occasional lockups than no sound. There might be a 
fix for this in the 2.5/2.6 kernels, as I understand that the sound drivers 
are being completely reworked. 

Russell

On Monday 01 July 2002 23:24 pm, you wrote:
 On Mon, 1 Jul 2002 23:14:01 -0400

 Russell Hires [EMAIL PROTECTED] wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1

 snip

  setup going at http://v.favrenicolin.free.fr/linuxppc/linuxppc-tdfx.php3

 Note the reference below to RTFM'ing, been there and done that, it loads,
 works for period of time, and locks up, I have yet to find an answer to the
 problem, trust me, Had I not done some digging myself, I would never bother
 the fine people on this list with this problem.

   --Shawn

  On Monday 01 July 2002 19:40 pm, Shawn Dunn wrote:
   This is a repost from a bit ago, all I really want to know, is WILL
   THIS CARD WORK?  I mean, if the only suggestion you have is RTFM, I've
   been rtfm'ing the crap outta stuff trying to get it to work, with no
   luck, I never recived ANY sort of response the first time, and after
   talking to Mr Branden Robinson, he said to resort to threats, and to
   mention something about already going to Overfiend and that the list
   members would know about it  =]
  
   Anyhoo, Repost following.
  
 --Shawn
  
   
  
   Hey there all, I've got a performa 6360 here, running woody, with a
   Voodoo3 2000 PCI in it, works great with fbdev, but I'd really like to
   use an accelerated X-server, so I built a custom 2.4.18 kernel with the
   tdfx drivers, pass the tdfx options to the kernel in BootX, and it
   starts up fine, console is working great (yes, I know about the Bug
   with the driver, DO NOT switch between X and console once you start X,
   verymuchbad) that being said, the first startup, after reconfiguring
   XF86Config-4, starts up fine, and then I startup an App, and it's ok,
   then I fire up the e-mail client, and boom, it locks up, requiring a
   hard reboot, locks up so bad that the precautionary ssh session from
   another machine dies.  reboot, fsck, restart X, locks up before the
   screen redraw, reboot, fsck, remove all the .* X-related files and
   directories in my ~/ directory, X fires up, runs fine all night, I get
   up this morning, fire up gabber, it locks up again.The only modules
   I'm currently loading for XFree are the font modules (freetype, speedo,
   etc.)  no DRI, no GLCore, no glx.   Anybody else had these problems?  
   I mean, I can use this machine with fbdev, but the X experience is
   rather less enjoyable.
  
  
 --Shawn
 
  - --
  Linux -- the OS for the Renaissance Man
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.0.6 (GNU/Linux)
  Comment: For info see http://www.gnupg.org
 
  iD8DBQE9IRqAAqKGrvVshJQRAiLKAJ9MDYqjF0+3tIt+ufjd36i0nMHK8QCgiZ4p
  +87ZmxjXIIUrCKMPRMkcbdM=
  =5aYD
  -END PGP SIGNATURE-

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9IZ/tAqKGrvVshJQRAsNIAJ9fJMrzPJM4soWlzC87hzY3Mx0eKQCeObqp
bQYJ4cGAYLa4TF6S/gaiIa4=
=gYFl
-END PGP SIGNATURE-


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



Re: Voodoo3 2000 problems in Woody

2002-07-01 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

YES YES YES! It will work! I have a Voodoo3 Card working on my Beige G3/266. 
It willl work! Stop whining. If you are using 2.2.x kernels, you've got to 
manually patch the kernel, since the code isn't in there. If you are running 
2.4.x kernels, you won't have to. Sheesh. There's a page about getting this 
setup going at http://v.favrenicolin.free.fr/linuxppc/linuxppc-tdfx.php3

HTH

Russell

On Monday 01 July 2002 19:40 pm, Shawn Dunn wrote:
 This is a repost from a bit ago, all I really want to know, is WILL THIS
 CARD WORK?  I mean, if the only suggestion you have is RTFM, I've been
 rtfm'ing the crap outta stuff trying to get it to work, with no luck, I
 never recived ANY sort of response the first time, and after talking to Mr
 Branden Robinson, he said to resort to threats, and to mention something
 about already going to Overfiend and that the list members would know
 about it  =]

 Anyhoo, Repost following.

   --Shawn

 

 Hey there all, I've got a performa 6360 here, running woody, with a Voodoo3
 2000 PCI in it, works great with fbdev, but I'd really like to use an
 accelerated X-server, so I built a custom 2.4.18 kernel with the tdfx
 drivers, pass the tdfx options to the kernel in BootX, and it starts up
 fine, console is working great (yes, I know about the Bug with the driver,
 DO NOT switch between X and console once you start X, verymuchbad) that
 being said, the first startup, after reconfiguring XF86Config-4, starts up
 fine, and then I startup an App, and it's ok, then I fire up the e-mail
 client, and boom, it locks up, requiring a hard reboot, locks up so bad
 that the precautionary ssh session from another machine dies.  reboot,
 fsck, restart X, locks up before the screen redraw, reboot, fsck, remove
 all the .* X-related files and directories in my ~/ directory, X fires up,
 runs fine all night, I get up this morning, fire up gabber, it locks up
 again.The only modules I'm currently loading for XFree are the font
 modules (freetype, speedo, etc.)  no DRI, no GLCore, no glx.   Anybody else
 had these problems?   I mean, I can use this machine with fbdev, but the X
 experience is rather less enjoyable.


   --Shawn

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9IRqAAqKGrvVshJQRAiLKAJ9MDYqjF0+3tIt+ufjd36i0nMHK8QCgiZ4p
+87ZmxjXIIUrCKMPRMkcbdM=
=5aYD
-END PGP SIGNATURE-


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



Re: Kernel Oops: 2.4.19-rc1-ben0

2002-06-27 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

first, read the ksymoops man page. Then, once you've understood that, send 
your results of ksymoops to powerpc-linux-development list. 
 [EMAIL PROTECTED]

HTH...

Russell

PS I had some difficulty figuring out the ksymoops man page. But that's just 
me. Hopefully you'll have a better time with it. 

On Thursday 27 June 2002 01:03 am, Jesus Climent wrote:
 Last upgrade (rsynced last night) Oops miserably while booting. What can
 I do to send debug information?

 My config:

 iBook2 Dual USB 14 LCD 700MHz.

 J

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9GxklAqKGrvVshJQRAqNSAJ9pxvcMKD/tZ2S5OzYuyjxmdreN3QCgoURM
fUQsGOfPSdVj11aqAb2KA2o=
=Ixcj
-END PGP SIGNATURE-


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



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 over Ethernet driver
pppoeconf - configures PPPoE/ADSL
pppstatus - console-based PPP status monitor

Or, you could download the .deb straight from the debian website (I'm 
assuming this mail was sent using Mac OS X), put it on a shared drive that 
both Linux and Mac OS X can read, and then just dpkg -i pppoe.deb (or 
whatever) after you've booted into Linux. 

I don't have pppoeconf in my system, but maybe you could try adsl-setup 
which kicks off a configuration script. 

HTH...

Russell
On Tuesday 11 June 2002 18:32 pm, Patrick Klee wrote:
 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 OS X.
 Really all I recall doing was tinkering till it worked, but it's not
 working now.  Is there a pppoe program on the CDs that will get me online
 so I can get Sid?  Name names, please.  I have looked everywhere using
 dselect and I can't find anything, simply because I don't know names, and I
 searched for rp-pppoe and it had pppoe maybe that will work?


 Please mail me, ASAP, you guys are great.  Debian will always rock.

 Patrick

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9Bm9DAqKGrvVshJQRAkhpAJ49C8evTVPcAIxcpXAUdeIHZeWKUQCeJG1i
VqDAHUWxS3AXxB2n2izVqRM=
=H2yU
-END PGP SIGNATURE-


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



Re: Problems with java applets on PPC

2002-06-08 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hmm...I've used Konqueror with Java apps, and that works okay. Try that? 

Part II: blackdown doesn't have a .deb for powerpc. they only have .bin 
files, which work well enough, but you have to go through the readme...

HTH

Russell

On Saturday 08 June 2002 11:20 am, Rogerio Brito wrote:
   Dear people,

   I am trying to access my bank which, unfortunately, uses a
   Java applet for password input (yes, I know it is stupid, but
   I can't change the bank -- otherwise, I wouldn't receive the
   financial support for my graduate study).

   The problem is that when mozilla/galeon/etc tries to load the
   applet in https://www2.bancobrasil.com.br/aapf/aai/login.pbk,
   the place of the java applet shows loading java applet (or
   something similar) and then browser immediately dies.

   I'm currently using Debian's sid on an iBook 2, 600MHz, combo
   (powerpc) and I installed the last version of the blackdown
   Java sdk for powerpc (1.3.1 fcs02b).

   When I go to other pages with applets (like java.sun.com), the
   applets work fine, but that particular page seems to have a
   problem and I unfortunately don't know anything about Java.

   Debian's mozilla just dies silently, but Mozilla 1.0 compiled
   for PowerPC/Linux taken from mozilla.org shows a backtrace
   after the crash (I'm sending it with this message).

   The crash is 100% reproducible with this computer.

   BTW, the applet works with other operating systems (read:
   MacOS X), which would indicate that probably the problem is
   not with the applet.

   So, is there any help? I'd love to be able to access my bank
   with Linux. Is the problem the fact that the page is using
   Secure HTTP?

   Any comments are welcome. Please let me know if any extra
   information is needed.



   Thanks for any help, Roger.

 P.S.: As a side comment, the Blackdown project announced that they
 would release Debian packages of their last release, but it seems that
 they haven't released anything yet. Is there any information on the
 progress of the packaging available?

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9AiJ+AqKGrvVshJQRAlC2AKD4itAVQuUrxawV19EJAzPwcQLUXACgoLEj
rHAwbGZSR/osp6juCFkH+Hk=
=TML9
-END PGP SIGNATURE-


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



Netbooting

2002-05-21 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello, this in reference to something on the debian-powerpc list that you did 
in October 2001. I've successfully netbooted, but now I want to mount my / 
directory (partition? I've only got / and /usr as partitions) from the server 
to the client so that the client can run in a diskless fashion. I've followed 
the instructions on the penguinppc.org site dealing with netbooting and 
having root be nfs root, but it doesn't work. The error I get just says that 
it can't be mounted. I've properly compiled my 2.4.17 kernel for nfs and so 
forth, but I'm still not having any luck. Do you have any ideas?

Thanks for the help!

Russell
- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE86sj+AqKGrvVshJQRAqAaAJ9yWJmWf8fyiH3GDTrrn9c7uO8PwQCeOpha
8sSLR2Bc+xKcEGcYvdVuCdc=
=Af6v
-END PGP SIGNATURE-


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



Re: How to install Java2TM RE, v. 1.3.1

2002-05-20 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 20 May 2002 09:58 am, Roland Wegmann wrote:
 Hi all
Hello!


 Then I found a lot of information that Debian does not support Java
 packages, because of licence problems. Is it true? 
Sorta. Mostly. I can't give more than that, unfortunately. Someone else may 
be able to...
 Further I found
 information about Java on penguinppc.org and blackdown.org. Which one is
 better for installing Java 1.3.1 via apt-get. It means how can I find the
 entries for my sources.list (I found a lot for the i386 architecture)
I don't know about apt-get (actually, only x86 can apt-get from blackdown, at 
least, I wasn't able to do it for my powerpc), but I just downloaded the .bin 
files, and un-bin'ed them, according to the INSTALL-j2re file on the 
blackdown site. Not anywhere close to elegant. In fact, my working Java is 
still in my /home directory, since I've been too lazy to move it. Besides, I 
don't quite know where to move it, anyway! :-)

Hope this helps...

Russell

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE86PGyAqKGrvVshJQRAo+oAJ9S6uB6OiSU8nLH7rPBnIbLrYCGFgCcDBXq
xoY1NG8HgjpZZGU/W+FFHLw=
=ndYV
-END PGP SIGNATURE-


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



Re: Netbooting, Part II

2002-05-15 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This is part of the continuing saga of attempting to netboot one iMac from 
another.  Actually, I got it to boot, but now I've got problems with mounting 
the / directory on the client. (I want to have the client be a diskless 
client) I've got both client and server running 2.4.17 and have made sure 
that all of the nfs options were on in the kernel before I compiled it. I've 
set up my /etc/exports to look like this:
/ 10.39.59.4(rw,no_root_squash)
This is different from the example, but the example doesn't say exactly what 
the options mean, and I can't tell, even after I looked at the nfs-howto and 
the diskless howto, or the nfs manpages. 
I do get error messages, and they say that they can't find 02:00 (IIRC, the 
iMacs are at a school where I volunteer). This is an improvement over the 
00:ff error I was getting before. It just tells me that I should set root= to 
something different than what it is...

Can anyone help?

Thanks!

Russell
On Monday 13 May 2002 23:26 pm, Russell Hires wrote:
 Hello all!

 This is in reference to the netbooting howto on penguinppc.org...
 I'm able to get the server to pass the kernel to the netbooting client, but
 then the client can't mount the NFS filesystem. It sees it, but it won't
 mount. My question is, does the kernel that is exported to the client have
 to be NFS capable, or is it only the kernel on the server? Or both?

 Thanks for your help!

 Russell

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE84x9gAqKGrvVshJQRAns5AKD0hwrV8uPsexSYsOpyQCS23/jSMwCgsA/g
rd7okfBdfWLLezgyo+/e3a4=
=e2gy
-END PGP SIGNATURE-


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



Netbooting, Part II

2002-05-13 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello all! 

This is in reference to the netbooting howto on penguinppc.org...
I'm able to get the server to pass the kernel to the netbooting client, but 
then the client can't mount the NFS filesystem. It sees it, but it won't 
mount. My question is, does the kernel that is exported to the client have to 
be NFS capable, or is it only the kernel on the server? Or both? 

Thanks for your help!

Russell
- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE84IPVAqKGrvVshJQRAsJgAKDuG0x2taD8IlPksvv1q6wIcfETowCdES5a
RcHy9AKZ3Cb0uXoTu1MRyUk=
=5YvZ
-END PGP SIGNATURE-


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



Netbooting

2002-05-08 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello all!

I've been reading the netboot howto on penguinppc.org, but it doesn't say 
anything about what to type into the OF prompt on the client computer...

Can anyone help?

Thanks!

Russell
- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE82SNHAqKGrvVshJQRAg6qAKCJ9W8IuvcZYcq+RfZhgwaIKNbd0QCfRXpG
dIVx/CQQi6HyV1zRDGk840w=
=Rod/
-END PGP SIGNATURE-


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



Re: I recompiled 2.4.18 for use with sawfish-gnome

2002-05-08 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 08 May 2002 16:51 pm, David Stanaway wrote:
 On Wed, 2002-05-08 at 14:29, Gjermund Gusland Thorsen wrote:
  But I still got the same keyboard problem :-( pls help
 
  When I try to login in gdm pressing q on the keyboard shows 1 on the
  screen, something is fxxked up for the lack of a better term.

 This is a bit of an FAQ.  Search the archives (Hint: ADB keycodes)
 Look at the Debian release notes.
 http://www.debian.org/releases/testing/
 http://www.debian.org/releases/testing/powerpc/release-notes/
And one devoted to the keycodes
http://www.debian.org/ports/powerpc/keycodes

Russell
- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE82e0pAqKGrvVshJQRAjzZAJ41cfRqfrB+C5pTOD8TRMNeIMofoQCg9fSN
uTGAD3RDcHpMw2rRHMwO6NU=
=cdMr
-END PGP SIGNATURE-


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



Re: XF86Config-4 for 266 MHz iMac

2002-04-30 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Well, thanks for the technical discussion! ;-) Unfortunately this doesn't 
answer the question: how do we get a 266 Mhz iMac to properly run X?
I don't know where to put the video modes that were mentioned, for one thing, 
since they don't seem to be in the XF86Config-4 file any more. Is there a 
valid config file that any has that works? I've looked through the archive 
for the two years or so and I haven't found anything that works...

Thanks for the help!

Russell

On Sunday 28 April 2002 22:29 pm, Branden Robinson wrote:
 On Sun, Apr 28, 2002 at 05:39:49PM -0700, Chris Tillman wrote:
  That explains it. The xserver is looking for VESA modes, and apparently
  the iMac is non-VESA for 640x480 and 800x600.

 Well, that's just stupid.  Standards exist for a reason.

  The xserver seems to prefer keeping the vsync around 75-85,

 No, VESA prefers to standardize modes around that refresh rate.  The X
 server will attempt to do just about anything you ask of it; it's up to
 the driver or -- failing that -- the monitor -- to spit out what it
 doesn't like.

  while the Mac demands the hsync be kept constant at 60.

 Most annoying.

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8z0klAqKGrvVshJQRAq58AJ4/oOr6w15pGCwWmu9Q8/m/rjBazwCgwwnh
VYv3jfBDE/RQrS0NBOQNtNI=
=NwT3
-END PGP SIGNATURE-


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



Firewall tools don't play nice with each other

2002-04-20 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello, 

I don't know exactly where to put this, so I thought I'd start here, since 
this is my home debian-linux list. 

I've been playing with the various firewall tools that are a part of debian, 
and I'm surprised by something: None of them conflict with each other, and I 
think they should. Rather than filing bug reports for each different tool, I 
was thinking that there should be some sort of conference between all of the 
firewall tool maintainers so that they can coordinate a firewall policy of 
some kind, and so that their firewall tools will play nice with each other. 

Is such a thing feasable? If so, how would one go about organizing such a 
thing? Any advice out there? Is this even a good idea?

Russell
- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8wigOAqKGrvVshJQRAmTOAKDYzFcBNfsx3AJs/pN6B7TsGqE0cACgtZFx
jCQk1Yf86hU4uebj3rnvbMo=
=ARey
-END PGP SIGNATURE-


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



Re: Kernel boot arguments

2002-04-15 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Yes! Add 'noaccel' to your arguement list (without quotes, of course...)

Russell


On Monday 15 April 2002 05:04 am, Antoine Delvaux wrote:
 Hello all,


 I'm running Debian testing and since the last kernel upgrade (2.4.18)
 from the official distribution, it seems the boot arguments are no
 longer the same or not working anymore.

 The boot command I was using is the following :

 root=/dev/sda9 video=controlfb:vmode:16,cmode:24

 But I cannot have a 1024x768 pixels screen on the console with this
 command as I was used to with previous kernels.  Does anybody have
 experienced this ?  Does anybody know a workaround ?

 Thanks for anyhelp.

 Antoine.

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8usObAqKGrvVshJQRAkXVAKDsLZ0s3Ci+TBYVL+Pfq4BvCd2BOwCg4qtF
HB9+hi1P1ucig6UzD3Ojg7A=
=Ze7y
-END PGP SIGNATURE-


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



Re: benh work on quik?

2002-04-12 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Except for my sound problem on my Beige G3/266 Desktop. I can't get sound 
unless I boot all the way into the MacOS...

And BTW, I've reverted back to 2.2.21-rc3 with a patch I got from 
http://v.favrenicolin.free.fr/linuxppc/linuxppc-tdfx.php3 since I've got a 
Voodoo3 card. 2.4.18 was crashing way too much for me, and I even had to deal 
with corrupted kdelib3 files for a while! ;-) 

Russell

On Friday 12 April 2002 04:53 am, [EMAIL PROTECTED] wrote:
 I'll try to hack on this next week-end, I'll let you know. I'm not
 completely sure yet what is broken, but I do have some clues, I want
 to fix first.b to be able to load yaboot ELF, though if that ends up
 bloating it too much, I'll revert to generating a special yaboot
 binary format that is simpler to load  parse.

 BTW, This leads me to a question. Did any of you actually tried the
 various OF patches provided by Apple along with Darwin/OSX bootloader
 and how well/bad they cope with quik ?

 It would make sense for ybin to be able to install the appropriate
 OF patch along with first.b/yaboot on oldworld; though the patch
 themselves would have to be distributed separately for licence reasons.
 (And that would also make easier for people to eventually write GPLd
 ones).

 That would allow more machines to reliably OF boot in the end, which
 I prefer a lot over BootX for a lot of reasons.

 Ben.

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8tuHXAqKGrvVshJQRApHEAKCRMrp3TbJkhxtkK3Ej3CFMBxgcVwCg9zDc
Fg5Dzc47gZoBL/woxMiV4PA=
=DV7n
-END PGP SIGNATURE-


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



Help! Major KDE Problems

2002-04-09 Thread Russell Hires
This is what's going on with me...konqueror does not work. Neither does
kmail. I click on their icons, they look like they're going to start,
then, nothing. I've tried to remove (via apt-get) both kmail and
konqueror, even purging their config files, but when I reinstall them,
they both fail on me.

I'd like to know how to troubleshoot this, first of all, then I'd like
to know how to fix this.
 
I look at my ps -A and I see that kmail and konqueror are on, I just
don't see them displayed.
When I do manage to get konqueror started, it's only as the file
manager, and nothing else.
When I try to go to a web page, it crashes. 

How I got here is a mystery. I've had a couple of bad kernel crashes,
but there's nothing in lost+found
to recover, except for two or three xml files, but I don't know where
they are supposed to go. I've
compared my PowerPC and x86 kde settings, but they seem the same.
kfmclient seems to be important, 
but there's no manual entry for it, and kfmclient --help isn't all that helpful.

can anyone help? 

Russell


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



2.2.21-RC3 doesn't compile

2002-04-02 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Well, there ya have it. 

Here's the last part of the output:

make[1]: Entering directory `/usr/src/linux/arch/ppc/lib'
make all_targets
make[2]: Entering directory `/usr/src/linux/arch/ppc/lib'
cc -D__KERNEL__ -I/usr/src/linux/include -D__ASSEMBLY__ -c checksum.S -o 
checksum.o
cc -D__KERNEL__ -I/usr/src/linux/include -D__ASSEMBLY__ -c string.S -o 
string.o
cc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
- -fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -fsigned-char 
- -msoft-float -pipe -fno-builtin -ffixed-r2 -Wno-uninitialized -mmultiple 
- -mstring   -c -o strcase.o strcase.c
rm -f lib.o
ld  -r -o lib.o checksum.o string.o strcase.o
make[2]: Leaving directory `/usr/src/linux/arch/ppc/lib'
make[1]: Leaving directory `/usr/src/linux/arch/ppc/lib'
ld -T arch/ppc/vmlinux.lds -Ttext 0xc000 -Bstatic arch/ppc/kernel/head.o 
init/main.o init/version.o \
--start-group \
arch/ppc/kernel/kernel.o arch/ppc/mm/mm.o arch/ppc/lib/lib.o 
kernel/kernel.o 
mm/mm.o fs/fs.o ipc/ipc.o \
fs/filesystems.a \
net/network.a \
drivers/block/block.a drivers/char/char.o drivers/misc/misc.a 
drivers/net/net.a drivers/scsi/scsi.a drivers/cdrom/cdrom.a 
drivers/sound/sounddrivers.o drivers/pci/pci.a drivers/macintosh/macintosh.o 
drivers/video/video.a \
/usr/src/linux/lib/lib.a \
--end-group \
-o vmlinux
drivers/char/char.o: In function `drm_lock_take':
drivers/char/char.o(.text+0x1ce4c): undefined reference to `cmpxchg'
drivers/char/char.o(.text+0x1ce4c): relocation truncated to fit: R_PPC_REL24 
cmpxchg
drivers/char/char.o: In function `drm_lock_transfer':
drivers/char/char.o(.text+0x1cf28): undefined reference to `cmpxchg'
drivers/char/char.o(.text+0x1cf28): relocation truncated to fit: R_PPC_REL24 
cmpxchg
drivers/char/char.o: In function `drm_lock_free':
drivers/char/char.o(.text+0x1cfcc): undefined reference to `cmpxchg'
drivers/char/char.o(.text+0x1cfcc): relocation truncated to fit: R_PPC_REL24 
cmpxchg
make: *** [vmlinux] Error 1

Thanks for any help you might offer!

Russell

- -- 
Linux -- the OS for the Renaissance Man 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8qbczAqKGrvVshJQRAu/PAKD2h4vQZekcyQspFCNnOHAWJHxITwCglXRK
mY9+8JfLTm1FLhEi+xDOV6g=
=9RKP
-END PGP SIGNATURE-


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



Re: No sound on PowerMac G3

2002-03-22 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hmmm...a couple of things. As I recall, you have to add yourself to the  
group to be able to get sound. I don't know whether this is still the case or 
not. (Somebody help me on this!)

Another thing is how you boot. Currently, I have to boot all the way into the 
MacOS, then boot into Linux using BootX. If you're using miBoot or quik to 
boot, then you may not be able to get sound because the Mac OS has to 
initialize the sound driver, and that requires going all the way into the Mac 
OS...but I'm using 8.6 for my Mac OS.

HTH, and I hope I'm right! :-)

Russell

On Thursday 21 March 2002 17:58 pm, Niklaus Giger wrote:
 I recently bought a PowerMac G3 and had no trouble do a
 netinstall based on the
 http://people.debian.org/~ieure/netinst/releases/20020215/woody_netinst-200
20215-powerpc.iso

 Thank you very much for your work!

 A lot of things work great (KDE, gnumeric, lyx, MOL) but I
 have no sound. /dev/dsp* lists
 crw-rw1 root audio 14,   3 25. Jan 00:43
 /dev/dsp
 crw-rw1 root audio 14,  19 25. Jan 00:43
 /dev/dsp1
 crw-rw1 root audio 14,  35 25. Jan 00:43
 /dev/dsp2
 crw-rw1 root audio 14,  51 25. Jan 00:43
 /dev/dsp3
 ii  libarts2.2.2-13   aRts Sound system
 is installed. But neither xmms nor with kde control center
 for sounds I am able to hear anything.
 Under MacOS 9.2 sound is okay.

 Any hints?

 Thank you very much in advance.

 Regards
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8myNyAqKGrvVshJQRAkmxAKCVg5vMOU0VyHdcKzhAKe7Wor6xpQCg37U1
OnlQk1+4DZw5R9aDLwD9kNo=
=HGQG
-END PGP SIGNATURE-



Re: can't get man pages to work

2002-03-19 Thread Russell Hires


 I don't think /usr/bin/pager is installed by man-db. It is a symlink to
 /etc/alternatives/pager. Does

 ln -s /etc/alternatives/pager /usr/bin/pager

 solve the problem?
YES!! Thank you!  

My only other question is how did this break during my install? No big deal, 
I guess. 

BTW, I've got an iMac 333 mhz, the serial number says imac BB 333 along with 
the other specs...

Russell
 The update-alternatives program belongs to dpkg, which is installed as
 part of the base system. Some of the other symlinks that might be present
 are:

 lrwxrwxrwx1 root root   21 Feb 24 21:51 awk -
 /etc/alternatives/awk lrwxrwxrwx1 root root   21 Feb 24
 22:24 b2m - /etc/alternatives/b2m lrwxrwxrwx1 root root  
 21 Feb 24 22:22 c++ - /etc/alternatives/c++ lrwxrwxrwx1 root root 
  20 Feb 24 22:22 cc - /etc/alternatives/cc lrwxrwxrwx1 root   
  root   23 Feb 24 22:24 ctags - /etc/alternatives/ctags lrwxrwxrwx
1 root root   24 Feb 24 21:52 editor -
 /etc/alternatives/editor lrwxrwxrwx1 root root   23 Feb 24
 22:24 etags - /etc/alternatives/etags lrwxrwxrwx1 root root   
20 Feb 24 21:53 ex - /etc/alternatives/ex lrwxrwxrwx1 root root
   21 Feb 24 22:19 ftp - /etc/alternatives/ftp lrwxrwxrwx1 root
 root   27 Feb 24 22:25 gconftool - /etc/alternatives/gconftool
 lrwxrwxrwx1 root root   20 Feb 24 22:23 gs -
 /etc/alternatives/gs lrwxrwxrwx1 root root   29 Feb 24
 21:52 infobrowser - /etc/alternatives/infobrowser lrwxrwxrwx1 root
 root   25 Mar  9 13:10 mozilla - /etc/alternatives/mozilla
 lrwxrwxrwx1 root root   29 Mar  9 13:10 mozilla-bin -
 /etc/alternatives/mozilla-bin lrwxrwxrwx1 root root   22
 Feb 24 21:51 nawk - /etc/alternatives/nawk lrwxrwxrwx1 root root  
 27 Feb 24 22:23 oxdvi.bin - /etc/alternatives/oxdvi.bin lrwxrwxrwx
1 root root   23 Feb 24 21:52 pager -
 /etc/alternatives/pager lrwxrwxrwx1 root root   21 Feb 24
 22:22 rcp - /etc/alternatives/rcp lrwxrwxrwx1 root root  
 29 Feb 24 22:24 rcs-checkin - /etc/alternatives/rcs-checkin lrwxrwxrwx   
 1 root root   24 Feb 24 22:22 rlogin -
 /etc/alternatives/rlogin lrwxrwxrwx1 root root   21 Feb 24
 22:22 rsh - /etc/alternatives/rsh lrwxrwxrwx1 root root  
 22 Feb 24 22:26 talk - /etc/alternatives/talk lrwxrwxrwx1 root
 root   23 Mar  1 20:42 tclsh - /etc/alternatives/tclsh lrwxrwxrwx 
   1 root root   24 Feb 24 21:53 telnet -
 /etc/alternatives/telnet lrwxrwxrwx1 root root   20 Feb 24
 21:53 vi - /etc/alternatives/vi lrwxrwxrwx1 root root   22
 Feb 24 21:53 view - /etc/alternatives/view lrwxrwxrwx1 root root  
 19 Feb 24 21:52 w - /etc/alternatives/w lrwxrwxrwx1 root
 root   22 Mar  1 20:42 wish - /etc/alternatives/wish lrwxrwxrwx   
 1 root root   35 Feb 24 22:25 x-session-manager -
 /etc/alternatives/x-session-manager lrwxrwxrwx1 root root  
 37 Feb 24 22:25 x-terminal-emulator -
 /etc/alternatives/x-terminal-emulator lrwxrwxrwx1 root root
   34 Mar  2 17:51 x-window-manager - /etc/alternatives/x-window-manager
 lrwxrwxrwx1 root root   26 Feb 24 22:23 xdvi.bin -
 /etc/alternatives/xdvi.bin lrwxrwxrwx1 root root   31 Mar 
 7 21:01 xmlproc_parse - /etc/alternatives/xmlproc_parse lrwxrwxrwx1
 root root   29 Mar  7 21:01 xmlproc_val -
 /etc/alternatives/xmlproc_val lrwxrwxrwx1 root root   22
 Feb 24 22:19 yacc - /etc/alternatives/yacc

 Do you see some of those?



can't get man pages to work

2002-03-16 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello all,

I just installed woody on an iMac (rev a or b, I can't remember right 
now)...my man pages install is broken! I've removed it, reinstalled it, 
purged it and reinstalled. Still, I get an error that /usr/bin/pager cannot 
be found. 

Is there something I'm missing, or should I file a bug report?

Russell
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8k1R8AqKGrvVshJQRAmVvAJ4rGrrfTPz1l6/bGyLoP/Dp+a1wlgCfcknG
I/P3oRMclvkLd/StcypM4tA=
=1mXr
-END PGP SIGNATURE-



Re: can't dual boot

2002-03-16 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Actually, I figured it out. I had to use Apple's Drive Setup from OS 9.2 to 
update the disk driver, and then poof! it now dual boots. The CD I was 
trying to boot from was OS 8.6, which is what the Mac OS is on the hard 
drive. But the tech coordinator at the school where I volunteer made the 
update driver suggestion. I was very happy for that, since I had tried the 
Command-Option-PR thing...Now I'm a happy camper! 

Thanks for the suggestion!

Russell
On Friday 15 March 2002 17:12 pm, Chris Tillman wrote:
 On Thu, Mar 14, 2002 at 10:04:31PM -0500, Russell Hires wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Hello all,
 
  I've just gotten woody installed, and I boot fine into Linux using
  yaboot, but when I try to boot into the MacOS, I can't. I've got an iMac
  333 mhz. Actually, when I get into the MacOS, I get the happy face, then
  the grey screen with the cursor in the top left corner, then it freezes.
  I can't move the mouse and the screen just stays the same, and the boot
  into MacOS doesn't continue. What's really frustrating about this is that
  I can't even boot into MacOS using the C key and a CD-ROM.

 Does Cmd-Opt-P-R to reset the pram help?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8k1XHAqKGrvVshJQRAjeIAJ4gUUANM7Jrbheiv/jg//Tp93abawCfTkF1
Fb70HBGrA0H9qp8CMyzCtLU=
=XKIf
-END PGP SIGNATURE-



Re: can't get man pages to work

2002-03-16 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Several times. :-) I even did apt-get remove --purge man-db to make sure to 
get rid of config files...nothing doing. Bummer...I also looked up the man-db 
package at debian.org to make sure that I wasn't missing anything. I'm not. 
But if it doesn't work, either, I am, or there is truly a bug in the install, 
though it works on my other PowerPC machines...

Russell
On Saturday 16 March 2002 09:29 am, you wrote:
 Did you

 apt-get install man-db

 ?

 J

 On Saturday 16 March 2002 09:19, Russell Hires wrote:
  Hello all,
 
  I just installed woody on an iMac (rev a or b, I can't remember right
  now)...my man pages install is broken! I've removed it, reinstalled it,
  purged it and reinstalled. Still, I get an error that /usr/bin/pager
  cannot be found.
 
  Is there something I'm missing, or should I file a bug report?
 
  Russell
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8k1kSAqKGrvVshJQRAssSAKCn5KCkcQ8lw8Cwrl6F/Ww3wxIVKACg+KRI
Xt3PDIEB7HKmynJnHs/OwUQ=
=m1AE
-END PGP SIGNATURE-



Re: X does not start

2002-03-15 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm in the same boat. Except I know that when you see (EE) in your log, that 
means bad things, and explains why X won't start. Try changing the mouse to 
/dev/input/mice and see if that makes a difference.

HTH

Russell 
On Friday 15 March 2002 07:39 am, Jean Magnan de Bornier wrote:
 Hello,
 I recently installed woody (by ftp) on a first-generation iMac (code : 406,
 RAM : 32 MB); everything went fine, except that when typing startx, or
 startx kde, or startx gnome, the system cannot do it. At the first
 start after installation, it proposed to fix the problem by configuring
 again the X server, and I said yes, but then nothing happened during 25
 minutes (the on/off button had become red) and I finally had to switch off.
 Maybe I should have left it more time?

 Anyway, the log message was saying this, among other things that seem less
 important: 
 (**) Configured Mouse : Protocol : PS/2
 (**) Configured Mouse : Core Pointer
 (EE) xf86OpenSerial : Cannot open device /dev/psaux
   no such device
 (EE) Configured Mouse :cannot open input device
 (EE) PreInit failed for input device Conf Mouse
 (**) Generic Mouse : protocol : ImPS/2
 (**) Generic Mouse : always reports core events
 (==) Generic Mouse : Buttons = 3
 (**) Generic Mouse : Emulate 3 buttons, Emulate 3timeout
 (**) Generic Mouse : ZAxisMapping : buttons 4 and 5
 (WW) No core pointer registered
 (II) XINPUT : Adding extended input device Generic Mouse (Type = Mouse)
   no core pointer
 Fatal Server error:
 failed to initialize core device

 When reporting a problem, etc..

 Is there a solution?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8ke/AAqKGrvVshJQRAu0wAJ9GA2kT2b8S//FQkcVeOXo9tyEpBQCg3Gia
307iJjcb/oymF/QizKNMPF8=
=Zjyv
-END PGP SIGNATURE-



2.4.18 kernel oops report

2002-03-03 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

- -BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello! Here it is: the oops report...I 
have a problem with kernel oopses. I'm running a Powermac G3 266 Desktop, 
with standard everything, except I've got a Voodoo3 card for my monitor and a 
PCI USB Card. I've got 392 (?) MB RAM, a SCSI Drive and two IDE drives. I'm 
running a stock 2.4.18 kernel that I got from kernel.org, and this oops has 
happened before on previous stock kernels (2.4.17 in particular). I'm sure 
that sound is part of the problem. I boot into Linux using BootX, and usually 
boot all the way into the MacOS (8.6) to get sound. Sometimes I have a hard 
crash, and when I boot back into Linux (going all the way into MacOS), I get 
kernel errors while fsck is doing its thing. If I just boot into Linux using 
the Choose Your OS panel at startup, fsck is able to proceed without any 
problem, but I also have no sound...and no oopses, either. 

I've run ksymoops through kern.log and syslog after the oops, but the syslog 
is more like what I think is necessary to be reported...if you need more, let 
me know directly...I'm hesitant to send my System.map to the mailing list, 
it's kinda big! 

Thanks!

Russell

- -BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8gkRKAqKGrvVshJQRAtutAKCs9XY9m5tena2xTC40ZZvuGCVl0wCdFdLd
lJIySyEuvd3bGiC4EswAhuE=
=5IRM
- -END PGP SIGNATURE-


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8gkTHAqKGrvVshJQRAhVoAKCdNjlgaTbyaHH9YSmWUD61mWiFCACgpLso
SsJ4EUrHGZWdxdDBY1hIsks=
=wv1K
-END PGP SIGNATURE-
ksymoops 2.3.4 on ppc 2.4.18.  Options used
 -V (default)
 -k /proc/ksyms (default)
 -l /proc/modules (default)
 -o /lib/modules/2.4.18/ (default)
 -m /usr/src/linux/System.map (default)

Warning: You did not tell me where to find symbol information.  I will
assume that the log matches the kernel and modules that are running
right now and I'll use the default options above for symbol resolution.
If the current kernel and/or modules do not match the log, you can get
more accurate output by telling me the kernel version and where to find
map, modules, ksyms etc.  ksymoops -h explains the options.

Warning (compare_maps): mismatch on symbol xchg_u32  , ksyms_base says 
c000bc40, System.map says c0006950.  Ignoring ksyms_base entry
Warning (compare_maps): mismatch on symbol hfs_version  , hfs says dba40e60, 
/lib/modules/2.4.18/kernel/fs/hfs/hfs.o says dba415e0.  Ignoring 
/lib/modules/2.4.18/kernel/fs/hfs/hfs.o entry
Mar  2 22:30:17 localhost kernel: 3c59x: Donald Becker and others. 
www.scyld.com/network/vortex.html
Mar  2 22:30:18 localhost kernel:         
Mar  2 22:57:14 localhost kernel: Oops: kernel access of bad area, sig: 11
Mar  2 22:57:14 localhost kernel: NIP: C0031908 XER:  LR: C0031790 SP: 
CD161E00 REGS: cd161d50 TRAP: 0300Tainted: P 
Using defaults from ksymoops -t elf32-powerpc -a powerpc:common
Mar  2 22:57:14 localhost kernel: MSR: 9032 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 
11
Mar  2 22:57:14 localhost kernel: TASK = cd16[818] 'kdeinit' Last syscall: 
1 
Mar  2 22:57:14 localhost kernel: last math d071c000 last altivec 
Mar  2 22:57:14 localhost kernel: GPR00:  CD161E00 CD16 C091A700 
 00036000 CD55C000 C0518090 
Mar  2 22:57:14 localhost kernel: GPR08: C02E  C091A75C C02E 
80004044 10020C68 1001  
Mar  2 22:57:14 localhost kernel: GPR16: 0FC79000 10079000 D02C0100 CEFAB520 
0FCAF000 C02E C02E 0FCAF000 
Mar  2 22:57:14 localhost kernel: GPR24: 10079000 D02C0100 0001 00036000 
9000  C091A700 0084 
Mar  2 22:57:14 localhost kernel: Call backtrace: 
Mar  2 22:57:14 localhost kernel: C0031790 C00323EC C0032A50 C0024FFC C0025464 
C002836C C0013FD8 
Mar  2 22:57:14 localhost kernel: C0019668 C0019870 C000431C 0ED21E18 10004CAC 
10005A5C 1000601C 
Mar  2 22:57:14 localhost kernel: 10007418 0ED0AD30  
Warning (Oops_read): Code line not seen, dumping what data is available

NIP; c0031908 __free_pages_ok+1a0/3d0   =
Trace; c0031790 __free_pages_ok+28/3d0
Trace; c00323ec __free_pages+38/48
Trace; c0032a50 free_page_and_swap_cache+64/78
Trace; c0024ffc __free_pte+5c/70
Trace; c0025464 zap_page_range+1a4/258
Trace; c002836c exit_mmap+f0/170
Trace; c0013fd8 mmput+74/ac
Trace; c0019668 do_exit+e0/2ac
Trace; c0019870 sys_wait4+0/39c
Trace; c000431c ret_from_syscall_1+0/b4
Trace; 0ed21e18 Before first symbol
Trace; 10004cac Before first symbol
Trace; 10005a5c Before first symbol
Trace; 1000601c Before first symbol
Trace; 10007418 Before first symbol
Trace; 0ed0ad30 Before first symbol
Trace;  Before first symbol


4 warnings issued.  Results may not be reliable.


ksymoops oops report

2002-03-02 Thread Russell Hires
Okay, I got my oops report. I did it on two files: one for kern.log and one 
for syslog. Where do I send this information?

Thanks for the help!

Russell

On Saturday 02 March 2002 08:47 am, Michel Dänzer wrote:
 On Mit, 2002-02-27 at 15:54, Russell Hires wrote:
  On Wednesday 27 February 2002 09:17 am, Michel Dänzer wrote:
   On Mit, 2002-02-27 at 14:57, Russell Hires wrote:
I've got a buggy kernel. Or buggy hardware. But, for now, every so
often I crash, and I want to capture the info reported by ksymoops.
ksymoops uses the defaults to get information, but the thing I don't
understand is that after it displays the information, ksymoops tells
me that it's reading information from the terminal. Why would it do
that? Do I need to give it some information?
  
   Yes, the actual oops output. ;)
  
  :0) Okay, where do I get the actual output from? Clearly it's not sitting
 
  there on STDIN, it's in a log file somewhere.

 Look in /var/log/{kern.,sys}log .



2.4.18 kernel oops

2002-02-28 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Here we go. I used ksymoops to get this far. I don't what the oops.file is 
supposed to be, so for now we'll leave that off. Here's the output of running 
ksymoops...

ksymoops 2.3.4 on ppc 2.4.18.  Options used
 -V (default)
 -k /proc/ksyms (default)
 -l /proc/modules (default)
 -o /lib/modules/2.4.18/ (default)
 -m /usr/src/linux/System.map (default)

Warning: You did not tell me where to find symbol information.  I will
assume that the log matches the kernel and modules that are running
right now and I'll use the default options above for symbol resolution.
If the current kernel and/or modules do not match the log, you can get
more accurate output by telling me the kernel version and where to find
map, modules, ksyms etc.  ksymoops -h explains the options.

Warning (compare_maps): mismatch on symbol xchg_u32  , ksyms_base says 
c000bc40, System.map says c0006950.  Ignoring ksyms_base entry
Warning (compare_maps): mismatch on symbol hfs_version  , hfs says dba40e60, 
/lib/modules/2.4.18/kernel/fs/hfs/hfs.o says dba415e0.  Ignoring 
/lib/modules/2.4.18/kernel/fs/hfs/hfs.o entry
Reading Oops report from the terminal


I also know that this has to do with sound. I'm on a beige G3/266 desktop.

Russell
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8fkS6AqKGrvVshJQRAqiOAJ9yxV66Kvmyr3HvKArTDaJBNgrehACfZti9
bynHmBr0g0/cOwJ11ud2ZEw=
=Lp9d
-END PGP SIGNATURE-



2.4.18 kernel oops

2002-02-28 Thread Russell Hires
Here we go. I used ksymoops to get this far. I don't what the oops.file is
supposed to be, so for now we'll leave that off. Here's the output of running
ksymoops...

ksymoops 2.3.4 on ppc 2.4.18.  Options used
 -V (default)
 -k /proc/ksyms (default)
 -l /proc/modules (default)
 -o /lib/modules/2.4.18/ (default)
 -m /usr/src/linux/System.map (default)

Warning: You did not tell me where to find symbol information.  I will
assume that the log matches the kernel and modules that are running
right now and I'll use the default options above for symbol resolution.
If the current kernel and/or modules do not match the log, you can get
more accurate output by telling me the kernel version and where to find
map, modules, ksyms etc.  ksymoops -h explains the options.

Warning (compare_maps): mismatch on symbol xchg_u32  , ksyms_base says
c000bc40, System.map says c0006950.  Ignoring ksyms_base entry
Warning (compare_maps): mismatch on symbol hfs_version  , hfs says dba40e60,
/lib/modules/2.4.18/kernel/fs/hfs/hfs.o says dba415e0.  Ignoring
/lib/modules/2.4.18/kernel/fs/hfs/hfs.o entry
Reading Oops report from the terminal


I also know that this has to do with sound. I'm on a beige G3/266 desktop.

Russell



help with ksymoops

2002-02-27 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello everyone,

I've got a buggy kernel. Or buggy hardware. But, for now, every so often I 
crash, and I want to capture the info reported by ksymoops. ksymoops uses the 
defaults to get information, but the thing I don't understand is that after 
it displays the information, ksymoops tells me that it's reading information 
from the terminal. Why would it do that? Do I need to give it some 
information? The man pages don't have anything to say about this, 
unfortunately...

Thanks for your help!

Russell
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8fOXqAqKGrvVshJQRAkC6AJ4iNswb/dnGD4OfCWzVIqtvQc1OqQCcCsdO
+4Gug8AHOURLS9rEkJPPtHg=
=1Aj0
-END PGP SIGNATURE-



Re: help with ksymoops

2002-02-27 Thread Russell Hires
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On Wednesday 27 February 2002 09:17 am, Michel Dänzer wrote:
 On Mit, 2002-02-27 at 14:57, Russell Hires wrote:
  I've got a buggy kernel. Or buggy hardware. But, for now, every so often
  I crash, and I want to capture the info reported by ksymoops. ksymoops
  uses the defaults to get information, but the thing I don't understand is
  that after it displays the information, ksymoops tells me that it's
  reading information from the terminal. Why would it do that? Do I need to
  give it some information?

 Yes, the actual oops output. ;)

:0) Okay, where do I get the actual output from? Clearly it's not sitting 
there on STDIN, it's in a log file somewhere. I looked in /var/log/ksymoops, 
and there's lots of files there! I see that they are dates, and times, too (I 
think)...there's the log and the ksyms and modules as well. Which one do I 
pick? Are these even on the right track?

Thanks for your help...

Russell
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8fPMbAqKGrvVshJQRAlhEAKDzh3NjGGPrcv1QlMBlr02pl33v1ACcDVra
PbbC97yo1geX5+ogDxgrQ+Q=
=5z5o
-END PGP SIGNATURE-



More macromedia flash player

2002-02-20 Thread Russell Hires
Hello,

A couple of months ago I wrote about how to get the macromedia flash player 
working, since there is one for the x86 architecture. There was a response 
from Edouard G. Parmelan who said that he had packaged (?) the free player 
from  http://www.swift-tools.com/Flash/ . But I haven't heard anything about 
this since. I went to this site and downloaded the source, but I'm having a 
terrible time trying to compile it. Has anyone else had any success? I did 
searches for anything macromedia flash related in the packages pages, and 
didn't find too much...

Thanks for any info...

Russell




USB Printing Troubles

2002-02-17 Thread Russell Hires
Hello again,

I've got an Epson Stylus 777i, which is a USB printer, connected to my Beige 
G3 (running woody) through a PCI USB card. I've set up the printer through 
cups, but the printer isn't identified by cups...kde can see it just fine, 
though...When I'm in cups (localhost:631), it thinks it's printing, but my 
printer doesn't respond. 

Kind efforts to help are appreciated!

Russell



Re: USB Printing Troubles

2002-02-17 Thread Russell Hires
On Sunday 17 February 2002 11:14 am, Alan Pater wrote:
 What usb devices do you have in /dev?

The result of ls /dev | grep usb  is usb and usbmouse, within /dev/usb are 
lp0 lp1 lp2 and usblp0, the last item here I created as a result of something 
I saw in the mailing list here (from a search)...


 On Sun, 2002-02-17 at 03:28, Russell Hires wrote:
  Hello again,
 
  I've got an Epson Stylus 777i, which is a USB printer, connected to my
  Beige G3 (running woody) through a PCI USB card. I've set up the printer
  through cups, but the printer isn't identified by cups...kde can see it
  just fine, though...When I'm in cups (localhost:631), it thinks it's
  printing, but my printer doesn't respond.
 
  Kind efforts to help are appreciated!
 
  Russell
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
  [EMAIL PROTECTED]



Sign Message icon in kmail is greyed out

2002-02-16 Thread Russell Hires
Hello,

I'm using kmail for my email, but for some reason, the Sign Message icon in 
the new message window is greyed out. It didn't used to be...How can I get it 
back? Is this a bug? I have used it before to sign email messages, and I 
haven't made any configuration changes to kmail that would affect this, at 
least that I'm aware of. 

Can anyone help?

Thanks!

Russell



Re: usb printer via pci usb card

2002-02-06 Thread Russell Hires
 Now add a printer with the web based tool, and it should work.
Okay, this is where I'm failing. I go through with the web based tool 
(localhost:631), and it tells me to add a printer. Which option do I pick? 
IPP? Serial? I don't see USB...
 There was one thing I had to tweak by hand though, CUPS did not let me
 choose /dev/usb/lp0 for the printer port, 
Where do you get to make this choice? 

 so I had to first add a
 printer with /dev/lp0, and then edit the /etc/cups/printers.conf and
 change it to /dev/usb/lp0, it worked fine then.

 I hope this helps.


It definitely helps. Thank you. I'm staying away from KUPS for now...

Russell

 if that all works, then there is something wrong with KUPS I
 guess.

 Best wishes,

 Tuomas



usb printer via pci usb card

2002-02-05 Thread Russell Hires
Hello everyone,

I've looked through a number of web pages that deal with USB printing, and 
followed their instructions and such, but no dice. I'm using KUPS for printer 
configuration, but I get a message at the bottom that says Can't connect to 
CUPS server. Check your options!

I don't know what options to check for. I know that debian, kde, and the 
kernel can all see my printer (an Epson Stylus 777i), but for some reason, 
KUPS cannot. The printer is USB and is connected to a PCI USB card. I'm 
running a stock 2.4.17 kernel with the USB options turned on...I'm stuck. 

How do I get KUPS to connect to the CUPS server?

Thanks for your help!

Russell



Memory tester for powerpc?

2002-01-24 Thread Russell Hires
Just so I can be sure it's not my RAM causing my kernel oopses, is there a 
utility for testing RAM in Linux? I know that there is one in the x86 world 
that can test memory, but in the powerpc world...???

Thanks for your help!

Russell



Re: Errors in sid xserver-xfree86 configuration

2002-01-16 Thread Russell Hires
 I updated from sid on my powermac 8500 a couple days ago.  I had two
 problems with the configuration of an updated package, I'm pretty sure
 it was the xserver-xfree86 package.  I have 4.1.0-13 now (PowerPC).

 I'm reporting this to the Debian-PowerPC list because the first problem
 was specific to macintosh. 

Nope. I had a similar problem on i386. Except I upgraded from potato to 
woody, and my X config went away, and I just got the prompt. I had to install 
xserver-xfree86 and a few other things (apt-get didn't get all of the 
dependencies) to get my gui back. 

Russell

On Wednesday 16 January 2002 09:35 pm, Michael D. Crawford wrote:
 In the one item that gets configured, it
 says that Macintosh users need to enter their PCI bus identifier for
 their video card.  Users of multiple video cards need to do this too.

 However, my Macintosh uses onboard video ram for its video.  I don't
 think there is a PCI device for the video at all.  That would have been
 the case for a Mac 9500, but not a Mac 8500.  I didn't see anything
 about it when I did the lspci command.

 The other problem is that the new configuration nuked my existing
 XF86Config-4 settings.  When I restarted X, it went back to 640x480.  I
 had to run, I think it was dpkg-reconfigure xserver-xfree86 to get my
 proper video back.

 Mike



Re: xserver segfaults

2002-01-16 Thread Russell Hires
http://v.favrenicolin.free.fr/linuxppc/ is where you want to go to get some 
information about voodoo3 and linux...

Russell

On Wednesday 16 January 2002 10:59 am, Michel Dänzer wrote:
 On Sun, 2002-01-13 at 01:19, Ron Farrer wrote:
  I've been trying to get X working on my PM9600 + G4 upgrade + voodoo3
  3000 without much sucess. While I'm no expert (far from it) it looks to
  me like the xserver is segfaulting.

 This analysis is correct, but unfortunately too generic. :)

  I've attached a log (it's long.) Any ideas what's going wrong?

 [...]

  (--) TDFX(0): PIO registers at addr 0x400
 
  Fatal server error:
  Caught signal 11.  Server aborting

 Could be the same problem as with r128 (trying to access legacy VGA
 hardware which isn't there). Someone successfully using a Voodoo3 will
 have to help you.



2.4.17 bug

2002-01-15 Thread Russell Hires
Hey everyone,

First of all, thanks to xmon, I'm still running. Second, I tried sending 
messages about this before, but I didn't realize my System.map was 500 KB. 
So, I'll just send a copy of the relevent portion of my kern.log, and ask to 
whom or where I need to send my System.map. 

Thanks!

Russell

Jan 15 08:22:11 localhost kernel: kernel BUG at page_alloc.c:160!
Jan 15 08:22:13 localhost kernel: kernel BUG at page_alloc.c:193!
Jan 15 08:22:13 localhost kernel: kernel BUG at page_alloc.c:170!
Jan 15 08:22:13 localhost kernel: kernel BUG at page_alloc.c:205!
Jan 15 08:22:14 localhost kernel: kernel BUG at page_alloc.c:170!
Jan 15 08:22:14 localhost kernel: kernel BUG at page_alloc.c:205!



Re: ghostie screen

2002-01-04 Thread Russell Hires
On Friday 04 January 2002 04:30 am, Geert Uytterhoeven wrote:
 On Thu, 3 Jan 2002, Russell Hires wrote:
 What framebuffer and X driver is this? tdfxfb and tdfx?
  
   Framebuffer driver:   cat /proc/fb
 
  [EMAIL PROTECTED]:~$ cat /proc/fb
  0 3Dfx Voodoo3
  1 ATY Mach64
  2 OFfb /pci/3Dfx,Voodoo3

 Ugh, do you really have 2 Voodoo3 boards? 
No...
 If not, two drivers are messing
 with your board at the same time! 
Ek!
 Someone really should add resource
 management code to tfxdb to prevent this from happening (and move the call
 to tdfxfb_init up in fbmem.c, cfr. the comments in that file).

 Workaround for now: add `video=offb:off' to the kernel command line.
I'll try that, let you know how it goes. 
 Which kernel version are you using?
2.4.17 or 2.4.16, there's a kernel bug I haven't been able to pin down 
because my display is messed up when I get dropped into xmon. Hopefully this 
will help me get the info out of xmon...
Thanks!

Russell
 Gr{oetje,eeting}s,

   Geert



ghostie screen

2002-01-03 Thread Russell Hires
Hello everyone,

I've got a problem. When I switch to a different console and then come back 
to my normal kde desktop, I get all kinds of bad things that happen to my 
windows and the text and nothing gets drawn right, etc...I have a screen shot 
at http://home.earthlink.net/~rhires/snapshot1.png
Would anyone be willing to have a look, and maybe tell me what's up? How to 
fix? 

Thanks!

Russell



Re: ghostie screen

2002-01-03 Thread Russell Hires
On Thursday 03 January 2002 11:09 am, Michel Dänzer wrote:

 Don't switch VTs. ;) Looks like your X driver is broken wrt VT
 switching.

 What framebuffer and X driver is this? tdfxfb and tdfx?

Darn good question. I've got a Voodoo3 card, running 2.4.17 (though the 
kernel version doesn't seem to make a difference, since it's happened with 
2.4.16 and 2.2.18-patched)...how would I provide this information? I'm 
running an up-to-date version of woody, so I guess it's XFree86 4.1.x...but 
the specific drivers...hmmm

Thanks!

Russell



Re: ghostie screen

2002-01-03 Thread Russell Hires

   What framebuffer and X driver is this? tdfxfb and tdfx?
 

 Framebuffer driver:   cat /proc/fb
[EMAIL PROTECTED]:~$ cat /proc/fb
0 3Dfx Voodoo3
1 ATY Mach64
2 OFfb /pci/3Dfx,Voodoo3

Now, at this kind of reading, I'm a little confused. I've got the ATY as part 
of my original setup. But my one and only monitor is attatched to the PCI 
card. I have to disable acceleration, since otherwise I can't read my console 
during bootup. 
 If it's tdfxfb, try disabling acceleration. If it's OFfb, there's no way
 but to avoid it or fix the X driver.

 X driver: grep 'drivers/.*_drv' /var/log/XFree86.0.log
[EMAIL PROTECTED]:~$ grep 'drivers/.*_drv' /var/log/XFree86.0.log
(II) Loading /usr/X11R6/lib/modules/drivers/tdfx_drv.o
Symbol vbeFree from module /usr/X11R6/lib/modules/drivers/tdfx_drv.o is 
unresolved!
Symbol DRIMoveBuffersHelper from module 
/usr/X11R6/lib/modules/drivers/tdfx_drv.o is unresolved!

 It's most definitely the tdfx driver, the only other possibility would
 be fbdev but that's not accelerated so this kind of failure can't really
 happen.


Thanks for the help!

Russell



Re: Upgrading Mac-side kernel for BootX

2001-12-30 Thread Russell Hires
If you keep your kernels in a folder in your system folder, I suggest  
putting the kernel folder on your shared partition, and then making an alias 
of that folder and putting the alias in your system folder. That way when you 
copy the vmlinux file over to the kernel folder and then reboot, your newly 
copied kernel will be available in the BootX kernel menu...

HTH

Russell 

On Sunday 30 December 2001 11:10 am, William  C Brennan wrote:
 Folks,

 Okay, I'm ready to take the plunge and upgrade my kernel (first to
 the most recent potato, then probably to woody), but I'm a fairly
 naive user, so I could use a little help.

 I've got an OldWorld Mac (PowerMac 7200) which means I'm using BootX
 (ver 1.2.2) by necessity.  BootX requires the Linux kernel to be
 saved as a file on a Mac partition.

 My question is: How do I obtain and write a kernel into a Mac file
 partition?  I do have a shared partition (HFS, visible via MacOS or
 Linux) which I can use to transfer data between the 2 operating
 systems.  If someone could point me to a document, or give me a
 little direction, I would be most grateful.

 Thanks!

 -- Bill



Re: 2.4.x kernel crashing

2001-12-10 Thread Russell Hires
Okay, accepting for the moment that when the kernel dies, I can't read the 
console to find out what went wrong, what else can I do to figure out what's 
wrong? Which kernel or other system logs would tell me? 

I do know that for some reason, heavy disk activity kills the kernel. I run 
anacron, and I know that after a few days of not being on, my computer runs a 
bunch of tasks in the background. I think that it's the locate database 
update that could be the culprit. But then, how would I know for sure? 

Thanks for all the help!

Russell
On Thursday 06 December 2001 04:52 pm, Michel Dänzer wrote:
 On Thu, 2001-12-06 at 01:00, Russell Hires wrote:
   If that was the only problem... when you're in xmon, bad things have
   happened and everything is interrupted. Only when you exit xmon (by
   entering 'x') does the system continue to run. So there is no
   filesystem access in xmon.
 
  Typing 'x' could be bad anyway, since the whole system is down. At least
  it would allow for an orderly shutdown?

 If it's only an oops, yes. If it's a panic, you won't be able to do
 anything but force reboot after you exit xmon.

  I've got another question related to this: could it be a hardware failure
  on my computer's part somewhere? The kind of failure that a 2.4 kernel
  would see, where a 2.2. kernel wouldn't?

 I rather doubt that. I could imagine one kernel showing hardware
 problems more than another, but not that one does and the other not at
 all.



Re: 2.4.x kernel crashing

2001-12-05 Thread Russell Hires

 That machine has a Mach64 chip, right? 
I forgot to include an important detail: I'm actually running with a Voodoo3 
card. 
 if before
 running X, you set the VT X runs on to the same depth (using fbset) you
 have configured in X. You'll have to find out yourself.
I guess I've got more reading to do! I'll have to figure this part out. 


 If that was the only problem... when you're in xmon, bad things have
 happened and everything is interrupted. Only when you exit xmon (by
 entering 'x') does the system continue to run. So there is no filesystem
 access in xmon.
Typing 'x' could be bad anyway, since the whole system is down. At least it 
would allow for an orderly shutdown? 

I've got another question related to this: could it be a hardware failure on 
my computer's part somewhere? The kind of failure that a 2.4 kernel would 
see, where a 2.2. kernel wouldn't?

Thanks for the help!

Russell



2.4.x kernel crashing

2001-12-04 Thread Russell Hires
Hey everyone,

I've written about this before, but I've specific questions now ;-) 

I'm running stock 2.4.16, self compiled, on a Beige G3/266, with KDE as my 
window manager. I get random crashes with any 2.4.x kernel. I would like to 
use xmon to figure out what's wrong so that I can get it fixed, but I can't 
see the terminal/console because when I crash, the top portion of my screen 
becomes artifacts that I can't read (the rest of it is dead). I can't switch 
to another console, but at the very least, at the top of the screen, I get a 
blinking cursor that I know is in a shell mode with xmon. I want to record 
this xmon info to a file, which I tried, but it didn't save. I don't know 
where to get documentation on xmon so I can figure out how to save to a file 
(since I'm unable to read the screen). 

Can anyone help?

Thanks!

Russell



sound and 2.4.16

2001-11-29 Thread Russell Hires
Hello everyone,

I've got a PMac G3/266, running a 2.4.16 kernel, and my sound is still funky 
with it. Sound works fine with a 2.2.x kernel...funny thing is that with the 
2.4.16 kernel, my cdplayer works, but not xmms. Neither does my sound server 
control panel in kde. In fact, I can crash xmms and the sound server control 
panel. I compiled the two default sound modules first as modules (which 
didn't work the sound at all), but when I compiled them directly into the 
kernel, at least I can get sound from my cd player...

Thanks for any help!

Russell



Re: kdelibs3 upgrade problem

2001-11-20 Thread Russell Hires
 What if you try upgrading all these together?
 Why did the dist-upgrade fail in the first place?

I did try at one point. Kept getting stuck at the point where there was some 
conflict over what .png files would be overwritten by kdebase vs. kdelibs3.

I think that there is something wrong with the dependencies. The upgrade from 
the previous version of kde to 2.2.1 I think is part of the problem. 

I finally figured something out by downloading kdelibs3 separately, and then 
forcing it to install, forcing the overwrite. This caused other problems, 
though. While it allowed for the upgrade of kde, kmail didn't upgrade, so I 
was stuck with it being the lower version (1.2, IIRC), which caused all sorts 
of other problems with my mail. I submitted a bug report to the kde-kmail 
team, and got the following reply:
 Cc: [EMAIL PROTECTED]
 On Tuesday 20 November 2001 15:18, [EMAIL PROTECTED] wrote:
 Package: kmail
 Version: 1.2 (using KDE 2.2.1 )

 KMail 1.2 is not supposed to work on KDE 2.2.1.
 Please upgrade to KMail 1.3.1 and tell Debian, that there is something 
wrong 
 with their dependancies.

 Regards,
 Michael Häckel

I finally figured everything out after this. I manually downloaded a few of 
the packages that were necessary, and installed with great abandon. I'm up to 
the correct version of kmail now...

Sorry for the tangent. Should I file a bug report? I didn't keep a very good 
log of what happened, and I haven't seen anyone else with this sort of 
problem...

Thanks!

Russell



Re: kdelibs3 upgrade problem

2001-11-19 Thread Russell Hires
No dice. I tried to add a few other things that seemed to be dependent, but 
still nothing. Now this is what I've got:
Sorry, but the following packages have unmet dependencies:
  kdebase-libs: Depends: kdelibs3 (= 4:2.2.1-11) but 4:2.1.2-3 is installed
  kdelibs-dev: Depends: kdelibs3 (= 4:2.2.1-14) but 4:2.1.2-3 is installed
  libkmid: Depends: kdelibs3 (= 4:2.2.1-11) but 4:2.1.2-3 is installed
  libkonq3: Depends: kdelibs3 (= 4:2.2.1-11) but 4:2.1.2-3 is installed

I did a separate attempt to install kdelibs3, but it doesn't install, because 
of a conflict, with kdebase, which I also tried to install kdelibs3 kdebase, 
but that didn't work, either. 

I appreciate the advice. 

Russell

  Should I file a bug report? Or wait a few more days?

 Try apt-get install kdelibs3 kdebase. That file was apparently moved
 from the kdebase to the kdelibs3 package. Such cases lead to conflicts
 if the two packages aren't upgraded at the same time.



kernel BUG at page_alloc.c:160! with fsck

2001-11-13 Thread Russell Hires
Hey everyone, 

I got this error message (kernel BUG at page_alloc.c:160!) from my G3/266 
with a stock 2.4.14 kernel, while doing an fsck, recovering from a previous 
crash on the same kernel. Is there somewhere in a log that I can look to get 
more info out to the world about this?

Thanks!

Russell



kdelibs3 upgrade problem

2001-11-13 Thread Russell Hires
Hello,

After my nightly apt-get update  apt-get dist-upgrade I got the following 
error:

 apt-get -f install 
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
  kdelibs3 
1 packages upgraded, 0 newly installed, 0 to remove and 57  not upgraded.
12 packages not fully installed or removed.
Need to get 0B/6877kB of archives. After unpacking 6095kB will be used.
Do you want to continue? [Y/n] 
(Reading database ... 72790 files and directories currently installed.)
Preparing to replace kdelibs3 4:2.1.2-3 (using 
.../kdelibs3_4%3a2.2.1-14_powerpc
.deb) ...
Unpacking replacement kdelibs3 ...
Replacing files in old package kdebase-libs ...
Replacing files in old package konqueror ...
dpkg: error processing 
/var/cache/apt/archives/kdelibs3_4%3a2.2.1-14_powerpc.deb
 (--unpack):
 trying to overwrite 
`/usr/share/icons/hicolor/32x32/devices/3floppy_mount.png',
 which is also in package kdebase
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/kdelibs3_4%3a2.2.1-14_powerpc.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Should I file a bug report? Or wait a few more days?

Russell



stock 2.2.20 fails to compile on woody

2001-11-06 Thread Russell Hires
Hello everyone, 

Well, the subject: line is what's going on. But more specifics: 

make[1]: Leaving directory `/usr/src/linux/arch/ppc/lib'
ld -T arch/ppc/vmlinux.lds -Ttext 0xc000 -Bstatic arch/ppc/kernel/head.o 
init/main.o init/version.o \
--start-group \
arch/ppc/kernel/kernel.o arch/ppc/mm/mm.o arch/ppc/lib/lib.o 
kernel/kernel.o 
mm/mm.o fs/fs.o ipc/ipc.o \
fs/filesystems.a \
net/network.a \
drivers/block/block.a drivers/char/char.o drivers/misc/misc.a 
drivers/net/net.a drivers/scsi/scsi.a drivers/cdrom/cdrom.a 
drivers/sound/sounddrivers.o drivers/pci/pci.a drivers/macintosh/macintosh.o 
drivers/video/video.a drivers/usb/usbdrv.o \
/usr/src/linux/lib/lib.a \
--end-group \
-o vmlinux
ld: cannot open drivers/usb/usbdrv.o: No such file or directory
make: *** [vmlinux] Error 1


What's going on here, and how do I fix it?

Thanks for the help!

Russell



kups questions

2001-11-02 Thread Russell Hires
Hello everyone, 

These questions fall under the newbie category, so bear with me. 

I've got a G3/266 running woody, with a 2.2.18 kernel (2.2.19 has been iffy 
for me, especially regarding X, because I've got a Voodoo 3 card), with a PCI 
USB card, which is attached to my Epson Stylus Color 777i USB printer. 

I can't print! I'd like to know all I can about this particular situation, 
such as, how do I know if I've got kernel modules running around my system 
for USB? Will such modules recognize the fact that the USB is PCI related? I 
looked in the mailing list archive and found very little relating to USB 
printing. There was a post from October 9, 2001 from George Koss about 
setting up the hardware entries and such, which I did...When I start up the 
CUPS configuration tool I get a message that it can't connect to the server. 
It also can't find any USB ports to connect to, either...

Thanks for the help!

Russell



util-linux upgrade problem

2001-10-31 Thread Russell Hires
Hello everyone, 

I'm running woody on my PMac G3/266 and...
I did my normal apt-get update  apt-get dist-upgrade and this is what I get:
Preconfiguring packages ...
(Reading database ... 71396 files and directories currently installed.)
Preparing to replace util-linux 2.11h-1 (using 
.../util-linux_2.11l-3_powerpc.deb) ...
Unpacking replacement util-linux ...
dpkg: error processing /var/cache/apt/archives/util-linux_2.11l-3_powerpc.deb 
(--unpack):
 trying to overwrite `/usr/share/man/man8/clock.8.gz', which is also in 
package powerpc-utils
Errors were encountered while processing:
 /var/cache/apt/archives/util-linux_2.11l-3_powerpc.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


What do I do to fix this?

Thanks!

Russell



Re: X doesn't start after weekly apt-get upgrade

2001-10-17 Thread Russell Hires
Check the list archive for yesterday. I had the same problem, and a generous 
soul sent me this tidbit...
[There's] a known bug with the latest XFree86 Xsession
setup scripts. Edit /etc/X11/Xsession.d/99xfree86-common_start, and change

exec $REALSTARTUP

to

exec $REALSTARTUP

and it'll work fine. snip

Derrik Pates  |   Sysadmin, Douglas School   |#linuxOS on EFnet
[EMAIL PROTECTED] | District (dsdk12.net)|#linuxOS on OPN

Credit where credit is due :-)

HTH

Russell

On Wednesday 17 October 2001 07:33, Florian Wagener wrote:
 Hello,

 The list has been a great help to me in the past, but the following
 problem I can't do myself.

 I have an iBook (2001) aka iBook2, with Woody installed. Normally, I used
 the benh-kernels (2.4.10-ben0), and I issue apt-get update/upgrade
 regularly, say once a week. Everything worked fine until the day before
 yesterday.

 The apt-get upgrade installed the latest version of the xfree86-package,
 and since then, X did not work any more. That is, I see the
 pepper-and-salt screen, and for a second I can play with the pointer, but
 my .xsession file does not get executed, and the X server shuts down
 again. I included the XFree86.0.log and my XF86Config-4 files below.

 I tried another XF86Config-4 file that I could find on the web, the one at
 http://hadess.net/files/ppc/ibook2/, but that did not help either.
 I also tried to run the kernel I found there, and while I now even can
 use the CD-RW under Linux, X still does not start.

 Any help is greatly appreciated.

 Best regards,


 Florian Wagener

 ### XFree86.0.log ###

 This is a pre-release version of XFree86, and is not supported in any
 way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
 to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
 please check the latest version in the XFree86 CVS repository
 (http://www.XFree86.Org/cvs)

 XFree86 Version 4.1.0.1 / X Window System
 (protocol Version 11, revision 0, vendor release 6510)
 Release Date: xx August 2001
   If the server is older than 6-12 months, or if your card is
   newer than the above date, look for a newer version before
   reporting problems.  (See http://www.XFree86.Org/FAQ)
 Build Operating System: Linux 2.2.18pre21 ppc [ELF]
 Module Loader present
 (==) Log file: /var/log/XFree86.0.log, Time: Wed Oct 17 12:51:21 2001
 (==) Using config file: /etc/X11/XF86Config-4
 Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) ServerLayout Simple Layout
 (**) |--Screen Screen 1 (0)
 (**) |   |--Monitor asdf
 (**) |   |--Device asdf
 (**) |--Input Device Mouse2
 (**) |--Input Device Keyboard1
 (**) Option AutoRepeat 500 30
 (**) Option XkbRules xfree86
 (**) XKB: rules: xfree86
 (**) Option XkbModel macintosh
 (**) XKB: model: macintosh
 (**) Option XkbLayout us
 (**) XKB: layout: us
 (==) Keyboard: CustomKeycode disabled
 (**) FontPath set to
 /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/f
onts/100dpi/:unscaled,/usr/lib/X11/fonts/Type1/,/usr/lib/X11/fonts/75dpi/,/u
sr/lib/X11/fonts/100dpi/ (**) RgbPath set to /usr/X11R6/lib/X11/rgb
 (==) ModulePath set to /usr/X11R6/lib/modules
 (--) using VT number 7

 (WW) Cannot open APM
 (II) Module ABI versions:
   XFree86 ANSI C Emulation: 0.1
   XFree86 Video Driver: 0.4
   XFree86 XInput driver : 0.2
   XFree86 Server Extension : 0.1
   XFree86 Font Renderer : 0.2
 (II) Loader running on linux
 (II) LoadModule: bitmap
 (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
 (II) Module bitmap: vendor=The XFree86 Project
   compiled for 4.1.0.1, module version = 1.0.0
   Module class: XFree86 Font Renderer
   ABI class: XFree86 Font Renderer, version 0.2
 (II) Loading font Bitmap
 (II) LoadModule: pcidata
 (II) Loading /usr/X11R6/lib/modules/libpcidata.a
 (II) Module pcidata: vendor=The XFree86 Project
   compiled for 4.1.0.1, module version = 0.1.0
   ABI class: XFree86 Video Driver, version 0.4
 (II) PCI: PCI scan (all values are in hex)
 (II) PCI: 00:0b:0: chip 106b,0027 card , rev 00 class 06,00,00 hdr
 00
 (II) PCI: 00:10:0: chip 1002,4c46 card 1002,4c46 rev 02 class 03,00,00 hdr
 00
 (II) PCI: 01:0b:0: chip 106b,0028 card , rev 00 class 06,00,00 hdr
 00
 (II) PCI: 01:17:0: chip 106b,0025 card , rev 00 class ff,00,00 hdr
 00
 (II) PCI: 01:18:0: chip 106b,0026 card , rev 00 class 0c,03,10 hdr
 00
 (II) PCI: 01:19:0: chip 106b,0026 card , rev 00 class 0c,03,10 hdr
 00
 (II) PCI: 02:0b:0: chip 106b,0029 card , rev 00 class 06,00,00 hdr
 00
 (II) PCI: 02:0f:0: chip 106b,0024 card , rev 00 class 02,00,00 hdr
 00
 (II) PCI: End of PCI scan
 (II) LoadModule: scanpci
 (II) Loading /usr/X11R6/lib/modules/libscanpci.a
 (II) Module scanpci: vendor=The XFree86 Project
   

X crash on login

2001-10-16 Thread Russell Hires
Hello every,

After my nightly apt-get update  apt-get dist-upgrade, I reboot this
morning to discover that X crashes when I attempt to login through kdm.
After about the third crash, I get dropped to a shell, where I can login
to the command line, and type startx, but that crashes, too. I don't
want to include the entire log file, so the relevant part is listed
below. I haven't changed anything related to the configuration that
always worked in the past, so I have to assume that it's a change in X
somewhereI'm running woody, by the way...

Thanks for the help!

Russell

(II) TDFX(0): 989 lines of offscreen memory available for 2D and video
(EE) TDFX(0): [dri] tdfx DRI not supported in 32 bpp mode, disabling DRI.
(II) TDFX(0): [dri] To use DRI, invoke the server using 16 bpp
(-depth 15 or -depth 16).



Re: How to Change resolution?

2001-09-21 Thread Russell Hires
I did as you suggested, but still I'm having no luck! I can send a copy
of my XF86Config-4 file if necessary. The Ctrl-Alt- Keypad +/- doesn't
work for me when I'm in the console that should be kde...What else can I try?

Russell

Laurent de Segur wrote:
 
 Russell,
 
 Why vi? Can't you just use emacs? ;-) 
Because I've got trouble with one OS; emacs is an OS all by itself :-D
 
 su -
 cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.OLD (you never know)
 open /etc/X11/XF86Config-4 with your fav editor.
 look for Section Screen, and for each SubSection Display,
 change the Modes lines with your monitor value (i.e. 800x600)
 
 I used Ctrl-Alt- Keypad +/- under KDE on a PeeSee to switch resolutions on
 the fly. I don't know if this will work for you. YMMV.
 
 Cheers,
 
 Laurent
 
  From: Russell Hires [EMAIL PROTECTED]
  Date: Thu, 20 Sep 2001 22:25:46 -0400
  To: debian-powerpc@lists.debian.org
  Subject: Re: How to Change resolution?
  Resent-From: debian-powerpc@lists.debian.org
 
  Well, silly me. I should have also asked this question as well: what
  exactly do I need to change in /etc/X11/XF86Config-4 to get the
  resolution to change? Also, is there a utility I could use to do that,
  not that I mind typing in vi to do the dirty work...
 
  Thanks again!
 
  Russell



How to Change resolution?

2001-09-20 Thread Russell Hires
Hello everyone,

I'm wondering how to change the resolution for kde. What happens is that
I boot into Linux, and the resolution starts at 800x600, but when kde
comes up, the resolution changes to 1152x870. Where is this information
kept? (As in, what config file?) I'm temporarily with a smaller monitor
that can't handle the higher resolution, so I want to make it more
reasonable for what I've got at 800x600. 

Thanks for any help!

Russell



Re: How to Change resolution?

2001-09-20 Thread Russell Hires
Well, silly me. I should have also asked this question as well: what
exactly do I need to change in /etc/X11/XF86Config-4 to get the
resolution to change? Also, is there a utility I could use to do that,
not that I mind typing in vi to do the dirty work...

Thanks again!

Russell

Derrik Pates wrote:
 
 On Wed, 19 Sep 2001, Russell Hires wrote:
 
  I'm wondering how to change the resolution for kde. What happens is that
  I boot into Linux, and the resolution starts at 800x600, but when kde
  comes up, the resolution changes to 1152x870. Where is this information
  kept? (As in, what config file?) I'm temporarily with a smaller monitor
  that can't handle the higher resolution, so I want to make it more
  reasonable for what I've got at 800x600.
 
 /etc/X11/XF86Config or /etc/X11/XF86Config-4, depending on if you're using
 XFree 3.3.x or 4.x.
 
 Derrik Pates  |   Sysadmin, Douglas School   |#linuxOS on EFnet
 [EMAIL PROTECTED] | District (dsdk12.net)|#linuxOS on OPN
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



XFree86 update question

2001-09-10 Thread Russell Hires
Hello everyone, 

I did my normal apt-get update  apt-get dist-upgrade for woody last night, 
and when XFree86 [server] | [common] | [whatever] replaces the version that 
was there before, it completely replaces my keymap with something else. In 
order to fix this problem, I have reboot the computer, rather than just 
restart X. I was particularly frustrated last night as I was working with 
zope, and I lost all ability to do anything until I rebooted. Thank goodness 
my mouse still worked :-) Besides that, I get asked a few questions about new 
settings or staying with defaults and I can't even say what I want to do 
since the keys are all messed up...

Is there something that can be done about that? What causes that, anyway, 
user error on my part? ;-) 

Russell



  1   2   >