Ubuntu Networking :: How To Make/compile The Driver For A Wireless Card
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
ADVERTISEMENT
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
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
Jul 25, 2010
install a wireless card driver.
View 4 Replies
View Related
Dec 27, 2010
Told me to fo to /var/log/jockey.logGot this I believe? what may be wrong?
2010-12-27 21:22:37,907 WARNING: /sys/module/wl/drivers does not exist, cannot rebind wl driver
2010-12-27 21:22:37,990 DEBUG: BroadcomWLHandler enabled(): kmod disabled, bcm43xx:
[code]....
View 9 Replies
View Related
Apr 14, 2010
i would really like to know how to patch a wireless card driver so that i can start injection in aircrack for example let's say we have an "Atheros AR5007EG" do you know where to find the driver patch for ubuntu and how to patch it ?
View 1 Replies
View Related
Mar 24, 2010
It says "device not ready" ive read a lot of posts with problems that seem the same but i dont know which fix actually applies to me. im running karmic on an ppc with the b43-fwcutter driver.
View 3 Replies
View Related
Nov 30, 2010
I am using Maverick 10.10 on a Toshiba Satellite Pro L510 which has this card, full output from lshw:
[code]...
So far, I've figured out that 'Error 2' basically means any of probably a zillion or two possible errors. The line I have in bold is obviously the one. I have searched, dug, probed, but can not work out what it means or where to start fixing it. Reason I'm bothering at all is that yes, the Realtek card worked 'out of the box' but is pretty unreliable, a third and less the speed of the other machines in the house
View 9 Replies
View Related
Jun 29, 2011
I am using ubuntu 9.10. Kernel version is 2.6.31-14-generic. I couldnt find driver for Atheros wireless card which shows in 'lspci' 0c:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
View 9 Replies
View Related
Jun 1, 2010
I am not really that good with linux, yet, I have a smc 2602W v3 wireless pci card, and I want to install it on linux, so I could access the internet, but I haven't found any solutions yet. Btw latest ubuntu desktop version. Info about the card: [URL]
View 3 Replies
View Related
Jan 11, 2010
The card is recognized by Ubuntu 9.10 and I have it in the network manager. I followed one tutorial about creating an ad-hoc network and all looked good, until I actually wanted to connect (or to be more precise, my machine is a host for other computers). The wireless icon just loops endlessly, without connecting and eventually I get "Wireless network - disconnected" message.
So, the main issue here is - connecting! I just can't. Also if you know/have some good tutorial for ad-hoc,
Code:
ivan@ivan-desktop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:"internat3"
[Code]...
View 2 Replies
View Related
Apr 11, 2010
I've decided I want to cross over to Ubuntu from Win vista but there's one thing i cant get working. My wireless card. My wireless card is a Xterasys xn 2523g I can't make this switch until i have the internet working.
View 9 Replies
View Related
Dec 22, 2009
I have a Netgear WG511GE PCMCIA card, and a driver from the original installation disk. I used an ndiswrapper-utils gui called ndisgtk to install the driver. I then do the following to verify an installation:
[Code]....
Unfortunately, when I put the PCMCIA card in, nothing happens. On Windows, a green light flashes even if the card is not connected to any network. At first I thought this might be a hardware issue, so I did #lspci and got:
[Code]....
Lo and behold, when I put a different unbranded Wireless PC Card in it works. I'm no expert in Networks, but to me this suggests a driver problem (i.e. the card is physically detected it just won't work). However, the correct driver was installed with ndisgtk and this was verified with #ndiswrapper -l, hence the confusion.
I'd be grateful if anyone else has had this problem/knows of this problem and is willing to share the solution with me/point me in the right direction. So far, Google has returned a few posts from a few years ago talking about patching kernels and manually building files etc (just before Prism54 became integrated into the Linux kernel).
View 8 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
Jan 5, 2010
I'm trying to find a driver for my wireless card (Atheros AR928X) and I think it's ath9k what I need. As far as I know there isn't a linux driver for it, so I installed ndiswrapper to use a windows driver instead. The problem is that when I type modprobe ndiswrapper I get "bash: modprobe: command not found" (even as root). I know I'm missing something about modprobe, but I can't find any help on google. Anyway, I installed ndisgtk next, because I thought it would be easier, but when I go to System> Administration> Windows Wireless Drivers I get a message "Unknown error".Do you have any ideas on how I'll make ndiswrapper work?
View 3 Replies
View Related
Jul 17, 2011
i recently purchased a new custom-built computer and thought i would give ubuntu a shot (read: i'm a linux noob). i'm running 11.04. anyway, i can't get my pci wireless card to work. i downloaded the rt3562 driver from ralink's site, followed the directions in this tutorial url?t=1608095 and i keep getting an error message when i try to do "sudo make":
Code:
make -C tools
make[1]: Entering directory `/home/brock/DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217 2/tools'
gcc -g bin2h.c -o bin2h
code....
View 3 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
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
Jul 20, 2010
I just installed Linux Mint 9 as a dual boot install with Win XP. Trying to activate wireless network card driver and video driver. Pops up: "You are not authorized to perform this action".How do I get authorized?
Now every time I boot Win XP, the Internet Explorer menu bar is all blacked out and goofy. If I log out and back in it corrects itself. If I reboot it's blacked out again. Re-installed IE8. Still blacks out.Also Firefox in Win XP crashes expectantly. It has NEVER crashed on me previously.
View 9 Replies
View Related
Apr 1, 2011
I'd like to know how can I find a Linux wirelles driver for wireless Belkin card.
View 1 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
Aug 17, 2010
i have the cd just do not know how to install the driver for my linksys wireless pci card 14e4:4329the device is BCM43XG
View 4 Replies
View Related
Dec 16, 2010
Is it possible to make a live CD which will contain a video card driver that can be used by the PC it is running on?
View 2 Replies
View Related
Jun 5, 2011
I have a Alfa AWUS036NH that I have downloaded the lastest drivers from Alfa. I have read for 3 days straight and tryed so many fixes I cant remember them all. My problem is that it connects then after about 15 minutes the connection degrades and i have to unplug and replug in and then it goes down sooner each time. I have edited the black list and blacklisted all the 2870 chipsets as mine has 3070 chipset. once i edited the blacklist I can no longer boot into linux unless I unplug my Alfa (usb) and then once I am into the UI I can plug it back in but the wirless management client up by the top right of my screen that came with ubuntu no longer sees the card and when I do the show devices command from a terminal it doesn't show the adapter either. I also have a wired eth0 that works and a wireless wlan0 thats an internal Aethros that works. After blacklisting though it no longer shows it's name in the wireless manager but does show the connections. I am getting errors when trying to compile the manufactors drivers. I have renamed the 2 files as per several posts and still errors. I have read it works if you load the intel 2200 drivers. I got the compiler and everything but am missing the ieee80211 wireless what evers to compile and make it work. I am at wits end at what to do now to fix it.
View 2 Replies
View Related
Dec 28, 2010
I am completely new to linux so a lot of this has been foreign to me. I have ran the lspci command to find out my wireless card is Broadcom Corporation BCM4313 and I found the driver for this card at:it won't let me post the URL for some reason...but i googled "Broadcom BCM4313 driver for linux" and it's the first link.I downloaded the 32-bit driver but now I have absolutely no idea what to do.The download has folders named lib and src, and a text file called Makefile.
View 3 Replies
View Related
Aug 20, 2009
Where do I get the driver for installing my wireless card- BCM4310 (Broadcom Corporation) in Centos05? I'm not able to find one.
View 3 Replies
View Related
Mar 3, 2010
I got the native driver for linux already but just don't how to do it. It is an external wireless usb card, it's from Ralink.
View 4 Replies
View Related
May 20, 2010
I had Karmic a while back, but i got rid of it becasue of my Bcm4312 Wireless Card would not recognize the STA driver, or bcm43xx.In that time i learned a bit of command line stuff. anyways now that I have my internet working, I was just wondering What I could do with ubuntu. I am interested in the command line and Programming. Where could I learn more about the 2 subjects?
View 6 Replies
View Related
Feb 27, 2011
i followed a tutorial and i used NDISWRAPPER to install the windows drivers and my device WUSB300N (wireless network card) worked perfectly. Once i rebooted however, the drivers are still installed but not activated if you get me? so the wireless card is just not read by the operating system.
View 1 Replies
View Related