Compiling RTL8192SE Driver :: Strange Error After Make

Apr 10, 2011

I am running Debian 6 & picked up a wireless nic for my desktop since I want to locate it in an area that would be a challenge to wire. I downloaded the driver and ran make and got the strange error below. I tried doing some web research but could not find anything. I also booted up the machine w/ a Ubuntu Live disk to ensure the card was good and found no issues ( I also have the same nic in my kids machine running Ubuntu 10.10. )

[code]...

View 10 Replies


ADVERTISEMENT

OpenSUSE Wireless :: Error Compiling Dlink Driver

Nov 28, 2009

I downloaded the Dlink wireless G dwa-110 usb driver but I'm getting "rt73.ko failed to build. make[module]error 1" when compiling it.

I have installed the kernel-source and kernel-syms but I still get the same error. What am I doing wrong?

I'm running openSuSE 11.2 64 bit.

View 4 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 :: 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

General :: Error Missing Separator When Compiling - Make

Nov 16, 2010

I have problem with compiling server... I finish ./configure without any problem, and now, when I write make, I see that: Quote: Makefile:360: *** missing separator. Stop. I read something, and know, that error shows when there are problem with spaces. And I should use there a tab. On line 360 I have:

Code: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/account.Po@am__quote@ I try to change this one space inside to tab, but that doesnt work for me... Terminal always show error in the same line.

View 2 Replies View Related

Red Hat / Fedora :: Compiling Error In Atheros AR8152 Fast Ethernet Driver

Sep 22, 2010

I tried to compile Atheros AR8152 PCI-E Fast Ethernet Controller driver for fedora 13 64 bit kernel version is 2.6.34.7-56.fc13.x86_64. I have installed kernel source , kernel header and necessary all things to compile it. (linux-firmware-20100806-4.fc13.noarch also installed). I tried AR81Family-linux-v1.0.1.13 source from Atheros web site.

But when I try to make it it give following error.
Code: Makefile:173: *** *** Aborting the build. ***
This driver is not supported on kernel versions older than 2.4.0. Stop. It is not compiling issue because I compiled and installed broadcom wireless driver.
Makefile is attached here (renamed as Makefile.txt -> Makefile)

View 5 Replies View Related

Software :: Make Error When Compiling Courier-authlib-0.55 - /usr/bin/ld: Cannot Find -linker

Feb 10, 2010

I have been struggling to install courier-authlib. I have tried several version from 0.55 to the latest and I keep receiving the same error.

Linking libauthvchkpw.la
/usr/bin/ld: cannot find -linker
collect2: ld returned 1 exit status
make[2]: *** [libauthvchkpw.la] Error 1

[code]...

I have been googleing for the past week to try and resolve this with no joy. any help would be greatly appreciated. I am installing on CentOS 5.3 with config options as follows...

./configure --prefix=/usr/local --exec-prefix=/usr/local --with-authvchkpw --without-authldap --without-authmysql --disable-root-check --with-ssl --with-authchangepwdir=/usr/local/libexec/authlib --with-redhat

and when I run the make commands I receive the peceeding errors (above)

View 3 Replies View Related

Fedora :: Error While Installing Wireless Driver Using Make In FC12

Mar 17, 2010

The relevant details of my setup are:
Samsung R522 laptop
Realtek RTL8192E wireless network controller (PCI)
Fedora 12, kernel 2.6.32.9-70.fc12.i686 (automatically updated using software update)

My problem is that my wireless card has never worked - basically there aren't any widely available linux drivers, and there are many threads on getting the RTL8192E to work on many different forums, e.g. here, but none specifically for Fedora, so I think that this thread could potentially guide many more users. FYI, my hardwired network connection works perfectly.

Fantastically however, by emailing Realtek support, they'll send you their Linux driver, which most people have claimed works perfectly (although why they haven't just put it on their website is beyond me). SO, I've got a Linux driver for my wireless card. When Realtek emailed me to send me the driver, they said to just 'cd' into the driver directory, then do

su
make clean
make
make install
reboot
./wlan0up or ./wlan1up

OK, so I tried to do this and get the following error:
make: *** /lib/modules/2.6.32.9-70.fc12.i686/build: No such file or directory. Stop.
make: *** [all] Error 2

I don't know enough about linux to understand this error. I really don't want to have to recompile my kernel, and I hope there is some way to install this driver with not too much hassle. How to overcome this error, and install my wireless driver so I can get wireless network access on my Fedora 12 operating system. I've found Fedora 12 really easy to use so far, but this is proving quite hard!

This is the output of 'ls -lh' in the folder which seems to be causing the error, namely /lib/modules/2.6.32.9-70.fc12.i686/
total 3.1M
lrwxrwxrwx 1 root root 46 2010-03-16 22:53 build -> ../../../usr/src/kernels/2.6.32.9-70.fc12.i686
drwxr-xr-x 2 root root 4.0K 2010-03-03 05:28 extra
drwxr-xr-x 11 root root 4.0K 2010-03-16 22:53 kernel
-rw-r--r-- 1 root root 498K 2010-03-16 22:53 modules.alias .....

View 7 Replies View Related

Ubuntu Multimedia :: Strange Video Anomalies With Nvidia-driver?

May 10, 2011

As of late I've been getting annoying video anomalies (see attachment) when using nvidias proprietary driver. I'm running ubuntu 11.04 64bit, my card is a 240 GTX and the nvidia driver version is 270.41.06.

View 1 Replies View Related

OpenSUSE Network :: Installing Driver Error - No Rule To Make Target `modules' - Stop

Apr 13, 2011

I am relatively new to linux and am running into a problem. I just got a new laptop and need to configure/install it's wireless driver but am getting an error when running "make". The error is: make[1]: Entering directory `/lib/modules/2.6.37.1-1.2-desktop/build' make[1]: *** No rule to make target `modules'. Stop.

I have scoured these forums and know that others have the same issue (when configuring other drivers/programs). I am sorry if this post is redundant. It sounds like the Makefile is pointing to the wrong directory. I am using opensuse 11.4, have make and gcc installed. My kernel is linux-2.6.37.1-1.2 (I just re-installed the desktop kernel to make sure it was up to date). The driver I am trying to install is located here: AUR (en) - rtl8192ce.

Another forum suggests pointing somewhere in the /usr/src/linux-2.6.37.1-1.2 directory instead. Is this correct? Should I be pointing to a folder within this? I am not a programmer but any description about what I am actually putting in this directory and why would be awesome (so I can learn a bit more). Or just helping me solve the problem would be great too.

View 9 Replies View Related

Ubuntu :: Make-kpkg Strange Vanilla Kernel Build Errors: Found 60 Section Mismatch(es) ?

Apr 30, 2011

I've getting strange build errors when using make-kpkg with the latest (2.6.39-rc5) vanilla kernel.I'm using the procedure outlined here:
https:[url]....e.g.:

Code:
make oldconfig CONCURRENCY_LEVEL=`getconf _NPROCESSORS_ONLN` fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers

I'm getting the following build errors:

Code:
Building modules, stage 2.
MODPOST 3053 modules
WARNING: modpost: Found 60 section mismatch(es).To see full details build your kernel with:'make CONFIG_DEBUG_SECTION_MISMATCH=y'
CC arch/x86/crypto/aesni-intel.mod.o[code]....

There is even much more error output but it looks like it is basically the same issue.

View 2 Replies View Related

Ubuntu Networking :: Realtek Rtl8192se Disappears On 11.04?

May 24, 2011

After having installed ubuntu 11.04 my laptop's wireless device (realtek rtl8192se on a packard bell laptop) disappears on ubuntu 11.04. Before, with ubuntu 10.10, I had no problems. Now, when I start ubuntu 11.04, sometimes the wireless card work, but most of times it doesn't: the wireless led is off, and with the lspci command I got no line about wireless card. If I restart the laptop and I start win7, the wireless card doesn't work there too! only after many reboots and/or shutdowns wireless card appears again.

View 1 Replies View Related

Networking :: Opensuse 11.4 Cannot Use The Tar.gz File From Realtek Rtl8192se

May 15, 2011

Not too many entries for this Realtek product in the forum, but it appears that the commands MAKE and MAKE INSTALL do not work in opensuse 11.4 for the above Realtek NIC. I suspect that it is Realtek's driver which is a tar.gz file and the problem. They do not provide either an rpm or deb file.

Is there anyone out there who has had success with this driver in opensuse 11.4, or for that matter, opensuse 11.3?

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

Ubuntu :: Strange Firefox 3.6 Error?

Jan 23, 2010

I downloaded and installed the latest Firefox 3.6 on my Debian machine, but got this strange error when I fired it up for the first time:Code:firefox-bin: 1: Syntax error: "(" unexpected

View 9 Replies View Related

Ubuntu :: Strange Error When Installing / Fix It?

Mar 16, 2011

When I'm trying to install Ubuntu 10.10 I get this error message and the computer freezes stoping me from doing anything.

"GLib-warning pwuid failed due to unknown user id error"

Tried using 32 and 64bit versions. It's starting to do my nut in!

View 1 Replies View Related

Debian Hardware :: Compiling 8812au Driver For DWA-171

Nov 5, 2015

I have Jessie, gcc -v shows gcc version 4.9.2 (Debian 4.9.2-10). I downloaded the proper driver for my Dlink DWA-171 wireless-n adapter from here: [URL] ....

However, when I try to build the module this is what I get:

make ARCH=i386 CROSS_COMPILE= -C /lib/modules/3.16.0-4-686-pae/build M=/home/chris/Documents/USB WiFi Driver/rtl8812AU_8821AU_linux modules
make[1]: Entering directory '/usr/src/linux-headers-3.16.0-4-686-pae'
Makefile:10: *** mixed implicit and normal rules: deprecated syntax
make[1]: Entering directory `/usr/src/linux-headers-3.16.0-4-686-pae'

[Code] ....

I soft linked gcc to gcc ver 4.8 and then I get the same error except it says:

make ARCH=i386 CROSS_COMPILE= -C /lib/modules/3.16.0-4-686-pae/build M=/home/chris/Documents/USB WiFi Driver/rtl8812AU_8821AU_linux modules
make[1]: Entering directory '/usr/src/linux-headers-3.16.0-4-686-pae'
Makefile:10: *** mixed implicit and normal rules: deprecated syntax
make[1]: Entering directory `/usr/src/linux-headers-3.16.0-4-686-pae'

[Code] ....

I successfully built this module on Kubuntu 14.1 with kernel version 3.16 but for whatever reason it won't build on Debian.

View 7 Replies View Related

Hardware :: Compiling Driver For Belkin USB Router?

Oct 2, 2010

I have a old laptop Dell C600 PIII 800mhz 256mb RAM 20Gb HDD and a floppy drive. It has 1 USB port and no wifi card.

I bought the Belkin F6D4050 v1 usb wireless adapter so that I could use it on the above laptop and connect to my wireless network at home. The Belkin USB wireless adapter has a Ralink xchipset

There was no specific Linux driver available but a workaround for an old driver worked. Some changes to the code and compiling gets the wireless adapter to work.
I have installed Arch on the laptop. I compiled it and its working fine

Questions 1.Arch linux releases new image only once or twice a year I have downloaded the latest available arch image and built froms scratch. When I update Arch (as it is a rolling release) the kernel also gets updated and the compiled driver fails to work. I have to recompile again for the new kernel. Is there a way I can compile this driver in the existing Arch or any other distro kernel and use as long as I can without updating so I do not have to recompile again

View 1 Replies View Related

Slackware :: FGLRX Driver And Compiling Kernel In 13.1

May 26, 2010

I am currently having an issue installing the FGLRX driver in slackware 13.1. I use a customer kernel due to buggy acpi on my toshiba laptop. The steps i took to compile my kernel are as followed. hu

make mrproper in /usr/src/linux directory
patch /usr/src/linux directory
copy kernel config from /boot directory
make menguconfig and load config
the make all
make modules install
i have also tried make install as well
then i mopy system.map the kernel file and config file into /boot directory
edit lilo
reboot ... everything works fine acpi works properly like before.. now the problem comes.. I try to install the fglrx drivers and i get the error message
Code:
Error:
kernel includes at /lib/modules/2.6.33.4-smp/build/include do not match current kernel.
they are versioned as ""
instead of "2.6.33.4-smp".
you might need to adjust your symlinks:
- /usr/include
- /usr/src/linux
ERROR: I don't have make module
Am I doing something wrong setting up my kernel. Issue on my gentoo box I have.

View 6 Replies View Related

General :: Compiling Oci8 And Php 5.3.6 / Make Use Of Oracle-xe 10g?

Jul 14, 2011

How do I compile oci8 and php 5.3.6 in centos 5.5, I want to make use of oracle-xe 10g

View 1 Replies View Related

General :: Create A MAKE File For Compiling?

Feb 24, 2011

I've gone through some online tutorial on how to create a MAKE file and actually I don't have a complete understanding of it specifically, linking the particular compiling program to a library and also creating a share/dynamic library.

View 4 Replies View Related

Programming :: G++ Fails Compiling New Program / Make It Possible?

Jul 16, 2009

I am trying to compile systemc. Configuration is done OK and Makefiles are created. As soon as the "make" command i issue, recursively reaches the "utils" directory, errors are produced -declaration and include errors.

The files referenced by the errors DO exist and i hava managed to give g++ "-I ${LD_INCLUDE_PATH}, ie the variable, where all header dirs are listed. Libraries and compilers for gcc3.3 and g++3.3, i believe, are installed OK. code...

View 4 Replies View Related

Fedora :: Compiling Driver Epson Stylus SX600FW?

Jan 4, 2010

Did someone has been able to compile pipslite_1.4.0-5.tar.gz and iscan_2.23.0-3.tar.gz (avasys drivers) on fedora 12? I have an epson stylus sx600fw and it was working perfectly in fedora 9 with the avasys drivers but after upgrade to f12 I cannot install the new driver

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

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

Ubuntu Networking :: Uninstall/Remove Old Wireless Driver To Make Way For New Driver - RTL8191SE?

Jun 21, 2010

How To: Uninstall/Remove Old Wireless Driver to make way for New Driver (RTL8191SE)?

Here's the new driver:

I have been having trouble with my wireless connection intermittently disconnecting and reconnecting repeatedly (sometimes every couple of seconds). I posted a thread about this here on Ubuntu Forums titled: Ubuntu 10.45 & NetworkManager Applet 8.0: Connects & Disconnects Frequently.

View 2 Replies View Related

Fedora Networking :: F15 - Configuring Wifi Card - Edimax EW-7612PIn With RTL8192SE Chipset

Aug 15, 2011

I have just installed an Edimax EW-7612PIn PCI-E Wifi card which has an RTL8192SE chipset. This chipset is not supported under current F15 kernels so I have installed the driver and firmware from source and have that working fine. The driver can see the card and I can issue 'iwconfig' commands successfully enough to see my Wifi network.

The problem I have is that I don't understand the relationship between iwconfig and wpa_supplicatant and as I'm running a headless F15 server I cannot use the NetworkManager GUI to help me. I should also note that the Wifi network is using WPA2-Personal encryption.

This is what I have done:

Configured /etc/sysconfig/network-scripts/ifcfg-wlan0 with what I think are reasonable values (based on google searches), including the ESSID, TYPE as Wireless, etc.

Configured /etc/wpa_supplicant/wpa_supplicant.conf, including using the key value returned from wpa_passphrase.

Arranged for wpa_supplicant to run from boot, using chkconfig.

However when I run 'ifconfig wlan0 up' I get the error message 'link is not ready' and indeed looking at the output from 'iwconfig wlan0' there are no configured values. I also understand that some values are configured by iwconfig and others by wpa_supplicant, however it's not clear what.

How do I permanently set iwconfig values?

How do I configure wpa_supplicant?

View 3 Replies View Related

Software :: Compiling Evince From Source Code - Make Errors

Mar 20, 2011

When I compile evince from its source code, I am able to run ./configure properly, but when I run make the following output is displayed.

Code:
make all-recursive
make[1]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0'
Making all in cut-n-paste
make[2]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0/cut-n-paste'
Making all in zoom-control
make[3]: Entering directory `/media/New_Volume/untitled folder/evince-2.32.0/cut-n-paste/zoom-control' .....
make[3]: *** [libevview.la] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I am not able to ascertain the source of this error, even though I seem to have the file in question-libevdocument.la. What do I do now to remove this error?

View 8 Replies View Related

Slackware :: Make Lincity Configure Properly Prior To Compiling?

Mar 15, 2010

I have installed SDL_gfx, configured, compiled and installed perfectly fine, then I ran ldconfig, and yet I get an error from the install scrip of Lincity, complaining that I'm missing SDL_gfx -- I've read all the READMEs and INSTALLs for each, yet I can't see what I've missed.What do I need to do to make Lincity configure properly prior to compiling?

View 7 Replies View Related







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