Ubuntu :: USB Over Ethernet - Finding Source Code In Package?
Jun 23, 2010
First of all, I am pretty new to linux and I have 2 install a USB OVer IP software. I downloaded the software for UBUNTU n I really do not know where to find the installer. I want to find the source code in the package too.. its an open source project. So I believe the source codes are included in that .
View 5 Replies
ADVERTISEMENT
Apr 14, 2011
where can i find linux kernel source code?
View 4 Replies
View Related
Sep 3, 2010
I want to compile geki2 from source. I tried apt-get source geki2but I getReading package lists... Done
Building dependency tree Reading state information... Done E: Unable to find a source package for geki2I assume that /etc/apt/sources.list needs some additional entry. I run lenny.
Apart from that could someone explain to me what is the importance of files *.dsc , *.tar.gz and *.diff.gz in every package ? I assume *.tar.gz is the source. Is this independent from Debian ? I assume also that *.diff.gz is some patch you have to apply after you expand *.tar.gz in order to get a Debian specific version but how do you apply the patch ?
View 3 Replies
View Related
Mar 3, 2011
I was a die hard Ubuntu user for the last 2 years and decided to use something more advanced or different. My question (after searching the crap out of Google) is how can I view the source code of Fedora? I have found many sites explaining this but it is not written in terms that are easy for me to understand. I haven't been programming for years and using advanced features in Linux so most of these sites are not explaining out and most are explaining how to build and add on to the kernel.
View 4 Replies
View Related
Apr 6, 2011
I wanted to fix something in the Kate editor. So instead of downloading it from it's website (Get It! - Kate | Get an Edge in Editing) I wanted to download the "openSUSE Kate" source package. But as you can see, there is no source package available. I tested it with source installation of "zypper" (zypper si zypper) and it worked.Any ideas? Is the kate source code in another package?
View 4 Replies
View Related
Jan 1, 2010
I downloaded a source code package for an old multi-platform game. unfortunately, the author, when he created the .zip archive of the source code, zipped it in DOS, and so all of the file names are in all caps. when i run the configure script, it errors out, not being able to find any of the files (which originally were in lower case.
so, other than the extremely tedious process of renaming each file, one by one, is there any way to fix this so it will build properly? this game was written in 1996, so i don't think i'm the first person to bump into this problem.
View 6 Replies
View Related
Apr 11, 2011
i am already a little bit familiar with linux and now i want to know better the linux OS. i have downloaded the source code of the krnel from the kernel.org and i dont understand the linux source trees organization, so can somebody do me a favor and give me a link to some internet page (or at least a book) that explains that?? i have searched in the internet with the tag:::linux source trees organization and i have not found nothing interesting
View 1 Replies
View Related
Sep 12, 2010
I want to see the source code of smplayer software.from where i can see source code of open source softwares?
View 9 Replies
View Related
Feb 19, 2010
installed the fedora 12, but dont know how to use the source dvd to install the source package.
View 3 Replies
View Related
Jul 20, 2010
I have been using Linux for 2 months, specifically Ubuntu, and been wondering where the source code is. Not only do I wonder where the kernel source code is but also where the source code for the installed programs are.
View 2 Replies
View Related
Oct 9, 2010
I installled Ubuntu 10.4.1 on a brand new computer with a Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller on a Foxconn G41MXE motherboard. and I have been unable to connect to wireless network. I have gone through the wireless trouble shooting guide to no avail. When i "check for device recognition" i get the following (note the is no CLAIMED UNCLAIMED ENABLED OR DISABLED)
udo lshw -C network
*-network
description: Ethernet interface
product: RTL8111/8168B PCI Express Gigabit Ethernet controller
[code]...
View 7 Replies
View Related
Oct 16, 2010
where can i get the full source code of ubuntu ?
i want to study it and mayb il make my own os in the future.
View 3 Replies
View Related
Mar 27, 2011
How to edit Ubuntu Source code to edit Ubuntu how I want? I know I am legally allowed to modify the code but I do not know how?
View 2 Replies
View Related
Jun 7, 2011
Where can I obtain the source code for Ubuntu 10.04.1 LTS?
View 1 Replies
View Related
Jul 24, 2009
I downloaded wine from a windows laptop, but because you have to have a computer running Linux to download it as a .deb package, I had to download the source code as a tar. bz2.
Does anyone know how I compile it and make it executable?
View 6 Replies
View Related
Mar 2, 2010
if i would know the terms i could search for it, so bare with my words: i got an old PC, and my ethernet-cables don't fit into its plug (port?). its a little smaller than the usual one. how is it called and what am i looking for (whats the name of the plugs which need to fit, whats the measure. all i could see is male/male and some voodoo stuff like RJ333 <-wrong.
View 6 Replies
View Related
Feb 2, 2009
How can I find out programmatically if a cable has been removed from an ethernet connector where the interface is "up" ??? Without using ping of course.
Sidebar question, if I have two interfaces on the subnet how can I force a ping out a specific interface? Say, I have 192.168.5.14 and 192.168.5.13 and I want to throw a ping out *.13 and not *.14 ..
View 2 Replies
View Related
Nov 13, 2009
I want to get the hardware information in linux. As in windows we can have API to get the network adapter information and all. But in linux why dont we have? i try to read network adapter info in /proc/bus/devices file.. but that file is very hard to parse.and i looked at the lspci source c ode. but unfortunately I dint undersatnd that code to get the network adapter information.
View 1 Replies
View Related
May 19, 2010
I was trying to install VPN client for my Ubuntu 9.10 64-bit. During the installation process the terminal reads:
"Directory containing linux kernel source code [/lib/modules/2.6.31-21-generic/build]"
On that I pressed enter for the default option (in bold). After a few more steps I reached the following error:
Making module
sh: Can't open ./driver_build.sh
Failed to make module "cisco_ipsec.ko".
[/lib/modules/2.6.31-21-generic/build] is the location where the installer expects the kernel source to be (I am guessing). So unless I correct the terminal (by providing the location of the kernel source), I think I will keep on getting the same error message.
So to get the kernel source I visited: [URL]From there I copy pasted the command:
sudo apt-get build-dep --no-install-recommends linux-image-$(uname -r)
apt-get source linux-image-$(uname -r)
Everything went fine, but even now I don't know if at all I have a kernel source and where it exists on my machine.
View 2 Replies
View Related
Jun 10, 2010
I am following these instructions to install gnu backgammon. However I am doing this for the first time and I don't know how to get their source code from their site (here). Do I download everything?
View 2 Replies
View Related
Sep 13, 2010
does anyone know where to find the full Ubuntu source code all i can find is the kernel source. if any knows where to get the full source code for any major Linux distribution could they let me know.
View 3 Replies
View Related
Oct 4, 2010
I want to modify the source code of the kernel so that the new compiled kernel should disable USB ports.
View 4 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 23, 2010
I want to know if it is possible to edit the source code of the programs in Linux. Like, take the calculator for instance. If I want to add a user-defined function to it, how can I do it - if I can do it at all? In general, where and how can I look at the source code of such programs ?
View 3 Replies
View Related
Jan 30, 2011
I have been the webmaster of a webpage for a few years and I have always installed Apache and PHP using the source code. The reason is that I wanted to use a recent version of them and I couldn't find it in the repositories.
Now, we are going to purchase a new server with Ubuntu (we were using Fedora in the previous one) and I don't know if install those packages using synaptic (much easier) or install them from scratch using the source code.
Synaptic is great, specially installing modules for PHP, but I am afraid of not having updated versions in a few months.
View 2 Replies
View Related
Mar 6, 2011
I was wondering if there are any tools that automate the process of installing from source for example tar.gz or tar.bz2. I have used kludge installer but I am looking for something that doesn't make me install any dependencies for example I want a bash shell script it just runs the commands you normally do but faster.
View 2 Replies
View Related
Apr 23, 2011
I just installed Ubuntu 10.10. When I started up synaptic manager/settings/repositories, I noticed that the source code box had a line through it. Is this normal?
View 1 Replies
View Related
May 23, 2011
I am having a problem installing a program, AudioTester v1.6 and tests FLACs for errors. [URL]. The .zip file has a windows executable '.exe' and the source code. The code was written for Windows. The source code is written in C++ (.cpp) with C header (.h) files, xml (.vcproj) and one '.exe.manifest'(?) file. I tried the usual commands for compiling (./configure, autogen, make) the source code but no luck. Can I compile this code for Ubuntu/linux? Is there anything I can do with the code? And If so what do I need to do.
View 6 Replies
View Related
Jun 3, 2011
I just pulled the MS Removal Tool executable off a Windows 7 machine. Is there a way I can view the code on my Ubuntu machine? I am curious how they block the "real" av software from running. I did get rid of it, pretty simple.
View 5 Replies
View Related
Jan 22, 2011
I have been a newbie to Fedora, Now i think its the time to explore fedora and learn the "behind the scenes" process.. I want to know how to view the source code of kernel,an application.
View 2 Replies
View Related