public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Vasquez <praka@san.rr.com>
To: linux-scsi@vger.kernel.org
Subject: Re: Qlogic driver hang
Date: Thu, 2 Oct 2003 22:53:05 -0700	[thread overview]
Message-ID: <20031003055305.GA32001@praka.local.home> (raw)
In-Reply-To: <1065109530.24236.6127.camel@localhost.localdomain>

On Thu, 02 Oct 2003, Chris Worley wrote:

> In using the 6.06.00 version of the qlogic driver, the module load gets
> to:
> 
> 	Verifying chip...      
> 
> And hangs the system.  The older driver would print out:
> 
> 	Firmware version:  3.01.13, Driver version 6.01.00
> 
> at this point.  Any ideas what I'm doing wrong?
> 

So much for forward progress :O

Would it be possible to get the logs mentioned below?  I'm rather
curious where exactly (or as close as possible) the hang is occuring.
How 'hard' is the hang?  Is the cap-locks key available (light
flashes)?  Is the HBA connected to anything at the time of module
load?


> > I'd suggest we start from there.  If you are still experiencing
> > problems, forward the /var/log/messages file after you enable
> > 'Extended Error Logging' from the BIOS utility.  If you feel
> > comfortable changing some lines in the driver source, more descript
> > (helpful) logs can be obtained with the following three changes:
> > 
> > 	o In the qla_settings.h file change the following line from:
> > 
> > 		#define DEBUG_QLA2100		0  /* For Debug of qla2x00 */
> > 	 to
> > 		#define DEBUG_QLA2100		1  /* For Debug of qla2x00 */
> > 
> > 	o In the qla2x00.h file change the following line from:
> > 
> > 		/* #define QL_DEBUG_LEVEL_2  */ /* Output error msgs to COM1 */
> > 	  to
> > 		#define QL_DEBUG_LEVEL_2   /* Output error msgs to COM1 */
> > 
> > 	o In the qla2x00.c file change the following line from:
> > 
> > 		static int extended_error_logging = 0;	/* 0 = off, 1 = log errors */
> > 	  to
> > 		static int extended_error_logging = 1;	/* 0 = off, 1 = log errors */
> > 
> > Recompile & load the driver.
> > 

Regards,
Andrew Vasquez

  parent reply	other threads:[~2003-10-03 18:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <B179AE41C1147041AA1121F44614F0B060ED34@AVEXCH02.qlogic.org>
2003-10-02 15:45 ` Qlogic driver hang Chris Worley
2003-10-02 18:16   ` Steven Dake
2003-10-02 18:25     ` Mark Bellon
2003-10-02 19:24       ` Tim Pepper
2003-10-02 19:43         ` Mark Bellon
2003-10-03  5:53   ` Andrew Vasquez [this message]
2003-10-03 18:15   ` Andrew Vasquez

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=20031003055305.GA32001@praka.local.home \
    --to=praka@san.rr.com \
    --cc=linux-scsi@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