General :: Check Old Driver And Unload It?

Jul 22, 2011

i am getting this error msg check old driver and unload it.build the module and install/ethr/r8168-8.024.00/src/r8168_n.c:222: warning : 'MODULE_PARM_'IS deprecated (declared atinclue/linux/module.h:h552) ;

View 2 Replies


ADVERTISEMENT

General :: Check Dvdrom Driver On SLES 11?

Jan 26, 2010

How do I check what driver my dvdrom is using in SLES11 the reason for this is I need to find that driver and compile it for SLES9.

View 5 Replies View Related

General :: Unload Opie V 1.2 On Ipaq 3800?

May 11, 2010

I have an Ipaq H3800 that is loaded with OPIe v1.2. How do I unload it so I can reload it with its original windows so I can ebay it

View 1 Replies View Related

General :: Unload Program Built From Source In Ubuntu?

May 25, 2010

I have downloaded the source code of bochs. and I use make install command to install it onto my box. But how could I uninstall it? I run the sudo apt-get remove bochs, but it said I didn't install the bochs...

View 2 Replies View Related

General :: How To Check Availability Of Ethernet Card In Redhat 5.2 Without Using Screw Driver?

Jun 27, 2011

please anybody tell me how to check the availability of ethernet card in redhat 5.2 without using screw driver.

View 3 Replies View Related

Fedora :: Check What Driver Being Used Right Now?

Jan 4, 2010

My question might sound dumb for some of you, but how do i check what driver is being used right now?

i have an ati card and i tried to install the mesa drivers but i don't know if i did or not.

View 14 Replies View Related

Ubuntu :: How To Check USB Driver Version

Apr 16, 2011

I can see my USB devices by

Code:
lspci
Quote:
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)

However, the speed I copied from one USB device to anther (both are USB 2.0 ) is around 4.4M/second, which seems to be very slow. I'm wondering if the USB driver is not powerful enough. By the way, I'm using Ubuntu 10.10 .

View 1 Replies View Related

Debian :: How To Check Graphics Driver Version

Sep 11, 2015

Also how do I check the latest version available? I gather to update a driver I need to update the kernel so ill not be doing that but im trying to get more familiar with linux here. I know how to do this in windows so it would be good to be able to check driver versions in linux too. Im on debian 8.1 with intel HD4400 graphics.

View 3 Replies View Related

Fedora :: Check/install Graphic Driver On 9?

Oct 2, 2009

I found my fedora 9 GNOME gui is very very slow. Browser, editor everything ... when I type in the editor, the display is even slower than I type! I suspect maybe the graphic driver is not installed properly. Could someone point me where to star How do I check the graphic driver? If it needs update how do I do it?

View 1 Replies View Related

Red Hat / Fedora :: Load / Unload Module?

Apr 12, 2010

how to loads & unload module.why its important?

View 3 Replies View Related

Programming :: Unload File From A Database?

Jan 5, 2009

I am trying to unload file from a database. Which contains few lines with the character below. Rest of the data was unloaded appropriately.

Code:

a) What does this below character means?

b) How can i remove it,

I already have

Code:
sed '/^$/d'
c) Will this effect the file by any means (If I am guessing properly, this is the eof notation)

View 5 Replies View Related

Fedora :: Check Whethere A Linux Driver Is Installed Or Not?

Dec 1, 2009

explain the way to check whethere a linux driver is installed or not in Fedora 9. i would like to see if "plpevtch" driver is loaded or not?

View 7 Replies View Related

Hardware :: Wireless Driver Not Working Now / Check And Solve This?

Jul 9, 2009

Everything was going fine. Once, I started my fedora 10 and I found out that no wireless driver is installed!!!

How can I check for this and fix this problem.

P.S. I am new to linux.

View 4 Replies View Related

Ubuntu Networking :: Unload Network Manager?

Jan 26, 2010

I want to disable network manager but not sure which process to rmmod - I do not want to uninstall it, just disable it sometimes.

View 1 Replies View Related

Debian Hardware :: Saa7134 Alsa Module Won't Unload

Jan 15, 2016

I have a hard time unloading a module (that is it's more stubborn than an aging leprechaun) that is being reported as not being used by lsmod:

Code: Select allroot@groot:~# modprobe -vr saa7134_alsa
modprobe: FATAL: Module saa7134_alsa is in use.
root@groot:~# lsmod | grep saa
saa7134_alsa           17686  0
saa7134               174878  1 saa7134_alsa
tveeprom               20593  1 saa7134

[Code] .....

Why I would need such an outlandish thing is that after I was forced to do a system reinstall thus losing my previous conf files I've been trying to reinstall my saa7134 tvcard. Normally i2c should handle the problem but it won't detect it. So I have a nice little script I found and modified to find the correct card although it is a bit tedious to run:

Code: Select all#/bin/sh
MAXCARD=150
for m in $(seq 0 $MAXCARD);
do
MAXTUNER=69
for i in $(seq 0 $MAXTUNER);

[Code] ...

But I can't unload saa7134 because saa7134_alsa is using it, and I can't unload saa7134_alsa, because, well, because the system doesn't feel like it. I've blacklisted the module (saa7134_alsa) but it gets loaded none the less and won't go away.

View 4 Replies View Related

Ubuntu Multimedia :: Bash Script To Unload ALSA Modules

Aug 1, 2011

I'm using the following bash script to load a null sink and loopbacks on command.

I want to have a separate script that will unload the modules loaded in this script. However, the pacmd unload-module only accepts the index number, not the name. I have no way of knowing what the index numbers will be as they change each time, so I've got stuck writing the script.

write the unload.sh equivalent to this load.sh:

Code:
#!/bin/bash
pacmd "load-module module-null-sink sink_name=mywiretap"
pacmd "load-module module-loopback source=alsa_output.pci-0000_04_03.0.analog-stereo.monitor sink=mywiretap"
pacmd "load-module module-loopback source=alsa_input.pci-0000_04_03.0.analog-stereo sink=mywiretap"

View 1 Replies View Related

Networking :: Cannot Unload Or Blacklist Bcm43xx On Redhat Enterprise Server?

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

Fedora Hardware :: Load/unload The Atl1c Module A Few Times The Link Will Come Up?

Jul 22, 2011

Anyone else having issues with the Atheros AR8132 and the atl1c module? I am on the 2.6.38.8-35.fc15.i686.PAE kernel, tried with a few others but it's flaky no matter which I choose.

Sometimes if I load/unload the atl1c module a few times the link will come up, but it seems the module is not even being loaded at boot and I have to modprobe it just to see the NIC.

View 4 Replies View Related

Ubuntu Networking :: Ndiswrapper Only Works When Load And Unload The Native Drivers First

Jan 5, 2010

I recently received a used laptop that I was going to use for my kids, a Compaq Presario 2100. Everything went fine on the install, however I could not get the WiFi to work. The internal card, a Broadcom BCM4306, was attempting to use the b43legacy drivers, which I understand to be the native driver for this card, but would get all sorts of strange errors in 'dmesg', and would never get a solid connection.

After fiddling with this for 2 days, and reading countless troubleshooting guides, I finally gave up and decided to get it working with ndiswrapper. Everything worked perfect, except I can only get it to work if I first load b43legacy, then load ndiswrapper, then unload b43legacy. If I blacklist b43legacy, and just load ndiswrapper, iwconfig does not report a wlan0.

I ran across this posting, and decided to try this, but it also did not work. Plus, with this file in place, any attempt to use modprobe would complain about every line of that file.

View 3 Replies View Related

Ubuntu :: Hard Disk With Frequent Head Load/unload Cycles (10.04)?

May 15, 2010

I have a problem in Ubuntu 10.04. The bug is well know which makes the hard disk head to park often (2-3 times per minute) that's dangerous for the drive in the long term and annoying for me (click-click-click).I found out the "ugly-fix" for old Ubuntu version which was :hdparm -B 254 /dev/sda instead of 128. It works. The problem is that it doesn't remains (when restart/standby/ac connection-disconnection).I found a script well known too :Code:1) make a file named "99-hdd-spin-fix.sh". The important thing is starting with "99".2) make sure the file contains the following 2 lines (fix it if you have PATA HDD):

#!/bin/sh
hdparm -B 255 /dev/sda
3) copy this file to 3 locations:

[code]....

View 4 Replies View Related

Server :: Check If Any JDBC Driver For Mysql Server Is Installed On System

Oct 4, 2010

I have a RHEL5 machine having mysql5.0.22 is installed in it. i also installed java through "jdk-1_5_0_19-linux-i586.bin" package, and its version is 1.5.0_19. I am trying to check if any JDBC driver for Mysql Server is installed on my system . How can I do this? If any driver is already installed How can I get the file path for those driver files? is it comes along with jdk packages? As i am not a programmer, and does't know more about jdbc.

View 1 Replies View Related

Ubuntu :: Terminal Says It "Cannot Unload Module Vboxdrv"?

May 1, 2010

I'm having problems with Screen and VirtualBox, and the problems seem similar as if crucial components have vanished. Here is the screen issue and the last three posts are me. Basically, the solutions have been temporary so far. I changed the mode and group of /var/run/screen like the OP said but have not shutdown yet, so I don't know if that's a permanent solution yet. The other two temporary solutions didn't prove to be temporary until I shutdown and came back several hours later. Screen was still working after a reboot.

The same thing is happening with VBox: after doing what VBox tells me to do, the solution was temporary, and the same problem popped up after the next boot. Here are similar problems: I made sure I was in the vboxusers group. I added the module like the first one said, and it took me to another level of malfunction. I didn't take a screenshot or make a note of the first error message, but I've attached the second. Also, sudo /etc/init.d/vboxdrv setup did not work this time after adding the module. Like the first link said, vboxdrv didn't exist for him or her, so maybe my problem is similar. My terminal says it "Cannot unload module vboxdrv".

View 5 Replies View Related

General :: Activate Wireless Network Card Driver And Video Driver?

Jul 20, 2010

I just installed Linux Mint 9 as a dual boot install with Win XP. Trying to activate wireless network card driver and video driver. Pops up: "You are not authorized to perform this action".How do I get authorized?

Now every time I boot Win XP, the Internet Explorer menu bar is all blacked out and goofy. If I log out and back in it corrects itself. If I reboot it's blacked out again. Re-installed IE8. Still blacks out.Also Firefox in Win XP crashes expectantly. It has NEVER crashed on me previously.

View 9 Replies View Related

General :: Difference Between Platform Driver And Ordinary Driver?

Jul 14, 2011

I am not understanding the difference between the platform driver and the regular driver. How they differ and when to prefer each of this driver.

View 1 Replies View Related

General :: Uninstall Print Driver To Assure Use Of New Driver?

Jun 21, 2011

I would like to know whether an updated print driver has successfully replaced a previously installed driver.

I have a late model Lexmark Prestige Pro805 printer. Lexmark supplies a Linux driver which you download. No drivers appear on the Ubuntu Add Printer list. The Lexmark download also installs utilities, etc. Some stuff appears installed in synaptic. I don't know if uninstalling these only uninstalls the applications and not the actual driver. For some reason, I have had issues recently with this printer malfunctioning frequently with my Linux machines over wifi. They have pushed new firmware down to the printer, and this may be a cause. There is also newer Linux print drivers which I installed, but I do not have a clue as to whether the new drivers are actually in use. On a windows machine I would have uninstalled the printer prior to re-installation. Clueless how to accomplish the same on Ubuntu.

How do I make sure the newest drivers are in use?

View 1 Replies View Related

Debian :: Migration Check List - To Check - Prepare Or Reconfigure

Feb 3, 2010

I am new to Debian but not Linux-based systems. I have been experimenting a lot with Debian Lenny/Squeeze. I am growing more comfortable each day with the Debian design. Yet there remain many unexplored areas. I am creating a migration check list. Things to check, prepare, or reconfigure when moving from one Linux-based system to Debian.

I have a good computer background and my current check list probably is fairly good. Yet I would appreciate input and opinions from experienced Debian users of things to watch in such a migration. Login defs, passwd/group files, different directory locations, keymaps, services and daemons, etc. I am not too concerned with the desktop as I plan to stick with KDE 3.5 for a while and I can basically move those settings across.

View 4 Replies View Related

Programming :: Check Menu & Check List In Utility Dialog?

Aug 19, 2010

I want to put check menu & check list in utility dialog.i dont know how i do this

View 1 Replies View Related

Ubuntu :: Error "Could Not Find A Compatible Opengl Display Resolution. Please Check Your Driver Configuration. (Error: Couldn't Find A Matching GLX Visual)"

Jul 22, 2011

I am having issues with 3d I am trying to start up a game called auteria but it displays this error "Could not find a compatible opengl display resolution. Please check your driver configuration. (Error: Couldn't find a matching GLX visual)" I am on ubuntu 10.10 could anybody give me a solution on how to fix this issue?

View 5 Replies View Related

General :: How To Check If LAN Is Connected

Feb 25, 2011

I want to write a script and put it in /etc/rc.local so that
if lan is connected then
rfkill block all
else
nmcli con up id 'Network id' --nowait
How should I write the if part and how should I check for "lan is connected" ?

View 1 Replies View Related

General :: Check If Ftp Is Installed?

Jul 26, 2010

I found that I have several services running related to ftp

Code:
cat /etc/services | grep ftp
ftp-data 20/tcp

[code]...

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved