* maestro3 driver hangs dell laptop @ 2003-08-03 21:02 juan loco 2003-08-05 13:58 ` Takashi Iwai 0 siblings, 1 reply; 8+ messages in thread From: juan loco @ 2003-08-03 21:02 UTC (permalink / raw) To: alsa-devel i have a dell c600 laptop running kernel 2.4.21 when i load the maestro driver , my system hangs 2 seconds later. i tried 2.4.20 / 2.6.0-test , same problem i use alsa version 0.9.5 what informations should i provide to help me trace the freeze ? ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: maestro3 driver hangs dell laptop 2003-08-03 21:02 maestro3 driver hangs dell laptop juan loco @ 2003-08-05 13:58 ` Takashi Iwai [not found] ` <20030805140827.GB25707@athena> 0 siblings, 1 reply; 8+ messages in thread From: Takashi Iwai @ 2003-08-05 13:58 UTC (permalink / raw) To: juan loco; +Cc: alsa-devel At Sun, 3 Aug 2003 23:02:37 +0200, juan loco wrote: > > i have a dell c600 laptop running kernel 2.4.21 > > when i load the maestro driver , my system hangs 2 seconds later. > > i tried 2.4.20 / 2.6.0-test , same problem is ACPI enabled? Takashi ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <20030805140827.GB25707@athena>]
* Re: maestro3 driver hangs dell laptop [not found] ` <20030805140827.GB25707@athena> @ 2003-08-05 14:12 ` Takashi Iwai 2003-08-07 0:04 ` juan 2003-08-07 8:28 ` juan 0 siblings, 2 replies; 8+ messages in thread From: Takashi Iwai @ 2003-08-05 14:12 UTC (permalink / raw) To: juan; +Cc: alsa-devel At Tue, 5 Aug 2003 16:08:27 +0200, juan wrote: > > On Tuesday 05 August, 2003 ? 03:58:34PM +0200, Takashi Iwai wrote: > > At Sun, 3 Aug 2003 23:02:37 +0200, > > juan loco wrote: > > > > > > i have a dell c600 laptop running kernel 2.4.21 > > > > > > when i load the maestro driver , my system hangs 2 seconds later. > > > > > > i tried 2.4.20 / 2.6.0-test , same problem > > > > is ACPI enabled? > > > i tried with/without preempt and acpi , same hardware freeze > how can i trace the problem ? it's hard since the machines dies :( do you see the LED blinking? if yes, you could see a last kernel dieing message in the log terminal (often alt+F10 in linux console). try to switch to that one quickly after loading the module, and wait for the death. if sysrq is enabled in the kernel, you can see even the backtrace via alt+sysrq+P. Takashi ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: maestro3 driver hangs dell laptop 2003-08-05 14:12 ` Takashi Iwai @ 2003-08-07 0:04 ` juan 2003-08-07 14:31 ` Takashi Iwai 2003-08-07 8:28 ` juan 1 sibling, 1 reply; 8+ messages in thread From: juan @ 2003-08-07 0:04 UTC (permalink / raw) To: alsa-devel On Tuesday 05 August, 2003 ? 04:12:22PM +0200, Takashi Iwai wrote: > At Tue, 5 Aug 2003 16:08:27 +0200, > > do you see the LED blinking? > if yes, you could see a last kernel dieing message in the log terminal > (often alt+F10 in linux console). try to switch to that one quickly > after loading the module, and wait for the death. if sysrq is enabled > in the kernel, you can see even the backtrace via alt+sysrq+P. what i do when i want to load the faulty maestro3 is boot with init=/bin/sh ro , so i really have only one console. when the machine is frozen, nothing works not even sys req keys ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: maestro3 driver hangs dell laptop 2003-08-07 0:04 ` juan @ 2003-08-07 14:31 ` Takashi Iwai 2003-08-07 15:19 ` juan 0 siblings, 1 reply; 8+ messages in thread From: Takashi Iwai @ 2003-08-07 14:31 UTC (permalink / raw) To: juan; +Cc: alsa-devel At Thu, 7 Aug 2003 02:04:35 +0200, juan wrote: > > On Tuesday 05 August, 2003 ? 04:12:22PM +0200, Takashi Iwai wrote: > > At Tue, 5 Aug 2003 16:08:27 +0200, > > > > do you see the LED blinking? > > if yes, you could see a last kernel dieing message in the log terminal > > (often alt+F10 in linux console). try to switch to that one quickly > > after loading the module, and wait for the death. if sysrq is enabled > > in the kernel, you can see even the backtrace via alt+sysrq+P. > > what i do when i want to load the faulty maestro3 is boot with > init=/bin/sh ro , so i really have only one console. > > when the machine is frozen, nothing works not even sys req keys well, then it's difficult to debug... my wild guess is that a pending irq is issued which is not processed nor ack'ed by snd-maestro3's interrupt handler. or, possibly, a wrong set-up of GPIOs. but in both cases, i have no idea what can cause after two seconds, not immediately after the loading of the module. are other modules (e.g. network, etc) share the same irq? Takashi ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: maestro3 driver hangs dell laptop 2003-08-07 14:31 ` Takashi Iwai @ 2003-08-07 15:19 ` juan 2003-08-07 15:24 ` Takashi Iwai 0 siblings, 1 reply; 8+ messages in thread From: juan @ 2003-08-07 15:19 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel On Thursday 07 August, 2003 ? 04:31:17PM +0200, Takashi Iwai wrote: > > well, then it's difficult to debug... > > my wild guess is that a pending irq is issued which is not processed > nor ack'ed by snd-maestro3's interrupt handler. or, possibly, a wrong > set-up of GPIOs. what method do you propose to locate the bug ? someone suggested to put prinks in the maestro functions... > but in both cases, i have no idea what can cause after two seconds, > not immediately after the loading of the module. > are other modules (e.g. network, etc) share the same irq? no the card has the irq 5 for itself ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: maestro3 driver hangs dell laptop 2003-08-07 15:19 ` juan @ 2003-08-07 15:24 ` Takashi Iwai 0 siblings, 0 replies; 8+ messages in thread From: Takashi Iwai @ 2003-08-07 15:24 UTC (permalink / raw) To: juan; +Cc: alsa-devel At Thu, 7 Aug 2003 17:19:03 +0200, juan wrote: > > On Thursday 07 August, 2003 ? 04:31:17PM +0200, Takashi Iwai wrote: > > > > well, then it's difficult to debug... > > > > my wild guess is that a pending irq is issued which is not processed > > nor ack'ed by snd-maestro3's interrupt handler. or, possibly, a wrong > > set-up of GPIOs. > > what method do you propose to locate the bug ? > someone suggested to put prinks in the maestro functions... yep, it always works, but you'll need anyway two vt's to see the kernel messages in real-time. Takashi ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: maestro3 driver hangs dell laptop 2003-08-05 14:12 ` Takashi Iwai 2003-08-07 0:04 ` juan @ 2003-08-07 8:28 ` juan 1 sibling, 0 replies; 8+ messages in thread From: juan @ 2003-08-07 8:28 UTC (permalink / raw) To: Takashi Iwai; +Cc: alsa-devel On Tuesday 05 August, 2003 ? 04:12:22PM +0200, Takashi Iwai wrote: > do you see the LED blinking? > if yes, you could see a last kernel dieing message in the log terminal no the leds stay on. ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2003-08-07 15:24 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-03 21:02 maestro3 driver hangs dell laptop juan loco
2003-08-05 13:58 ` Takashi Iwai
[not found] ` <20030805140827.GB25707@athena>
2003-08-05 14:12 ` Takashi Iwai
2003-08-07 0:04 ` juan
2003-08-07 14:31 ` Takashi Iwai
2003-08-07 15:19 ` juan
2003-08-07 15:24 ` Takashi Iwai
2003-08-07 8:28 ` juan
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.