[Bug 619262] Re: can't install acerhk module with module-assistant

2011-05-19 Thread Jacek Chwastek
Main problem of this bug is fault of module-assistant, not acerhk.

** Changed in: acerhk (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619262

Title:
  can't install acerhk module with module-assistant

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619262] Re: can't install acerhk module with module-assistant

2011-05-10 Thread Jacek Chwastek
module-assistant error: "Bad luck, the kernel headers for the target
kernel version could not be found and you did not specify other valid
kernel headers to use." - You can try to fix it by simply reinstalling
appropriate kernel headers.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619262

Title:
  can't install acerhk module with module-assistant

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619262] Re: can't install acerhk module with module-assistant

2011-05-07 Thread MacRules
** Changed in: acerhk (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619262

Title:
  can't install acerhk module with module-assistant

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619262] Re: can't install acerhk module with module-assistant

2011-05-07 Thread MacRules
i have issues with acerhk in 11.04.
When using acerhk sources with modulemanager, the build keeps hanging on 0%.
It figures, because when I do a make in the /usr/src dir, nothing happens ?!

Can this be fixed?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619262

Title:
  can't install acerhk module with module-assistant

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 619262] Re: can't install acerhk module with module-assistant

2010-08-17 Thread Robert Hangu
** Description changed:

+ [SOLVED] it's the same like in this bug:
+ https://bugs.launchpad.net/ubuntu/+source/acerhk/+bug/555828
+ 
  Binary package hint: acerhk-source
  
  I've installed the acerhk module in karmic easily using the acerhk-source 
from the repo and then using module-assistant and modprobe. I've done:
  $ sudo apt-get install acerhk-sources
  $ sudo m-a update
  $ sudo m-a prepare
  $ sudo m-a a-i acerhk
  $ sudo depmod -a
  $ sudo modprobe acerhk autowlan=1
  
  So far so good. When i'm doing exacly the same thing in lucid i get the 
module-assistant error: "Bad luck, the kernel headers for the target kernel 
version could not be found and you did not specify other valid kernel headers 
to use."
- I've downloaded the module sources from its site and tried to compile it 
manually, and got some errors. It couldn't find the path to bounds.c, so i've 
googled a little and read on an ubuntu forum to install the linux-source-2.6.32 
package, and then unpack the archive. I've done that, modified the path which 
pointed to the headers in the driver Makefile to point to the 
linux-source-2.6.32 package and compiled. It worked now, the compiling was 
complete after 3 hours i think. When i typed sudo make install, i get this 
error: 
+ I've downloaded the module sources from its site and tried to compile it 
manually, and got some errors. It couldn't find the path to bounds.c, so i've 
googled a little and read on an ubuntu forum to install the linux-source-2.6.32 
package, and then unpack the archive. I've done that, modified the path which 
pointed to the headers in the driver Makefile to point to the 
linux-source-2.6.32 package and compiled. It worked now, the compiling was 
complete after 3 hours i think. When i typed sudo make install, i get this 
error:
  
  rob...@robert-laptop:~/programe/acerhk-0.5.35$ sudo make install
- [sudo] password for robert: 
+ [sudo] password for robert:
  make -C /lib/modules/`uname -r`/build SUBDIRS= modules
  make[1]: Entering directory `/usr/src/linux-source-2.6.32'
-   CHK include/linux/version.h
-   CHK include/linux/utsrelease.h
-   SYMLINK include/asm -> include/asm-x86
-   CALLscripts/checksyscalls.sh
+   CHK include/linux/version.h
+   CHK include/linux/utsrelease.h
+   SYMLINK include/asm -> include/asm-x86
+   CALLscripts/checksyscalls.sh
  scripts/Makefile.build:234: target `drivers/acerhk' doesn't match the target 
pattern
-   CC [M]  drivers/acerhk
+   CC [M]  drivers/acerhk
  gcc: no input files
  make[2]: *** [drivers/acerhk] Error 1
  make[1]: *** [drivers] Error 2
  make[1]: Leaving directory `/usr/src/linux-source-2.6.32'
  make: *** [acerhk.ko] Error 2
  
  The thing is, i don't know what else to do. I've asked in the forum for
  help, and someone said i should post this as a bug here. So i think the
  bug is in module-assistant, or in the headers or so. Again: the module-
  assistant thing works perfectly in karmic, but doesn't in lucid, for the
  acerhk-sources package from the repositories.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: acerhk-source 0.5.35-8
  ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic i686
  Architecture: i386
  Date: Tue Aug 17 17:19:52 2010
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  PackageArchitecture: all
  ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: acerhk

-- 
can't install acerhk module with module-assistant
https://bugs.launchpad.net/bugs/619262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 619262] Re: can't install acerhk module with module-assistant

2010-08-17 Thread Robert Hangu

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/619262/+attachment/1495354/+files/Dependencies.txt

-- 
can't install acerhk module with module-assistant
https://bugs.launchpad.net/bugs/619262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs