Ubuntu Networking :: Remove The Default Driver Rt2800pci And Load The New One?
Sep 7, 2010
My wifi card is DWA-525 I found the drivers and compiled them using make and make install How do I remove the default driver rt2800pci and load the new one?
View 9 Replies
ADVERTISEMENT
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
Nov 4, 2010
I just installed 10.10 for netbooks, and apparently it's using the RT2800PCI driver for my wireless NIC in my EeePC 901. That driver is causing havoc with my school network, I keep getting disconnected, and loading websites is really slow.
Now I know that 10.04 uses a different driver RT2860 which seems to work far better on this network.
How to change to the driver from lucid. Or does anyone know of an even better solution? I've heard rumors about something called ndiswrapper...
View 3 Replies
View Related
Feb 16, 2011
how to load the onboard lan driver?
View 2 Replies
View Related
Jan 12, 2011
I'm trying to set up load balancing using iproute2 following this guide. I've got 4 dsl links as follows:
eth1 - 100.100.100.1
eth2 - 100.100.100.2
eth3 - 100.100.100.3
eth0 - 111.111.111.111 (main uncapped line)
eth0 is the default route, and eth3 is being used for something else. So what I want to do is load balance browsing between eth1 and eth2. I've added all of the routes in the LARTC guide, but the command to enable the load balancing:
Quote:
ip route add default scope global nexthop via $P1 dev $IF1 weight 1 nexthop via $P2 dev $IF2 weight 1 obviously involves creating a new default route. Since I'll be using Squid to push the traffic through the relevant line, how can I set up a load-balanced link for eth1 and eth2 without changing the existing default route on the server?
View 1 Replies
View Related
Aug 3, 2011
I have just bought an Edimax EW-7711UTn wireless adaptor with CD. I have the Linux folder on the CD. Folder name 2009_0525_RT3070_Linux_STA_v2.1.1.0. How do I install from this folder
View 5 Replies
View Related
Jun 24, 2010
I'm trying to use ndiswrapper to use a windows driver (netr7364) on ubuntu for my ralink wireless adapter.owever, it fails to load, giving this message in syslog after starting it with "sudo modprobe ndiswrapper":
Code:
Jun 24 17:58:47 roosh-desktop kernel: [ 921.765989] ndiswrapper version 1.56 loaded (smp=yes, preempt=no)
Jun 24 17:58:47 roosh-desktop kernel: [ 921.910039] usb 1-7: reset high speed USB device using ehci_hcd and
[code]....
View 3 Replies
View Related
Jan 4, 2011
I managed to find an older version of the rt3572 driver to compile to get this dongle to work fine, and it did. After that I added "module rt3572sta" (or whatever it is, not on Ubuntu to check now) to the end of /etc/modules. However, when I boot up Ubuntu, most of the time the driver won't load. If I run 'modprobe rt3572sta' from the terminal, I get this message -
[Code]....
View 6 Replies
View Related
Sep 25, 2010
I have a:
# lspci | grep Ether
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
Looks like the r8169 module that gets loaded is not a valid choice for this chipset. The main error that I see is:
r8169: eth0: link down
ADDRCONF(NETDEV_UP): eth0: link is not ready
I have verified the cable and it's good the windows machine next door is fine using it without packet loss.
The system is a HP Desktop, just CentOS 5.5 loaded on it (base, with no updates).
View 1 Replies
View Related
Jan 4, 2010
I just installed ndiswrapper so I wouldn't have to deal with it. Thing is, I'm not fairly certain my driver is one of the ones ubunutu comes with. I removed ndiswrapper (from the add/remove section, not sure if thats a full uninstall or if I should of used terminal), but my driver is still listed as "ndiswrapper". How do I completely remove that, so my system can use default drivers?
View 1 Replies
View Related
Nov 28, 2010
I am running 10.10 on a Samsung n130. Occasionally my wifi adapter locks up, everything looks like it is connected but I cannot connect to the web. I have worked out that removing and re-installing the windows driver brings it back to life (a restart also works). What I was wondering is could it be possible to create a script that would carry out the removal and installation of the driver with one click of a button.
View 3 Replies
View Related
Jan 7, 2011
I've been trying to fix an issue with NetBook 10.10 freezing on shutdown. I found another post which I'm assuming may be my solution, but I get a permission denied when I try to follow it's instructions.
Here's the post:
Shutdown problem with netbook version 10.10
Add "blacklist rt2800pci" to "/etc/modprobe.d/blacklist-wlan.conf" with the following command:
Code:
sudo echo "blacklist rt2800pci" >> /etc/modprobe.d/blacklist-wlan.conf then reboot.
Suspend to Ram works reliably.
Hibernate to disk works reliably.
Random boot failures have disappeared.
When I type the line in the terminal is says "Permission Denied".
View 5 Replies
View Related
Aug 8, 2010
Can do nothing with the PC. New install of 10.04 and was prompted to install Nvidia driver. Did so. Rebooted, now have nothing except a thin line at top of screen. How can I remove this driver when I see nothing?
View 2 Replies
View Related
Apr 15, 2010
This is my first attempt with Yum and Fedora for that matter. I need to load a print driver and network driver for an MX860 printer. I downloaded the drivers and they are in the download folder. When I try to install I get what is below. How do I resolve? Do I need to identify where the driver is? If so, how?
[compaq@compaq ~]$ su -c'yum install cnijfilter-mx860series-3.10-1-i386-rpm.tar.gz'
Password:
Loaded plugins: refresh-packagekit
updates/metalink | 15 kB 00:00
Setting up Install Process
No package cnijfilter-mx860series-3.10-1-i386-rpm.tar.gz available.
Nothing to do
[compaq@compaq ~]$
View 14 Replies
View Related
Jun 1, 2009
When I try to load the Realtek 8187 modules to kernel using the ./wlan1up command, I get the following error:
[root@localhost rtl8187_linux_26.1025.0328.2007]# ./wlan1up
insmod: error inserting 'ieee80211_crypt-rtl.ko': -1 File exists
[code]...
Can someone tell me how to correct the "Invalid module format"? I hope that correcting the "Invalid module format" error, I will not have the "Unknown symbol in module" error.
Note: I am using wlan1 for this module as I previously am online with the wlan0 network.The same error occurs if I use ./wlan0up.
View 3 Replies
View Related
Sep 11, 2010
I can choose which kernel I want to boot by default, instead of having to hold the shift key down every time I want to choose the kernel I want to boot into. I am running multiple kernels.
View 1 Replies
View Related
Nov 8, 2010
i just reinstalled linux on partition (ubuntu) and i remember last time i did it i was able to set windows as default load and with a timer so that after 3 seconds windows would load and not ubuntu default right now is ubuntu load after 10 seconds.
View 3 Replies
View Related
Oct 18, 2010
I would like to set Windows to be selected by default when i start my system (which has both Ubuntu 10.10 and Windows 7 installed).Tried some guides online but they suggested for me to change a file in /boot/grub/ named menu.lst but there is no such file on my system...
View 4 Replies
View Related
May 28, 2010
I have a USB TV tuner ( USB ID 15a4:1001) which Ubuntu (KARMIC) insists is a HID device..
Quote:
Bus 001 Device 003: ID 15a4:1001
Device Descriptor:
bLength 18
bDescriptorType 1
[Code]....
View 4 Replies
View Related
Jun 17, 2010
Im using the drivers from netgear cd and they are installed into ndisgtk. log showing activity that
Jun 17 15:06:15 cablehanger kernel: [13644.100143] usb 1-4: USB disconnect, address 7
Jun 17 15:06:18 cablehanger kernel: [13647.592057] usb 1-4: new high speed USB device using ehci_hcd and address 8
[code]...
how do i get the driver to load.
View 9 Replies
View Related
Aug 14, 2010
im trying to get compiz to work but i cant even get nvidia graphics to load ive tried everything this is for a m11x alienware computer running ubuntu 64 bit drivers are installed but wont work
View 2 Replies
View Related
Aug 29, 2010
i'm using lucid lynx. it is a dual boot machine, vista and lucid lynx. i have switchable graphics (at least it is available in windows), intel and ati. ubuntu was working fine but then a pop up showed up asking if i want to install ati drivers. the pop up "said" that drivers were proprietary yet tested on linux systems. i decided to install them. i was asked to reboot after installation which i did. now every time i select ubuntu in the grub the system loads but then it suddenly stops and i get a blank screen.
View 3 Replies
View Related
Sep 9, 2010
I want to remove the default boot time from grub, I created /boot/grub/menu.lst, but I'm unsure what I can put in here to remove the countdown.
View 9 Replies
View Related
Mar 11, 2011
I found that "ask search engine" installed as default web search engine instead of google in firefox. Now it's impossible to go back to google search engine as "ask" always remains as default search and no other search engins are shown in the firefox list.Any idea about how to get rid of "ask"? I managed to install another "unofficial google" search plugin but if i click on restore default search engine "ask" will be restored.
View 9 Replies
View Related
Aug 21, 2010
trying to install the wi-fi drivers for RaLink rt3090. How can I reset the kernel modules to default so I can try again?
View 3 Replies
View Related
Jan 16, 2010
The problem: I am a poor man who until today was running WinXP on AMD64 using an old usb wireless wusb11v4 adapter (32 bit drivers). I have recently installed the Ubuntu 9.10 AMD64 release. But I cannot use ndiswrapper to load my 32 bit wusb11v4 driver because of the 64 bit os vs the 32 bit driver. I can hardly buy a new wireless adapter. But I do not see an AMD32 bit release.
View 3 Replies
View Related
May 8, 2010
I wanted to know if there is any way of adding a driver that i compiled during boot apart from adding it in
Code:
/lib/modules/<kernel version>/kernel/drivers
It works fine till i update to a newer kernel...then i have to add it in the new kernel file....so is there a permanent method?
View 3 Replies
View Related
Oct 4, 2010
I am having a problem with this diabolical piece of kit on a laptop with Ubuntu 10.04. It never did work very well (max 800x600) was as good as it got.
It is now not working at all except in safe mode.
Th drivers appear to be there but not loaded.
So I downloaded a driver and tried to install it (sorry about the Portuguese but it is fairly easy to work out that it is a conflict with xserver-xorg-video-5):
There appear to be proprietary drivers written by a SiS employee but they are not distributed except to manufacturers[url]
Where do I go from here? I really would like better than 800X600, 3D would be a very nice bonus.
View 1 Replies
View Related
Jan 14, 2011
I'm trying to load RHEL4 (I know, I know, but I can't get around that) on a Panasonic Toughbook CF-31 using a kickstart file. I start the install using 'linux acpi=off ks=cdrom:/ks.cfg' (I use acpi=off otherwise it hangs at some ACPI embedded controller message). It does not recognize my CD-ROM drive, though, and asks me to choose the driver or point to a driver disk. I've selected 'Advanced Host Controller Interface SATA (ahci)' and it is able to continue on. It forgets that it was supposed to run off of the kickstart, though, and goes into the default graphical install. My question is...how do I add a line into the kickstart to choose this driver?
View 3 Replies
View Related
Mar 30, 2011
How can i load the driver for NIC in RHEL
View 2 Replies
View Related