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
ADVERTISEMENT
Sep 20, 2010
I am a complete novice when it comes to Linux. I have just installed Debian 5 and i would like to get the wireless adapter working. I have a Ralink RT2070 54Mbs Wireless USB Adapter and the driver disk. What are the steps/commands i must follow to install the driver please?
View 15 Replies
View Related
May 3, 2010
using this Azio Wireless PCI Adapter[URL] (Network controller: RaLink Device 0701)
View 11 Replies
View Related
Jan 25, 2011
I got openSUSE installed, and now am trying to build my wireless driver, using the instructions here: [URL].
The wireless driver is here:
Broadcom.com - 802.11 Linux STA driver
NOTES:
- The (parenthesis: ) are my notes to show you what I was doing.
- Lines with "#" before them are what I typed into Terminal.
- Lines below (Output: ) are what was output by Terminal.
Code:
(run in su:)
lspci -n | grep 14e4
(output:)
04:00.0 0280: 14e4:4727 (rev 01)
(BUILD DRIVER:)
#su
<password>
# mkdir hybrid_wl
# cd hybrid_wl
# tar xzf <path>/hybrid-portsrc_x86-32_v5.100.82.38.tar.gz
# make
(output:)
if 'make' is not a typo you can use command-not-found to lookup the package that contains it, cnf make
(NOTE: with "cnf" it is saying "Cannot Find")
(install "make" command:)
# zypper in -t pattern devel_basis
(It installs 93 packages)
# make
(output:)
kbuild_nopedantic=1 make -C /lib/modules/`uname -r` /build M=`pwd`
make: *** /lib/modules/2.6.34-12-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2
(Tried:)
# zypper in kernel-source
(It installed 3 more packages)
# make
(output:)
kbuild_nopedantic=1 make -C /lib/modules/`uname -r` /build M=`pwd`
make: *** /lib/modules/2.6.34-12-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2
The problem might be derived from the fact I had to install openSUSE in Kernel (F6) > Safe Mode. If I need to install more things, please let me know ASAP! I am wired to my ethernet until then, which means I can't move from this spot until my wireless is working!
View 9 Replies
View Related
Jan 21, 2011
I would like to create some packages for programs that use the Git software to manage the source, I want to do this directly using the source code in the Git repo as the source code form the package. Does anyone have any hints or directions on how to do this? I been looking round the web for information about this, but all I seem to find is for about storing and build Debian packages from git, this is not what I want to do as these packages are for personal use and I have no need for this.
View 3 Replies
View Related
Apr 22, 2010
I'm trying to install the driver for mi wireless card. The instructions say that to build the tar.gz file, I have to:
# mkdir hybrid_wl
# cd hybrid_wl
# tar <path>/hybrid-portsrc.tarhybrid-portsrc-x86_64.tar.gz
The third step i don't understand. I want the folder of the driver to be located in a folder inside home called "Programas" so what I did was to open the terminal, went su, and then did cd Programas. Then I followed instructions 1 and 2, but I don't know what to put where it says <path>.
View 14 Replies
View Related
Feb 23, 2011
I'm attempting to get a Realtek 0bda:8176 wireless usb adapter (lsusb gives: Bus 001 Device 006: ID 0bda:8176 Realtek Semiconductor Corp.) running with my Debian Server, I researched and found that the RTL8192CE driver is required for my adapter but when I run make install I get this error:
[Code]....
View 2 Replies
View Related
May 14, 2011
I've been following this guide for squeeze: [URL] After getting the wireless-tools and firmware-ralink packages installed with no internet, I managed to installthe driver using modprobe rt2870sta (the 4th step). With the module loaded and the device plugged in (a RangePlusWireless Network USB Adapter with the WUSB100v2 chipset), iwconfig returned something like
[code]....
and then ifconfig wlan0 up returned ERROR while getting interface flags: no available device
View 14 Replies
View Related
Jun 16, 2011
I'm running Debian wheezy on a Toshiba NB505 and I've noticed that the wireless connectivity can be painfully slow at times. I know it's not our home network because my desktop flies (running Windows).Currently, I have the driver from this guide installed. I went to Realtek's site to download the latest driver for this wireless card (RTL8188CE, the Linux/UNIX version) thinking maybe this more up-to-date driver would operate better than the one used in the guide above.Is there a possible way to install this driver, or should I just stick with the current driver I'm using from the guide above?
View 11 Replies
View Related
Sep 6, 2011
I am currently running openSUSE 11.4 on my Toshiba A505 laptop. I'm not certain about the exact model number of the wireless adapter but I believe it's made by Realtek. It does not show up in my list of network connections in YaST so I assume I'll need a driver for it.
View 7 Replies
View Related
May 27, 2010
I have been trying to compile a patched driver for use with my RTL8187L wireless device and get this error.
rm -f ieee80211/Module.symvers 2>/dev/null
rm -f ieee80211/Modules.symvers 2>/dev/null
make -C ieee80211 all
[code].....
View 3 Replies
View Related
Feb 25, 2010
So I'm building a custom kernel cuz I want the fbcondecor patch in my kernel. I use the same .config that 2.6.32 debian kernel package comes with. This kernel runs perfectly. I pass --initrd to make-kpkg when building the package but no initrd is built when I install it so I have to make it using "mkinitramfs -o /boot/initrd.img-2.6.33 2.6.33" to get it to boot. Now when I try to build the nvidia drivers it complains it can't find the source. I did build kernel_headers and installed them also the source is in /usr/src/linux. I also tried to specify the path by passing --kernel-source-path= to the nvidia script but no change. What is going on? I've done this fifty times before and never had any problems. Has there been some changes to how debian kernel packages are built? EDIT: Just thought I'd add some info about the steps I took.
Code:
tar xjvf linux-2.6.33.tar.bz2
ln -s linux-2.6.33 linux
cd linux
patch -p1 < ../fbcondecor-0.9.6-2.6.33-rc7.patch
cp /boot/config-2.6.32-trunk-686 ./.config
make menuconfig Loaded .config then I removed support for maxtorfb, tile blitting and some sirrusfb thing, nothing thats relevant to my system. Changed cpu from Pentium 4 to Core 2 and added framebuffer decor
support from my patch, exited and saved. Then:
[Code]....
EDIT2: I have now tried to build 2.6.32.8 in the same way with the same strange results, anyone have any thoughts as to what I'm doing wrong just throw it at me, I'm getting desperate and running out of ideas. I've checked all the kernel source symlinks and everything looks good.
View 7 Replies
View Related
May 13, 2010
I know this isn't the place for this but I am having trouble with my wireless with Linux mint but ubuntu forums feels more friendly and knowledgeable about these problems the wireless adapter in question is a HornetTek HT-H5DN I have been to the company website they do have a driver but I can't compile it due to lack of experience it runs on a Ralink 2720 driver.
View 4 Replies
View Related
Jan 29, 2011
I have Ubuntu 10.4 and I have a skylink usb wireless adapter. It came with the driver on a disc but I don't know how to install it. I looked at the README file but I don't understand what to do.
View 14 Replies
View Related
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
View Related
May 3, 2010
I have been struggled with wireless connection. Here is the things... My room doesn't have moduler jack. So basically my landlord is sharing with his wifi. Also, my desktop is using Netgear wireless adapter for internet. My laptop and desktop are windows 7 which can conncet with internet very well. But my Linux Os in my desktop couldn't conncet. Recently I installed ubuntu because my co-worker told me ubuntu can be applied to connect with internet through wireless.
However, how can my ubuntu os get wireless connection without ethernet cable. Actually, my harddisk drive is multiple boot containing windows 7, Ubuntu, and Centos. Windows 7 can connect internet smoothly. But you know, Ubuntu and Centos can't do nothing. So I am stacking this situation not to connect internet through Linux OS right now.
My Netgear USB adapter is WG111US.
View 1 Replies
View Related
Oct 15, 2010
Does someone know where i can find the driver for the wireless adapter RLT8191s?
View 8 Replies
View Related
Dec 23, 2009
time Windows user here; limited line command experience from early computer learning; Just wiped my drive and installed Ubuntu. How do I install a driver for the netgear wireless adapter - it was already installed in the machine. I've downloaded the driver believed to work. What next? Also, any instruction on educating myself on Linux/Ubuntu basics?
View 14 Replies
View Related
Jul 3, 2011
I have a desktop and I just installed ubuntu 10.04 as a dual boot with windows 7. My desktop has a wireless ZEW1642S card. I don't have access to a wired internet connection, but I can use the wireless on my windows 7 fine. It seems like there is no driver for it to work on ubuntu, and since I don't have an internet connection while in ubuntu, it seems I can't update it of course because I need internet to update. My wireless network does NOT have a password if that even means anything for this. I have the exe installer for the driver for it but I don't know how I'm supposed to get the INF file or whatever.
View 9 Replies
View Related
Jul 8, 2011
I am also trying to install a wireless driver, but mine is for the Ralink 5370 USB wireless adapter. Do you have some patches for that driver, and could you show me how to install the driver?
View 9 Replies
View Related
Jan 17, 2011
I am brand new to Linux and Ubuntu. However it was very easy and smooth to install and get updated using my wired ethernet connection. I am now trying to understand how to have my wireless network adapter recognized or driver installed. I will be searching around the forums but it suggested I make an initial post as a new user. I am using an older Dell Inspiron 2200. I believe the chipset in my wireless adapter is indeed Broadcomm, so hopefully that will help direct any responses.
View 2 Replies
View Related
Sep 7, 2010
Looking for driver for Linksys Wireless Notebook adapter WPC55AG
View 1 Replies
View Related
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
Jul 28, 2010
i'm very new to linux(starting), don't know anything. I tried my level best to configure my wifi adapter but, couldn't do it. so give to step wise instructions to to do so.
View 8 Replies
View Related
Jul 30, 2010
I upgraded my kernel in my Debian Lenny to version 2.6.32-bpo.4-amd64 to fix a problem with a software and ALSA-related issues. The thing is that now, when I boot, eth1 is not enabled and I have to "load" (I guess) the driver each time. To do this, I go to the folder where all the files for the drivers are and I run:
modprobe lib80211
and then
insmod wl.ko
That I got from the readme file. That gets the wireless working perfectly again, but when I reboot the wireless is dead again and I have to run the commands above again. I imagine that what I should do is to build the driver again, for my new kernel. However, according to the readme file, before I need to install linux-headers-generic and build-essential. With build-essential, it says it's already the newest version, and with the linux-headers, I don't know which one should I install for my kernel! I thought it would be the linux-headers-2.6.32-bpo.4-xen-amd64, but when I tried that, this is what happened:
debian:/home/hernan/Programas/hybrid_wl# apt-get install linux-headers-2.6.32-bpo.4-xen-amd64
Reading package lists... Done
Building dependency tree
[code]....
So the warning says something about the MODULE_LICENSE being missing... how to build the driver again to make it load each time I boot?
View 3 Replies
View Related
May 16, 2011
Does anyone have a driver for Cisco Aironet PCMCIA AIR-CB21AG-A-K9 wireless adapter that works with Ubuntu 11.04? Ubuntu does not see the card when plugged into the PCMCIA slot. I thought that if Ubuntu had a driver installed, it would pick up the device.
View 4 Replies
View Related
Jun 7, 2011
Does Ubunto have a driver for the WPC100 Linksys Adapter wireless card?
View 2 Replies
View Related
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
May 9, 2009
I am doing network config of my laptop. I'm new to Fedora, so I'm not sure how it goes ...
I have an Ethernet device (eth0) and a wireless device, wlan0
Status in system->administration->network:
Tab devices:
eth0 : active
wlan0: inactive
Tab Hardware:
eth0: system
wlan0: configured (description: b43)
Double clicking on the wlan0 line gets you to Network Adapters Configuration, where adapter b43 grayed out) is associated with device wlan0. So far, so good (I did all the fwcutter stuff, so I assume this is the result). When I installed the system (from installcd, then update, then install broadcom-wl, ...) I configured it to be started up with network manager, automatically on startup. I managed to get it working exactly once in that session.
Problem is, it doesn't start up and the wireless is not even visible when you click the network manager icon. For that matter, eth0 does not start automatically either, but at least there is a button to start it in network manager. Coming back to the tab devices, clicking on wlan0 allows you to click on the activate button ... but there it says: Cannot activate network device wlan0! b43 device wlan0 does not seem to be present.
View 6 Replies
View Related
May 13, 2010
Got this while installing the kernel development tools on my Squeeze system being used as a router/firewall. Setting up update-inetd (4.36) ... Setting up cvs (1:1.12.13-12) ... Ignoring install-info called from maintainer script The package cvs should be rebuilt with new debhelper to get trigger support Ignoring install-info called from maintainer script The package cvs should be rebuilt with new debhelper to get trigger support Setting up autopoint (0.17-11) ...
Is that an issue that I need to address prior to building the latest kernel (2.6.33.4)?
View 1 Replies
View Related