Ubuntu :: Patch Failure On Bcm43xx Drivers?
Jul 8, 2011
I just can't seem to overcome this issue. I downloaded the LatinSud patch from
[URL]... I set up a repository to download bcm43xx-fwcutte I downloaded wl_apsta-3.130.20.0.o
I couldn't find for the life of me find linux-source-2.6.20 but I did have the repository for 2.6.38 so I did this. #sudo apt-get install linux-source-2.6.38 build-essential gawk
I then did the following
#cd /usr/src/
#tar jxvf linux-source-2.6.38.tar.bz2
At this point I got a whole ton of response that said "Cannot open: No such file or directory" "Cannot mkdir: Permission denied" Pretty much got spammed with that for like a couple hundred files/folders. I knew something was wrong but I kept going(lol).
#cd linux-source-2.6.38
#sudo cp ~/bcm43xx-injection-linux-2.6.22.patch bcm43xx-injection-linux-2.6.22.patch
#sudo cp ../linux-headers-2.6.38-8-generic/.config .config
#sudo patch -p1 -i bcm43xx-injection-linux-2.6.22.patch
This is where the fail happened
Hunk#1 FAILED at 104.
Hunk#1 FAILED at 3365.
Hunk#1 FAILED at 3636.
Hunk#1 FAILED at 3645.
[Code]...
Maybe I should try the Broadcom b34 drivers instead with b34 fwcutter? I'm not quite sure how to clean up all the folders now where I spammed all this patch stuff incase I wanted to try it again?
View 9 Replies
ADVERTISEMENT
Apr 8, 2011
I just want to upgrade my Slackware 13.1 kernel (2.6.33.4) to the latest stable kernel from kernel.org (2.6.38.2). I have never done anything like this and I am a Linux newbie, so I would appreciate a "Kernel Patching for Dummies" version if possible. I did do a search on this forum and most of what I read was over my head. I found an FAQ on kernelnewbies.org on "How To Apply A Patch" but when I attempted what they suggested, it said it couldn't find the file to patch at line 5 and asked me which file to patch. So I CTRL-Z'd out of there and came here. Here's what I tried:
[code]...
View 14 Replies
View Related
Sep 17, 2015
I'm new to Debian and installed it with Cinnamon because I want to learn some OpenCL programming in Linux. I have a Nvidia GT 525M GPU. Once the operating system is installed, I followed [URL] ..... article to install the proprietary Nvidia drivers. As the forum suggested, instead of creating an Xorg server configuration file, I installed Bumblebee according to [URL]..... article.
But when I restarted my machine after completing all the steps when I try to log in I get the follwoing message:
"failed to load session 'cinnamon'"
I cannot login as normal user or root.
View 1 Replies
View Related
Jan 23, 2011
I'm running Maverick Meerkat Ubuntu and I'm trying to figure out how to disable this bcm43xx wifi driver, or something like that. Personally, I have no clue what this is, but someone said that after you install NDISwrapper and its components, you have to disable bcm43xx driver, otherwise the two will conflict.
View 6 Replies
View Related
Aug 5, 2014
So, I am having certain issues regarding Debian installation. Since my Wi-Fi card, Intel PRO/Wireless 3945ABG, requires non-free drivers not provided within Debian install image, I am bound to use USB stick during installation process to get those drivers, iwlwifi-3965-1.ucode and iwlwifi-3965-2.ucode, to enable Wi-FI on my system. However, no matter what I do, I cannot get debian-installer to detect drivers present on the machine. I have tried virtually everything - downloading drivers from multiple sources, renaming drivers properly, using ext4 instal of fat32, using gpt instead of msdos, placing files in /firmware instead of root directory - but no matter what I do, the outcome is the same. USB stick seems to be working properly. Am I bound to downloading non-free image now, or is there a solution?
View 9 Replies
View Related
Jan 25, 2010
I have an Asus laptop with a BCM4318 wifi chipset. result of lspsci command about wifi cards:
Code:
00:09.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02) For some reason, I often get disconnected. Once it's disconnected, I cannot connect anymore and I need to reboot my laptop in order to get the connection back! I didn't have this problem when I was on Ubuntu 8.04. I checked in /var/log/syslog and I found this when the network is disconnected:
[Code].....
View 9 Replies
View Related
Jan 21, 2010
I installed Redhat nash version 5.1.19.6 with kernel 2.6.18-128.el5-xen-i686 on a Dell Inspiron 1300 with Broadcom BCM4401 (eth0/LAN) and BCM4318 (eth1/WLAN). eth0 is working fine, but eth1 was causing trouble. After some difficulties with missing packages I managed to install ndiswrapper, blacklisted module bcm43xx in /etc/modprobe.d/blacklist and removed it, loaded module ndiswrapper and had connection. But after reboot module bcm43xx was again loaded. So blacklisting does not seem to work.And additionally strange to me, I cannot unload module bcm43xx anymore. And if I load ndiswrapper driver bcm43xx is still used as the terminal command 'dmesg' is showing me in the system log, while ndiswrapper was used when the connection was once and only once established
View 13 Replies
View Related
Sep 11, 2010
is there a way to remove a patch from a kernel?
I need to apply a squashfs-lzma patch (squashfs 4.1cvs) to the liquorix kernel source which is already patched with squashfs 4.0.
how would I do that?I tried googling got this. url
but I dont know the command used to apply the patch the patch is called
35.4-3.patch.gz
url
but that patch includes more than squashfs,etc
View 1 Replies
View Related
Oct 7, 2010
Im having an annoying problem here, after the reinstallation of opensuse, bluetooth works fine, i can connect my cell phone and logitech mouse normally, as soon as i install the bcm43xx from the scrtipt included in /usr/sbin/ bluetooth stops connecting to devices, it can find tem when searching but the forward button is dimmed.
when i try hcitool scan,= it successfully finds the device,
hcitool cc xxxxxxx it reports an I/O error,
View 4 Replies
View Related
Mar 15, 2009
Ethernet card works, but Wireless card activation fails at bootup time. It also fails if I try it again from the Network Configuration UI.
I have provided some output I got from initial exploration.
I upgraded to a recent version of the 2.6 kernel.
uname -a: Linux localhost.localdomain 2.6.28.7 #1 SMP Sat Mar 14 19:04:11 PDT 2009 i686 i686 i386 GNU/Linux
I have installed the correct firmware hopefully.
cd /lib/firmware ls
Output is:
I do have the bcm* files for firmware.
output of lspci is:
Last two lines show the that Wireless card BCM4312 is visible.
View 5 Replies
View Related
May 11, 2011
I'm trying to install a patch but when I copy it into terminal I get message " /home/john/patch-modules_v62-opensuse.sh 'vmware-7.1.3-2.6.37-rc5.patch' not found. copy it to the current '/home/john' directory. Exiting" But I have it in my home directory!
View 3 Replies
View Related
Apr 8, 2010
I have been using ubuntu for quite a long time, and for the first time, I am now unable to set nvidia drivers to work. I have just install ubuntu 9.10 amd64 on an AMD 64 athlong X2 with a GEForce 6500 nvidia card.
The only reason I need the proprietary drivers is to use two monitors.
I am going crazy, I have tested everything I have found on the web. I have tried all the nvidia drivers version, I have tried envyng, ... but nvidia do not work!!
I am trying Xinerama with nv, but it does not work either!!!
Here is my xorg.conf file in which I have tried to use nv driver to set dual monitor. X fails to load and it says that screen 0 is deleted, that devices are found but there are no matches in the config file. Any clue?
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
[Code]....
View 3 Replies
View Related
May 8, 2010
I know i know, some will say "eww Proprietary Drivers" but hey, ubunt is all about having more control of the OS. Is there an easy way to install Proprietary Drivers thats not through the hardware drivers option on system?
View 2 Replies
View Related
Jul 13, 2010
I installed Xubuntu the other night (completely wiped machine) and started doing all the updates on it. After a couple of reboots, I changed from the proprietary drivers, to the regular nVidia drivers. After doing this, the startup logo is displayed at a really low resolution. Is there a simple fix to change this and use the nVidia drivers as well?
View 1 Replies
View Related
Jun 27, 2010
I've installed Ubuntu Netbook 10.04 on my HP DV2000 laptop and now I want to get my wireless to work by installing the proprietary broadcom drivers (4311, I think). But my internet doesn't work yet obviously, so I need to download the drivers to my thumb drive on my desktop and install them on my non-networked laptop.My issue is that I don't know:a) Where to get the driversb) How to install them from a local drive
View 2 Replies
View Related
Oct 24, 2009
I just installed Karmic beta and I'm having issues with getting my wireless driver to work. When I was using 9.04 and when I booted 9.10 from a CD, I could just go to System > Administration > Hardware Drivers and activate a wireless driver and everything would be just peachy. The problem is that, in the install of 9.10 beta, no drivers appear when I load the Hardware Drivers GUI, so I can't get wireless internet.
Is there anything I can do besides wait a few days for the full release of 9.10 and hope that solves the issue?
View 5 Replies
View Related
Mar 11, 2010
I have compiz fusion and an ATI card (FGLRX driver) installed. This means that my windows are painfully slow to resize/min/max. This has bugged me for awhile, but apparently someone found a fix, as specified in: 107_fedora_dont_backfill_bg_none.patch
[Basically, they commented out most of a function].
how do I apply this patch? It causes problems for people using KDE on intel cards, but that won't bother me since I'm AMD on gnome.
View 1 Replies
View Related
May 18, 2010
I'm trying to implement a patch to notify-osd and I don't know how. Is there any straight forward way of doing this? [URL]
View 4 Replies
View Related
Nov 30, 2010
VLC is my favorite multimedia player, but when I tray to play any video show with RMVB extension it doesn't work so good ! I mean not as much as if I used any other software ( like for Example: Totem! ) . so I've made a search on the internet and found a patch that can solve the problem ( from here & here ).
HOW 2 APPLY THIS PATCH??
View 2 Replies
View Related
Dec 20, 2010
I have been having the issue with my printer, where it will not print using both cartridges, and just mixes the colours to try and make black....I have found the following patch, but would like to know how to apply it?
[URL]
View 6 Replies
View Related
Jan 14, 2011
Is it already in the latest Ubuntu kernel or, if not, should I employ it or it's wonderful alternative or just wait for it get into the kernel?
View 9 Replies
View Related
Jan 26, 2011
I was trying to install apparomor-profiles, and the terminal spewed a lot of error messages. They all said, "Kernel needs 2.4 compatibility patch."
Where is this patch, (I tried Google), and how do I install it?
View 1 Replies
View Related
Feb 16, 2011
I found a patch HEREwhich adds two command-line options to xtrlock:--forever: completely disables unlocking--hide-cursor: makes the mouse cursor invisibleHow do I use this patch?I have installed build-essential and checkinstalland downloaded the source for xtrlock.
View 3 Replies
View Related
Apr 4, 2010
How to add new patch for leach protocol in ns2.34 in ubuntu9.10
View 8 Replies
View Related
Mar 7, 2010
[URL] I just updated and then saw this news , whats the solution for me, I either want to go beta or downgrade, If i try to boot to previous kernel, boot hangs in graphic mode, I cant start X and gdm . How to install kmod with beta drivers? Or whats the solution, nvidia ver: 195.36.08
[Code]....
View 16 Replies
View Related
Feb 15, 2009
I've been trying to get online for the better part of a week now with no luck. I can't get my network up to download drivers for my hardware - without the drivers I have no GUI so I'm stuck trying to do this in text mode.
View 14 Replies
View Related
Jun 20, 2010
My system has been crashing, and I think it may have something to do with Gnome since the crashes only occur when I'm using it. I checked the log file after a crash and it reported...
Gtk-CRITICAL **: gtk_accel_map_unlock_path: assertion `entry != NULL && entry->lock_count > 0' failed
so I went to the Ubuntu launchpad and searched for it, and here it is. Someone has already submitted a patch and the bug status has been changed to "fix released."From reading the comments, I've learned the fix is only in Gnome 2.30, and Ubuntu 10.04 uses 2.28 (I think, maybe 2.26) (If it is possible to update to a new version of Gnome, please let me know). Luckily, someone also submitted a patch on the bug report as a temporary fix. Unfortunately, I don't know how to apply the patch. I couldn't find much information regarding it online, and the only stuff I did find applied to using Gnome's git hub.
View 1 Replies
View Related
Aug 18, 2011
I am trying to compile the iscsi-target software SCST. It wants me to apply a patch to my Linux kernel in order to allow for certain performance gains. The problem is I still new to Linux development. Where do I begin? How do I apply the patch? Do I need to recompile the kernel? I am running Ubuntu 10.04.3 amd64
Kernel version 2.6.32-28-server
View 1 Replies
View Related
Mar 7, 2010
I'm a noob running Ubuntu 9.10 and am having difficulty getting my Ortek WKB-2000 wireless keyboard installed. I found a patch [URL] how to install it.
View 1 Replies
View Related
Aug 10, 2010
This website [url] Is the home of the translogo patch.
Has anyone been able to use this patched mplayer in ubuntu and if so, how did you do it.
I assume you have to use synaptic to remove the default mplayer that's been installed from the repos, and use a source version of mplayer and add the diff.
I'm worried that doing this with an unsupported source could cause things to go wrong and bork my system.
The site also talks about a file called installscript.sh, I've never heard of this when building from source, so what does this file do?
View 2 Replies
View Related