[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-09-10 Thread Ike Panhc
Hi Simon, I guess its because the same company or team to design the BIOS for Packard-Bell and Asus laptops. asus-laptop.ko will bind on an ACPI device whose HID is "ATK0100" or "ATK0101". You may find the string in the DSDT.dsl you posted. As I know, if a laptop has the ATK0100 in its DSDT and th

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-09-10 Thread simon
Hi Ike, thank you for your efforts. I guess it will have to do it. Just an observation as an external... Why does a Packard-Bell laptop need an Asus driver (why not pb-laptop)? Is PB EasyNote based on Asus? Should I make an extensive test of all buttons, leds, etc. and report it to somebody (e.g.

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-09-09 Thread Ike Panhc
Hi Simon, I am afraid that currently no good solutions for fix this situation because removing those two line will let wifi of some other laptops down. Are you ok with the dkms package attached for lucid? In future releases (Ex: Maverick) you can append "options asus_laptop wlan_status=-1" in /et

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-09-09 Thread Ike Panhc
Links for upstream talks, http://lkml.org/lkml/2010/9/9/32 http://lkml.org/lkml/2010/9/9/34 -- [Packard-Bell EasyNote] asus_laptop problem: wifi https://bugs.launchpad.net/bugs/612454 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-09-08 Thread Ike Panhc
Thanks Simon, I only remove two lines from asus-laptop.c. Looks like what I guess is correct. I think the other function of asus-laptop works for you (ex: hotkeys). Please keep blacklist asus-laptop and using the dkms package. I will ask maintainer of asus-laptop if he has similar report and how t

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-09-08 Thread simon
Hi Ike, I have installed the package and rebooted keeping asus_laptop blacklisted. The wifi works and the '/sys/devices/platform/asus_laptop_test/wlan' is set to 1. Simon -- [Packard-Bell EasyNote] asus_laptop problem: wifi https://bugs.launchpad.net/bugs/612454 You received this bug notificati

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-09-07 Thread Ike Panhc
Hi Simon, I made a dkms package with asus-laptop.c from lucid but remove forcing wifi on when init. Could you install it and reboot to see if the wifi works fine or not? Thanks a lot. ** Attachment added: "asus-laptop-test-dkms_0.1_all.deb" https://bugs.launchpad.net/ubuntu/+source/linux/+bug

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-09-07 Thread Ike Panhc
Ouch, sorry, that's my fault. the parameter is added when .34 kernel and I check asus-laptop.c with mainline kernel. I will find out how to force asus-laptop not to set wlan status. -- [Packard-Bell EasyNote] asus_laptop problem: wifi https://bugs.launchpad.net/bugs/612454 You received this bug

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-09-07 Thread simon
Hi Ike, the problem is in the parameter... $ dmesg | tail -2 [ 70.452041] wlan0: no IPv6 routers present [ 332.156298] asus_laptop: Unknown parameter `wlan_status' Thanks, Simon -- [Packard-Bell EasyNote] asus_laptop problem: wifi https://bugs.launchpad.net/bugs/612454 You received this bug

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-09-06 Thread Ike Panhc
When you have the unknown symbol in dmesg, you can find where to have the symbol by reading modules.symbols # grep led_classdev_register /lib/modules/`uname -r`/modules.symbols alias symbol:led_classdev_register led_class -- [Packard-Bell EasyNote] asus_laptop problem: wifi https://bugs.launchpa

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-09-06 Thread Ike Panhc
Hi Simon, The dependency information is at /lib/modules/`uname -r`/modules.dep you can find the dependency by # grep asus-laptop /lib/modules/`uname -r`/modules.dep For Lucid kernel (2.6.32 based), depends on led-class For Maverick kernel (2.6.35 based), depends on led-class and sparse-keymap

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-09-06 Thread simon
Hi Ike, I am still getting the same error. Are there any other dependencies? I am attaching the result of $ modprobe -l Thanks, Simon ** Attachment added: "modprobe.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/612454/+attachment/1550583/+files/modprobe.txt -- [Packard-Bell Ea

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-09-06 Thread Ike Panhc
oh, BTW After insmod, please tell me if wifi is ok or not, and please cat "/sys/devices/platform/asus_laptop/wlan". I need the value to know the status of WLAN. Thanks for your great help. -- [Packard-Bell EasyNote] asus_laptop problem: wifi https://bugs.launchpad.net/bugs/612454 You received t

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-09-06 Thread Ike Panhc
Hi Simon, Sorry, I forget to tell you about the dependency. Please use the following command before insmod. $ sudo modprobe led-class -- [Packard-Bell EasyNote] asus_laptop problem: wifi https://bugs.launchpad.net/bugs/612454 You received this bug notification because you are a member of Ubunt

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-09-06 Thread simon
Hi Ike, I have tried to insert it but the path is incorrect. I located asus- laptop but still an error occurs: $ sudo insmod /lib/modules/`uname -r`/kernel/drivers/platform/x86/asus-laptop.ko wlan_status=0 insmod: error i

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-09-06 Thread Ike Panhc
Hi Simon, Sorry for replying late. I read the DSDT and asus-laptop. looks like the WLED method is the rfkill switch. Since you have blacklist the asus-laptop. Can you try to insert it by # sudo insmod /lib/modules/`uname -r`/drivers/platform/x86/asus-laptop wlan_status=0 and see if the wifi wil

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-08-14 Thread simon
Hi Ike, here are the cats: > cat bluetooth 1 > cat display 1 > cat infos Asus Laptop Support 0.42 Model reference: T12J SFUN value : 0x8f7 DSDT length: 29842 DSDT checksum : 187 DSDT revision : 1 OEM id : T1200 OEM table id : T1200205 OEM revision

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-08-13 Thread Ike Panhc
Hi Simon, I go through the DSDT you post. It looks a normal asus laptop one and nothing interesting me so far. Will keep digging. Could you look into /sys/devices/platform/asus_laptop and cat those files there (Ex: display,wlan,bluetooth) please. Thanks a lot. -- [Packard-Bell EasyNote] asus_

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-08-04 Thread Ike Panhc
** Changed in: linux (Ubuntu) Status: New => In Progress -- [Packard-Bell EasyNote] asus_laptop problem: wifi https://bugs.launchpad.net/bugs/612454 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubun

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-08-03 Thread Ike Panhc
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Ike Panhc (ikepanhc) -- [Packard-Bell EasyNote] asus_laptop problem: wifi https://bugs.launchpad.net/bugs/612454 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-08-02 Thread simon
I have detected another asus_laptop bug concerning numlock. This laptop has a keypad on the right like on this picture: http://www.abcelectronique.com/comparateur/informatique/ordinateur/ordinateur_portable/photos/easynote_mx66_005_packard_bell.jpg I will describe only the behaviour of one key -

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-08-02 Thread simon
** Attachment added: "DSDT.dsl" http://launchpadlibrarian.net/52868915/DSDT.dsl -- [Packard-Bell EasyNote] asus_laptop problem: wifi https://bugs.launchpad.net/bugs/612454 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bu

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-08-02 Thread simon
** Attachment added: "dmi.txt" http://launchpadlibrarian.net/52868911/dmi.txt -- [Packard-Bell EasyNote] asus_laptop problem: wifi https://bugs.launchpad.net/bugs/612454 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-08-02 Thread simon
** Attachment added: "acpidump.dat" http://launchpadlibrarian.net/52868906/acpidump.dat -- [Packard-Bell EasyNote] asus_laptop problem: wifi https://bugs.launchpad.net/bugs/612454 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-08-02 Thread Ike Panhc
for DSDT, please use acpidump. It will give me more information. $ sudo acpidump > acpidump.dat Then attach the acpidump.dat Thanks a lot. -- [Packard-Bell EasyNote] asus_laptop problem: wifi https://bugs.launchpad.net/bugs/612454 You received this bug notification because you are a member of

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-08-02 Thread Ike Panhc
Hi Simon, I also need some other information that seems not with apport, please attach them. * DMI Please attach the output of "cat /sys/class/dmi/id/modalias" * DSDT Please attach DSDT.dsl which can be made with following commands $ sudo cp /sys/firmware/acpi/tables/DSDT ./DSDT.bin $ sudo iasl

[Bug 612454] Re: [Packard-Bell EasyNote] asus_laptop problem: wifi

2010-08-02 Thread simon
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/52867429/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" http://launchpadlibrarian.net/52867431/AplayDevices.txt ** Attachment added: "ArecordDevices.txt" http://launchpadlibrarian.net/52867432/ArecordDevices.t