Re: ACPI for Asus Notebook N50Vc

2012-02-21 Thread simplicissimus
Thanks again for your time and the patch; unfortunately it gives me an error
message:

http://paste.pocoo.org/show/554781/

This is my modified acpi_asus.c :

http://paste.pocoo.org/show/554783/

I hope I got the changes to the file right.

Regards
Simplicissimus

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/ACPI-for-Asus-Notebook-N50Vc-tp5467015p5503811.html
Sent from the freebsd-acpi mailing list archive at Nabble.com.
___
freebsd-acpi@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to freebsd-acpi-unsubscr...@freebsd.org


Re: ACPI for Asus Notebook N50Vc

2012-02-13 Thread simplicissimus
Hello John,

Thank you very much for your patch.

This is how my laptop’s behaviour changed:

% sysctl -a | grep -i asus
hw.acpi.asus.lcd_brightness: 4
dev.acpi.0.%desc: _ASUS_ Notebook
dev.acpi_asus.0.%desc: Asus N50Vc Laptop Extras
dev.acpi_asus.0.%driver: acpi_asus
dev.acpi_asus.0.%location: handle=\_SB_.ATKD
dev.acpi_asus.0.%pnpinfo: _HID=ATK0100 _UID=16843008
dev.acpi_asus.0.%parent: acpi0

hw.acpi.asus.lcd_brightness shows the correct brightness (with acpi_video
loaded).

My notebook has a combined switch for wifi/bluetooth.
Without (the modified) acpi_asus the Wifi LED would be always off, although
wifi worked.
By pressing the button, bluetooth was toggled on/off with the corresponding
LED going on/off.

Now the button cycles through these LED statuses:
both on  both off  wifi only  bluetooth only
Wifi stays on all the time, bluetooth works as it is supposed to (like it
did before).

Is there a chance to get ATK0110 events working? I tried xev, but had no
output there.

Thanks in advance

Simplicissimus

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/ACPI-for-Asus-Notebook-N50Vc-tp5467015p5480937.html
Sent from the freebsd-acpi mailing list archive at Nabble.com.
___
freebsd-acpi@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to freebsd-acpi-unsubscr...@freebsd.org


ACPI for Asus Notebook N50Vc

2012-02-08 Thread simplicissimus
Hello everybody,

I have just installed FreeBSD 9 on my Asus Notebook.

When I load the acpi_asus module, I get the message

acpi_asus0: Unsupported Asus laptop: N50Vc

This is the output of 

#acpidump -dt  acpidump.aml

http://paste.pocoo.org/show/547876/

It says:

acpidump: RSDT entry 10 (sig ATKG) is corrupt

Is there any chance to get this model working by some simple patch to
acpi_asus.c ?

Brightness control already works with acpi_video, so does the bluetooth
switch, but I was hoping for a chance to get volume control and other
multimedia keys working.

Thanks in advance!

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/ACPI-for-Asus-Notebook-N50Vc-tp5467015p5467015.html
Sent from the freebsd-acpi mailing list archive at Nabble.com.
___
freebsd-acpi@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to freebsd-acpi-unsubscr...@freebsd.org