Ubuntu :: Installing Driver From 2002 - Compiling A File "usbserial.c" Into "usbserial.o" In Order To Do Makefile Install

Jun 16, 2011

I am porting a Python program to Linux (which I'm a first time user of). The program uses ADAM modules for which I need the driver installed. My problem is compiling a file "usbserial.c" into "usbserial.o" in order to do makefile install. I've replaced the config.h with autoconf.h. I entered "sudo apt-get upgrade", though I don't know why. Now my src folder looks like this:

[Code]....

View 2 Replies


ADVERTISEMENT

Fedora :: Installing The Driver From Makefile?

Oct 7, 2010

I have a linksys AE1000 wireless adapter, I have the proper driver, and I was able to install it on ubuntu to by typing cd (directory) make make install On Fedora 13 when i type su Cd (directory) make I get this after i hit enter after i type make

[root@Renegade wireless]# make
make -C tools
make[1]: Entering directory `/home/Renegade/wireless/tools'
gcc -g bin2h.c -o bin2h

[code].....

View 3 Replies View Related

OpenSUSE Multimedia :: Compiling GTK+ 1.2 On Suse 11.3 X64 In Order To Install Xmms 1?

Jul 17, 2010

I Currently have the problem of not being able to install xmms on suse 11.3, apparently since there's no way to install it from the packman repos because xmms claims it's missing glib 1.22 -oh yeah that one. But since it worked like a charm on 11.2 i'm just wondering if the glib, gtk, and gdk rpms will be present in the future or have i just missed something. I've tried to compile gtk 1.2 and above on 11.3 but since it is a 64bit system it do not comply with my request.Output from glib-1.2.2 and 1.2.10

Code:
checking host system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized
checking build system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized
and what's missing for xmms

[Code]...

If anyone could give me a tip on how to compile the old 32bit gtk libs on a brand new 64bit system would be much appreciated. Or if there is an even simpler way please tell i.e if there is any repos hosting what i need. Greets

View 3 Replies View Related

Ubuntu :: Compiling Driver For First Time Error Installing?

Nov 5, 2010

10.10) now, and only use windows as my DVR (what im currently trying to change). To that end, i have a Hauppauge 2250 video capture card, and Steven at KernalLabs has an alpha release that has been said to work very well with mythTV.

Anyways, i followed one of the posts and successfully compiled the driver using "sudo make menuconfig." I attempted to install with the "make install" command, and the first half of the driver seemed to install and the second half (firmware related) received errors.

make -C firmware install
make[2]: Entering directory `/home/mlavigne/saa7164-v4l/v4l/firmware
Installing firmwares at /lib/firmware: vicam/firmware.fw cp: cannot stat `vicam/firmware.fw: No such file or directory
dabusb/firmware.fw cp: cannot stat `dabusb/firmware.fw: No such file or directory
dabusb/bitstream.bin cp: cannot stat `dabusb/bitstream.bin: No such file or directory
ttusb-budget/dspbootcode.bin cp: cannot stat `ttusb-budget/dspbootcode.bin: No such file or directory

[Code]..

View 3 Replies View Related

Ubuntu Networking :: Wireless Dongle Makefile Nightmare - Don't See The Driver File In The Folder Contents

Apr 1, 2010

I'm trying to get my new Wireless USB dongle to work with Xubuntu 9.10 Karmic Koala. I've extracted the .rar file that was on the drivers CD that came with the dongle. According to the ReadMe....

The Model Name is: RT2870 Wireless Lan Linux Driver Driver Name: rt2870.o/rt2870.ko Hardware: Ralink 802.1n Wireless LAN Card Description: This is a linux device driver for Ralink RT2870 USB ABGN WLAN Card. My issues:

1. I do not see the driver file anywhere in the folder contents... I suppose that I have to "build" it.
2. In the makefile the chipset is default set to "CHIPSET = 3070" & the folder that holds all the extracted files is named 2008_1128_RT3070_Linux_STA_v2.0.1.0 so I'm confused as to whether this dongle has a 2870 or 3070 chipset inside. Does it matter?
3. Sorry, I'm a bit of a n00bster when it comes to all this, but I'm having some problems with the build instructions. It reads:

[Code]...

View 9 Replies View Related

Networking :: Installing DLink Wireless Driver Or Compiling It?

May 24, 2011

How can I Install DLink wireless driver on Ubuntu ?

I had downloaded the driver . The file contains some files like MakeFile and ifcfg-wlan0 ,etc
+ a tar.gz file . which contains c or c++ source codes.

There are 4 folders also .

View 2 Replies View Related

CentOS 5 :: Compiling / Installing ALFA Network Driver

Jun 22, 2011

I've just installed CentOS in my PC - removed win 7. and i have a problem in driver installing these are the commands :

make
make install

View 11 Replies View Related

Slackware :: Makefile:535: /usr/src/linux-2.6.33.4/arch/i486/Makefile: No Such File Or Directory

May 31, 2010

I just downloaded slackware 13.1(x86) and i'm trying to compile ndiswrapper-1.56 using the slackbuild from slackbuils.org and i'm getting this error:

Code:

Makefile:535: /usr/src/linux-2.6.33.4/arch/i486/Makefile: No such file or directory
make[2]: *** No rule to make target `/usr/src/linux-2.6.33.4/arch/i486/Makefile'. Stop.
make[1]: *** [modules] Error 2
make: *** [all] Error 2

looks like the folder i486 doesn't exist

View 2 Replies View Related

Hardware :: Cannot Install Intel 82577 Driver With Makefile Module.symvers Or Both

Nov 8, 2010

not entirely sure if this is a hardware or a kernel/distro issue but here goes: when trying to install the driver for an Intel e100 (82557) NIC (on an IBM Thinkpad A20m) I get the following from both <make> and <make install>....

make -C /lib/modules/2.6.30.9/build SUBDIRS=/root/e100-3.5.17/src modules
make[1]: Entering directory /usr/src/linux-source-2.6.30.9
WARNING: Symbol version dump /usr/src/linux-source-2.6.30.9/Module.symvers is missing: modules will have no dependencies and modversions.scripts/Makefile.build:49 *** CFLAGS was changed in "/root/e100-3.5.17/src/Makefile". Fix it to use EXTRA CFLAGS. Stop.

[Code]...

View 14 Replies View Related

Programming :: Compiling Recursive Makefile In Directory Structure

May 18, 2011

I'm having problems with compiling recursive Makefiles in my directory structure:
My folder layout is:
top/|- one/|- one.c (With main function)|- zero.c|- two/|- two.cin my top folder the make file looks like:

Code:
MAKE_DIRECTORIES = one two
.PHONY: all
all: $(MAKE_DIRECTORIES)

.PHONY: $(MAKE_DIRECTORIES)
$(MAKE_DIRECTORIES):
@echo $@
$(MAKE) --directory=$@
in my one and two folder I have the following Makefile:

Code:
.PHONE: all
all:
@echo $@
$(CC) $(CFLAGS) *.c
But when I compile it from top folder: make

I get following output:
Code:
one
two
Which states that directory statement by echo in main Makefile is ok but the files are not compiled in one and two.

View 5 Replies View Related

Fedora :: Install Ndiswrapper In Order To Install A Windows Wireless Driver

Apr 1, 2011

I am trying to install ndiswrapper in Fedora in order to install a Windows wireless driver.

Code:
su -c 'yum install kmod-ndiswrapper'
, I get this:
Code:
Loaded plugins: langpacks, presto, refresh-packagekit

[Code]...

Rhythmbox crashed and my radio stations disappeared. I'm not sure if this bears any relation.

View 6 Replies View Related

Ubuntu :: Install The K10temp Driver For Sensors In Order To Get Temps Off Cpu?

Jul 10, 2010

I am trying to install the k10temp driver for sensors in order to get temps off my cpu. I found this but I dont know what to do with the makefile.

View 2 Replies View Related

Ubuntu Networking :: Kernel Headers In Order To Install NIC Driver?

Jul 8, 2011

I am running Ubuntu 11.04 with a Dlink DGE-530T NIC. My browsing in Ubuntu on ALL browsers is horribly slow. It works perfectly fine on windows and other PCs on the LAN. So I know for sure my router and my internet line is fine.I figured it could be a problem with my NIC drivers and decided to install the drivers from the CD. (All this while it was running on the default drivers that ship with Ubuntu). I'm trying to install the sk98lin drivers and my understanding of the kernel so far is still very weak. When I try to run the install.sh script it gives me an error saying :

Code:
Create tmp dir (/tmp/Sk98IknhDHEiLKnkWUSoYMTLi) [ OK ]
Check user id (0) [ OK ]
Check kernel version (2.6.38-8-generic) [ OK ]
Check kernel symbol file (/proc/kallsyms) [ OK ]
Check kernel type (SMP) [ OK ]
Check number of CPUs (2)

[Code]...

But the installation script is still not able to find it. I tried searching a few threads on google but wasn't able to make too much sense of whats going on because of my lack of understanding of the linux kernel.

View 9 Replies View Related

Ubuntu Installation :: The Following Packages Must Be Installed In Order For The ATI CatalystTM Linux Driver To Install?

Aug 9, 2010

So Ive decided to give Ubuntu a shot after many years of being abused by a Window.. Although it looks good so far Ive yet not managed to install drivers for my HD5850.Whats really stopping my is that I'm reading the instructions and I came across a little "must have" list, here is how it goes..

Code:
The following packages must be installed in order for the ATI CatalystTM Linux driver to
install and work properly:

[code]....

View 1 Replies View Related

OpenSUSE Hardware :: Compiling Kernel-source For NVidia Driver Install

Jun 18, 2011

In order to configure a dual display in a fresh 11.4 installation, I am attempting to install the nVidia driver according to the instructions in SDB:NVIDIA the hard way - openSUSE. I have not previously compiled or configured a kernel so I largely followed the instructions from OpenSUSE 11.2 - How to compile a Kernel for Newbies.The currently installed kernel is 2.6.37.1-1.2-desktop. The graphics card is an ASUS EN9600GSO (512MB).

In Yast, I installed gcc, make, kernel-devel (v. 2.6.37.1-1.2) and kernel-desktop-devel (v. 2.6.37.1-1.2). Per the "hard way" instructions, I did not install kernel-source.

View 9 Replies View Related

OpenSUSE Hardware :: Configure The Kernel Source Files In Order To Be Able To Install Nvidia Driver?

Jun 27, 2011

When trying to install the nvidia graphics driver I get the following error-message:

ERROR: The kernel header file '/usr/src/linux/include/linux/version.h' does not exist. The most likely reason for this is that the kernel source files in '/usr/src/linux' have not been configured. How do I configure the kernel source files?

View 3 Replies View Related

OpenSUSE Install :: Installing Kernel Through RPMs Without Compiling Sources?

May 10, 2010

Is there any way to install a kernel using rpms and avoid compiling its sources? I am using OpenSUSE 11.2.

View 7 Replies View Related

Ubuntu :: Uninstall Package That Install From Compiling Tar Gz File

Sep 16, 2010

1. How to uninstall package that install from compiling tar gz file

2. how to stop some service ?

View 4 Replies View Related

Ubuntu Networking :: Windows Wireless Driver Not Installing .inf File?

Aug 18, 2010

I have Dell Wireless N-card 1520 on my Dell Studio 15 laptop. I have installed Ubuntu10.04 in it. My network card was not able to detect wireless connections. I have even installed 'Windows Wireless Driver' using ndiswrapper. I have latest driver for card. But when i click install .inf file , nothing happens or gets installed.

View 5 Replies View Related

Software :: Installing MySQL 50 - Makefile 34 Missing Separator

May 6, 2010

I want to install mysql50-server and when I write make install clean. I receive this error:
Makefile:34: *** missing separator. Stop.

Here is the code :
# New ports collection makefile for:MySQL-server
# Date created:Fri Apr 11 10:06:26 CET 2003
# Whom:Alex Dupre <sysadmin@alexdupre.com>
#
# $FreeBSD: ports/databases/mysql50-server/Makefile,v 1.251 2010/02/16 11:03:02 ale Exp $
#

PORTNAME?=mysql
PORTVERSION=5.0.90
PORTREVISION?=0
CATEGORIES=databases
MASTER_SITES=${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR=MySQL-5.0
PKGNAMESUFFIX?=-server .....

".ifdef USE_MYSQL
.error You have 'USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again.
.endif"

View 14 Replies View Related

Hardware :: Installing Printer - Not Any Driver File Provided ?

Jan 6, 2010

I'm using Slackware 13. I have HP LaserJet P1005 printer. I want to use it but there is not any driver file provided for Linux. I'm confused from where to start.

View 8 Replies View Related

OpenSUSE Install :: GUI Not Getting After NVIDIA Driver Installing In 11.3

Jan 8, 2011

I installed on my laptop NVIDIA driver from the opensuse repository. After restart i am not geting the GUI.The screen blinks while booting and finally ends in command line login. Error shows that gdm lasted for only few seconds. Max number of try exceeded.

HP pavillion ZV5000
64b processor
NVIDIA GEForce4 440 64m

View 1 Replies View Related

OpenSUSE Install :: Installing Driver At Time Of OS Installation

Aug 4, 2011

Is it possible to install a video driver at the time of the installation of the operating system? I have made multiple installation attempts using the various 11.4 x64 live & non-live versions. As soon as I get past the splash screen with the boot options, the display becomes corrupt & continuing is impossible. I have attempted using the various video options under the F6 menu (text mode, vesa, safe mode) without success.

I am reasonably certain it is a failure of the video driver. I have observed the identical behaviour while installing MS Windows with the incorrect video driver. The video chipset manufacturer does provide a linux driver on their website. It is a .run file. I have the .run file on a USB stick along with the OS files. This is a link to the hardware platform I am attempting to install to. Is it possible that my video chipset has insufficient video memory?

View 9 Replies View Related

Hardware :: How To Control The Driver Order Be Loaded

Apr 4, 2011

How to control the driver order be loaded by linux.

For example: I have two ethernet card is A and B. Sometimes A be loaded first sometimes another. How to control A card be load first in every times?

View 5 Replies View Related

General :: Compile Multiple File Using Makefile ?

Jun 1, 2011

How to compile single file in Linux environment using gcc. Now i dont know how to use make file to compile multiple file.

View 5 Replies View Related

Programming :: Calling Gcc From Executable File / (makefile)

Oct 4, 2010

I am trying to use a software package written in ANSI C. It has a makefile which has to be executed first.

As soon as I execute it I get messages like: line i: command not found.

Commands for which I am getting errors :

CC = /usr/bin/gcc
GCCFLAGS = -c -Wall
ROOTDIR = .

My gcc compiler is located in the above directory only. In ROOTDIR also I tried giving the path in which all the required files & folders are present but still I get the command not found error in all the lines.

View 7 Replies View Related

Ubuntu Multimedia :: M650 Driver Compiling Error 2

Sep 11, 2010

I know Ive been a lil redundant, there are a lot that has been said about this cam, some made them work, others not. My point is, I haven't. Once it worked, about 2 years ago, but suddenly after the Jaunty updates it has stopped.

Here is my output from make:

Quote:

View 1 Replies View Related

Ubuntu Networking :: Compiling Rt2870 Driver From Source

Apr 19, 2011

I'm trying to install the rt2870 driver on my server running Ubuntu Server 8.04. I've installed build-essential, checkinstall, cvs, subversion, git-core, mercurial... After uncompressing the tarball, doing a "sudo make" gives me this output:

[Code]...

View 9 Replies View Related

OpenSUSE Install :: Installing NVidia Driver For Geforce GTX 275 Fails

Aug 20, 2009

I have just installed openSUSE 11.1 64 bit on my system. Subsequently registered to get an auto-update repo and auto-updated until no more updates were offered. Then I first tried YaST to install NVidia drivers from the NVidia repo (added their repo), but sax2 wouldn't recognize them. So I downloaded their 190. (beta) drivers, installed the kernel source code and gcc 4.3. Then I switched to a console (Ctrl+Alt+F1), closed the x server, ran the driver install as described (gcc 4.3 is installed). Installer said that all is fine (I checked the log to be sure). So I ran sax2 -r -m 0=nvidia, but the driver still isn't recognized.

View 6 Replies View Related

Fedora :: Compiling Alsa-driver Under 14?

Feb 24, 2011

I find that I can't compile alsa-driver 1.0.24 OR 1.0.23 under Fedora 14.

Compiling alsa-driver 1.0.24 fails with:
make[1]: Entering directory `/usr/src/kernels/2.6.35.11-83.fc14.x86_64'
CC [M] /home/Extra/Emerg/Download/alsa-driver-1.0.24/acore/hrtimer.o
In file included from /home/Extra/Emerg/Download/alsa-driver-1.0.24/acore/hrtimer.c:1:0:

[Code]....

View 8 Replies View Related







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