All of lore.kernel.org
 help / color / mirror / Atom feed
* the computer hangs when scans the adapter
@ 2005-05-19  6:24 AndyWu
  2005-05-19  6:24 ` AndyWu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: AndyWu @ 2005-05-19  6:24 UTC (permalink / raw)
  To: lm-sensors

Hi,
I'm using a board with ServerWorks OSB4 and a ADM1026 chip.
The computer always hangs here...
Next adapter: SMBus PIIX4 adapter at 0580 (Non-I2C SMBus adapter)
Do you want to scan it? (YES/no/selectively): YES
I'm using Redhat 7.3 with a generic 2.4.18 kernel, and lm_sensors-2.8.1.
However, if I add something like "print("$addr");" in the sensors-detect scirpt,
it won't hang anymore!
But still no chip detected.
I see no one report this issue on the website.
I'm appreciated if you can give me some help or advices.

Thanks in advance.

Andy


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20031016/07b614d5/attachment.html

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

* the computer hangs when scans the adapter
  2005-05-19  6:24 the computer hangs when scans the adapter AndyWu
  2005-05-19  6:24 ` AndyWu
  2005-05-19  6:24 ` Philip Pokorny
@ 2005-05-19  6:24 ` Jean Delvare
  2005-05-19  6:24 ` Mark Studebaker
  3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2005-05-19  6:24 UTC (permalink / raw)
  To: lm-sensors


> Hi,
> I'm using a board with ServerWorks OSB4 and a ADM1026 chip.
> The computer always hangs here...
> Next adapter: SMBus PIIX4 adapter at 0580 (Non-I2C SMBus adapter)
> Do you want to scan it? (YES/no/selectively): YES
> I'm using Redhat 7.3 with a generic 2.4.18 kernel, and
> lm_sensors-2.8.1. However, if I add something like "print("$addr");"
> in the sensors-detect scirpt, it won't hang anymore!

Strange. Where exactly do you add this line?

> But still no chip detected.
> I see no one report this issue on the website.
> I'm appreciated if you can give me some help or advices.

If you are sure you have a ServerWorks OSB4 and an ADM1026 chip, you
could skip the detection step and load i2c-piix4 and adm1026 directly.
That said, if sensors-detect has difficulties finding the chip, I expect
that it won't work that easily. Check the logs while inserting the
modules, it might give you relevant information.


-- 
Jean Delvare
http://www.ensicaen.ismra.fr/~delvare/

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

* the computer hangs when scans the adapter
  2005-05-19  6:24 the computer hangs when scans the adapter AndyWu
  2005-05-19  6:24 ` AndyWu
@ 2005-05-19  6:24 ` Philip Pokorny
  2005-05-19  6:24 ` Jean Delvare
  2005-05-19  6:24 ` Mark Studebaker
  3 siblings, 0 replies; 5+ messages in thread
From: Philip Pokorny @ 2005-05-19  6:24 UTC (permalink / raw)
  To: lm-sensors

Which motherboard do you have?

Jean Delvare wrote:
>>Hi,
>>I'm using a board with ServerWorks OSB4 and a ADM1026 chip.
>>The computer always hangs here...
>>Next adapter: SMBus PIIX4 adapter at 0580 (Non-I2C SMBus adapter)
>>Do you want to scan it? (YES/no/selectively): YES
>>I'm using Redhat 7.3 with a generic 2.4.18 kernel, and
>>lm_sensors-2.8.1. However, if I add something like "print("$addr");"
>>in the sensors-detect scirpt, it won't hang anymore!
> 
> 
> Strange. Where exactly do you add this line?
> 
> 
>>But still no chip detected.
>>I see no one report this issue on the website.
>>I'm appreciated if you can give me some help or advices.
> 
> 
> If you are sure you have a ServerWorks OSB4 and an ADM1026 chip, you
> could skip the detection step and load i2c-piix4 and adm1026 directly.
> That said, if sensors-detect has difficulties finding the chip, I expect
> that it won't work that easily. Check the logs while inserting the
> modules, it might give you relevant information.
> 
> 



-- 
Philip Pokorny, Director of Engineering
Tel: 415-358-2635   Fax: 415-358-2646   Toll Free: 888-PENGUIN
PENGUIN COMPUTING, INC.
www.penguincomputing.com

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

* the computer hangs when scans the adapter
  2005-05-19  6:24 the computer hangs when scans the adapter AndyWu
@ 2005-05-19  6:24 ` AndyWu
  2005-05-19  6:24 ` Philip Pokorny
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: AndyWu @ 2005-05-19  6:24 UTC (permalink / raw)
  To: lm-sensors

I add that line in 
scan_adapter

foreach $addr (0..0x7f) {
   print("$addr\n");
}

loop.

Then the output messages are: 
Client at address 0x00 can not be probed - unload all client driver first!
Client at address 0x01 can not be probed - unload all client driver first!
..
Client at address 0x7f can not be probed - unload all client driver first!


I try 
modprobe i2c-piix4
and 
modprobe adm1026

then after

adm 1026 :version 2.8.1(20031005)
adm 1026:See Http(....)
it hangs.

I'm using a rocky-3706EVG mother board. It's an industrial computer board.

Any suggestions?

thanks in advance.

Andy

-----Original Message-----
From: Jean Delvare [mailto:khali@linux-fr.org]
Sent: Friday, October 17, 2003 3:09 AM
To: AndyWu
Cc: sensors@Stimpy.netroedge.com
Subject: Re: the computer hangs when scans the adapter



> Hi,
> I'm using a board with ServerWorks OSB4 and a ADM1026 chip.
> The computer always hangs here...
> Next adapter: SMBus PIIX4 adapter at 0580 (Non-I2C SMBus adapter)
> Do you want to scan it? (YES/no/selectively): YES
> I'm using Redhat 7.3 with a generic 2.4.18 kernel, and
> lm_sensors-2.8.1. However, if I add something like "print("$addr");"
> in the sensors-detect scirpt, it won't hang anymore!

Strange. Where exactly do you add this line?

> But still no chip detected.
> I see no one report this issue on the website.
> I'm appreciated if you can give me some help or advices.

If you are sure you have a ServerWorks OSB4 and an ADM1026 chip, you
could skip the detection step and load i2c-piix4 and adm1026 directly.
That said, if sensors-detect has difficulties finding the chip, I expect
that it won't work that easily. Check the logs while inserting the
modules, it might give you relevant information.


-- 
Jean Delvare
http://www.ensicaen.ismra.fr/~delvare/

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

* the computer hangs when scans the adapter
  2005-05-19  6:24 the computer hangs when scans the adapter AndyWu
                   ` (2 preceding siblings ...)
  2005-05-19  6:24 ` Jean Delvare
@ 2005-05-19  6:24 ` Mark Studebaker
  3 siblings, 0 replies; 5+ messages in thread
From: Mark Studebaker @ 2005-05-19  6:24 UTC (permalink / raw)
  To: lm-sensors

some client driver claimed all addresses.
something is very wrong. Try rmmoding any client drivers.
Also rmmod and modprobe i2c-piix4.

AndyWu wrote:
> 
> I add that line in
> scan_adapter
> 
> foreach $addr (0..0x7f) {
>    print("$addr\n");
> }
> 
> loop.
> 
> Then the output messages are:
> Client at address 0x00 can not be probed - unload all client driver first!
> Client at address 0x01 can not be probed - unload all client driver first!
> ..
> Client at address 0x7f can not be probed - unload all client driver first!
> 
> I try
> modprobe i2c-piix4
> and
> modprobe adm1026
> 
> then after
> 
> adm 1026 :version 2.8.1(20031005)
> adm 1026:See Http(....)
> it hangs.
> 
> I'm using a rocky-3706EVG mother board. It's an industrial computer board.
> 
> Any suggestions?
> 
> thanks in advance.
> 
> Andy
> 
> -----Original Message-----
> From: Jean Delvare [mailto:khali@linux-fr.org]
> Sent: Friday, October 17, 2003 3:09 AM
> To: AndyWu
> Cc: sensors@Stimpy.netroedge.com
> Subject: Re: the computer hangs when scans the adapter
> 
> > Hi,
> > I'm using a board with ServerWorks OSB4 and a ADM1026 chip.
> > The computer always hangs here...
> > Next adapter: SMBus PIIX4 adapter at 0580 (Non-I2C SMBus adapter)
> > Do you want to scan it? (YES/no/selectively): YES
> > I'm using Redhat 7.3 with a generic 2.4.18 kernel, and
> > lm_sensors-2.8.1. However, if I add something like "print("$addr");"
> > in the sensors-detect scirpt, it won't hang anymore!
> 
> Strange. Where exactly do you add this line?
> 
> > But still no chip detected.
> > I see no one report this issue on the website.
> > I'm appreciated if you can give me some help or advices.
> 
> If you are sure you have a ServerWorks OSB4 and an ADM1026 chip, you
> could skip the detection step and load i2c-piix4 and adm1026 directly.
> That said, if sensors-detect has difficulties finding the chip, I expect
> that it won't work that easily. Check the logs while inserting the
> modules, it might give you relevant information.
> 
> --
> Jean Delvare
> http://www.ensicaen.ismra.fr/~delvare/

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

end of thread, other threads:[~2005-05-19  6:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-19  6:24 the computer hangs when scans the adapter AndyWu
2005-05-19  6:24 ` AndyWu
2005-05-19  6:24 ` Philip Pokorny
2005-05-19  6:24 ` Jean Delvare
2005-05-19  6:24 ` Mark Studebaker

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.