Ubuntu Networking :: 10.04 LTS X64 - Tulip Driver MTU Patch
Nov 1, 2010
I have a question about applying the patch found here: [URL]. I'm running 10.04 LTS x64 and I have 2 Znyx Quad Port PCI nics that are recognized but when I try to increase the MTU to anything over 1500, I receive an error. I searched online and I found this patch but I don't know how to apply it.
View 1 Replies
ADVERTISEMENT
Sep 1, 2010
The title pretty much says it all. My eth0 will disconnect at random intervals. lspci:
Code:
...
01:08.0 Ethernet controller: ADMtek NC100 Network Everywhere Fast Ethernet 10/100 (rev 11)
...
And lsmod | grep tulip:
Code:
tulip 50592 0
Ubuntu 10.04 Linux desktop 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:21:58 UTC 2010 x86_64 GNU/Linux
When it disconnects, it easily reconnects when I disable/enable networking. But until I do.... Update: It disconnected again right after I posted this. Here is what dmesg | grep tulip:
[Code]....
View 1 Replies
View Related
Jan 23, 2010
I was wondering if anybody can help me telling me where i could get a driver to patch my DGE-530T with a Marvell Yukon 88E8001 chipset so that i can use aircrack-ng. My OS is Ubuntu 9.10 and I am running it on an HP Pavilion dv7 1020us
View 2 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
May 20, 2011
explain step by step howto apply this driver patch:
Code:
diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
index f1fcc97..0dcf761 100644
--- a/drivers/gpu/drm/i915/i915_gem.c
+++ b/drivers/gpu/drm/i915/i915_gem.c
@@ -3530,6 +3530,9 @@ i915_dispatch_gem_execbuffer(struct drm_device *dev,
[Code]....
View 5 Replies
View Related
May 21, 2011
I' d like to apply this patch into my squeeze: [URL] Can someone pls explain howto apply driver diff patch into a custom kernel?
View 9 Replies
View Related
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 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
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
Aug 13, 2011
I was wondering if there is a way to manually patch Aircrack -ng with 'airodump-ng-channel-handling-broken-fix.patch' without installing compact wireless package, because I end up with nonfunctional network when I compile compact wireless package. If possible where to paste that patch?
View 3 Replies
View Related
Apr 29, 2011
how to patch it. but the problem is, I can't find a working download link.
View 1 Replies
View Related
Nov 27, 2010
I downloaded a patch for ns-2.1b8 in wfq.. Can anyone please tell me how to integrate this patch to the ns environment.
View 2 Replies
View Related
Nov 24, 2010
Can anyone tell me where i can find patch for WFQ scheduling in ns2
View 3 Replies
View Related
Nov 23, 2010
I've got an atheros ar9287 based card with the ath9k driver from the base install of lucid and I installed a compat wireless patch via this thread: [URL]... to fix the issue of the card being stuck on a given channel when using aircrack. Now, my system freezes up after about a minute or two. If I leave the wireless card off, everything runs fine no problem. I uninstalled the compat wireless driver via the readme just make uninstall in the compat-wireless folder, but I still get the freezes. So I assume it has something to do with the patches. I have no idea how to remove the patches. Can anyone help me with this or is there a way to get everything up and running so the original problem of being stuck on a channel is fixed?
View 3 Replies
View Related
Jan 21, 2011
I moved my UBUNTU workstation from basement to second floor and it did not connect to my home network. When moved back to basement level, it connects. Cat5 cable to second floor is 3 time longer than one used to connect in basement, almost 100feet. My Windows XP laptop has no problem in connecting to the network on the second floor using the sane cable that was used with UBUNTU.
View 3 Replies
View Related
Jun 30, 2011
I have got a Ubuntu 11.04 (Codename natty) Kernel Version : 2.6.38-8-generic-pae. I want enable PoPToP PPTP + MPPE 128bit Encryption + MPPC Compression VPN Server on that. I am looking for patch for MPPE/MPPC support of the kernel 2.6.38-8 (Ubuntu 11.04 natty)
View 1 Replies
View Related
May 5, 2011
I am using squid as a proxy server in my cent os 5 machine. I have downloaded and install squidGuard-1.4 using ./configure which it successfully do.THe problem is when I use make command it give me an error beacuse may it it is not compatible with BerkeleyDB. For
Code:
[root@localhost squidGuard-1.4]# make
making all in squidGuard-1.4
make[1]: Entering directory `/home/squidGuard-1.4/src'
[code]....
I am sure that it is due to patch missing .For that purpose I have download the patch "squidGuard-1.4-patch-20091015" and then extraxt it (untar) it. THe patch shows only these two files
Code:
[root@localhost squidGuard-1.4-patch-20091015]# ls
Readme.Patch-20091015 sgLog.c
I does not know how to apply the patch with currect squidGuard ?
View 9 Replies
View Related
Jun 21, 2010
It has been haunting me for weeks and I haven't been able to fix it so far: When I installed the wireless driver 43XX series on my laptop using a wired internet, I saw the wireless network for a while and after I rebooted my system, My kernel(31) got corrupted and I got error "kernel Panic (and some sync error)",Thus I started using an older kernel(14),Now When I install wireless driver or mobile broadband driver(wvdial), they get vanished after the reboot and my mobile device modem isn't detected.But they are installed in my system(as shown by synaptic package manager but doesn't seemt to work) I desperately want to use mobile broadband.
View 1 Replies
View Related
Jun 21, 2010
How To: Uninstall/Remove Old Wireless Driver to make way for New Driver (RTL8191SE)?
Here's the new driver:
I have been having trouble with my wireless connection intermittently disconnecting and reconnecting repeatedly (sometimes every couple of seconds). I posted a thread about this here on Ubuntu Forums titled: Ubuntu 10.45 & NetworkManager Applet 8.0: Connects & Disconnects Frequently.
View 2 Replies
View Related
May 13, 2010
I just installed ubuntu and I have no wifi connection. How would I download and intsall a copy from my Win XP boot?
View 2 Replies
View Related
Jun 21, 2010
So I've been looking around and some people say that the IPW2200 driver doesn't need Ieee80211 to work properly. What I'm trying to do is compile my own driver with the Jamx patch for version 1.2.2 but then it says that I do in fact need Ieee80211 to be installed. Even though I don't have it installed, my wireless works great. I just need the patch to work with the driver. I've also tried configuring some of the files in the Ieee80211 folder but it doesn't seem to help at all. When I try to use the make command for Ieee80211 I get this:
Quote:
gooch@gooch-laptop:~/Downloads/ieee80211-1.2.18$ make
Makefile:17:
Makefile:18: WARNING: $SHELL not set to bash.[code]..
As you can see, It looks like it got rid of the proc_net errors but I still can't get it to install properly. Also, if I try to do the make SHELL=/bin/bash, it ends up being the exact same thing. This is really starting to get frustrating. Is there any way I can bypass this or do I need to install Ieee80211? If so, how can I do it without all these errors in Ubuntu 10.04.
View 1 Replies
View Related
Feb 20, 2010
I have Centos5.4 loaded on a late 2008 MACBOOK Pro and would like to get wireless working. I've attempted to download the broadcom driver and create a driver module with no luck.
Using these instructions....
[url]
When I make the WLAN driver, I get this:
View 2 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