Debian :: Building And Installing WLAN Driver

Sep 4, 2011

I'm fairly new to Linux. I am trying to build and install the drivers for the ASUS USB-N10 wlan usb dongle, using the newest drivers from the Realtek website. I've never used make before on Linux and am running into what are probably some pretty basic problems, but I'm not sure where to look for the answers. I used aptitude to install the "make" and "build-essential" packages. I unpacked the drivers using Archive Manager. I changed to the driver directory and ran "make". It stopped with "No such file or directory." I became superuser and ran make, in case it had permission problems when creating the directory.

Here are the results.
obie@four:~/realtek/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401/driver/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401$ make
make ARCH=i386 CROSS_COMPILE= -C /lib/modules/2.6.32-5-686/build M=/home/obie/realtek/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401/driver/rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401 modules
make: *** /lib/modules/2.6.32-5-686/build: No such file or directory. Stop.
make: *** [modules] Error 2 .....

I haven't modified the makefile in any way -- it is the same as what I downloaded. I've read posts from other users who have compiled and installed the drivers on Ubuntu with no problem.

The contents of the directory I'm in when I run make are as follows:
drwxrwxrwx 21 obie obie 4096 Apr 1 03:25 .
drwx------  3 obie obie 4096 Sep 3 22:43 ..
-rwx------  1 obie obie 3479 Apr 1 03:25 autoconf_rtl8712_usb_linux.h
-rwx------  1 obie obie  151 Apr 1 03:25 clean
drwxrwxrwx  2 obie obie 4096 Apr 1 03:25 cmd
-rwx------  1 obie obie  516 Apr 1 03:25 config
drwxrwxrwx  2 obie obie 4096 Apr 1 03:25 crypto
drwxrwxrwx  2 obie obie 4096 Apr 1 03:25 debug .....

View 4 Replies


ADVERTISEMENT

Ubuntu :: How To Achieve Building Driver And Installing It

May 27, 2010

i downloaded madwifi0.9.4 because my laptop has an atheros wifi card sadly i am new to linux so do not understand how to build a driver and just downloaded the software add-on windows wireless drivers but could not find an inf file then i see i have to build the thing myself from the kernel. well i am a win7 user wanting desperately to only have to use windows for playing games and do all my work on something more secure and would like to be able to use my laptop in a coffee shop etc.

View 6 Replies View Related

Debian Configuration :: Building (Wireless Adapter) Driver From Source

Feb 24, 2010

Apparently, the wireless adapter Realtek 8171 uses the rtl8192se driver, which is currently available only as source from Realtek's website. Is building a driver equal to building a package? Should I follow the same cautions, say these ones?

View 9 Replies View Related

Debian Hardware :: Building ATI Fglrx Driver 10.12 - Squeeze 64bit

Dec 17, 2010

I am trying to build the ATI fglrx 10.12 driver using the ATI installer on debian Squeeze 64bit.

Todo this I run the following command:
./ati-driver-installer-10-12-x86.x86_64.run --buildpkg Debian/testing

Which produces this output:
Created directory fglrx-install.oFbosX
Verifying archive integrity... All good.
Uncompressing ATI Catalyst(TM) Proprietary Driver-8.801
Generating package: Debian/testing
cp: cannot stat `/home/nojan/Downloads/fglrx-install.oFbosX/x710_64a/*': No such file or directory
Package build failed!
Package build utility output: .....
dh_install: Compatibility levels before 5 are deprecated.
cp: cannot stat `./usr/X11R6/lib64/modules/linux': No such file or directory
dh_install: cp -a ./usr/X11R6/lib64/modules/linux debian/fglrx-driver/usr/lib/xorg/modules/ returned exit code 1
make: *** [binary] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2
Removing temporary directory: fglrx-install.oFbosX

As you can see it fails during the build.

View 10 Replies View Related

Debian Hardware :: Building RTL8187 Driver Fails - Error 2 Code

May 17, 2010

I am fairly new to Linux and have been striking hassles with my AWUS036H (RTL8187) under Debian Lenny. The standard (built in) driver works but reception is pathetic compared to the same card under Backtrack 4 or even Windows 7. I have tried to build drivers which I got from the Alfa website, the Realtek website and also the Linux Wireless project page. All of them fail during Make with an Error 2. I don't have the error in front of me (had to go back to Windows for the moment) but it is identical to the one this guy gets:

darkReaction:/home/georanson# cd /home/georanson/Desktop/Downloads/ndiswrapper-1.52
darkReaction:/home/georanson/Desktop/Downloads/ndiswrapper-1.52# make
make -C driver
make[1]: Entering directory '/home/georanson/Desktop/Downloads/ndiswrapper-1.52/driver'
Makefile:35: *** Cannot find kernel version in /lib/modules/2.6.18-6-686/build, is it configured?. Stop.
make[1]: Leaving directory '/home/georanson/Desktop/Downloads/ndiswrapper-1.52/driver'
make: *** [all] Error 2

I get the error 2 code and the reference to "kernel version".

View 5 Replies View Related

Debian :: Installing Latest Nvidia Driver On Debian Squeeze ?

Nov 9, 2010

I installed Debian Squeeze with no issues. I went to install latest Nvidia driver as done previously with Lenny. Used instructions that worked on lenny from "the trooper" [url]

Downloaded th latest driver for my GeForce 7300 GS vidio card, driver package NVIDIA-Linux-x86-260.19.12.run

Used "method # 2 as described in HOW TO,as it worked perfectly in the past on Lenny. Only syntax I changed was instead of gdm I typed gdm3 as it appears that is the new name for gnome in Squeeze.

Did as folows:

Now the trouble showed up, Unfortunatly I can only go off my memory. A question was asked stating that something did not match, it needed a 3 and the driver had a 4 version or somethng of this sort. then it asked if I new what I was doing (and I lied) and selected yes. And whammo, it didn't work. (This question was asked when i did in Lenny and it is working perfectly still on that system). I now can not boot to GUI, I notice when system boots it starts in "S" mode although I select normal boot from grub2.

Not too bad if I got to reinstall as little is on the system. I just want to know what I am missing on the instalation deal or should I be going about this difrently with Squeeze.

View 14 Replies View Related

Red Hat / Fedora :: Building HP Qlogic NIC Driver On F13

Jun 5, 2011

I have been trying to build the HP Qlogic Netxen, nx_nic, driver on Ferdora13 kernel 2.6.33 but facing with "missing kernel-devel package" errors. As per the instructions in the driver spec, when i try to do rpm build, i get this error. I tried the rpm build installing kernel-devel-i686 pkg but it only shoots back with

error: Failed build dependencies:
kernel-devel-i586 = package is needed by hp-nx_nic-4.0.544-2.src

But when I installed kernel-devel-i586 pkg for kernel 2.6.30 the rpm build continued beyond this error point only to give some other RPM build error atleast to say there was no missing kernel-devel pkg error. Has anybody come across any such error with any other driver? or nx_nic in specific? Does this error mean kernel-devel-i586 a MUST for this driver? As far as I know there is no -i586 pkg for kernel 2.6.33 when i searched in kernel-devel repository! I am not sure, if this forum is right place for posting this question. If not, pls re-direct me to the right one.

View 1 Replies View Related

Fedora Networking :: Install Driver Wlan In F14?

Jan 27, 2011

How do I install my driver wlan in Fedora 14? I use this notebook hp:

http://h10025.www1.hp.com/ewfrf/wc/p...reg_R1002_USEN

I have already installed the update of fedora and still does not work.

View 2 Replies View Related

Debian :: Jessie 8 - Installing NVIDIA Driver

May 15, 2015

I have installed before with ease following the Debian how to. On jessie 8 I have an issue with black screen, probably miss configuration but can't figure what?

View 8 Replies View Related

Debian Hardware :: Installing The Gallium Driver In Sid

Apr 2, 2011

I've got an old computer with an Ati Radeon 9550. I had Ubuntu 10.10 installed and was able to get the gallium driver working but ubuntu seemed to really load down the system so I decided to try Debian so far its running much faster for regular tasks but I'm having a terrible time getting it to recognize the gallium driver. I actually upgraded to sid because I had read that gallium was the default driver for mesa for my card.

Here is what i've done so far.

When I opened package manager it did say libgl1-mesa-dri 7.10.1 (I think that was the right version) was installed but when I checked rendered string it still showed software.

So I went to [url] downloaded 7.10-4 and compiled it according to the directions on the site and installed with make install. I didn't get any errors. Package manager shows its installed but still only software rendering. I tried following the last part of the instructions on this site [url] and exporting the paths but its not working.

Doesn't do anything.

dmesg | grep drm

I have no idea what this error means. Well actually I bet it means my driver isn't loading.

View 1 Replies View Related

Debian :: Installing ATI Radeon HD 5700 Driver On Squeeze 6.0.1

Jul 19, 2011

I've been on numerous websites--with tutorials telling how to install the ATI drivers, I'm running Squeeze 6.0.1 Gnome amd64, the tutorial I am using is located at the ATIProprietary Debian Wiki [URL] when I try the following:
sudo apt-get install fakeroot debhelper build-essential libstdc++5

I get this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package fakeroot is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source.

Package debhelper is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'fakeroot' has no installation candidate
E: Package 'debhelper' has no installation candidate
E: Unable to locate package build-essentials
E: Unable to locate package libstdc++5
E: Couldn't find any package by regex 'libstdc++5'

I have a feeling that apt-get is not searching the web, yet searching a CD perhaps? Because when I've tried the apt-get update, I get the following:
Ign cdrom://[Debian GNU/Linux 6.0.0 _Squeeze_ - Official Snapshot amd64 LIVE/INSTALL Binary 20110324-08:54] squeeze Release.gpg
Media change: please insert the disc labeled
'Debian GNU/Linux 6.0.0 _Squeeze_ - Official Snapshot amd64 LIVE/INSTALL Binary 20110324-08:54'
in the drive '/media/cdrom/' and press enter

After doing that, nothing happens, and my apt-get still doesn't work, everything I try and install like build-essential says it's not found. Also when I
su
nano /ect/apt/sources.lst
the list in nano is empty???

I'm currently running a dual boot with windows xp/debian but as soon as I can get everything working, I'm going to turn this into a full linux system. Also my sound doesn't work, but my sound is HD sound that goes via the video card, I have it hooked up HDMI to my LG tv/monitor, sound works fine on xp. I think once I get the video card drivers installed it should possibly fix my sound issues at the same time.

View 14 Replies View Related

Debian Multimedia :: X Won't Start After Installing Nvidia Driver

Mar 27, 2015

I tried to install drivers for my GeForce GT 630M graphic card. At first, I just installed nvidia-detect and there was a suggestion to install nvidia-driver:

Code: Select allsudo apt-get install nvidia-detect
nvidia-detect
sudo apt-get install nvidia-driver

After reboot, there was a sad ?monitor like this one: [URL] ....

After first failure, I tried to use Debian wiki tutorial for Debian Jessie (probably I should have done this at first )

Code: Select allaptitude install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') nvidia-legacy-304xx-kernel-dkms
echo -e 'Section "Device"
Identifier "GPU Nvidia"
Driver "nvidia"
EndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf

But also without success. Now I can't use X at all.

View 7 Replies View Related

Debian Hardware :: Installing The ATI Proprietary Driver Properly ?

Jan 3, 2011

I've just installed Debian and then installed the ATI driver to correct the resolution and to hopefully give me better performance, it seemed to give the opposite effect and has made my computer painfully slow and choppy.

I downloaded this driver for my ATI 4870 card:

And ran the following commands:

I do not know how to add my account to sudo.

View 14 Replies View Related

Fedora Networking :: Install Driver For Wlan (Realtek 8187)?

Aug 28, 2009

i use fedora11 and try to use wireless i find driver for chip Realtek RTL8187 but want to know command to install it. i save folder of driver on desktop in folder name rtl8187_linux_26.1010.0622.2006has like this

[Code]....

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

Debian Configuration :: Colors Too Bright After Installing Nvidia Driver?

Aug 17, 2011

After I've installed nvidia-vdpau-driver 280.13-1 from debian testing repositories, all the colors on the screen became too bright, except dark colors.

I've tried to change the values from Brightness, Contrast and Gamma, in NVIDIA X Server Settings -> X Server Color Correction, but it doesn't bring everything back to normal.

Either the nvidia driver has problems, or I don't know how to calibrate. But before I installed nvidia-vdpau-driver, I had the nouveau display driver (experimental), and all colors were displayed normally, the same as in Windows 7 and XP.

View 1 Replies View Related

Debian :: Installing Driver For LaserJet Canon LBP2900 At Squeeze

Apr 23, 2011

Did some one solved the problem how to install Laser Printer Canon LBP2900 at Squeeze? The driver (version 2.20; in the documentation stays that they were tested some of previous versions at Debian 5.04 or like) I found at the Canon's site doesn't wish to be installed at Squeeze, but somehow I succeeded at Ubuntu 10.04 and Ubuntu 10.10...

View 6 Replies View Related

Software :: Installing Display Driver On Debian Lenny Amd64

Jul 8, 2009

I installed the new debian_lenny_5.0.1_amd64 x64, i am having a nVidia Geforce 8500 GT 512 RAM display card. I was trying to install the driver using the synaptic package manager. I installed them, but i was not able to use the driver. I don't know where the drivers are installed and how to use it. I checked the xorg.conf , and the nVidia driver is not listed there. how to install them .

View 9 Replies View Related

Ubuntu Networking :: Unable To Install Wireless Driver For Broadcom 802.11b/g WLAN

Aug 2, 2010

I have Ubuntu 10.04 installed and can browse the internet via cable, but wireless isnt working. My wireless driver is "Broadcom 802.11b/g WLAN".

In the windows device manager, I found the corresponding inf file to be oem20.inf which I tried to install it through "Setup Windows Driver" but it gave an error saying invalid driver. I also tried installing the Broadcom STA driver, but that didnot help.

I am dual booting with Windows 7, and i installed ubuntu through the windows wubi installer. My laptop is HP Pavilion dv4. I have installed the regular Ubuntu desktop and have made all upgrades. The results from lspci command i have added below.

gowda@ubuntu:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)

[Code].....

View 2 Replies View Related

Debian Configuration :: Installing Nvidia Graphics Card - Driver Error

Apr 28, 2010

I revived my old desktop (failed psu), and installed debian squeeze using netinst. It has a nvidia geForce 7600GT card. The driver in squeeze does not work very well, so I downloaded nvidia driver-installer. When I run it, it comes back with an error saying the kernel (I assume the nvidia graphics kernel) is compiled with gcc4.3, but the system is using gcc4.4. Using synaptic manager, I installed gcc3.3, but same error.

Next I tried to uninstall gcc4.4 and it gave a warning the system might not be usable. I did not understand it, but I went ahead and uninstalled gcc4.4 and guess what, the system is not usable, and I have to re-install squeeze. Not a big loss, since I do not have much in it. How to install this nvidia driver, specifically, how do I get switch to gcc4.3 from gcc4.3? Also, the squeeze install gave me 2.6.33-trunk-amd64, and 2.6.33-3-amd64. How do I get rid of ...trunk-amd64? Do I just delete it from grub?

View 10 Replies View Related

Ubuntu :: Installing Starbase Wlan Usb Network Adapter?

Nov 24, 2010

I have found instructions but they are not working. I am new to Ubuntu and have only had a few classes that dealt with Fedora and CentOS. So I am rather new to Linux in general. The drivers say they are compatible with linux kernel 2.6 and later so I am going to assume they should work with ubuntu--am I correct in this assumption? If so, when one installs anything in ubuntu should one be set as the admin?

View 4 Replies View Related

General :: Installing A BCM4303 WLAN Controller On Ubuntu 10.04

Jun 19, 2010

I got an older computer from a friend who had Windows XP as an operating system. I installed Ubuntu 10.04 on it, but cannot get the wireless controller to work. It is a BCM4303. Yes, it is an old one. So far I have spend virtually nothing on the computer. Ubuntu installed without a hitch as far as I can tell with the exception of this WIFI problem. I have searched the forums but got no matches. Perhaps I am using the wrong key words. Can anyone offer a solution or point me in the general direction.

View 4 Replies View Related

OpenSUSE Hardware :: Building MCS9865 Driver - Cannot Make Target Modules

Jul 14, 2010

I recently bought a pci multi io card to give my pc 2 parallel ports. For Linux, Moschip supply the source plus makefile and instructions. I ran make as root and got an error message
make: *** /lib/modules/2.6.31.12-0.2-desktop/build/: No such file or directory. So I created a folder called build in /lib/modules/2.6.31.12-0.2-desktop but that isn't good enough as I still get an error cannot make target modules. So I assume there must be something in the build folder. So what packages do I have to install to get the correct environment to be able to build the driver? Has anyone done this and can supply the driver for 11.2?

View 9 Replies View Related

Ubuntu Multimedia :: ALSA Driver Install Failed At Building Modules

Oct 10, 2010

I am attempting to install the Linuxant ALSA driver to make my sound work properly (speakers muting when headphones plugged in). This worked on Lucid, but on Maverick the installation fails at the "building modules" stage. It directs me to a logfile, which I have reproduced here:

Code:
rm -f .depend *.o snd.map*
rm -f modules/*.o modules/*.ko
rm -f *~ out.txt *.orig *.rej .#* .gdb_history
rm -f doc/*~
rm -f config.cache config.log config.status Makefile.conf
rm -f utils/alsa-driver.spec .....
make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-22-generic'
make: *** [compile] Error 2

The package partially installed I have no sound at all. I have kernel headers and every related -dev package I can think of installed. I'm running 64-bit; could that be an issue?

View 3 Replies View Related

Ubuntu Networking :: Broadcom B44 Ethernet Controller Not Working After Patching Wlan Driver

May 28, 2011

I patched my wireless driver in order to support packet injection. Using this tutorial:

- Install the Firmware:

Code:

- Create new directory:

Code:

- Now disconnect Internet and unload all your driver (use rmmod command)

- Move/copy the Compat-Wireless patched in /usr/src/drivers directory and unpack the drivers:

Code:

Blacklist the wl driver: (STA driver)

Code:

Currently I'm running Ubuntu 10.10, Kernel 2.5.35-29-generic. I have a Broadcom 4318 for my WLAN and a Broadcom 4401-B0 for my ethernet. I followed the tutorial and I managed to get packet injection working on my WLAN; however, my ethernet connection isn't working. I tried sudo modeprobe b44, but I get the following message:

FATAL: Error inserting b44 (/lib/modules/2.6.35-29-generic/kernel/drivers/net/b44.ko): Invalid argument

View 9 Replies View Related

Debian Configuration :: Display Size Wrongly Detected After Installing NVIDIA Driver

May 17, 2010

Using squeeze with a GeForce4 MX 440 video card (NVIDIA) I have a monitor (4/3 aspect ratio, 1024x768 usually), and a TV connected via S-video After installing the NVIDIA driver using the NVIDIA binaries I managed to have a cloned twin screen configuration working.

However, the monitor is (wrongly) detected as having size 1824x768 (aspect ratio is widescreen) Using system monitor, I can set the correct size, but only for one session; besides, the login screen too is messed up the xorg.conf file seems right: proper resolution modes are set; xorg.0.log too

View 2 Replies View Related

Debian Hardware :: Installing Newer Kernel For AR9485 Driver Breaks Display

Apr 8, 2014

I'm trying to install Atheros AR9485 wireless card driver on debian, and I had no luck.

I followed this [URL] .... to install backports kernel version. The wireless card worked, however, intel display driver displayed the color in the wrong way.

Red pixels are green, and green are yellow. It was displayed like when someone try to connect a PAL system to a TV that supports only NTSC.

This is my lspci output:

Code: Select all00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
00:03.0 Audio device: Intel Corporation Device 0a0c (rev 09)
00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 (rev 04)

[Code] ....

Is there is a way to compile only AR9485 module from the kernel?

Add the following

Code: Select alli915.i915_enable_fbc=0 to your GRUB_CMDLINE_LINUX_DEFAULT= in /etc/default/grub so you would have something like that

Code: Select allGRUB_CMDLINE_LINUX_DEFAULT=" i915.i915_enable_fbc=0 nomodeset quiet splash"

View 1 Replies View Related

Debian Hardware :: Installing Driver For Broadcom Wireless Card Doesn't Work

Aug 29, 2010

I'm very new to Debian (and Linux in general), and am currently taking a Linux course at college... I'm trying to get Debian running on my MacBook Pro (late 2009 model) and it's been complicated but I've got the operating system installed on it... I'm just having a few problems, the biggest right now of which is my wireless card, which doesn't work. So, I found instructions on the Debian Wiki for getting the driver for it, but it's not compiled already and I have little knowledge of manually installing stuff through Linux...

View 2 Replies View Related

OpenSUSE Network :: Installing Wlan Drivers For Broadcom 4313

Aug 16, 2010

I'm trying to install the drivers for my Wlan card, I've downloaded the drivers in the tar.gz-file from Broadcom and untar-ed it in my /home/<username>/hybrid_wl-folder and cd'ed to it and I try to run "make" but I get an error: KBUILD_NOPEDANTIC=1 make -C /lib/modules/'uname -r' /build M='pwd' make: *** /lib/modules*2.6.31.5-0.1-default/build: No such file or directory. Stop make: *** [all] Error 2

I'm getting really desperate, I need my Wlan on Wednesday. I'm following the README but this is what I get.

View 7 Replies View Related

General :: Driver For A Dell 1390 Wlan Mini Card In A Inspiron 1590 For Ubuntu 11.04

May 29, 2011

Can not get Ubuntu 11.04 to recognize my Dell 1390 Mini Card WLAN. IT works fine with a Ethernet connection but does not find my WLAN. Can someone please offer so much desired help? I have a Inspiron 1521 with an AMD 64X Processor.

View 4 Replies View Related







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