[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2011-05-07 Thread MacRules
Hi, I did try to build this module on 11.04 with module-assistant and it fails. It's bad: when I type make : nothing happens! So building in module-assistant stops at 0% . It sucks: like others I cannot use my laptop after sleep, because wireless is dead. Worse than that: all other connected

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2011-05-07 Thread Gordon
I too have the same issue with acerhk not compling. I have tried module assistant and it fails. I have tried manually building acerhk and that fails. I am getting really fed up with this now, I have a fujitsu laptop (V3505) that is 5 years old and every time I upgrade a kernel or upgrade ubuntu

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2011-05-05 Thread Jacek Chwastek
Have you tried building module using module-assistant? It seems to me that m-a uses different set of build rules and builds acerhk just fine. However it's now necessary to change in acerhk.c: #include linux/config.h to #include generated/autoconf.h -- You received this bug notification

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2011-05-04 Thread caixamagica
I confirm, it's broken again (Ubuntu 11.04 Natty): make -C /lib/modules/`uname -r`/build SUBDIRS=/home/kubric/acerhk-0.5.35 modules make[1]: Entrando no diretório `/usr/src/linux-headers-2.6.38-8-generic' CC [M] /home/kubric/acerhk-0.5.35/acerhk.o /home/kubric/acerhk-0.5.35/acerhk.c:39:26:

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2011-03-06 Thread kjloh
Hi there,just a head up. acerhk broken again in 38.5. it gives the following error: make -C /lib/modules/`uname -r`/build SUBDIRS=/usr/share/acerhkgui/acerhk-0.5.35 modules make[1]: Entering directory `/usr/src/linux-headers-2.6.38-5-generic' CC [M]

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2011-01-30 Thread kjloh
thanks Ruslans, nice, it works on my natty 2.6.37.12, using acerhkgui. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/555828 Title: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2011-01-29 Thread Ruslans Tarasovs
Added the patch which solves the compilation problem on 2.6.37 (changed ioctl to unlocked_ioctl). ** Patch added: acerhk-source_lp_bug555828-2.6.37.patch https://bugs.launchpad.net/ubuntu/+source/acerhk/+bug/555828/+attachment/1815884/+files/acerhk-source_lp_bug555828-2.6.37.patch -- You

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2011-01-19 Thread Andy Whitcroft
The patch Hendrik posted is for the upstream acerhk driver rather than for ubuntu. Seems that this is a bug in the acerhk package rather than a kernel bug, therefore closing the linux task. ** Changed in: linux (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-12-30 Thread Roy Sindre Norangshol
Thanks Hendrik, your a life saver. :-) Ive had this laptop (whitebook Aopen 1557) for quite some time, and it has always been troublesome getting acerhk up and running.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-12-20 Thread Nicolas Delvaux
It works for me! Many thanks. You may want to submit your patch upstream or at least as a debdiff for Debian and Ubuntu. ;-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/555828 Title: Regression:

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-12-19 Thread Hendrik Lönngren
Sorry for the late response ... If I recall correctly, I installed the acerhk-source package, then changed the Makefile (see patch) inside the archive /usr/src/acerhk.tar.bz2, and then did module-assistant build acerhk. Does that work for you? -- You received this bug notification because you

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-12-19 Thread Nicolas Delvaux
@Hendrik Lönngren: It does not work for me, with or without the patch make freeze without any error. (I tried with module-assistant and manually) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/555828

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-12-19 Thread Hendrik Lönngren
Indeed, the above patch worked for 2.6.32, but not 2.6.35. But I got it working on 2.6.35 as well and created a new patch. ** Patch added: acerhk-source_lp_bug555828-2.6.35.patch

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-12-19 Thread Hendrik Lönngren
You might build like this: cd /usr/src tar -xvf acerhk.tar.bz2 cd modules/acerhk wget http://launchpadlibrarian.net/60944565/acerhk-source_lp_bug555828-2.6.35.patch -q -O - | patch -p1 cd ../.. tar -cjf acerhk.tar.bz2 modules/acerhk module-assistant build acerhk -- You received this bug

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-12-08 Thread Filip Dominec
Hendrik, can you please post the minimal commands sequence you used to start the compilation? (I had some issues patching and compiling.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/555828 Title:

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-12-02 Thread Hendrik Lönngren
Well, this is what I did to fix the problem. Not very sure what it does though. ** Patch added: acerhk-source_lp_bug555828.patch https://bugs.launchpad.net/ubuntu/+source/acerhk/+bug/555828/+attachment/1752902/+files/acerhk-source_lp_bug555828.patch -- You received this bug notification

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-11-24 Thread Filip Dominec
OK, so this may be a high-priority issue for many notebook users. According to [http://code.google.com/p/aceracpi/], acerhk is obsoleted in favor of acer_acpi, and acer_acpi is now obsoleted in favor of acer_wmi. The latter does not support a broad range of hardware, some of which _were_

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-11-24 Thread Carlos Corbacho
acer-wmi only supports those laptops which provide a WMI interface to the relevant BIOS calls; if a laptop's BIOS does not provide that interface, then I don't intend to support it in acer-wmi. For those older laptops, the wistron_btns module may cover some of this functionality (or perhaps it

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-11-24 Thread Filip Dominec
These are rather bad news, because the present version of wistron_btns does not make any visible change at my Acer Travelmate 243C. Thus the problem still persists: it would be very nice if someone skilled fixes (and maintains) the acerhk module to support current kernel versions. -- Regression:

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-11-23 Thread Filip Dominec
@matez: Nicolas is right. I tried commenting out the KBUILD_CFLAGS-line, but the compilation on the 2.6.37-2 kernel failed somewhere else. I wrote a mail to the original author of acerhk to find out if anyone maintained the package, but I got no reply yet. Absence of acerhk probably accounts for

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-11-23 Thread Leo
Sometimes it *is* that vital. Some computers, like Fujitsu-Siemens, start with wireless off. Without acerhk you simply can't use the laptop. -- Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-11-21 Thread matez
http://kubuntuforums.net/forums/index.php?topic=3112345.0 Using this link I made it work. -- Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access https://bugs.launchpad.net/bugs/555828 You received this bug notification

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-11-21 Thread Nicolas Delvaux
@matez: this does not work anymore on Maverick (at least for me). -- Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access https://bugs.launchpad.net/bugs/555828 You received this bug notification because you are a member of

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-11-07 Thread Filip Dominec
On Maverick, Acer TravelMate 240, the acerhk module cannot be compiled against the kernel 2.6.37-2 even with the flag -pg fix. Then the deciding error mesage becomes: /usr/src/modules/acerhk/acerhk.c:2941: error: unknown field ‘ioctl’ specified in initializer Note: This disables for me the

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-07-31 Thread Christian Obkircher
And another new kernel this week, and again acerhk doesn't work anymore. My dear, even gentoo was less frustrating... We need a maintained acerhk, OR we need an acer-wmi with more devices being supported (I have an Acer TravelMate 292 LMi) -- Regression: flag -pg on /usr/src/$(uname

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-07-20 Thread Gordon
This bug is really starting to annoy me know. I am not a software developer, I am an Ubuntu user. Every time there is a kernel update to my system I have to rebuild the acerhk driver to get my laptop wifi to work. And every time I have to rebuild the driver something else trips me up anout how

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-05-08 Thread Leo
** Summary changed: - acerhk wont compile on lucid + Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access -- Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting

[Bug 555828] Re: Regression: flag -pg on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

2010-05-08 Thread Leo
** Description changed: - I can't compile acerhk on Lucid. + acerhk-source does not compile on Lucid. This is the output of the buildlog: http://ubuntu.pastebin.com/vsCCe8rr + + Error message: + CC [M] /usr/src/modules/acerhk/acerhk.o + gcc: -pg and -fomit-frame-pointer are incompatible