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
ADVERTISEMENT
Aug 5, 2009
Is there any open source Linux distribution available, which has built in anti-virus package installed, like kaspersky, mcafee or trend micro, so that I can able to scan my windows XP based machines which are on the network, and can be scan and clean remotely through this type of Linux distribution installed machine. I have search on a internet that some Live rescue Linux cd's are available, which can scan and clean the virus of windows machines. like F-secure Live cd, or knoppex Linux based Bit defender live cds that can be most effective to resolve this issue. But is there any distribution available like these live Linux distribution cd's, that can be installed in dedicated system to scan/clean the remote windows machines. Or is live cd can be installed on hard drive?
View 6 Replies
View Related
Apr 26, 2011
Squeeze-beta was my first foray into Debian, and I love it. I changed my setup to a rolling setup with testing (Wheezy), and have done that for several months. Lately, I got a new kernel, but it reboots to a terminal rather than GUI (I'm a simple laptop user). I think it's because of the NVIDIA drivers, and here is what I've tried (meanwhile, I'm using the previous kernel):
# apt-get install module-assistant nvidia-kernel-common
# m-a auto-install nvidia-kernel${VERSION}-source
A blue screen appears that says:
module-assistant error message Bad luck, the kernel headers for the target kernel version could not be found and you did not specify other valid kernel headers to use.
You can try:
module-assistant prepare
or
apt-get install linux-headers-2.6.38-2-amd64
I have done both, rebooted, and I still get the blue screen. I also see this message:
nvidia-kernel-source was not built successfully, see:
/var/cache/modass/nvidia-kernel-source*buildlog*
...and I have copy/pasted the file below (which omits lines 101-200 because this message is too long then):
/usr/bin/make -f debian/rules clean
make[1]: Entering directory `/usr/src/modules/nvidia-kernel'
test -f debian/control || cp debian/control.template debian/control
[code]....
View 1 Replies
View Related
Jul 20, 2011
Anyone know of an Open Source ID/Badge Program? I'm looking into using it in a future business. I'm not worried about all the parts that go to it, just the program, for now.
View 3 Replies
View Related
Feb 28, 2011
I installed nagios program from tar.gz file (from source basically). I didn't use dpkg or apt-get, I used 'configure','make install' and then 'make' scripts. How can I remove this progrma from debian system ?
View 2 Replies
View Related
Jul 19, 2010
I recently installed Fedora 13 on my system, and I'm still in the process of setting it up as I like. As the FCEU and snes9x versions on rpmfusion are old (fceultra 0.98, snes without GUI), I wanted to compile my own RPMs Everything went OK, but I found myself having to build the packages several times because of missing LDFLAGS. I got several errors like "symbol X missing, it was found on Y so you may want to add Y to the linker flags", which I fixed by modifying & exporting LDFLAGS.
So, 2 questions:
1.- why are the LDFLAGS missing? How can I avoid having to set them up manually?
2.- There should be a way to avoid re-compiling the source and only run the rpm packaging stuff with the already built things (some option like 'don't build, only package'). how can I do that?
BTW, I can share my (pretty much hacked) .spec files if you are interested
View 8 Replies
View Related
May 13, 2010
Any relatively easy user guide for the built in command line ftp program?
View 10 Replies
View Related
Dec 14, 2009
Is there anything like burning rom from nero or roxio cd/dvd copier. Do you know of any dvd copying program? like without making the image and then burning with just one process just copy the disc sorta program like roxio dvd copier? I wanted to make copies of movies I made a dvd of but aside from image burn which is a hassle to make the image first. is there something for burning on the fly or dvd/cd copying? infrarecorder and cdburnerxp do not work for me at all.
View 3 Replies
View Related
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
View Related
May 11, 2010
I had Ubuntu for awhile, now I installed Fedora12, I'm trying to follow directions to install a program from source code (tar.gz file) I have the February 2010 issue of Linux Format, and am trying to follow it step by step. I copied gnurobbo off their disk to my desk top, which copied it. Then I did the cd command, then I did the ls command and it didn't show me anything but a line saying desktop and a few other things like pictures movies etc. so I did cd gnurobbo-0.64 and it says no such file. I have been trying this for a few times and I think I'm going crazy.
View 3 Replies
View Related
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
Sep 13, 2010
Okay, just wanted to be perfectly clear on this point... /static/ software builds don't link to /any/ shared libs, right? I.e., can a static-built C program run on a system without a libc installed?
View 1 Replies
View Related
Nov 2, 2010
I am wonder if somebody could take the time to teach me to install or compile a program from source.I have downloaded ZSNES from sourceforge but cannot figure out how to install it from the command prompt or using the package manager.
View 9 Replies
View Related
Dec 16, 2010
I downloaded this programs source and I'm having a hard time figuring out how to install it. I assume it is python source? I tried downloading the debian file but could not figure out how to install it aswell. I downloaded the software from [URL]
View 9 Replies
View Related
Jun 14, 2011
My sister works a lot with boating frame design, etc. and she needs a program that calculates all the measurements for you, but the program she wants only runs on Windows and costs $275.
Here is the website to the program: http://www.clearwatercanvas.com/ and/or http://www.kingrichardco.com/FrameBenders/EZFrame.htm
Is there an open sourced alternative to this program that is free, or is there a simple way to make an open sourced alternative?
View 5 Replies
View Related
Apr 9, 2011
I'm trying to build a KDE program from source. I have installed the qt3-devel.i686 package. When I try to configure, I receive this error message
Quote:
checking for KDE... configure: error: in the prefix, you've chosen, are no KDE headers installed. This will fail. use another prefix!
Anyone know how I can build KDE programs in Fedora?
View 1 Replies
View Related
Apr 6, 2010
I am new to Linux, and I just tried to compile a program (powertab tools) from source. I'm having som problems doing that. The "./configure" command works fine, but when I run "make", it gives an error:
Code:
seppe@Thuis:~$ cd ptabtools-0.5.0
seppe@Thuis:~/ptabtools-0.5.0$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
[Code]...
View 1 Replies
View Related
Jan 16, 2010
I'm trying to read in a movie from a DVD so I can edit the movie. Using K3b I cannot get the program to read the DVD.What am I doing wrong, and is there another open source program for editing movies?I am on Suse 10.3
View 9 Replies
View Related
Oct 21, 2010
I want to record a line-in source Using the Audacity program. but the wave trace in the app is not symmetrical about the zero axis. This is not what I would have expected and I wonder if it will show up as poor quality recordings when I transfer to my hifi.
View 1 Replies
View Related
Jun 22, 2011
I do a lot of 3D modeling in blender and I would like a program for creating textures for my models. I have used gimp, and it does the job, but it just does not quite fit for me. I do not need anything too fancy. The things that I am looking for in a program are mainly as follows:Layers Image rotation Paint Fill and brush (add on brushes would be nice) Support for png and tiff Levels, curves, hue and saturation.
In short I would like a free (open source is preferred) alternative to something like pixelmater. I can use a cloud based alternative but I really would rather use a stand alone program as I do not always have internet connection. Does such a program exist? What would you use?
View 12 Replies
View Related
Jul 12, 2010
I've read the threads here and on other forums and searched the web but haven't found a program to fit my desires.
I want to take some existing C source code that is both undocumented and uncommented (definitely not mine)and convert it into a flowchart or other format that is more easily understood.
I've run across many programs of this type for winblows but I don't want that OS on my system regardless of price!
View 2 Replies
View Related
May 2, 2010
I install program from source code,how to uninstall it?
I use Yum but not found my program for uninstall.
View 1 Replies
View Related
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
Jan 1, 2009
The song book that we use at our church is rather pieced together, and I am looking for software that I can use to scan it all in, and set all the songs to the same font. The only thing I know of is Photoscore, but that is a little out of my budget. If you know of anything open source for Linux, that would be great.
View 2 Replies
View Related
Apr 12, 2010
how to loads & unload module.why its important?
View 3 Replies
View Related
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
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
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
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
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