RE: [Cooker] kernel is very buggy

2001-10-04 Thread Eugenio Diaz

I upgraded to 2.4.10-1mdk last night, and tried to setup the OSS (4FronTech).
The setup went fine, and the insertion/initialization of the modules too; but
when I tried to play a wav file, I got another oops. It was a page allocation
oops. The funny thing is that even tough the kernel had a panic and the machine
was locked up, the sound kept playing in a loop. I guess since it was not
servicing any more interrupts, the sound card was caught in a loop.

What do you guys think?

=

Eugenio Diaz, BSEE/BSCE   
Linux Engineer
[EMAIL PROTECTED]

__
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1




Re: [Cooker] kernel is very buggy

2001-10-03 Thread Oden Eriksson

torsdagen den 4 oktober 2001 05.59 skrev Oden Eriksson:
> torsdagen den 4 oktober 2001 05.32 skrev Eugenio Diaz:
> > --- Chmouel Boudjnah <[EMAIL PROTECTED]> wrote:
> > > Eugenio Diaz <[EMAIL PROTECTED]> writes:
> > > > It looks like a virtual memory problem ... I hope this was not the
> > > > kernel shipped with 8.1 ... and that we get the 2.4.10-ac soon ...
> > >
> > > strange :p, never see this problem, can you install ksymoops package
> > > and do :
> > >
> > > ksymoops < /var/log/messages > OOPS
> > >
> > > and send me the OOPS file ?
> >
> > Not sure if it would help ... but here it is. While reading the log, keep
> > in mind I was trying to make my sound card (Ensoniq VIVO90) work both
> > with alsa, OSS/Free and OSS/comercial.
>
> Quick fix for "ksymoops".
>
> find /lib/modules/2.4.8-26mdk/ -name "*.o.gz" | xargs gunzip
> ksymoops < /var/log/messages > OOPS
> find /lib/modules/2.4.8-26mdk/ -name "*.o" | xargs gzip
>
> :)

Ehhh, maybe it should be:

find /lib/modules/2.4.8-26mdk/ -name "*.o.gz" | xargs gunzip
depmod -a -e -F /boot/System.map
ksymoops < /var/log/messages > OOPS
find /lib/modules/2.4.8-26mdk/ -name "*.o" | xargs gzip
depmod -a -e -F /boot/System.map

?

I don't know, I have never had any oopses...


-- 
Oden Eriksson, Jokkmokk, Sweden
LM8.1, 2.4.10-1mdksmp, @   3:14




Re: [Cooker] kernel is very buggy

2001-10-03 Thread Oden Eriksson

torsdagen den 4 oktober 2001 05.32 skrev Eugenio Diaz:
> --- Chmouel Boudjnah <[EMAIL PROTECTED]> wrote:
> > Eugenio Diaz <[EMAIL PROTECTED]> writes:
> > > It looks like a virtual memory problem ... I hope this was not the
> > > kernel shipped with 8.1 ... and that we get the 2.4.10-ac soon ...
> >
> > strange :p, never see this problem, can you install ksymoops package
> > and do :
> >
> > ksymoops < /var/log/messages > OOPS
> >
> > and send me the OOPS file ?
>
> Not sure if it would help ... but here it is. While reading the log, keep
> in mind I was trying to make my sound card (Ensoniq VIVO90) work both with
> alsa, OSS/Free and OSS/comercial.

Quick fix for "ksymoops".

find /lib/modules/2.4.8-26mdk/ -name "*.o.gz" | xargs gunzip
ksymoops < /var/log/messages > OOPS
find /lib/modules/2.4.8-26mdk/ -name "*.o" | xargs gzip

:)

-- 
Oden Eriksson, Jokkmokk, Sweden
LM8.1, 2.4.10-1mdksmp, @   3:05




RE: [Cooker] kernel is very buggy

2001-10-03 Thread Eugenio Diaz

--- Borsenkow Andrej <[EMAIL PROTECTED]> wrote:
> 
> 
> It was (and is) and I have never had VM problems. Have you checked your
> RAM?

Unless my RAM got mad at me for installing a new kernel, and decided to mess
with a few bits here and there exactly after I upgraded the kernel ... not very
likely if you ask a mathematician ;)

BTW, do you read the kernel mailing list?

=

Eugenio Diaz, BSEE/BSCE   
Linux Engineer
[EMAIL PROTECTED]

__
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1




Re: [Cooker] kernel is very buggy

2001-10-03 Thread Vincent Danen

On Wed Oct 03, 2001 at 02:32:12PM +0400, Borsenkow Andrej wrote:

> > It looks like a virtual memory problem ... I hope this was not the
> > kernel shipped with 8.1 ... 
> 
> It was (and is) and I have never had VM problems. Have you checked your
> RAM?

I've had these problems.  Strange thing is after lots of messing
around, I can get my machine working with PC100 RAM but not PC133
RAM... PC133 causes the 8.1 installer to fail with lots of memory
errors and caused a number of oopses with the kernel (random things,
no one particular way to crash it).

I'm pretty sure my motherboard is hosed and that is the problem (here
at least), so it could very well be a RAM or motherboard issue for him
as well.  It's really wierd (or 2.4.8 is ultra sensitive to the
hardware somehow, but I doubt that's it).

The reason I think this is I even tried installing 8.0 and got errors
during install there as well when before it worked fine.  And as soon
as I put PC100 RAM in there (despite BIOS being set to 133),
everything cleared up.

-- 
[EMAIL PROTECTED], OpenPGP key available on www.keyserver.net
1024D/FE6F2AFD   88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD
 - Danen Consulting Serviceswww.danen.net, www.freezer-burn.org
 - MandrakeSoft, Inc. Security  www.linux-mandrake.com

Current Linux kernel 2.4.8-26mdk uptime: 10 hours 45 minutes.

 PGP signature


RE: [Cooker] kernel is very buggy

2001-10-03 Thread Borsenkow Andrej


> 
> It looks like a virtual memory problem ... I hope this was not the
> kernel shipped with 8.1 ... 

It was (and is) and I have never had VM problems. Have you checked your
RAM?

> and that we get the 2.4.10-ac soon ...
> 

Ditto.


-andrej