Debian Configuration :: Compile A Patched Driver For Use With RTL8187L Wireless Device
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
ADVERTISEMENT
Mar 27, 2011
1. Installed a fresh 10.10 and upgraded all packages (via Ethernet).
2. Downloaded latest drivers from ASUS webiste (DPO_RT3070_LinuxSTA_V2.3.0.2_20100422)
3. Unpacked and tried to compile:
The wireless card is working with the driver rt2870sta, but I've read not all the capabilities of the device is unleash unless the native driver is used.
View 2 Replies
View Related
May 3, 2011
When I only change a driver file manually, for example /newkernel/linux-source-.6.32/drivers/gpu/drm/i915_drv.h, do I need to run "make config" or similar like "make menuconfig" or can I just skip? I mean these steps:
1.) apt-get install linux-source-2.6.32
2.) mkdir ~/newkernel/
3.) cp /usr/src/linux-source-2.6.32.tar.bz2 ~/newkernel/
4.) cd /newkernel/
5.) tar xjf linux-source-2.6.32.tar.bz2
6.) cd linux-source-2.6.32
7.) cp /boot/config-$(uname -r) ./.config yes "" | make oldconfig
8.) change the driver file /newkernel/linux-source-2.6.32/drivers/gpu/drm/i915_drv.h manually
8.) make-kpkg clean
9.) make-kpkg --rootcmd fakeroot --initrd --revision=custom.001 kernel_image kernel_headers
10.) dpkg -i *.deb
Is this way OK or do I miss something?
View 14 Replies
View Related
Dec 8, 2010
The computer networking works fine with a normal static setup, but adding a USB wireless device is not successful. It is my own network so the wpa-ssid and wpa-psk are known to work with Lenny and a previous wireless device.The device is recognized (lsusb) and the driver is confirmed to be in the kernel (lsmod). Here is the iwconfig output:
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
After typing: ifconfig wlan0 192.168.1.144 up I can ping that address, but it is not working. I have just done a fresh install of Sid so that I could get the 2.6.35 kernel which contains the ath9k_htc driver for the USB wireless device that I am using. The firmware is ar9271.fw but my source of that is questionable because it does not seem readily available. I am temporarily using a PCMCIA wired connection which is what I am using to connect to the computer via telnet. (This is just for convenience so as to avoid getting up all the time.) Here is the ifconfig output:
eth0 Link encap:Ethernet HWaddr 00:40:05:07:d9:11
inet addr:192.168.1.122 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::240:5ff:fe07:d911/64 Scope:Link
[code]...
That file works with the previous USB wireless device under Lenny. Am I doing something wrong or is the driver and firmware just not up to snuff yet?
View 5 Replies
View Related
Sep 18, 2015
I have a problem activating the hotspot on my debian 8. The issue is that I can't activate the hotspot to give other devices wifi connection.
I have the correct driver packages from the non-free repositories (firmware-realtek) and this service (hotspot) worked fine on distros like Ubuntu, Mint and Fedora .
I tried hostapd but it didn't work. I'm using cinnamon desktop.
View 0 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
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
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
May 3, 2010
using this Azio Wireless PCI Adapter[URL] (Network controller: RaLink Device 0701)
View 11 Replies
View Related
Jan 5, 2010
i have ALFA AWUS036H 500mw wireless card which uses RTL8187L chipset. Ubuntu 9.04 and 9.10 come with preloaded rtl8187 driver but they DO NOT work for internet surfing. However they do work with aircrack suit for injecting etc. Specific problem is: They only work with really close ranged AP, anything far and you will have random disconnects or inability to connect. So basically its unstable compared to patched driver.
To get this alfa card working for internet access, the only way currently is to use any LInux distro with Kernel 2.6.30 and lower. Starting from Kernel 2.6.31 they have made some changes to net api structure which wont let you patch the driver with the patch available at aircrack website which is normally used to make this driver suitable for internet browsing. Refer to this thread for more info: [URL]... I am currently using backtrack 4 pre final but i was going to install kubuntu 9.04 till i recieved an email from realtek with a new driver that compiles in kernel 2.6.31. I tested it on Kubuntu 9.10 and it compiled fine but i could not make it run. Under NetworkManagement for Kubutnu, the problem is that it keeps asking for WEP key and gives me the message 'wlan4 failed to connect' instantly after i enter the key, so its possible that its not compatible with NetworkManagement. I havent tried it with wicd yet, it may work........
View 5 Replies
View Related
Apr 23, 2010
I posted this in Absolute Beginner Talk because I thought that this place might be too technical for me, but I didn't get much of a response there. Does anyone know where I can find a decent driver for this USB wireless card? It uses the RTL8187L chipset for Ubuntu 9.10?
I can connect to my wi-fi network, but I can only seem to download any data for 10 seconds to a minute after connecting. After this it still says that it is connected but updates and web browsing do not work. The connection works fine on my windows partition with the drivers that came with the device. I found this, old thread about the issue but I frankly have no idea what these people are talking about:[URL].. There do appear to be linux drivers on the CD that came with the device but I don't understand how to install them and the above thread seems to suggest that I shouldnt bother trying...
There is a folder titled Linux on the driver CD which contains two folders, a .zip of each of them is attached if it helps. I also found this and tried it will a lot of errors and confusing output.
[Code]...
View 1 Replies
View Related
Feb 8, 2010
Well, at first I need to tell that after having big problems (audio, video, modem, network,...) with my venture into slack world at about 7 years ago, I thought that even with my insistence it would be hard to get used with it.
Around the middle of December last year I decided to try again and again I had face some problems (now with fdisk and GPT support in a 64 bit machine).
But now, at about a month after that, I need to say that having passed those initial problems with installation, not only I manage to learn a lot about linux in general (dependencies, rc. editing, permissions, groups...) as I am amazing to what Slackware became.
From 3D graphics acceleration in KDE (with an easy config for my video card, something I thought it would be impossible and that makes it by far better looking than any Windows Desktop fancy try), to great programs and suites integration like Amarok, OpenOffice, Ktorrent, THE firefox, and so many others all allied with the full control of the system (no automatic updates, no mysterious packages UNLESS I really allow it) not to tell g++, python and so on.
However, besides a raid 0 non readable partition, I am having a persistent problem with my wireless that always mix my pppoe connection when I try to config it via rc.inet1 (or rc.wireless ...).To better explain my situation I have a computer with Asus P5k-e/Wifi-AP with came with an integrated wireless device (Realtek RTL8187L).Also, the way I work out to connect to the internet was through (an ethernet) pppoe connection setup using pppoe-setup.Right now it is working like a charm after pppoe-start and stop commands.
At about a month, when i was starting my first steps to config my machine, I tried to follow [URL] three times, and in two of those I manage to start my wireless, but in all it mixed up with my pppoe connection and since either pppoe-config as pppoe-setup didn't work after that (even after backup the files) I had to reinstall the whole system. (Yes, I know that probably there is an workaround easier via shell or file editing, but since every time I need to restart in the Windows, search for solution on internet, print those I find, restart, and try in slackware again, I decided that reinstalling was the fast solution for me at that time.)Now, I am a bit more confident with my knowledge of the linux and decided to try to setup wireless again.
After an extensive search in the forum, I found out two major solutions: One pointing to alienwiki (with I really think is the best approach besides my previous experience) and other pointing to the proper realtek driver at [URL]As i am yet trying to decide which method use, I download the driver and it came with an strange file (RadioPower.sh) that are called by wlan0up. Below are both files:
wlan0up:
Code:
#!/bin/sh
SYSTEM=`uname -r|cut -d. -f1,2`
if [ $SYSTEM = 2.4 ]
then
cd ieee80211
[code].....
View 10 Replies
View Related
Mar 8, 2011
I have scoured the web for every bit of information I can find regarding installing the ieee80211 patched driver for the realtek rtl8187, to use an Alfa AWUS036H for packet injection. Error after error after error, I have had no success, and all I can find is other people with the same setup having the same problems.
Assume I have installed Ubuntu 10.10 straight out the box, so no updates have yet been made. Is someone in the know willing to post some step by steps on how to download, install and patch the necessary driver and install necessary software, including precise info on how to blacklist or remove mac80211 version rtl8187.ko in order to replace it with the patched ieee80211 version?
I know there's a tutorial on here somewhere for installing rtl8187 in an older version of Ubuntu, and in that thread, the people with Ubuntu 10.10 all seem to be having the same problems.
View 2 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
Feb 10, 2011
I have a Rosewill b/g/n wireless USB adapter. I downloaded the source code of the linux driver from Rosewill website. How do I compile the code and then install the driver? I think that I can just type "make" to compile the code, but, how to install the driver after the compilation?
View 2 Replies
View Related
Jan 13, 2011
it's possible to compile the 2.6.37 kernel patched with the autogroup patch on a Slackware 13.1 system running 2.6.33.4-smp with 2.6.33.4 headers? I just compiled and installed the 2.6.37-autogroup kernel from AUR on my ARCH setup and I like it especially when using firefox with lots of tabs open and other background apps also running. I did notice a speed and smothness difference in my ARCH testing setup with this kernel patch and I can get same results in 13.1??
View 1 Replies
View Related
Feb 16, 2011
I've been trying to make/compile the driver for a wireless card. The card is usb, it's titled Micronext MN-WD550M and seems to use the rtl8712 driver.Firstly, though I did this once two years ago I seem to have completely forgotten how to install a driver in ubuntu.
Secondly, I'm not sure I have the right driver anyway since in the notes in the readme it says it is for i386 (I run amd 64). The driver is here [URL] Thirdly, after clicking through various readmes and documentation without feeling any more intelligent, I then tried using ndiswrapper to install a windows driver and ubuntu would crash if the usb wireless card was plugged in. Blarg.I feel like this should be so simple I'm going to make a clean installation of ubuntu 10.10 shortly (for various unrelated reasons) so anything I messed up with ndiswrapper should be back to normal.
View 1 Replies
View Related
Dec 16, 2010
Trying to compile the 2.6.36.2 kernel. Its not the first kernel I've compiled, but I've run into a problem I've not come accross before.
While compiling I get this error.
[Code]....
Looks like the headers sys/eventfd.h and linux/virtio_rng.h haven't been selected in my .config file. I just copied my old config from the last kernel I built. This was a while ago (2.6.30), but I thought I'd give it a go anyway.
what config option they are under or what I can do to get rid of this error?
View 2 Replies
View Related
Jul 23, 2011
I have a new machine with an Intel 82579lm network card (needs an e1000e driver, I believe). I got Debian installed, but it doesn't have access to the Internet, because it needs a driver for that card. So, I managed to download the card driver on another computer and transfer it to this computer. Problem is that when I run 'make install' for the card driver, it turns out that my Debian install doesn't have 'make'.
I could compile the card source on another computer with Debian. Problem is that computer has a different architecture (old amd 32 bit machine vs. new intel i7 64 bit) than the machine with the problem card. Am guessing that the compiled driver module won't work on a different kind of machine.
Another possibility is to check in synaptic on my old 32-bit machine and use "Generate package download script" to determine where synaptic is getting the 'make' package from and all its dependencies. I also would need to modify the downloads to get the packages for the 64bit machine. *Assuming* that a) the dependencies in Synaptic on the old 32-bit machine will be the same as for a 64bit machine and b) I correctly identify all necessary packages and their proper names for the amd64 architecture, I should be able to move the files to the new machine and compile what I need to compile.
View 10 Replies
View Related
Nov 14, 2010
I'm trying to compile the D-Link netcard driver from the official source, and when I first ran "make," I got an error that "make" couldn't be found. So I installed "apt-get install make," then make told me that it needed gcc, I installed "apt-get install gcc." Now make says: make: *** /lib/modules/2.6.32-5-amd64/build: No such file or directory. Stop. make: *** [LINUX] Error 2 and exits.
I suspect that I need to install some package group which will handle the make and make install (rather than manually trying to fix one hole after another)
View 7 Replies
View Related
Sep 1, 2010
I am using the Debian stock kernel. I want a minimal kernel that works on my Pentium 4, 1GB DDR RAM machine. What do I have do to get a less resource hungry OS. Is there already a minimal kernel binary available?
View 2 Replies
View Related
Dec 25, 2010
Could someone give a step-by-step tutorial on how to do this, for someone with no more than a basic understanding of navigating the OS?
I'd like to include architecture specific flags instead of the generic i686 ones if possible.
So far, my tests have revealed that Arch Linux runs faster than Debian several media apps. I initially thought this was due to the i686 optimization of Arch, but other mentioned it could simply be a kernel timer issue.
I know for a fact the differences aren't due to bloat, and I've installed both OSes from minimal install means. Only the absolutely needed dependencies have been installed.
View 11 Replies
View Related
Mar 23, 2011
I downloaded ubuntu 10.10 in my PC alongside with windows 7 yesterday. However it could not detect my wireless LAN then with some hardwork I was able install the wireless device driver but still no internet!
View 1 Replies
View Related
Feb 25, 2010
why it is that when I download the sendmail debian source package for etch and build it using dpkg-buildpackage -b -nc I get a 645543 byte sendmail executable whereas when I download the sendmail binary that is 703292 bytes.
View 1 Replies
View Related
Apr 21, 2011
I would like to compile a custom xen dom0 kernel. I installed a Debian Squeeze with precompiled xen kernel, and it works fine, but i would like to compile a custom dom0 kernel from source. I tried install kernel source apt-get source linux-2.6 how can I patch this kernel source with xen? but i alway see only the domU kernel params.
View 3 Replies
View Related
May 5, 2011
I compile kernel with i686 architecture but I get linux-image-2.6.33.9-libre12.6.33.9-rt31_2.6.33.9-libre12.6.33.9-rt31-10.00.Custom_i386.deb. How I can do it ?
View 6 Replies
View Related
Aug 3, 2010
I've compiled 2.6.35 for my eeepc, but I have noticed that resulting .deb file is 30mb large. After investigating i saw that modules (and maybe kernel) are compiled with debugging symbols enabled.I've checked my lenny router and modules there are without debugging symbols.So stock 2.6.26 from lenny comes without debugging symbols and linux-image .deb file is around 20mb.Stock 2.6.32-5-686 from squeeze comes with debugging symbols enabled - linux-image .deb here is 26mb. (I have used 2.6.32's .config file to build my kernel, then i did make oldconfig.)I guess this is what increase my kernel size, but how to disable it?Or maybe enable stripping of debugging symbols.
View 3 Replies
View Related
Mar 31, 2015
I have bought a BrotherHL-1110 laser printer. But there is no driver on my system. I have downloaded source code but don't understand how to compile it. (
It does only exist driver-packages for 32 bits: hl1110cupswrapper-3.0.1-1.i386.deb and hl1110lpr-3.0.1-1.i386.deb)
My system is:
Release 7.8 (wheezy) 64-bit
Kernel Linux 3.2.0-4-amd64
GNOME 3.4.2
AMD Athlon(tm) II X2 245 Processor × 2
The source code contain the following files:
-> pwd
/home/joe/Desktop/BrotherHL-1110/hl1110cupswrapper-GPL_src-3.0.1-1
-> ls -R
.:
brcupsconfig Copying filter PPD
[Code] ....
How do I compile and install it on my computer ? ( Or get the printer working ? )
View 7 Replies
View Related