DocScrutinizer05 has quit [Ping timeout: 264 seconds]
sb0 has joined #qi-hardware
DocScrutinizer05 has joined #qi-hardware
DocScrutinizer05 has quit [Disconnected by services]
DocScrutinizer05 has joined #qi-hardware
DocScrutinizer05 has quit [Disconnected by services]
DocScrutinizer05 has joined #qi-hardware
qi-bot has quit [Ping timeout: 260 seconds]
qi-bot has joined #qi-hardware
dandon_ has joined #qi-hardware
dandon has quit [Ping timeout: 260 seconds]
dandon_ is now known as dandon
eintopf has quit [Ping timeout: 260 seconds]
uwe_mobile has quit [Ping timeout: 260 seconds]
uwe_mobile has joined #qi-hardware
eintopf has joined #qi-hardware
pcercuei has joined #qi-hardware
fdcx has quit [*.net *.split]
xiangfu has quit [*.net *.split]
frankblues has quit [*.net *.split]
frankblues has joined #qi-hardware
xiangfu has joined #qi-hardware
fdcx has joined #qi-hardware
<eintopf>
anybody know the special technical word for small fan molex connectors?
sandeepkr has joined #qi-hardware
pcercuei has quit [Quit: leaving]
<DocScrutinizer05>
look it up in datasheet of small fan ;-)
<whitequark>
JST connector maybe?
<eintopf>
yea looks like such...
<eintopf>
but I read another forum thread
<eintopf>
the idea was... I have second fan on my notebook and I want to connect it to the main fan - just for the sensing, that I don't get FAN ERROR at booting
<eintopf>
now in forum thread, somebody flashed the EEPROM with another notebook which don't have such second fan...
<eintopf>
and it worked
<eintopf>
I suppose now - in eeprom, there exists a magic bit where I can turn off the FAN ERROR check for the second fan
<eintopf>
but don't know which bit :-)
<eintopf>
sadly the guy didn't compare both hexdumps of eeprom
<eintopf>
I don't care about manipulating eeprom if the tool sets the correct CRC afterwards - but I care about that my system has no password afterwards set
<eintopf>
and I need to access i2c
<eintopf>
I think it's impossible to find that bit :(
<eintopf>
without having two eeproms
<eintopf>
dumps
<eintopf>
maybe... I could lookup in BIOS flashing tool
<eintopf>
and search for the eeprom default settings
<eintopf>
and then compare them, but... then I need to figure out which eeprom do the second fan check setting and which not
<eintopf>
this is real hacking :(
<eintopf>
another option in forum thread is to remove some circuits on the board :-)
<eintopf>
I really don't need the second fan, it's so loud
<eintopf>
sadly the bios has also no setting to disable the check... it's just some hidden config bit
<eintopf>
anybody ideas?
<eintopf>
I should maybe simple ask on the mailinglist for thinkpad_acpi - there is maybe one person which knows that bit :-)
<DocScrutinizer05>
eintopf: sorry you lost me. When you got NO fan connected then the sensing (actually ALARM) for that connector evidently is already disabled, since otherwise a missing signal from fan sensor is same effect like blocked fan
<DocScrutinizer05>
you CANNOT connect two fan sense signals to one jack
<DocScrutinizer05>
if your plan is to *remove* the 2nd fan and you can't disable the alarm in BIOS (usually that's pretty simple by either dedicated flag or by setting lower threshold to 0) then you simply could connect the sense input of FAN2_JACK to an arbitrary other fan's sense output, i.e connect sense pin of fan jack1 and jack2
<eintopf>
DocScrutinizer05: I want to remove the fan but with no warning message from bios afterwards - so yes
<eintopf>
that's my plan
<DocScrutinizer05>
sensors --set
<DocScrutinizer05>
is your friend
<eintopf>
I can't control the second fan
<DocScrutinizer05>
man sensors
<eintopf>
I mean I can control it but then the main fan is also disable -> big design failure
<DocScrutinizer05>
-s, --set
<DocScrutinizer05>
Evaluate all `set' statements in the configuration file and exit. You must be `root' to do this. If this parameter is not specified, no `set' statement is evaluated.