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


ADVERTISEMENT

Ubuntu Networking :: RT2870 Driver Installed But Still No Internet

May 13, 2010

I am very new to Ubuntu and if I could get internet I'm sure I would love it as it appears very speedy! I don't want to resort to reloading Windows just because of this!I've managed to install the RT2870.inf driver for my Belkin wireless adaptor but couldn't install the sys file. Hence my adaptor still won't work - well I think this is why but hoping someone can enlighten me step by step.

View 1 Replies View Related

Fedora Networking :: Installing The RT2870 Driver In 14?

May 1, 2011

i don't have connection in my compuer write now so i whant to install RT2870 driver but i don't know how i found this tutorials [URL] but i can't install may be i have error in choise package this is my kernel version Linux Ouz3r4 2.6.35.10-74.fc14.i686 #1 SMP Thu Dec 23 16:17:40 UTC 2010 i686 i686 i386 GNU/Linux i found this driver too [URL] but how to install

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

Fedora Hardware :: Does The Rt2870 Driver Support 5Ghz Channels

Jan 26, 2010

I am using a Sparklan WUBR-505N abgn USB dual band stick for the wireless connection on one of my Fedora 12 laptops. I have an Apple Airport Extreme BaseStation that can advertise
a 5GHz connection ie it broadcasts two sids... The network manger only see the 'regular' sid and the usb stick only connects in the 2.4GHZ frequencies. Does the rt2870 driver support the 5GHz frequencies? If so how can I force a 5GHz connection?

View 5 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

Ubuntu Networking :: Have Source Code Of WLAN PCMCIA Driver?

Mar 25, 2010

I intend to attach WLAN PCMCIA card to my embedded system to connect to a wireless network. However, my embedded system uses a strangs OS that not supports the card driver. I think that I can investigate on how Ubuntu control the card to find out the way to control it in my system. The WLAN PCMCIA card that I can buy is:TP-Link TL-WN510G,Linksys WPC54GSCan any one tell me, how can I have the source code of WLAN PCMCIA driver and how can I find out the way Ubuntu control this card?

View 4 Replies View Related

Networking :: Ath9k Driver Installation With Source From Kernels For 2.6.34 ?

Oct 22, 2010

I have had some trouble with understanding the wireless drivers. I am using backtrack 4 R1, and the reason was merely for the network and having many necessary networking dependencies already there. However I found that I am using a HAL for the ath9k and madwifi-ng drivers, thus I must patch the card and go through all of that.

The specific distribution I am using is Backtrack 4 R1 with KDE3 and ubuntu on the 2.6.34 kernel. I know I have through an update script found the wireless drivers and downloaded them, however all attempts to get it to fully work haven't helped. I checked the forums, and it doesn't seem like they consider it a backtrack specific question but a linux specific question. I performed hwinfo and it returns ath9k and the memory address, channels 1-14, wlan frequencies(2.412,2.417, 2.422, 2.427, 2.432, 2.437, 2.442, 2.447, 2.452, 2.457, 2.462, 2.467, 2.472, 2.484. I have all modes of encryption set.

I am using both ifconfig and iwconfig with a wicd frontend to access the network typically. Unfortunately I am only seeing a wlan0 and no ath0. Furthermore, I manually issue these commands I am doing so I set each aspect of the card up (i.e essid, channel, mtu, fragmentation, etc....).

Now I did shed some light upon this in the sense that I found out how to initialize the madwifi-ng hal abstraction layer via 'start airmon-ng wlan0' and then it returns.....

mon0 ath9k py0 etc. etc. etc.( this isn't exact I am unfortunately not at my computer. But the device is then able to work, however I am not sure as to why I am not able to have the ath0 device in my wireless devices if indeed everything else appears to be ath0.

View 5 Replies View Related

Ubuntu :: Compiling BASIC-256 From Source?

Sep 13, 2010

This is my first time compiling a software, I have successfully downloaded and extracted the "basic256_0.9.6.32.tgz" file,but There is no configure file present in the extracted contents,also make and checkinstall exit with error.What seems to be the problem Here is the output of errors I got during Installation

[Code]...

View 14 Replies View Related

Ubuntu :: Compiling Wine From Source - Opengl

Jul 8, 2010

I'm trying to compile wine from source, with a patch to make it work for Worms Armageddon. I've applied the patch and go to run

Code:
$ ./configure

It then pumps out rows of text and at the end reads:

Code:
configure: WARNING: No OpenGL library found on this system.

OpenGL and Direct3D won't be supported. I went ahead and finished compiling it but it doesn't run worms, so I've come back to this opengl issue.

View 1 Replies View Related

Ubuntu Servers :: Installation/Compiling Of PHP 5.3.6 From Source?

Jun 29, 2011

I'm trying to get an nginx/php-fpm/mysql stack setup on Ubuntu Server 10.04 LTS 32 bit version.

I have pretty much got everything going fine, except PHP extensions. For whatever reason when I compile php it is seeming to not compile any extensions with it ?

I am using the following configure flags:

Code:
./configure --prefix=/opt/php5 --with-config-file-path=/opt/php5/etc --with-curl --with-pear --with-gd --with-jpeg-dir --with-png-dir --with-zlib --with-mcrypt --with-mhash --with-mysql --with-mysqli --with-pdo-mysql --with-openssl --with-xmlrpc --with-xsl --with-bz2 --with-gettext --with-fpm-user=www-data --with-fpm-group=www-data --enable-fpm --enable-exif --enable-wddx --enable-zip --enable-bcmath --enable-calendar --code....

View 2 Replies View Related

Ubuntu Networking :: 10.10 - Wireless Using Staging USB RT2870?

Apr 22, 2011

I've compiled and installed my rt2870sta.ko and the firmware to the correct locations but my ubuntu 10.10 is loading the one under
/lib/modules/2.6.38-25-generic/kernel/drivers/staging/rt2870/rt2870sta.ko.
How do I get it to use the correct driver? I've attached a screenshot of the module info.

View 9 Replies View Related

Ubuntu Networking :: Railink Rt2870 Won't Connect In 11.04

Jun 28, 2011

I have a Sparklan WUBR-502GN USB dongle with the RT2870 chip. It has worked, (with a little effort) of previous installs of 9.04, 9.10, 10.04 and 10.10. However it refuses to work in 11.04. I followed the same procedures, (blacklisting, confirming device ID, modifying config.mk and rt_linux.h, sudo make & make install and removing staging/rt2870), outlined in past forum articles and that worked in the previous RCs, but the connection to my home network will not complete. Has something changed in 11.04 that is substantially different from past releases?

P.S. the only thing I haven�t done, since 11.04 was only installed moments before, is do the build essential and headers.

View 9 Replies View Related

Debian Multimedia :: Compiling Scribus 1.5 From Ubuntu PPA Source

Oct 20, 2015

I have already open a thread in scribus forum but I am not sure if they know the solution, and I don't think is specifically related to scribus. I am receiving a generic unknown cmake error with QT5 library when try to compile Scribus 1.5, probably I need to install some library more but which?

Code: Select allcmake ../scribus -Wno-dev -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/bin/
CMake Error at styles/CMakeLists.txt:21 (QT5_WRAP_CPP):
  Unknown CMake command "QT5_WRAP_CPP".

-- Configuring incomplete, errors occurred!
See also "/home/myuser/Compilati/scribus-1.5.0/builddir/CMakeFiles/CMakeOutput.log".
myuser@Debian-635:~/Compilati/scribus-1.5.0/builddir$ cmake ../scribus -Wno-dev -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/bin/
CMake Error at styles/CMakeLists.txt:21 (QT5_WRAP_CPP):
  Unknown CMake command "QT5_WRAP_CPP".

-- Configuring incomplete, errors occurred!

View 14 Replies View Related

OpenSUSE :: Compiling Workrave From Source For KDE?

Jan 1, 2011

I use Workrave on Windows to make sure that I walk away from my computer every now and then, but I can't find it in openSUSE's repositories although it is available for Linux.

Then I tried compiling it from source, but I got this error...

pdedecker@linux-s6cn:~/Desktop/workrave-1.9.3> ./autogen.sh **Warning**: I am going to run `configure' with no arguments. If you wish to pass any to it, specify them on the `./autogen.sh' command line.

Running intltoolize...
Running libtoolize...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'

[Code].....

Is Workrave incompatible with KDE4? Is openSUSE using a different windowing system?

I'm willing to try similar software packages if they're easier to install.

View 9 Replies View Related

Ubuntu Networking :: Install AE1000 Rt2870 On Xubuntu?

Mar 6, 2011

Alright yall, I just got my wireless usb device to work on ubuntu 10.10. I did alot of searching and I finally figured it out. this is what I did.

1.Download the linux drivers from this post, its called Ralink_RT3572USB_drv2400.zip

2.Extract them to a directory.

3.Make sure you have build-essential installed on your computer. you can do this by opening a terminal
and typing
Code:
sudo apt-get install build-essential
4.Now install linux headers so that you can compile the drivers.
Code:
sudo apt-get install linux-headers-$(uname -r)
5.Now in your terminal goto where you extracted the Ralink_RT3572USB_drv2400 files.
once in that directory type

[Code]...

View 9 Replies View Related

Ubuntu :: Format Not A String Literal Compiling WxGTK-2.4.2 From Source

Sep 20, 2010

trying to compile and install wxGTK-2.4.2,i configure with the line-./configure --with-gtk --enable-gtk2 --enable-unicode but when i go to make and make install i get the format not a string literal error, how can I fix this? really need wxGTK2.4 for some old apps.

View 1 Replies View Related

Ubuntu Installation :: Get Zenity 2.32.0 Installed On Lucid Besides Compiling It From Source?

Oct 11, 2010

is there anyway to get zenity 2.32.0 installed on lucid besides compiling it from source? because i noticed it was available for maverick.

is this version likely to be available for lucid?

View 1 Replies View Related

General :: Improper Pacakge Name When Compiling .deb From Source?

Jan 11, 2010

So I have compiled from source a libgsf debian package. However when I go to install it dpkg complains that "libgsf depends on libgsf-1" however as you can see if you look on the debian page libgsf-1 is the same source as the ligsf package...

How can I resolve this redundant/recursive issue? For now I have just force installed my package (and it appears to be working) but if I am going to distribute it to other people I need to get this fixed.

View 1 Replies View Related

Software :: Updating Kernel Without Compiling From Source?

Feb 18, 2011

I am running a Fedora 13 x64 . The latest kernel I get is 2.6.34.8 in testing from yumex. However I want to install 2.6.37 How do I do it, without compiling from the source (which I think is beyond my scope at this point). I am more concerned with this because I am planning to get LMDE for my notebook but I came to know that it runs 2.6.32 kernel, so would I be able to update it? There's also the Liquorix kernel that I have read about, with many people saying that its better for daily usage scenarios--is that true, and is there some major difference in code?

View 1 Replies View Related

Ubuntu :: Install The Avant Window Navigator By Compiling The Source Files?

May 17, 2010

I'm trying to install the Avant Window Navigator by compiling the source files and installing that way. I've extracted the file avant-window-navigator-0.4.0.tar.gz, but when I run the ./configure command, I get an error.

Code:

configure: error: in `/usr/src/avant-window-navigator-0.4.0':
configure: error:
Could not link test program to Python. Maybe the main Python library has been
installed in some non-standard library path. If so, pass it to configure

[Code].....

View 4 Replies View Related

Fedora Networking :: Getting RT2870 Setup On Fc11?

Jun 26, 2010

I've got a sitecom usb wireless adapter that uses the RT2870 chipset.I have got the rt2870sta module and have a ra0 interfaceI can set up a connection in the network tool and it recognises the usb device fine.

[root@genie devices]# iwconfig
ra0 RT2870 Wireless ESSID:"******" Nickname:"RT2870STA"
Mode:Auto Frequency=2.462 GHz Access Point: Not-Associated
Link Quality=10/100 Signal level:0 dBm Noise level:-97 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

I have no control over it and the wireless bit in Network Manager is greyed out. I got the firmware from the Ralink site

/lib/firmware/rt2870.bin

I have set the country code in the .dat file to 1 for channels 1-13 and selected channel 11 My netgear wg-614 wireless light has no activity.

View 2 Replies View Related

Debian :: Compiling Kmess From Source - Can't Find Libgif?

Apr 14, 2011

I'm trying to install the latest Kmess from source, but when configuring it (it's really a wrapper for cmake) I get the following error: configuring KMess 2.0.6.1

checking build directory
running cmake from /usr/src/kmess-2.0.6.1/build
command: cmake -D CMAKE_INSTALL_PREFIX=/usr
-D CMAKE_BUILD_TYPE=relwithdebinfo
-D KMESS_DEBUG_OUTPUT=0

[Code]...

fix the problems mentioned above, and run ./configure again. For example, make sure you have the KDE 4 devel packages installed.I've done this yesterday on another computer and it worked fine once I had both libgif4 and libgif-dev installed. The problem is that I've got both of those packages installed on this computer and I still get the error.

View 6 Replies View Related

Debian :: Compiling Wine 1.2.2 From Source Has No OpenGL / D3D Support

Feb 13, 2011

After finally figuring out how exactly how to compile something from source, I did it with Wine. However, there's a problem, when I'm trying to play a game on Steam (Half-Life) on a TNT2 graphics card (With NVIDIA drivers 71.86 installed as well as all of the packages needed to compile Wine from source), everything either lags or has an error.

One of these errors is that OpenGL32 isn't being initialized after attempting to start the game in that mode. Another error (or I should say problem) is that in Direct3D mode, it just.. crashes lol. Also, in Software mode, it LAGS horribly and I don't think it has to do with the hardware limitations I have on this machine. I did however install the glx and gl drivers AFTER I compiled Wine, do I have to do yet another install?

Debian Lenny 5.0.8
667MHz Celeron Coppermine
NVIDIA TNT2 32mb VRAM card

View 3 Replies View Related

Debian Programming :: Error Compiling Qalculate From Source?

Feb 15, 2014

I'm trying to install the calculator Qalculate from source so I download the tar.gz package for KDE from their official website to my ~/Downloads folder. I unzipped it with

Code: Select all tar xzf qalculate-kde-0.9.7.tar.gz

I moved the exploded folder to my /home/guest/ folder (my user-name is guest), I entered the qalculate-kde-0.9.7 folder and searched for a INSTALL or README file. Here's what the INSTALL file says to do. The INSTALL file says to run the following commands

Code: Select all./configure
Code: Select allmake
Code: Select allmake install
Code: Select allmake clean

After giving the first command, trouble started; here's what I got:

Code: Select allroot@aliquis:/home/guest/qalculate-kde-0.9.7# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes

[Code] .....

This is impossible, as I am running a fully functioning kde system. What should I do? I don't find the kde version of Qalculate in Apper...

View 9 Replies View Related

Software :: Install MySQL By Compiling Source Files?

Apr 25, 2010

I am trying to install MySQL by compiling source files.Using mysql-5.1.46]version./configure --prefix=/usr/local/mysql was fine and I am getting following error while "make"

[Code]...

View 2 Replies View Related

Red Hat :: Uninstalling Mplayer Installed By Compiling Source Files?

Feb 2, 2010

how to uninstall Mplayer and other programs that is installed by compiling source files(./configure, make , make install)

View 14 Replies View Related

Slackware :: What Packages Are Required For Compiling Source On Slack 13?

Apr 3, 2010

Can someone please tell me what packages are required for compiling source on Slack 13? Something is missing in my box and I get errors, I can't figure out what it is.

View 11 Replies View Related

Ubuntu Networking :: Belkin N150 Wireless USB Adapter Rt2870 Not Working?

May 13, 2010

I tried getting a Belkin USB Wireless adapter:N150 to work in a fresh installation of 10.4 with no success. After reading several forum posts I tried both solutions with ndiswrapper and the XP driver and with the Ralink native driver with no luck.

Code:
lsusb
Bus 005 Device 008: ID 050d:935a Belkin Components
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

View 9 Replies View Related

Fedora :: Compiling From Source Fails (gnome-voice-control)?

Aug 29, 2010

I am trying to install form source (gnome-voice-control-0.4.tar) the voice recognition tool. ./configure seems to go fine, the Makefile has been made bur when I try to install by typing make some errors appear.

code:

Quote:
[root@piotr gnome-voice-control-0.4]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes[code].....

View 9 Replies View Related







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