* nm256_audio.o
@ 2002-02-12 16:02 NyQuist
2002-02-12 16:14 ` nm256_audio.o Bruce Harada
0 siblings, 1 reply; 5+ messages in thread
From: NyQuist @ 2002-02-12 16:02 UTC (permalink / raw)
To: Kernel
Hi
I've a problem with this module. For some reason it locks up my laptop
when modprobed. I'm running redhat's 2.4.7-10 on an i686 and i'm using
the neomagic 256 chipset which I believe is a graphics/sound combination
(with 4 meg or so of mem), the comp is a dell latitude ls.
The card does work, as it runs under the commercial oss drivers, thing
is because the machine locks tight running the kernel 256_audio, I can't
get any debug information, the machine has to be physically
unplugged/debatteried (lucky I run ext3 :) Not even a messages error.
Anyone with any info? I'm gonna have a look and try to debug, but i'm no
kernel hacker.
Thks
--
NyQuist | Matthew Hall -- NyQuist at ntlworld dot com
Sig: Microsoft sells you Windows. Linux gives you the whole house.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: nm256_audio.o
2002-02-12 16:02 nm256_audio.o NyQuist
@ 2002-02-12 16:14 ` Bruce Harada
2002-02-12 16:31 ` nm256_audio.o NyQuist
0 siblings, 1 reply; 5+ messages in thread
From: Bruce Harada @ 2002-02-12 16:14 UTC (permalink / raw)
To: NyQuist; +Cc: linux-kernel
On 12 Feb 2002 16:02:15 +0000
NyQuist <NyQuist@ntlworld.com> wrote:
> Hi
> I've a problem with this module. For some reason it locks up my laptop
> when modprobed. I'm running redhat's 2.4.7-10 on an i686 and i'm using
> the neomagic 256 chipset which I believe is a graphics/sound combination
> (with 4 meg or so of mem), the comp is a dell latitude ls.
> The card does work, as it runs under the commercial oss drivers, thing
> is because the machine locks tight running the kernel 256_audio, I can't
> get any debug information, the machine has to be physically
> unplugged/debatteried (lucky I run ext3 :) Not even a messages error.
> Anyone with any info? I'm gonna have a look and try to debug, but i'm no
> kernel hacker.
A vague memory of when I used to use a neomagic-based laptop tells me that you
might want to try giving lilo (or whatever bootmanager you're using) a
parameter to limit your memory to 1MB less than your actual memory... although
this is from way back in 2.2.[789] days, I think. (For lilo, that would mean
typing mem=xxxM or adding append="mem=xxxM" to /etc/lilo.conf, where xxx is
your total RAM minus 1.)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: nm256_audio.o
2002-02-12 16:14 ` nm256_audio.o Bruce Harada
@ 2002-02-12 16:31 ` NyQuist
2002-02-12 17:24 ` nm256_audio.o Alan Cox
0 siblings, 1 reply; 5+ messages in thread
From: NyQuist @ 2002-02-12 16:31 UTC (permalink / raw)
To: Bruce Harada; +Cc: Kernel
On Tue, 2002-02-12 at 16:14, Bruce Harada wrote:
> On 12 Feb 2002 16:02:15 +0000
> NyQuist <NyQuist@ntlworld.com> wrote:
>
> > Hi
> > I've a problem with this module. For some reason it locks up my laptop
> > when modprobed. I'm running redhat's 2.4.7-10 on an i686 and i'm using
> > the neomagic 256 chipset which I believe is a graphics/sound combination
> > (with 4 meg or so of mem), the comp is a dell latitude ls.
> > The card does work, as it runs under the commercial oss drivers, thing
> > is because the machine locks tight running the kernel 256_audio, I can't
> > get any debug information, the machine has to be physically
> > unplugged/debatteried (lucky I run ext3 :) Not even a messages error.
> > Anyone with any info? I'm gonna have a look and try to debug, but i'm no
> > kernel hacker.
>
> A vague memory of when I used to use a neomagic-based laptop tells me that you
> might want to try giving lilo (or whatever bootmanager you're using) a
> parameter to limit your memory to 1MB less than your actual memory... although
> this is from way back in 2.2.[789] days, I think. (For lilo, that would mean
> typing mem=xxxM or adding append="mem=xxxM" to /etc/lilo.conf, where xxx is
> your total RAM minus 1.)
Still not working, but thanks for the info anyway. Tried with 1,2 and a
couple of megs down from the physical memory from meminfo, but still no
dice. Afaik, i remember something about the memory of the graphics and
audio being shared, and since X cuts in first, it gobbles the memory up.
Not sure about that one as it still doesn't work if i run init3 and kill
X.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: nm256_audio.o
2002-02-12 16:31 ` nm256_audio.o NyQuist
@ 2002-02-12 17:24 ` Alan Cox
2002-02-12 20:18 ` nm256_audio.o Pedro M. Rodrigues
0 siblings, 1 reply; 5+ messages in thread
From: Alan Cox @ 2002-02-12 17:24 UTC (permalink / raw)
To: NyQuist; +Cc: Bruce Harada, Kernel
> Still not working, but thanks for the info anyway. Tried with 1,2 and a
> couple of megs down from the physical memory from meminfo, but still no
> dice. Afaik, i remember something about the memory of the graphics and
> audio being shared, and since X cuts in first, it gobbles the memory up.
> Not sure about that one as it still doesn't work if i run init3 and kill
> X.
The Dell only works in 2.4.18pre7-ac3 or higher. Someone finally figured
out the problem and got me a fix. On other boxes its been fine for years
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: nm256_audio.o
2002-02-12 17:24 ` nm256_audio.o Alan Cox
@ 2002-02-12 20:18 ` Pedro M. Rodrigues
0 siblings, 0 replies; 5+ messages in thread
From: Pedro M. Rodrigues @ 2002-02-12 20:18 UTC (permalink / raw)
To: NyQuist, Alan Cox; +Cc: Bruce Harada, Kernel
The same (or related) thing happens with my Acer Travelmate 723TXV. Loading
the module would lock the machine, but only if i had started Windows 98 before and
warm booted the machine. After a cold boot, it would complain of a shared resource
(?) problem, and quit. I have yet to check that fix you mention.
/Pedro
>
> The Dell only works in 2.4.18pre7-ac3 or higher. Someone finally
> figured out the problem and got me a fix. On other boxes its been fine
> for years - To unsubscribe from this list: send the line "unsubscribe
> linux-kernel" in the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-02-12 20:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-12 16:02 nm256_audio.o NyQuist
2002-02-12 16:14 ` nm256_audio.o Bruce Harada
2002-02-12 16:31 ` nm256_audio.o NyQuist
2002-02-12 17:24 ` nm256_audio.o Alan Cox
2002-02-12 20:18 ` nm256_audio.o Pedro M. Rodrigues
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox