From: Michel <dae...@st...> - 2000-10-11 16:15:15
|
Robert Ramiega wrote: > I also spotted that under some higher loads (like 7 or so) X tend to crash > with signal 7. What this implies ? All I can say is that it's a bus error. Could that be a kernel problem? Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and The DRI Project |
From: Robert R. <ro...@pl...> - 2000-10-11 22:31:27
|
On Wed, Oct 11, 2000 at 06:15:08PM +0200, Michel Dänzer wrote: > Robert Ramiega wrote: > > > I also spotted that under some higher loads (like 7 or so) X tend to crash > > with signal 7. What this implies ? > > All I can say is that it's a bus error. Could that be a kernel problem? Most probably as this is the only thing that changed lately on my system. I've seen higher loads than 7 on my Amiga and X survived this. I never could understand what Bus error means. I've seen first on Intel boxes a couple of years ago... This was the message given by Netscape when it crashed. I don't think i've seen it before on Linux/PPC ("bus error" messge or signal 7) -- Robert Ramiega | ro...@pl... IRC: _Jedi_ | Don't underestimate UIN: 13201047 | http://www.plukwa.net/ | the power of Source |
From: Roman Z. <zi...@fh...> - 2000-10-11 17:32:15
|
Hi, On Wed, 11 Oct 2000, Robert Ramiega wrote: > what about printing ? under test8 it's screwed badly. Text gets printed > roughly ok but postscript or anything like that gets messy at random points Can you try the new version, I just commited? If that doesn't help, someone has to do some real debugging on it. :) bye, Roman |
From: Robert R. <ro...@pl...> - 2000-10-11 22:20:19
|
On Wed, Oct 11, 2000 at 07:27:17PM +0200, Roman Zippel wrote: > Hi, > > On Wed, 11 Oct 2000, Robert Ramiega wrote: > > > what about printing ? under test8 it's screwed badly. Text gets printed > > roughly ok but postscript or anything like that gets messy at random points > > Can you try the new version, I just commited? Sure thing. I'm updating parport_amiga.c right now. Compiling and testing will have to wait til tommorow as i already am compiling a few things. -- Robert Ramiega | ro...@pl... IRC: _Jedi_ | Don't underestimate UIN: 13201047 | http://www.plukwa.net/ | the power of Source |
From: Robert R. <ro...@pl...> - 2000-10-12 07:15:46
|
> > > > Can you try the new version, I just commited? I recompiled only the modules (i had all that was related to parallel port as modules in my .config) and here is what i got: modprobe parport_amiga /lib/modules/2.4.0-test8/kernel/drivers/parport/parport_amiga.o: unresolved symbol iobarrier_rw /lib/modules/2.4.0-test8/kernel/drivers/parport/parport_amiga.o: insmod /lib/modules/2.4.0-test8/kernel/drivers/parport/parport_amiga.o failed /lib/modules/2.4.0-test8/kernel/drivers/parport/parport_amiga.o: insmod parport_amiga failed Just in case i'm recompiling whole kernel now. (i updated only parport_amiga.c as i saw no other files where changed since my last update 2 days ago, is it ok ?) -- Robert Ramiega | ro...@pl... IRC: _Jedi_ | Don't underestimate UIN: 13201047 | http://www.plukwa.net/ | the power of Source |
From: Roman Z. <zi...@fh...> - 2000-10-12 08:02:18
|
Hi, On Thu, 12 Oct 2000, Robert Ramiega wrote: > I recompiled only the modules (i had all that was related to parallel port > as modules in my .config) and here is what i got: > > modprobe parport_amiga > /lib/modules/2.4.0-test8/kernel/drivers/parport/parport_amiga.o: unresolved symbol iobarrier_rw Sorry, I should have tried to compile it. Should be fixed now. > (i updated only parport_amiga.c as i saw no other files where changed since > my last update 2 days ago, is it ok ?) Yes, that's ok, it's even enough here to do 'make modules SUBDIRS=drivers/parport'. bye, Roman |
From: Robert R. <ro...@pl...> - 2000-10-12 09:37:12
|
On Thu, Oct 12, 2000 at 09:56:23AM +0200, Roman Zippel wrote: > > modprobe parport_amiga > > /lib/modules/2.4.0-test8/kernel/drivers/parport/parport_amiga.o: unresolved symbol iobarrier_rw > > Sorry, I should have tried to compile it. Should be fixed now. no problem =o)) it happens =o))) this time modprobe/depmod doesn;t complain but printouts (small ps file) are screwed. Does order of modeprobing matter? (i first modeprobed parport, then parport_amiga and then lp) I don't think so but.... quick question: do You plan to import test9 anytime soon? (reason i'm asking is that i'm preparing myself for some work on input core; i already checkout'ed linuxconsole ruby from freshmeat and i noted that there is a file AGAINST-2.4.0-test9 in there) -- Robert Ramiega | ro...@pl... IRC: _Jedi_ | Don't underestimate UIN: 13201047 | http://www.plukwa.net/ | the power of Source |
From: Roman Z. <zi...@fh...> - 2000-10-12 20:14:45
|
Hi, > this time modprobe/depmod doesn;t complain but printouts (small ps file) are > screwed. Hmm, now I can only try to add some prints and see if I find something suspicious. Does it work in 2.2? > Does order of modeprobing matter? No. > quick question: > do You plan to import test9 anytime soon? (reason i'm asking is that i'm > preparing myself for some work on input core; i already checkout'ed > linuxconsole ruby from freshmeat and i noted that there is a file > AGAINST-2.4.0-test9 in there) I'm just importing it. :-) (Actually it's test10-pre1, but there aren't that much changes.) bye, Roman |
From: Robert R. <ro...@pl...> - 2000-10-12 22:32:27
|
Hi! On Thu, Oct 12, 2000 at 10:03:33PM +0200, Roman Zippel wrote: > Hi, > > > this time modprobe/depmod doesn;t complain but printouts (small ps file) are > > screwed. > > Hmm, now I can only try to add some prints and see if I find something > suspicious. i don;t know if this is of any value but after printing text file i always get one page more with just letter E in the upper left corner. When i print something else than text those page with E come out at random (sometimes it's the first page and another one or two at the end of printout; sometimes only after printing and i 2 or 3 copies) > Does it work in 2.2? Yes. It works perfectly. > > > AGAINST-2.4.0-test9 in there) > > I'm just importing it. :-) Wow! Great! thanks! -- Robert Ramiega | ro...@pl... IRC: _Jedi_ | Don't underestimate UIN: 13201047 | http://www.plukwa.net/ | the power of Source |
From: <fp...@zu...> - 2000-10-13 07:04:25
|
On Thu, Oct 12, 2000 at 10:03:33PM +0200, Roman Zippel wrote: > Hi, > > > this time modprobe/depmod doesn;t complain but printouts (small ps file) are > > screwed. > > Hmm, now I can only try to add some prints and see if I find something > suspicious. > Does it work in 2.2? Yes. But there was a time when 2.2 printing showed exactly the same behaviour. I cannot tell what fixed it there. In my case (I have a PS printer): Printing PS does not work, it goes "ignore data" after a while and prints nothing. Iswitched to LaserJet II mode to see what arrived at the printer, that looked OK to me. But it was 10 pages of PS prologue, and I did not read it thoroughly. Anyway, I inserted iobarriers aroung any access on ciab and even a delay loop in the write function. With the iobarriers it seemed to get further until ignoring data, the delay loop did not help at all. I tried all this back in 2.1 when printing did not work, with exactly the same results then. But 2.1 was fixed sometime. I do not remember whom when and how. I suspect the problem is the same as it was in 2.1 (2.2?) -- Frank Petzold, IBM Zurich Research Laboratory, Säumerstrasse 4, CH-8803 Rüschlikon/Switzerland, Tel. +41-1-724-84-42 Fax. +41-1-724-89-56 Business email: fp...@zu... Private email: pe...@he... The opinions expressed here are mine and not necessarily those of IBM. |
From: Michel <dae...@st...> - 2000-10-13 12:31:24
|
Robert Ramiega wrote: > i'm preparing myself for some work on input core; i already checkout'ed > linuxconsole ruby from freshmeat You mean sourceforge, right? If it's okay with the other developers, please tell us your SF user name Robert and we'll add you to the team. Time for you to start real hacking ;) One of the other admins please add him if I'm already away in vacation (leaving tonight). Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and The DRI Project |
From: Robert R. <ro...@pl...> - 2000-10-13 15:31:28
|
On Fri, Oct 13, 2000 at 02:29:23PM +0200, Michel Dänzer wrote: > Robert Ramiega wrote: > > > i'm preparing myself for some work on input core; i already checkout'ed > > linuxconsole ruby from freshmeat > > You mean sourceforge, right? umm yes... where is my head? > > If it's okay with the other developers, please tell us your SF user name give me a copule of hours so i'll dig it (i have it somewhere on disk of one machine in here <<and it's like 7 or so of them>>) and i have to leave now (it should be grey i think) > Robert and we'll add you to the team. Time for you to start real hacking ;) geee! stop frightening me! =o)))) > One of the other admins please add him if I'm already away in vacation > (leaving tonight). Please wait till there be something to put and i;ll need to be amongst developers to put it there... There is no rush and i really don't have total control over my time so i can't promise anything =o(((( I'm looking at input core and am trying to find some spare time.. (compiling kernel and stuff like that are easy you just push the buttons and see when and if it will blow =o))) input core requires more attention.... -- Robert Ramiega | ro...@pl... IRC: _Jedi_ | Don't underestimate UIN: 13201047 | http://www.plukwa.net/ | the power of Source |
From: Michel <dae...@st...> - 2000-10-13 16:11:55
|
Robert Ramiega wrote: > > If it's okay with the other developers, please tell us your SF user name > give me a copule of hours so i'll dig it (i have it somewhere on disk of > one machine in here <<and it's like 7 or so of them>>) and i have to leave > now (it should be grey i think) It is, I just found out using the SF people search. > > One of the other admins please add him if I'm already away in vacation > > (leaving tonight). > Please wait till there be something to put and i;ll need to be amongst > developers to put it there... I've just added you, welcome aboard! :) You can also use it for updating the web site, like for announcing IRC channels or whatever ;) > There is no rush and i really don't have total control over my time so i > can't promise anything =o(((( No problem. There will be a delay until you're really added - the infamous SF cron job delay. > I'm looking at input core and am trying to find some spare time.. > (compiling kernel and stuff like that are easy you just push the buttons and > see when and if it will blow =o))) input core requires more attention.... Yes, but I think it could be a good starting point. Let's hope that I'm right. Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and The DRI Project |
From: Michel <da...@re...> - 2000-10-10 14:22:18
|
Sven LUTHER wrote: > > On Tue, Oct 10, 2000 at 04:09:10PM +0200, Michel Dänzer wrote: > > Sven LUTHER wrote: > > > > > > > Maybe i could try it out on my work box, using XF4 on top of my G400 > > > > > framebuffer. > > > > > > > > I don't think the bug would show up there. The glint driver is still > > > > the only one (besides fbdev) which uses fbdevhw in Probe(). > > > > > > What about a permedia2 board then ? Maybe i should write a fbdev for my > > > dual pm3 board, i wanted to do it anyway. But the current fbdev support > > > in the glint driver would have to be changed anyway, as the permedia3 is > > > a 128 bit chip, unlike the permedia2. > > > > I don't see where that would be a problem wrt fbdev? > > Well, in the glint driver, you make assumption that the detected chip is a > pm2. but the pm3 is quite different. I don't remember well, but they would > be some things to change. It is not much, but it needs checking. I see. That only applies if fbdevhw was needed for _probing_, which isn't the case for a PCI system. Michel -- Earthling Michel Dänzer (MrCooper) \ CS student and free software enthusiast Debian GNU/Linux (powerpc,i386) user \ member of XFree86 and the DRI project |