Public bug reported:

1.) On my computer instead of a lib/wlc_hybrid.o_shipped_i386 this driver seems 
to expect a file named wlc_hybrid.o_shipped. Just do a
cd /usr/src/bcmwl-5.60.246.2+bdcom
sudo make
to get a descriptive error message:
/usr/src/bcmwl-5.60.246.2+bdcom$ sudo make 
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make[1]: Entering directory `/usr/src/linux-headers-2.6.37-11-generic'
  LD      /usr/src/bcmwl-5.60.246.2+bdcom/built-in.o
  CC [M]  /usr/src/bcmwl-5.60.246.2+bdcom/src/shared/linux_osl.o
  CC [M]  /usr/src/bcmwl-5.60.246.2+bdcom/src/wl/sys/wl_linux.o
  CC [M]  /usr/src/bcmwl-5.60.246.2+bdcom/src/wl/sys/wl_iw.o
  LD [M]  /usr/src/bcmwl-5.60.246.2+bdcom/wl.o
ld: cannot find /usr/src/bcmwl-5.60.246.2+bdcom/lib/wlc_hybrid.o_shipped: No 
such file or directory
make[2]: *** [/usr/src/bcmwl-5.60.246.2+bdcom/wl.o] Error 1
make[1]: *** [_module_/usr/src/bcmwl-5.60.246.2+bdcom] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.37-11-generic'
make: *** [all] Error 2

If the file /usr/src/bcmwl-5.60.246.2+bdcom/lib/wlc_hybrid.o_shipped existed at 
the last compile run you will have to do a
sudo make clean
to be able to reproduce the error.

2.) For some reason with kernel 2.6.37-11-generic the following command:
install -D -m 755 wl.ko /lib/modules/`uname 
-r`/kernel/drivers/net/wireless/wl.ko
won't install the driver somewhere modprobe will find it - even if it doesn't 
output any error message and the uname -r clearly returns the right path. If I 
manually replace the uname with a path:
sudo install -D -m 755 wl.ko 
/lib/modules/2.6.37-11-generic/kernel/drivers/net/wireless/wl.ko
installing the driver works.
Does anybody understand what is going wrong here?

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: bcmwl-kernel-source 5.60.246.2+bdcom-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.37-11.25-generic 2.6.37-rc7
Uname: Linux 2.6.37-11-generic i686
Architecture: i386
Date: Thu Dec 23 00:05:59 2010
EcryptfsInUse: Yes
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/bin/bash
SourcePackage: bcmwl

** Affects: bcmwl (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug i386 natty

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

Title:
  bxmwl module won't compile

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

Reply via email to