You are not logged in.
Pages: 1
I'm trying to build this driver (64-bit) with these instructions , and when I use make or make clean, it returns
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make: *** /lib/modules/3.0-ARCH/build: no such file or directory. Stop.
make: *** [all] Error 2What do I need to do to fix these errors? Thanks for your time.
Last edited by brainard52 (2012-04-16 21:32:21)
I beg your patience, as I'm an annoying noob.
"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..."
Offline
Is there any reason you are not installing aur/broadcom-wl?
ewaller@odin:~ 1011 %packer -Si broadcom-wl
Repository : aur
Name : broadcom-wl
Version : 5.100.82.112-3
URL : http://www.broadcom.com/support/802.11/linux_sta.php
Licenses : custom
Groups : None
Provides : None
Depends On : linux
Make Depends : linux-headers
Optional Deps : None
Conflicts With : None
Replaces : None
Architecture : i686 x86_64
Description : Broadcom 802.11abgn hybrid Linux networking device driver
ewaller@odin:~ 1012 %Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Online
I'll try it. Thanks. And to answer your question, I'm just begining to learn Arch. While I did use google to try and find how to install it, I did not find anything else. I didn't remember the AUR either.
EDIT: When I run makepkg it returns
cat: /lib/modules/extramodules-3.3-ARCH/version: No such file or directory
==> ERROR: An unknown error has occured. Exiting...
==> ERROR: An unknown error has occured. Exiting...Last edited by brainard52 (2012-04-16 00:54:46)
I beg your patience, as I'm an annoying noob.
"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..."
Offline
I just read the PKGBUILD for the driver, and it seems that it requires the 3.3 kernel.
You should be at 3.3.1-1.
Check the following outputs:
uname -a
and
pacman -Qs linux
If you are running the 3.2 kernel, you may want to a pacman -Syu which will bring your system up to date and install the latest kernel. Then reboot and try broadcom-wl again.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Online
Pages: 1