linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [isdn] avm fritz pci
@ 2003-05-19 11:45 Rafał 'rmrmg' Roszak
  2003-05-24  6:25 ` Rafał 'rmrmg' Roszak
  0 siblings, 1 reply; 6+ messages in thread
From: Rafał 'rmrmg' Roszak @ 2003-05-19 11:45 UTC (permalink / raw)
  To: linux-kernel

I have kernel 2.4.21-rc2  (I also tested 2.4.20 2.4.21-pre6, pre7 and
rc1) and when I use 2 channels connect, system crash. Hisax modul is
loaded with parametrs: 
modprobe hisax protocol=2 type=27


System: Slackware 9.0
gcc 3.2.3 (only 2.4.21-rc2 was compiled by this version, rest by
gcc-3.2.2 from slackware package)
isdn4k-utils-3.2p1

[root@slack:~#] lspci -vvv

00:0b.0 Network controller: AVM Audiovisuelles MKTG & Computer System
GmbH A1 ISDN [Fritz] (rev 02)	Subsystem: AVM Audiovisuelles MKTG &
Computer System GmbH FRITZ!Card ISDN Controller	Control: I/O+ Mem+ BusMaster-
SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-	Status: Cap-
66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort-
>SERR- <PERR-
	Interrupt: pin A routed to IRQ 5
	Region 0: Memory at ec000000 (32-bit, non-prefetchable) [size=32]
	Region 1: I/O ports at 7400 [size=32]



-- 
registered Linux user 261525 | Wszystko jest trudne przy
gg 2311504________rmrmg@wp.pl|    odpowiednim stopniu
RMRMG signature version 0.0.2|        abstrakcji

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [isdn] avm fritz pci
  2003-05-19 11:45 [isdn] avm fritz pci Rafał 'rmrmg' Roszak
@ 2003-05-24  6:25 ` Rafał 'rmrmg' Roszak
  2003-05-24 14:44   ` Carl-Daniel Hailfinger
  0 siblings, 1 reply; 6+ messages in thread
From: Rafał 'rmrmg' Roszak @ 2003-05-24  6:25 UTC (permalink / raw)
  To: linux-kernel

begin Rafał 'rmrmg' Roszak <rmrmg@wp.pl> quote:

> I have kernel 2.4.21-rc2  (I also tested 2.4.20 2.4.21-pre6, pre7 and
> rc1) and when I use 2 channels connect, system crash. Hisax modul is
> loaded with parametrs: 
> modprobe hisax protocol=2 type=27
> 
 
I have this problem also in 2.4.21-rc3
I compilded kernel with MAGIC_SYSRQ but I can't reboot system after
crash use Alt+PrtScr+[s,u,b] ...

-- 
registered Linux user 261525 | Wszystko jest trudne przy
gg 2311504________rmrmg@wp.pl|    odpowiednim stopniu
RMRMG signature version 0.0.2|        abstrakcji

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [isdn] avm fritz pci
  2003-05-24  6:25 ` Rafał 'rmrmg' Roszak
@ 2003-05-24 14:44   ` Carl-Daniel Hailfinger
       [not found]     ` <20030524193144.34dcd6b4.rmrmg@wp.pl>
  0 siblings, 1 reply; 6+ messages in thread
From: Carl-Daniel Hailfinger @ 2003-05-24 14:44 UTC (permalink / raw)
  To: Rafał 'rmrmg' Roszak; +Cc: linux-kernel

Rafał 'rmrmg' Roszak wrote:
> begin Rafał 'rmrmg' Roszak <rmrmg@wp.pl> quote:
> 
> 
>>I have kernel 2.4.21-rc2  (I also tested 2.4.20 2.4.21-pre6, pre7 and
>>rc1) and when I use 2 channels connect, system crash. Hisax modul is
>>loaded with parametrs: 
>>modprobe hisax protocol=2 type=27
>>
> 
>  
> I have this problem also in 2.4.21-rc3
> I compilded kernel with MAGIC_SYSRQ but I can't reboot system after
> crash use Alt+PrtScr+[s,u,b] ...

Did you enable SysRq with
echo 1 >/proc/sys/kernel/sysrq
If so, can you test if sysrq works while the system is not crashed?

In case SysRq doesn't work only after this crash, can you compile in the
NMI watchdog and boot with parameter
nmi_watchdog=1
That should print a backtrace if your system hangs hard and SysRq does
not work.
NOTE 1: You can see the backtrace only if you are not using X at that time.
NOTE 2: Your system will be dead after the NMI watchdog triggers. Please
write down the backtrace and pass it through ksymoops.

Regards,
Carl-Daniel
-- 
http://www.hailfinger.org/


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [isdn] avm fritz pci
       [not found]     ` <20030524193144.34dcd6b4.rmrmg@wp.pl>
@ 2003-05-24 18:44       ` Carl-Daniel Hailfinger
  2003-05-24 19:05         ` Zwane Mwaikambo
  0 siblings, 1 reply; 6+ messages in thread
From: Carl-Daniel Hailfinger @ 2003-05-24 18:44 UTC (permalink / raw)
  To: Rafa^(3) 'rmrmg' Roszak, Linux Kernel Mailing List

Rafał 'rmrmg' Roszak wrote:
> begin  Carl-Daniel Hailfinger <c-d.hailfinger.kernel.2003@gmx.net>
> quote:
> 
> 
>>Did you enable SysRq with
>>echo 1 >/proc/sys/kernel/sysrq
> 
> 
> default is 1 in this file
> 
> 
>>If so, can you test if sysrq works while the system is not crashed?
> 
> 
> yes, sysrq works  
> 
> 
>>In case SysRq doesn't work only after this crash, can you compile in
>>the NMI watchdog and boot with parameter
> 
> 
> sorry I can't find this in make menuconfig
> Could you help me?

It will be compiled in automatically if you select
"Local APIC Support on Uniprocessors" and "IO-APIC support on
uniprocessors", then boot with
nmi_watchdog=1

If your system hangs for longer than 5 seconds, the NMI watchdog will
print a backtrace on the console.


HTH,
Carl-Daniel
-- 
http://www.hailfinger.org/


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [isdn] avm fritz pci
  2003-05-24 18:44       ` Carl-Daniel Hailfinger
@ 2003-05-24 19:05         ` Zwane Mwaikambo
  2003-05-24 20:22           ` Rafał 'rmrmg' Roszak
  0 siblings, 1 reply; 6+ messages in thread
From: Zwane Mwaikambo @ 2003-05-24 19:05 UTC (permalink / raw)
  To: Carl-Daniel Hailfinger
  Cc: Rafa^(3) 'rmrmg' Roszak, Linux Kernel Mailing List

On Sat, 24 May 2003, Carl-Daniel Hailfinger wrote:

> It will be compiled in automatically if you select
> "Local APIC Support on Uniprocessors" and "IO-APIC support on
> uniprocessors", then boot with
> nmi_watchdog=1

He'd have more luck with nmi_watchdog=2 on UP (not a lot of UP 
motherboards have IOAPICs)

	Zwane
-- 
function.linuxpower.ca

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [isdn] avm fritz pci
  2003-05-24 19:05         ` Zwane Mwaikambo
@ 2003-05-24 20:22           ` Rafał 'rmrmg' Roszak
  0 siblings, 0 replies; 6+ messages in thread
From: Rafał 'rmrmg' Roszak @ 2003-05-24 20:22 UTC (permalink / raw)
  To: Zwane Mwaikambo; +Cc: linux-kernel

begin Zwane Mwaikambo <zwane@linuxpower.ca> quote:

> > It will be compiled in automatically if you select
> > "Local APIC Support on Uniprocessors" and "IO-APIC support on
> > uniprocessors", then boot with
> > nmi_watchdog=1
> 
> He'd have more luck with nmi_watchdog=2 on UP (not a lot of UP 
> motherboards have IOAPICs)

[root@slack:~#] dmesg | less
Kernel command line: vga=791 hdc=ide-scsi nmi_watchdog=2 
ide_setup: hdc=ide-scsi
No local APIC present or hardware disabled

my motherboard is aopen ax59pro
SysRq and NMI doesn't works
system crash after start download when use 2channel connection

-- 
registered Linux user 261525 | Wszystko jest trudne przy
gg 2311504________rmrmg@wp.pl|    odpowiednim stopniu
RMRMG signature version 0.0.2|        abstrakcji

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-05-24 20:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-19 11:45 [isdn] avm fritz pci Rafał 'rmrmg' Roszak
2003-05-24  6:25 ` Rafał 'rmrmg' Roszak
2003-05-24 14:44   ` Carl-Daniel Hailfinger
     [not found]     ` <20030524193144.34dcd6b4.rmrmg@wp.pl>
2003-05-24 18:44       ` Carl-Daniel Hailfinger
2003-05-24 19:05         ` Zwane Mwaikambo
2003-05-24 20:22           ` Rafał 'rmrmg' Roszak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).