OpenSUSE Wireless :: Can't Install Drivers For Netgear WG311v3
Feb 12, 2011
I'm having trouble installing my wireless card drivers. I've read a lot on this using Ndiswrapper to install my drivers but when I go to install I get this.
linux-8h6g:/wg311 # ndiswrapper -i wg311v3.inf couldn't open wg311v3.inf: No such file or directory at /usr/sbin/ndiswrapper line 219.
I'm giving the right path to the inf file tried moving to other folders and still nothing.
View 9 Replies
ADVERTISEMENT
Nov 17, 2010
i have installed ubuntu 10.04 1st time. i have wg311v3 netgear adapter card. install it on ubuntu
View 1 Replies
View Related
Mar 13, 2011
This installed my Netgear WG311v3 Wi-Fi card on this machine using Fedora 14 x86_64 it took me a while to do so in the future I can (hopefully) follow this guide myself in the future and for anyone who is having problems. First thing you need to do is make sure your system and kernel is up-to-date:
Code:
su yum update next you need to make sure that the kernel headers are installed so you can compile ndiswrapper (which is no longer available on FreshRPMs) and GCC as well as svn to get the latest build of ndiswrapper:
Code:
su yum install kernel-headers gcc svn Now we need to get the latest build of ndiswrapper to make and install it; make sure you do this outside of root:
[Code]...
View 2 Replies
View Related
Feb 14, 2011
I've gone through tutorial after tutorial and finally I've given up and I'm resorting to asking the forums. I've got Slackware 13.1 64-bit and I've got a Netgear WG311v3 and I obviously want them to work together! I installed ndiswrapper and I've tried several different drivers from several different tutorials, but I can't get them to work. At first I couldn't get modprobe ndiswrapper to work, but that was because ndiswrapper.ko was in the wrong folder. I moved it manually and executed depmod -a and modprobe ndiswrapper started working.I've gathered all the information I anticipated and I'm going to post it at the end of this. Anything I don't supply that is relevant ask for and I'll try and get it. I'm desperate to get this driver working correctly so I can get back to my life on Slackware. Here's the information:
[Code]...
View 3 Replies
View Related
Jun 13, 2009
I have a problem with Netgear Wireless WG311v3 card and it is not listed in "ifconfig -a". Network Manager does not see the Netgear card either, just eth0 the onboard wired NIC. Here is the result of lspci.
Code:
[root@mylinux ~]# lspci -nn
02:00.0 Ethernet controller [0200]: Attansic Technology Corp. Atheros AR8121/AR8113/AR8114 PCI-E Ethernet Controller [1969:1026] (rev b0)
03:00.0 IDE interface [0101]: Marvell Technology Group Ltd. 88SE6101 single-port PATA133 interface [11ab:6101] (rev b2)
[Code]......
View 4 Replies
View Related
Feb 2, 2010
I have been searching through these forums the past couple of day as I have just installed Ubuntu 9.10 64bit on my custom whitebox. I have had windows 7 on it in the past, but want something different now.
I guess my main question is if anyone knows a simple to install wireless card (pci or usb) for ubuntu 9.10 64. I currently have the Netgear WG311V3 PCI card installed, but I can not for the life of me get it to work under Ubuntu. I have tried numerous different methods from search google, these posts, etc. but I can not get any of them to work.
View 2 Replies
View Related
May 18, 2011
I already have a wifi card- the netgear wg311v3. that had almost NO linux compatibility, so I won't make the mistake of buying any old wifi card again. What I want to know is, what's a good wifi card for Linux. Here are some requirements I have for it:
Preferably 802.11n support, but I could settle for "G" Out of the box support. As in, I don't have to use Ndiswrapper. Just pop it in, and let ubuntu do the rest I would prefer a USB based dongle, but PCI would be good too. I don't have any brand preferece.
View 2 Replies
View Related
Feb 14, 2011
Above adapter can be installed on v10.2 and 11.3 using ndiswrapper:-
1. Copy the 3 driver files from Windows:- like netwpn111.inf, WPN111.sys & ar5523.bin.
(Be carfeul about the exact names, because they have changed over time).
2. sudo ndiswrapper -i netwpn111.inf
3. sudo ndiswrapper -m
4. sudo modprobe ndiswrapper (the adapter should light up at this point and networks will be detected shortly after - see network manager). (Be careful of paths here - e.g. I had to use /sbin/modprobe - so 'whereis' may be necessary to find these commands).
2nd When I reboot, I need to run the modprobe command again. How do I make the module load automatically on boot? Also (and this is minor), can I bypass the KWallet, keyring thing? it seems silly to enter a password for the keyring and then click another password dialog, when I can just as easily enter the password for the network itself.
View 1 Replies
View Related
Jan 16, 2010
Been doing some reading here and needing some help since all the forums here isn't for 11.2
i have the above mentioned usb wireless device and have downloaded the firmware and have renamed it now i need to know is where to put the firmware and get this wireless to work i hate the cable stretched across the
View 9 Replies
View Related
Aug 12, 2010
I just upgraded from 11.2 and it seems 11.3 dosent detect my wireless adapter or ask for a driver update. I have a acer laptop but am not sure what brand the adapter is..
View 1 Replies
View Related
Jun 29, 2010
I have problems connection my wg111v2 to my AP. I am running opensuse 11.2 with kernel 2.6.31.12-0.2 The AP itselfe is working fine - as I am using it to access the inet with it from my laptop. However I also tried different channels and encryption schemes with no result. But with my Desktop it is really strange. When I boot up it seems as if I have a connection for a short time (I can start loading a webside but it will stop in the process before it is finished). I have searched for similar problems and found this post: Netgear WG111v2 RTL8187 - openSUSE Forums but some things are different: but I thing the comand line output will tell you more than my talking...
My device:
Code:
linux-tn7m:/home/ava/sourcecode/rtl8187L_linux_26.1039.0104.2010.release # lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0846:6a00 NetGear, Inc. WG111v2 54 Mbps Wireless [RealTek RTL8187L]
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[Code].....
View 9 Replies
View Related
Dec 14, 2009
I'm trying to install some wireless drivers, but apparently I don't have a /lib/modules/<kernel>/build directory, which is causing the Makefile to throw an error. Is there a specific place I should point the Makefile at?
View 9 Replies
View Related
Nov 28, 2010
i am running on suse 11.3 on a laptop i missing the wireless under network it said not connected i done everything that is writte n i have acer aspire 5742 intel core i3 370m
[Code]...
View 4 Replies
View Related
Feb 2, 2011
How do I install my Netgear Wireless Adopter on ubuntu 10.10? it tries to search for it but doesn't find it.
View 9 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
Feb 8, 2010
I need to install the drivers for wireless.... rtl8187 11g USB adapter... I have a opensuse 11.2
View 7 Replies
View Related
Feb 25, 2011
Ok I am a total linux noob, and I was looking through threads and couldn't easily find what I am looking for. I am using a HP Mini 1010nr with broadcom bcm4312 wireless card. I went online and downloaded the drivers onto a USB drive from the broadcom website. All I need to know is what are the commands or the programs I use to install the 32 bit drivers I downloaded?? Sorry I know the answer is in here somewhere but I don't understand what the command is on how to install my drivers from my thumb drive.
View 5 Replies
View Related
Jul 29, 2010
how to install broad band wireless modem (netgear)ADSL2 on Fedora core 7
View 2 Replies
View Related
Jan 7, 2010
How can i install drivers for Dell Wireless 1397 802.11b/g Half Mini Card.I'm using openSUSE x86_64 on my Dell Inspiron 1440.
View 6 Replies
View Related
Jan 23, 2011
I've got a computer with a Netgear WG111 wireless dongle, however I don't have the setup CDs and I don't know how i'd get it working in 10.10 anyway.
View 3 Replies
View Related
Oct 30, 2010
I have a Netgear WG111v2 Wifi dongle, sadly there is no linux drivers for it. The only solution i can find is to use Ndiswrapper.
Will it be a major challenge writing a Linux driver ?
Where should i start ?
NB. I want to write my own driver for the following reasons:
Get a better understanding of Linux Device drivers. Probably, get a better understanding of C/C++ and Linux in general.
View 1 Replies
View Related
May 9, 2011
after few years being limited with my pc configuration (windows OS) I realized that linux or it's distributions is the best invention in 21 century. And finally I am starting use it. openSUSE 11.4 installaition succesful, I updated it and it looks I don;t have any problems, but I got few questions.
1. How install older version of mozilla firefox internet browser here? I can't install some plugins because it's a firefox beta 12 version, for example. I am quake fan, o I like play quake live, but i can't install quake plugin, because my firefox is beta version.
2. Does I got all drivers instantly installed to my mashine? ATI video drivers, sound drivers ect??
3. Are there any How-To guides which can teach me, how I can improve my desktop? gadgets, 3D desktop ect...?
View 5 Replies
View Related
Sep 4, 2010
I verify in Intel site that my Intel'drivers are outdated, because Dell Suport is slow, so how do I update them in Opensuse?
Do I use Virtual Machine or try through Wine?
View 4 Replies
View Related
May 16, 2010
I'm running Slakware 13 (kernel 2.6.29.6) on a inspiron 1525. I use ndiswarper to use the BCM4312 wireless device without any problem but the fact that the driver does not support the Monitor mode. I therefore bought a NetGear WN111 v2 usb stick but I can't get the linux driver.
Even ndiswarper does not work but it's may be because I don't have the right .sys .ins files. (just to try)
So, I wonder if someone has already successfully manged this device working on Slackware 13?
Actually, I don't know if we can make lets say wlan0 and wlan1 working at the same time. I've try many drivers mentioned on Ubuntu forums but none of theme work with me.
Many people talk about wpa_supplicant but I don't know if I really need it to make my wn111v2 working. And what is a firmware?
View 2 Replies
View Related
Mar 7, 2011
I'm using Fedora 14 (standard Gnome desktop) on a x86_64, GCC is not pre-installed. It's from a physical DVD installation, not a live installation. As I need GCC to install my wireless drivers, I have no internet access right now and can't use
Code:
# yum groupinstall "Development Tools"
or
#yum install gcc gcc-c++
or any other yum commands.
My next course of action was to try to call GCC by name, but when searching for it in the terminal, all I get is:
Code:
bash: find/: No such file or directory
Although the Add/Remove Software utility recognizes that I have GCC and all other standard compilers (but does not install them for some reason). So I think, okay, no problem, I'll just download the .rpm and other dependencies from a different computer and add them to my machine with a flash drive since I can't find them within my own OS.
I got gcc-4.5-1-4.fc14.x86_64.rpm, then these additional files as outlined in the error message:
Code:
error: Failed dependencies:
binutils >= 2.20.51.0.2-12
cloog-ppl >= 0.15
cpp = 4.5.1-4.fc14
gliibc-devel >= 2.2.90-12
libmpc.so.2 ()(64bit)
I get as far as installing the cloog binaries before I start getting long lists of failed dependencies, like so:
Code:
# rpm -Uvh cloog-ppl-0.15.7-2.fc14.x86_64.rpm
warning: cloog-ppl-0.15.7.2.fc14.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 97a1071f: NOKEY
error: Failed dependencies:
libppl.so.7 ()(64bit) is needed by cloog-ppl-0.15.7-2.fc14.x86_64.rpm
libppl_c.so.2 ()(64bit) is needed by cloog-ppl-0.15.7-2.fc14.x86_64.rpm
I go on adding missing dependencies, the next one being libppl.so.7, but
Code:
error: Failed dependencies:
libc.so.6 is needed by libmpc2-32bit-0.8.2-9.1.x86_64
libc.so.6 (GLIBC_2.0) is needed by libmpc2-32bit-0.8.2-9.1.x86_64
libc.so.6 (GLIBC_2.1.3) is needed by libmpc2-32bit-0.8.2-9.1.x86_64
libc.so.6 (GLIBC_2.2) is needed by libmpc2-32bit-0.8.2-9.1.x86_64
libc.so.6 (GLIBC_2.3) is needed by libmpc2-32bit-0.8.2-9.1.x86_64
libc.so.6 (GLIB_2.3.4) is needed by libmpc2-32bit-0.8.2-9.1.x86_64
libgmp.so.10 is needed by libmpc2-32bit-0.8.2-9.1.x86_64
libmpfr.so.4 is needed by libmpc2-32bit-0.8.2-9.1.x86_64
I feel like I'm in an infinite loop of failed dependencies. Basically what I want to know, is there a much easier way of doing this that I'm missing? Or should I just tough it out and rpm -Uvh all these lib binaries?
View 7 Replies
View Related
Jan 24, 2011
i try installing broadcom STA wireless driver and broadcom B43 wireless driver but i always get this error, SystemError: installArchives() failed, is there a way to get them to install
View 1 Replies
View Related
Apr 10, 2010
My wireless disconnects after around 10 minutes. It does not reconnect automatically. I've to pull out the usb dongle and then put it back in to connect again.
[Code]....
View 9 Replies
View Related
Mar 14, 2011
System: HP Vectra VL Ubuntu Version: 8.10,
lsusb Bus 001 Device 003: ID 0846:9020 NetGear, Inc. Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub,iwconfig lo no wireless extensions.
[Code]...
View 3 Replies
View Related
Dec 17, 2008
Running HH on a little Toshiba Satellite something-or-other laptop (I want to say A25, but who knows), Verizon FIOS router (wired and wireless).
NetGear WG511v2 adapter is so close to working...
Didn't seem to want to work with ndisgtk, so I ran ndiswrapper from terminal, using driver folder I copied from my Win2K partition.
(Had to do a cp WG511v2.sys WG511v2XP.sys, as the .inf file referred to the latter, but such did not exist; cp seemed to do the trick.) And now, survey says:
Code:
Code:
Code:
In "Network Settings", the card detects a few wireless networks (including my own in-home router). Status LED flashes constantly (which I interpret to be hunting), and every several seconds, it goes solid while activity LED flashes a few times (which I interpret to be finding a network, attempting communication), then activity LED ceases to flash and status LED goes back to flashing (which I interpret to be failing and going around again). Using DHCP, just like the other computers that connect without incident.
I have entered my WEP every way I can think of. The dialog lets me choose WEP ASCII or WEP hexadecimal; I have entered the key in all caps and in lowercase, as ASCII and as hex, have entered 0's and O's where applicable. No combination seems to allow it to actually communicate with my router beyond getting rejected. My other laptop and PC (and this laptop, when running Win2K) all connect just fine; none of them use WPA-type passphrases, so I assume that's unnecessary from Ubuntu. Roaming mode gives the same results as described above.
View 5 Replies
View Related
May 6, 2011
Ever single thread i have read about this network card and trying to get it to work with Xubuntu has not worked for nothing. I got the NDISwrapper install and what not and a driver but nothing is working. i have no idea what to do i cant get the card to turn on or scan or anything.
View 3 Replies
View Related