public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Cory Bell <cory.bell@usa.net>
To: Daniel Gryniewicz <dang@fprintf.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: IRQ Routing Problem on ALi Chipset Laptop (HP Pavilion N5425)
Date: 07 Dec 2001 14:32:54 -0800	[thread overview]
Message-ID: <1007764377.10793.2.camel@localhost.localdomain> (raw)
In-Reply-To: <20011207164817.179789a7.dang@fprintf.net>
In-Reply-To: <Pine.LNX.4.33.0112070925280.851-100000@segfault.osdlab.org> <1007760235.10687.0.camel@localhost.localdomain>  <20011207164817.179789a7.dang@fprintf.net>

On Fri, 2001-12-07 at 13:48, Daniel Gryniewicz wrote:
> I have a N5415 with the shipped BIOS.  (I've downloaded but not applied the
> BIOS update.  I'd have to boot into Windows to apply it. :)  What do you want
> me to send you?

Thanks for the response! I'm assuming the N5415 is an AMD Athlon or
Duron based notebook (some are PIII/Celeron). Are you having the same
problem with USB?

WRT the BIOS update, if you have WINE, you can run the .exe (I had to
use the keyboard shortcut for "Next", clicking didn't work). It won't
actually create the update disk, but it will extract the disk image into
an oddly-named directory under your WINE "TMP" directory. Look for
BIOS.IMG. Then run "dd if=BIOS.IMG of=/dev/fd0 bs=32c skip=1" (their
image format has a 32-byte header) and boom, there's your update disk!
It's even bootable.

The following patch will cause your DMI info to be printed to the screen
on boot. If you just apply the patch, recompile, and email (off-list) me
the "dmesg" output, that should be all I need. If you're feeling extra
helpful, email me the output of "dump_pirq" (from the pcmcia-cs package,
in the "debug-tools" directory) and "lspci -vvvxxx", too.

*** CUT HERE ***
--- linux/arch/i386/kernel/dmi_scan.c	Mon Nov 26 14:39:41 2001
+++ linux/arch/i386/kernel/dmi_scan.c	Fri Dec  7 14:25:18 2001
@@ -20,8 +20,8 @@
 	u16	handle;
 };
 
-#define dmi_printk(x)
-//#define dmi_printk(x) printk x
+//#define dmi_printk(x)
+#define dmi_printk(x) printk x
 
 static char * __init dmi_string(struct dmi_header *dm, u8 s)
 {
*** CUT HERE ***

Thanks again!

-Cory


  reply	other threads:[~2001-12-07 22:42 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-05  5:16 IRQ Routing Problem on ALi Chipset Laptop (HP Pavilion N5425) Cory Bell
2001-12-05  5:58 ` John Clemens
2001-12-05  8:40   ` Cory Bell
2001-12-05 16:41     ` John Clemens
2001-12-05 16:54       ` Daniel Gryniewicz
2001-12-05 18:48         ` James Cassidy
2001-12-05 19:43           ` Daniel Gryniewicz
2001-12-06  7:00       ` Cory Bell
2001-12-06 15:11         ` John Clemens
2001-12-07  0:41           ` Cory Bell
2001-12-07  1:03             ` Randy.Dunlap
2001-12-07  1:27               ` Cory Bell
2001-12-07 16:24                 ` rddunlap
2001-12-07 17:35                 ` Patrick Mochel
2001-12-07 21:23                   ` Cory Bell
2001-12-07 21:48                     ` Daniel Gryniewicz
2001-12-07 22:32                       ` Cory Bell [this message]
2001-12-08 22:38                     ` Pavel Machek
2001-12-08 23:04                     ` Pavel Machek
2001-12-09 20:02                       ` Cory Bell
2001-12-10 10:49                         ` Pavel Machek
2001-12-19 21:53                         ` Pavel Machek
2001-12-20 21:48                           ` Kai Germaschewski
2001-12-20 22:40                             ` Pavel Machek
2001-12-20 23:58                               ` Kai Germaschewski
2001-12-07 20:33             ` Pavel Machek
2001-12-09  5:37               ` Cory Bell
2001-12-09 13:13                 ` Pavel Machek
2001-12-10 15:26                   ` John Clemens
2001-12-10 16:04                     ` Pavel Machek
2001-12-10 17:53                       ` John Clemens
2001-12-11  1:53                         ` Cory Bell
2001-12-11  9:45                           ` Pavel Machek
2001-12-10 18:32                     ` Pavel Machek
2001-12-10 20:56                     ` Cory Bell
2001-12-10 11:03                 ` Pavel Machek
2001-12-10 16:01                 ` Pavel Machek
2001-12-10 21:24                   ` Cory Bell
2001-12-11 10:02                     ` Pavel Machek
2001-12-11 10:14                 ` Pavel Machek
2001-12-11 15:19                   ` Cory Bell
2001-12-11 15:36                     ` Pavel Machek
2001-12-11 17:08                       ` Cory Bell
  -- strict thread matches above, loose matches on Subject: below --
2001-12-07 18:13 Grover, Andrew

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1007764377.10793.2.camel@localhost.localdomain \
    --to=cory.bell@usa.net \
    --cc=dang@fprintf.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox