public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* How to flash "Message LED" on Asus PC-DL via ACPI?
@ 2007-05-08  0:08 northy
  2007-05-08  8:20 ` Corentin CHARY
  0 siblings, 1 reply; 6+ messages in thread
From: northy @ 2007-05-08  0:08 UTC (permalink / raw)
  To: linux-acpi

Hi everyone! 

I am currently trying to get the "Message LED" flashing on my Asus PC-DL mainboard. 
The LED flashed fine during POST and the Asus manual states, that an OS with ACPI support is needed to take control of the LED. 

I want to create a script that checks for certain system event's (temperature, fan failure, etc.) , and if any of them returns with the value "true", the LED should flash. 

In order to get this up and running, I downloaded ACPI4Asus-0.41 (I'm running kernel 2.6.20, Fedora Core 6), which compiles fine. 
However, when I run "modprobe asus_acpi", there is no entry in the "dmesg" or "/var/log/messages". Running "lsmod" shows, that asus_acpi is loaded though. 
According to the ACPI4Asus-README, there should be a folder called /sys/devices/platform/asus-laptop/. This one does not exist at all. 

I also tried installing "acpitool", and running "acpitool -m 1", however it just gave me the feedback that no Asus ACPI was loaded. 

Have any of you got some ideas on what could be wrong, or what else I could try to get the LED to flash? 

Thank you very much for any ideas/support.
I did try to mail my question to the acpi4asus list, but unfortunately that one does not exist any longer.

Regards, 
Sebastian  
-

Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren
ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT JETZT bei Arcor: günstig
und schnell mit DSL - das All-Inclusive-Paket für clevere Doppel-Sparer,
nur  39,85 €  inkl. DSL- und ISDN-Grundgebühr!
http://www.arcor.de/rd/emf-dsl-2
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: How to flash "Message LED" on Asus PC-DL via ACPI?
  2007-05-08  0:08 How to flash "Message LED" on Asus PC-DL via ACPI? northy
@ 2007-05-08  8:20 ` Corentin CHARY
  2007-05-08 16:05   ` northy
  0 siblings, 1 reply; 6+ messages in thread
From: Corentin CHARY @ 2007-05-08  8:20 UTC (permalink / raw)
  To: northy; +Cc: linux-acpi

Le Tuesday 08 May 2007 02:08:26 northy@arcor.de, vous avez écrit :
> Hi everyone!

> run "modprobe asus_acpi", there is no entry in the "dmesg" or
modprobe asus-laptop
asus_acpi is the old driver.

Can you send your dsdt ? 

Thanks


-- 
CHARY 'Iksaif' Corentin
http://xf.iksaif.net
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: How to flash "Message LED" on Asus PC-DL via ACPI?
  2007-05-08  8:20 ` Corentin CHARY
@ 2007-05-08 16:05   ` northy
  2007-05-08 16:14     ` Corentin CHARY
       [not found]     ` <27928223.1178645635586.JavaMail.ngmail@webmail12>
  0 siblings, 2 replies; 6+ messages in thread
From: northy @ 2007-05-08 16:05 UTC (permalink / raw)
  To: corentincj; +Cc: linux-acpi

> Le Tuesday 08 May 2007 02:08:26 northy@arcor.de, vous avez écrit : 
> > Hi everyone! 
> 
> > run "modprobe asus_acpi", there is no entry in the "dmesg" or 
> modprobe asus-laptop 
> asus_acpi is the old driver. 

That is strange. I compiled acpi4asus-0.41, and this is the output when I try to modprobe asus-laptop: 
[root@shadow acpi4asus-0.41]# modprobe asus-laptop 
FATAL: Error inserting asus_laptop (/lib/modules/2.6.20-1.2948.fc6/acpi/asus-laptop.ko): No such device 

but modprobe asus_acpi seems to work fine (if you disregard the missing dmesg output) 

[root@shadow acpi4asus-0.41]# modprobe asus_acpi 
[root@shadow acpi4asus-0.41]# 


> Can you send your dsdt ? 
> 
> Thanks 
> 
> 
> -- 
> CHARY 'Iksaif' Corentin 
> http://xf.iksaif.net 
> 

sent to your e-mail address. 
Thanks for your help! 
--

Sebastian Prochnow

Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren
ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT JETZT bei Arcor: günstig
und schnell mit DSL - das All-Inclusive-Paket für clevere Doppel-Sparer,
nur  39,85 €  inkl. DSL- und ISDN-Grundgebühr!
http://www.arcor.de/rd/emf-dsl-2
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: How to flash "Message LED" on Asus PC-DL via ACPI?
  2007-05-08 16:05   ` northy
@ 2007-05-08 16:14     ` Corentin CHARY
       [not found]     ` <27928223.1178645635586.JavaMail.ngmail@webmail12>
  1 sibling, 0 replies; 6+ messages in thread
From: Corentin CHARY @ 2007-05-08 16:14 UTC (permalink / raw)
  To: northy; +Cc: linux-acpi

> That is strange. I compiled acpi4asus-0.41, and this is the output when I
> try to modprobe asus-laptop: [root@shadow acpi4asus-0.41]# modprobe
> asus-laptop
> FATAL: Error inserting asus_laptop
> (/lib/modules/2.6.20-1.2948.fc6/acpi/asus-laptop.ko): No such device
# rmmod asus_acpi
# modprobe asus_laptop 
;)

and can you do that  ? :
# cat /proc/acpi/dsdt > /tmp/dsdt
and send me the dsdt ?

thanks


-- 
CHARY 'Iksaif' Corentin
http://xf.iksaif.net

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

* Re: How to flash "Message LED" on Asus PC-DL via ACPI?
       [not found]     ` <27928223.1178645635586.JavaMail.ngmail@webmail12>
@ 2007-05-08 17:37       ` northy
  2007-05-08 19:02         ` Corentin CHARY
  0 siblings, 1 reply; 6+ messages in thread
From: northy @ 2007-05-08 17:37 UTC (permalink / raw)
  To: linux-acpi

> That is strange. I compiled acpi4asus-0.41, and this is the output when I
> try to modprobe asus-laptop: [root@shadow acpi4asus-0.41]# modprobe
> asus-laptop
> FATAL: Error inserting asus_laptop
> (/lib/modules/2.6.20-1.2948.fc6/acpi/asus-laptop.ko): No such device
> # rmmod asus_acpi
> # modprobe asus_laptop 
> ;)

"rmmod asus_acpi" ran through fine, however I still can't load the asus_laptop/asus-laptop module.
[root@shadow acpi4asus-0.41]# modprobe asus-laptop
FATAL: Error inserting asus_laptop
(/lib/modules/2.6.20-1.2948.fc6/acpi/asus-laptop.ko): No such device
[root@shadow acpi4asus-0.41]# modprobe asus_laptop
FATAL: Error inserting asus_laptop
(/lib/modules/2.6.20-1.2948.fc6/acpi/asus-laptop.ko): No such device
 
I tried recompiling the package, but that didn't change anything either :/
  
> and can you do that  ? :
> # cat /proc/acpi/dsdt > /tmp/dsdt
> and send me the dsdt ?
 
I've uploaded the file here:
http://home.arcor.de/northy/dsdt
 
---
Thanks :)
Regards, Sebastian

Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren
ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT JETZT bei Arcor: günstig
und schnell mit DSL - das All-Inclusive-Paket für clevere Doppel-Sparer,
nur  39,85 €  inkl. DSL- und ISDN-Grundgebühr!
http://www.arcor.de/rd/emf-dsl-2
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: How to flash "Message LED" on Asus PC-DL via ACPI?
  2007-05-08 17:37       ` northy
@ 2007-05-08 19:02         ` Corentin CHARY
  0 siblings, 0 replies; 6+ messages in thread
From: Corentin CHARY @ 2007-05-08 19:02 UTC (permalink / raw)
  To: northy; +Cc: linux-acpi

Hum ... it's a motherboard not a laptop ...
So, you can't use asus_acpi/asus-laptop ..
Anyway, it's probably easy to make a driver to use this "Message LED", but 
without the motherboard on my desk, it will be hard ^^


-- 
CHARY 'Iksaif' Corentin
http://xf.iksaif.net

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

end of thread, other threads:[~2007-05-08 19:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-08  0:08 How to flash "Message LED" on Asus PC-DL via ACPI? northy
2007-05-08  8:20 ` Corentin CHARY
2007-05-08 16:05   ` northy
2007-05-08 16:14     ` Corentin CHARY
     [not found]     ` <27928223.1178645635586.JavaMail.ngmail@webmail12>
2007-05-08 17:37       ` northy
2007-05-08 19:02         ` Corentin CHARY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox