Software :: Broadcom Drivers - Errors When Compiling
Sep 14, 2010
I've made the real mistake of buying a laptop with a Broadcom wifi adapter on it. (That thwacking sound is me kicking myself for not noticing after spending weeks and weeks carefully choosing the model I wanted.)
lspci gives this:
02:00.0 Network controller: Broadcom Corporation Device 4727 (rev 01)
I have downloaded the 32 bit drivers from here (am running Mandriva 2010.1 Free 32 bit). The readme indicates the 4727 is supported by the latest OS drivers amazingly. [URL]. I have installed the Linux kernel source files.
First problem comes with the first instruction in the readme.
# mkdir hybrid_wl
# cd hybrid_wl
# tar xzf <path>/hybrid-portsrc.tar or <path>/hybrid-portsrc-x86_64.tar.gz
The tar instruction just does nothing, so I just right clicked in Dolphin and unpacked it to its own directory. I navigated the terminal to where it unpacked and did make. I got this:
Code:
[robertw@localhost hybrid-portsrc-x86_32-v5.60.48.36]$ make
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make[1]: Entering directory `/usr/src/linux-2.6.33.5-2mnb'
ERROR: Kernel configuration is invalid.
include/generated/autoconf.h or include/config/auto.conf are missing.
Run 'make oldconfig && make prepare' on kernel src to fix it.
WARNING: Symbol version dump /usr/src/linux-2.6.33.5-2mnb/Module.symvers is missing; modules will have no dependencies and modversions.
CC [M] /home/robertw/Downloads/hybrid-portsrc-x86_32-v5.60.48.36/src/shared/linux_osl.o
/home/robertw/Downloads/hybrid-portsrc-x86_32-v5.60.48.36/src/shared/linux_osl.c:1: error: code model "kernel" not supported in the 32 bit mode
/home/robertw/Downloads/hybrid-portsrc-x86_32-v5.60.48.36/src/shared/linux_osl.c:1: sorry, unimplemented: 64-bit mode not compiled in
make[2]: *** [/home/robertw/Downloads/hybrid-portsrc-x86_32-v5.60.48.36/src/shared/linux_osl.o] Error 1
make[1]: *** [_module_/home/robertw/Downloads/hybrid-portsrc-x86_32-v5.60.48.36] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.33.5-2mnb'
make: *** [all] Error 2
View 5 Replies
ADVERTISEMENT
Nov 7, 2010
I still try update my broadcom drivers, because when I try use airodump-ng i receive error.
This error:
Interface Chipset Driver
eth1 Unknown wl (monitor mode enabled)[code]....
I dont know why receive this error WARNING: modpost: missing MODULE_LICENSE() in /home/mobile/Desktop/wdriver/wl.o
see include/linux/module.h for more information
View 4 Replies
View Related
Jul 28, 2010
today I tried to run desktopdrapes. my first command ./configure was completet after I installed the missing pakages. the next step is the 'make' command. But with this command I get 5 Errors and 2 Warnings:
Code:
e-Lasto:/home/carolin/programme/drapes # make
Making all in drapes
make[1]: Entering directory `/home/carolin/programme/drapes/drapes'
/usr/bin/gmcs -debug -r:System.Xml -r:Mono.Posix -pkg:gconf-sharp-2.0 -pkg:glade-sharp-2.0 -pkg:gnome-vfs-sharp-2.0 -resource:../data/drapes.glade,drapes.glade
[Code].....
View 4 Replies
View Related
Apr 19, 2011
Trying to compile Inkscape 0.48.1 on Red Hat Enterprise Linux Server release 5.5 and I am running into this issue
Code:
checking for Python development environment... skipped
checking for LCMS... yes
checking for POPPLER... no
checking for POPPLER_GFXFONT... no
[Code]...
View 5 Replies
View Related
Jun 7, 2010
I'm running Slack64 13.1 on a Macbook Pro 5,3 and trying to compile pommed but I keep getting the following error when running 'make pommed':
[code]...
View 8 Replies
View Related
Mar 20, 2011
When I compile evince from its source code, I am able to run ./configure properly, but when I run make the following output is displayed.
Code:
make all-recursive
make[1]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0'
Making all in cut-n-paste
make[2]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0/cut-n-paste'
Making all in zoom-control
make[3]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0/cut-n-paste/zoom-control' .....
make[3]: *** [libevview.la] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I am not able to ascertain the source of this error, even though I seem to have the file in question-libevdocument.la. What do I do now to remove this error?
View 8 Replies
View Related
Mar 30, 2011
I did a ./configure and make and got this returned about 1/2 hr later:
Code:
undefined reference to `glDisable'
undefined reference to `glDisable'
undefined reference to `glutKeyboardFunc'
undefined reference to `glutSpecialFunc'
undefined reference to `glReshapeFunc'
And the oddest part is.... I passed --disable-gl to configure!
View 4 Replies
View Related
Jun 15, 2011
I'm trying to compile a main.c file that contains a while statement. Embedded in the while statement are functions that are being called. After the while statement, I have 2 more functions being called, one to find the average(getaverage), and one to print the results (printstuff). I also used a header file (my.h) that contains all of the needed #define and #include, along with each of the void function() statements.
There isn't any problems with the while statement/ the functions in while, but when I try and compile main.c I get the following errors:
main.c error: conflicting types for 'getaverage'
my.h error: previous declaration of 'getaverage'
and then the same thing for 'printstuff'
View 3 Replies
View Related
Jan 13, 2010
Ubuntu seems to think my device is disabled. The switch is on and the blue light next to the switch is also on. I read up on this on other threads, but the solution involved using the cd. I had to install from windows using the iso and alcohol 120 because my cddrive is totally dead.
View 3 Replies
View Related
Nov 7, 2010
I am trying to compile the drivers for my new wireless adapter card. It has me copy a specific configuration based on my Kernal (2.6 which is supported) to a Makefile, then "make all."I get an error after performing this task stating that the path ending in /build is not a directory. I follow the path to /build and "build" is shown in red letters with a black box around it. Just for fun I attempted MKDIR build, and it stated "file exists" ls-la says it is not a directory. I think this is where it is bombing, from the Makefile:
make -c /lib/modules/$(shell uname -r)/build SUBDIRS=$(shell pwd) modules
View 4 Replies
View Related
Jan 23, 2010
I have a wifi card that has a generic driver through ubuntu that doesn't give it near the capabilities it has with another driver I found at another website. I compiled this driver myself and installed it, but after an update all effects of that driver seem to be gone.
View 5 Replies
View Related
Jun 17, 2010
I am using a broadcom modem. After failing to connect it, I decided to use an NDISWRAPPER, but it needs a drive I cannot find: I believe it is bcm4312.inf. Finding drivers is not that difficult to find; but finding this particular one in .inf format has been difficult. Is there any forum (this?) where I could request such a drive?
View 1 Replies
View Related
Apr 28, 2011
Well I am trying to install the b43 drivers since the default drivers are broken but with the new unity desktop I cannot figure out how. Is there a guide for this yet? The sticky at the top of the forums seems to be for 10.10.
View 8 Replies
View Related
Jul 18, 2010
I would really like to try and do a Netinstall on my laptop with it. I know I could just download the CD's/a DVD, but I would rather customize it for my laptop, and I've heard that's the fastest way. The problem is that I have to compile the drivers for both my wireless and my wired internet. I have guides to compile both the wireless [URL] and wired [URL] internet. I was wondering if there was a way to compile these drivers in a Netinstall (preferably the wireless, but wired if necessary)?
View 5 Replies
View Related
Oct 28, 2010
I am running Debian 5.0.6 and trying to install an ATI FirePro V3750 graphics card. I am unable to compile the fglrx driver. if there is some way to manage to install the fglrx drivers.
cpus amd64 dual quads
motherboard tyan 2927
video ati V3750
kernel 2.6.26
headers and gcc fully installed.
View 1 Replies
View Related
Sep 9, 2010
any idea if openSUSE will be able to get this into 11.4?Broadcom swims upstream, tackles Linux WiFi woes with new open drivers
View 1 Replies
View Related
Jul 13, 2010
installing the proprietary Broadcom wireless driver for my desktop computer. I have attached this to a LAN and the proprietary driver doesn't load.
View 1 Replies
View Related
May 21, 2011
I have an Acer Aspire 5102 notebook computer with the infamous Broadcom 4318 chipset. In the past I have had to install FW cutter & proprietary drivers to get this chipset to work with Ubuntu. With the release of Ubuntu 10.10 Marverick Meercat I seem to remember the WiFi working immediately after installation; although I could be mistaken.
Will I have to go through similar gymnastics to get Debian to work on my system; or do you think it will work right away?
View 1 Replies
View Related
Aug 16, 2010
I'm trying to install the drivers for my Wlan card, I've downloaded the drivers in the tar.gz-file from Broadcom and untar-ed it in my /home/<username>/hybrid_wl-folder and cd'ed to it and I try to run "make" but I get an error: KBUILD_NOPEDANTIC=1 make -C /lib/modules/'uname -r' /build M='pwd' make: *** /lib/modules*2.6.31.5-0.1-default/build: No such file or directory. Stop make: *** [all] Error 2
I'm getting really desperate, I need my Wlan on Wednesday. I'm following the README but this is what I get.
View 7 Replies
View Related
Jul 21, 2010
I have an HP Pavilion Dv6-1230US laptop that I bought from staples when it was on sale for 800 dollars with a 4 year accidental damage warranty. It came with Vista Home Premium 64Bit installed. It had Windows 7 Business 64Bit on it at one point, And the latest windows installation was Windows Vista Business 32Bit. My trial period ran out on vista and I switched to Ubuntu 10.04 32Bit, and, as always, I have a problem with the wireless card. I have looked it up and everything, i do have the drivers installed, and it looks functional, but its not. It will act like its going to connect to my AP (Netgear WNR3500L that is like 2 days old), but it eventually askes me for my WPA2-Personal AES key, which I have supplied, and is correct before hand, i type the exact same thing in and it still doesn't work.
I've tried sudo apt-get update, and sudo apt-get upgrade, but it doesn't work. nothing has to update. This installation was installed today, and updated about 6 hours ago to the fullest extent.The wired works absolutely perfect (that's how i updated it). Hardware:Laptop has a Broadcom 4322AG b/g/draft-n wireless card from HP integrated into the laptop. The router is a Netgear WNR3500L which i bought because we are switching ISP's soon and our old router is a modem, that will only work on a DSL connection.
View 3 Replies
View Related
Nov 17, 2010
how to use the newly opened Broadcom wireless drivers? Article: [URL] I have a netbook running 10.10 that can't connect via ethernet OR wireless
View 6 Replies
View Related
May 3, 2011
I have a fresh install of 11.04. I am trying to install the "additional drivers" Broadcom STA wireless on my dell laptop. The drivers worked correctly pre-install on the boot up test run, but now they won't activate or uninstall.
On activation attempt, it says : installation of this driver failed. Please have a look at the log.
The log reads: Quote:
2011-05-03 11:49:06,603 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2011-05-03 11:49:06,637 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
2011-05-03 11:49:06,679 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted
[Code]...
View 9 Replies
View Related
Aug 6, 2011
I've just installed Fedora this morning. In the past I've tried OpenSuse and Ubuntu. OpenSuse has it's problems and I don't like Ubuntu's new "Unity" GUI, so I wanted to try something else.
1. I got my first error about 1 minute after loading, when I tried to do a software update.("could not add package update for fedora-release-rawhide-15-3(noarch)updates: fedora-release-rawhide-15-3.noarch"). Not sure what that's about, but I found a solution on these forums (just using yum update on the command line).
2. My wireless card (Realtek) is not working. It took me ages (days) to figure out how to get it to work in OpenSuse. I had to compile the driver from source and install the firmware. I'm trying to do the same in Fedora, but am getting an error I don't understand.
On OpenSuse I had to install "Linux Kernel Development", "C/C++ Development" and "Base Development" from YaST, then compile using "make" on the command line. In Fedora I've installed gcc gcc-c++, kernel-devel and kernel-headers using yum. When I try and make the file, I get the following error:
[Code]....
3. I can't find any kind of software management tool in Fedora, just the yum thing on the command line. I don't mind that, but how do I know the names of the things I want to install? Is there some way I can search for software or something?
View 7 Replies
View Related
Mar 31, 2011
My broadcom wireless device is of model BCM4313 and I dont find the way to install the drivers.
View 4 Replies
View Related
Dec 9, 2010
Do you have to reinstall Nvidea and Broadcom drivers every time the kernel is updated? The new kernel would not even load to where I could get to my desktop. Help?? I could not even sign in with older kernels. Had to use a Puppy CD to edit my Grub menu.lst so I could sign in on the older kernel.
View 9 Replies
View Related
Aug 3, 2011
Since there is no "Additional Drivers" app in Fedora like there is in Ubuntu, how the heck can I install the Broadcom STA drivers from the Live CD without using an Ethernet cable? And how the heck can I ensure that they stay installed, even after installing Fedora? I suppose putting the RPM on a USB Flash Drive will work, but that's the only thing I can think of... And is there an RPM out there for this specific driver?
View 8 Replies
View Related
Feb 25, 2011
Ok I am a total linux noob, and I was looking through threads and couldn't easily find what I am looking for. I am using a HP Mini 1010nr with broadcom bcm4312 wireless card. I went online and downloaded the drivers onto a USB drive from the broadcom website. All I need to know is what are the commands or the programs I use to install the 32 bit drivers I downloaded?? Sorry I know the answer is in here somewhere but I don't understand what the command is on how to install my drivers from my thumb drive.
View 5 Replies
View Related
Jul 6, 2010
I have a Wireless PCI-Express Adapter which I wish to install the drivers, though am having difficulty. The chipset on my card is a Ralink. I have visited the Ralink Website Ralink corp. and downloaded the RT2860 Wireless Lan Linux Driver version 2.3.0.0. I have extracted the files within my home directory. I have read the readme file, and from what I understand I have needed to do... I have typed in the Make command as a "super user". Unfortunately I have had no success and it states the following output.
[Code]...
View 4 Replies
View Related
Aug 14, 2010
I just bought a brand new Lenovo ThinkCentre A70z (All in One). Today I installed Ubuntu 10.4 32bit version, Here are the problems I encountered.1) Ubuntu didn't recognize my Broadcom Wifi Card by default, all though the drivers are there on the DVD, it seems to be blacklisted.my hardware details are :02:00.0 Network controller [0280]: Broadcom Corporation Device [14e4:4357] (rev 01)Subsystem: Broadcom Corporation Device [14e4:04da]I managed to activate the drivers.the drivers I am using are :
a) Package : bcmwl-kernel-source
Installed Version : 5.60.48.36+bdcom-0ubuntu3
b) Package : bcmwl-modaliases
[code]....
View 1 Replies
View Related
Aug 27, 2010
So I just recently migrated from Vista to Linux, I'm running Ubuntu Studio 10.04 on a HP Pavilion DV6700 with a Broadcom BCM 4312 b/g frequencies wifi adapter. I followed one guide telling me to use the hardware drivers program to activate Broadcom STA wireless driver, but whenever i attempt to do so it says "SystemError: InstallArchives() failed". Can anyone help?? (BTW i am not that adept with the Linux operating as of yet)
View 3 Replies
View Related