Ubuntu Networking :: Dynex Wireless G USB Dongle - NDISWrapper?
Dec 10, 2010
I'm trying my to get my 3-year-old Dynex wireless dongle to work in Ubuntu 10.04 (64-bit). Borrowing a similar linksys adapter from another computer running Ubuntu, I was able to install NDISGTK and transfer the same drivers that work in my 64-bit Windows 7 installation into my home folder.
Despite the fact that the dongle does not appear at all using lshw -C Network, ndiswrapper -l indicates that the driver is installed and the device is present. I think I found something interesting, though, when I tried this command:
However it doesn't seem to have fixed my problems, in trying to connect a Micronet usb dongle to my Dell desktop. There are some things I can't run the diagnostics on because when I plug my dongle in the system partially hangs. So it work run lshw -C network for example. And see below for some unhealthy looking outputs from /var/log/messages.
I have a 10 year old Dell Latitude CPx that has no ethernet or modem ports, and the only way to connect to the internet is the Dynex Wireless G DX-BNBC PCMCIA card. It came with Windows 98, and I put Xubuntu on it for a while. I believe it was Xubuntu 8 or 9. Back then I had no clue what to do whatsoever, so after a couple weeks removed it and put Windows 2000 on it. It worked, I used it for a while, but it was slow and 2000 took up a lot of space on the 12gb hard drive after all the updates. I left it forgotten and gathering dust for the past year.
Then a few days ago I discovered Lubuntu 10.10, and from what I've seen so far it is definitely a lot more compact and faster than 2000. However, the wireless card still won't work. It's somewhat recognized, because whenever I unplug it and plug it in a bubble pops up saying "you've been disconnected from the network"... which is odd, since it never says I'm connected, and says that the firmware is missing for this card. Anyway, I discovered something this time. By running "lspci -nn | grep -i 14e4":
I have lenovo thinkpad, T61 with Intel 4965AGN wireless card. It is a N card, it works under N mode in windwos, but not in Ubuntu (10.10). I installed ndiswrapper and got the windows xp drivers for this card. the issue is that i got an error when installing the drivers and since then I cannot use wireless.
The error i got is: Code: Module could not be loaded. Error was: FATAL: Could not read '/lib/modules/2.6.35-24-generic/kernel/ubuntu/ndiswrapper/ndiswrapper.ko': No such file or director I unistalled the driver, but now under network connections no wireless connections appear, nothing. I cannot use wirless anymore.
Well this my first time working with linux and openSUSE, and I love it. But one problem I can't overcome is my network card is not working. I went to bestbuy and bought the dynex enchanced wireless G card. Model # dx-ebnbc ver. 1011
I installed wine to run the .exe but that did nothing and gave me that the dll is not registered. openSUSE detects that the card is plugged in but the card does not light up or activate in anyway. The only way I can connect to the net is through an Ethernet cable.
I want to buy a wireless dongle to establish a bridged connection in my home. I mean, does anyone have a wireless dongle which works perfectly for Karmic without ndiswrapper? Some of the information in the Ubuntu help page is outdated.
I am using Ubuntu 10.10 desktop (latest updates) on an Acer Veriton 1000 desktop. I purchased a SMCWUSBS-N# Wireless USB Dongle recently and have been struggling to get it to work. NM-APPLET simply does not show any Wireless option at all. I have tried all the various posts / suggestions that I could Google and I am still nowhere.
Last night I manually loaded the RT3370sta driver. Now iwconfig does show the card on ra0. However, NM-APPLET still does not show any Wireless option at all.
Surprisingly "iwlist ra0 scan" command at the Terminal does show alll the available Wifi connections.
I recently installed ndiswrapper and decided to remove it after some kernel panics. The problem is that it overwrote something because I have the compat-wireless-backport driver installed but 'wlan0' doesn't show up anymore. I can see my wireless card when I type 'lsusb'. Any ideas on how to fix?
I am just staring in the world of Linux (I want to stop eating what Microsoft leaves behind). I have this minor problem using Ubuntu 10.10 (Maverick Meerkat). The OS had detected my CNET Wireless-G USB Dongle (CWD-854). I have a Linksys Wireless Router (WRT-120N). I see in the top right corner of the OS the wireless icon. When I click on it, it displays the SSID of my wireless. When I click on it, it ask me for my wireless password. It start to try to connect to my wireless router, but it always end up disconnecting.
I just installed Ubuntu 10.04 64 bit on my mac as a seperate OS, but I can't get my Internet working. It's wireless and Ubuntu isn't seeing any of the wireless networks in the area. I have installed ndiswrapper and tried installing a driver for my network but it didn't work.t=616801 but when typed in this code: "ndiswrapper -i bcmwl5.inf && modprobe ndiswrapper" I got the "No such file or directory at usr sbin ndiswrapper line 219" error
Since I upgraded to Lucid, I am dealing with serious instabilities related to my wireless card. What happens is that when there is a lot of wireless activity the computer freezes. It is a complete freeze, the mouse stops moving, if something was coming out of the speakers it keeps echoing, and the only solution is to turn off the computer. The bug seems to coincide with the one listed in here
[URL]
My wireless card is Intersil ISL3890/ISL3886. My whole computer is an HP z555. I'm thinking that is should be a bug in the wireless adapter driver, which is p54pci. The only solution I can think of is to blacklist it and set up ndiswrapper. I am not very comfortable with this solution since a native linux driver should be better than ndiswrapper.
Before I start off, I must say that I know NOTHING about Ubuntu. I only know how to run .deb files. So I installed my wireless driver via the graphical ndiswrapper (FYI my wireless adapter is a Proxim 8424-WD). It then said "Unable to see if hardware is present". After I exited out of that message, it said "Hardware:Present" (or something of that sort) next to the newly installed driver. I tried searching for wireless networks and found none. I'm guessing something didn't work right. I used this command "lshw -C network" and got the following result.
I had previously been sharing my ethernet connection over wireless using Hostapd & dnsmasq on my headless server as this tutorial shows: here which had been working fine. I now wish to share my USB mobile broadband over the wireless. I using a ZTE MF112. I was able to get the connection working using the application wvdial. - Firstly I had to create a hard link between /dev/gsmodem & /dev/modem - wvdial then made a new connection ppp0 which would work for internet access.
Changing the interfaces to have the br0 port like so: Code: iface br0 inet static address 192.168.1.1 network 192.168.1.0 netmask 255.255.255.0 broadcast 192.168.1.255 bridge-ports eth1 ppp0 wlan0 Flushing the IPTables & then adding:
Code: iptables -A FORWARD -i br0 -s 192.168.1.0/255.255.255.0 -j ACCEPT iptables -A FORWARD -i ppp0 -d 192.168.1.0/255.255.255.0 -j ACCEPT iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
Doing so works fine, but I'm not entirely sure how to make this all automated. I could try making a script to launch, but I don't have a huge amount of experience writing scripts. Is wvdial the best application to use? Keeping in mind I'm using a headless server. I use Squeezebox server & the scrobbling didn't seem to be able to connect to last.fm. Do I need to specify which connection Squeezebox uses?
I dont know if its possible or not ? I'm using 3G dongle (ppp0 interface) for connecting to internet on my laptop running ubuntu 11.04 , now i want to share this 3G connection to my wireless router(Trendnet TEW-652BRP) through eth0 interface in simple my connection should be like this
INTERNET<<<3G WIRELESS MODEM<<<LAPTOP----WIRED CONNECTION TO WIRELESS ROUTER<<<OTHER DEVICES (LIKE ANDROID MOBILE/LAPTOPS SHOULD CONNECT THROUGH THIS WI-FI CONNECTION)
I've been using a RealTek 8190 PCI wireless card on my desktop in Ubuntu 10.04. The net819xp driver worked fine in ndiswrapper. Then my housemates got a new router and switched our wireless SSID & password. In network manager, I can see the SSIDs, but when I try to connect to our SSID, it continues trying to connect but never does connect. Something related to the router change and router firmware upgrade created this problem and i'm sure i need to fix it on my computer. All my windows7 flatmates are connecting with no problem. Right now I'm using my laptop, so i can't copy & paste results from terminal commands,
I got this wireless usb dongle for work and cannot figure out how to get it working.
HSUPA USB STICK MODEL: MF190 ZTE Corp
I am using ubuntu 10,04. on an acer extensa 5235 laptop I previously had a vodafone wireless dongle and was able to get that working using betavines software but I havent been able to find an equivalent for my current dongle. Unfortunately our company switched providers. My boss was trying to make me install windows to use this usb dongle...I said no way ,there has to be a way to get it working on ubuntu.
i've patched the source files to be installed on f14 and finally got a succesfull install, ndiswrapper -l comes back with driver installed and presentwhen i run modprobe ndiswrapper i get "FATAL: Module ndiswrapper not found" after many hours of google searching and reading various threads i cannont seem to find a solution to this apart from manualy coping the ndiswrapper.ko file but when i use that solution modprobe starts ndiswrapper but there is no wlan0 present in iwconfig.now for some reason even wheni move the ndiswrapper.ko file manually it still is giving me that error. this worked earlier as i mentioned but then i reinstalled ndiswrapper hoping something went wrong but still got the same error so i tried that same fix and i'm still getting that error. i can't figure out what i migt've done differently earlier but i'm not having any luck.
sometime back when installing FC10, i tried installing ndis wrapper, and later i installed the broadcom driver bcm431 (i think). also i didn't remove the ndis wrapper.
all was fine untill a yesterday when ndis wrapper and some related packages got updated which somehow caused wireless to stop working. lspci showed the hardware present.
to get it to work, i did a yum erase ndis-wrapper, followed by a reboot.
it may not be the most elegent way, but it worked for me.
hardware specs:acer aspire 4720Z (mine has broadcom wireless, others may have atheros)
I've search for info on configuring ndiswrapper for the BCM4318 Wireless card. All I've been able to find is information on Ubuntu and Debian, which don't seem to use the same methods for configuration. Has anyone configured ndiswrapper for this or any wireless card on CentOS 5? I've installed 5.4.
I've been having a network problem that I've been able to temporarily solve by rebooting the router, but even that can be shaky at times, and it can sometimes disturb others' internet activites, so I'd really like to tackle this while I can. I had an old thread about this, but it's ancient history by now, and plus which, I've got a bit more Linux experience and patience than I did before.
The basic problem is that NetworkManager will associate and connect to my home wireless network, but a) it won't let me ping the router or anywhere else ("Destination Host Unreachable"), and b) the connection lasts for maybe a couple minutes at most. If I reset the router, however, 9 times out of 10 it will associate and connect successfully and I can get online, but I have to run a constant ping to the router with a 10-second interval, otherwise it drops the connection, unless I'm doing a lot of other heavy network activity.
ping 192.168.1.1 (the router):
Code:
I've tried wpa_supplicant, but this is what I get (it's apparently unsuccessful...? ESSID/MAC addresses censored where necessary):
Code:
The last prompt line is included because I cancelled it myself; it didn't abort on its own. If left unmonitored, it basically keeps doing this over and over, with no visible network activity at all.
With NetworkManager, I can keep selecting the network's ESSID over and over, and it seems to reconnect, but I still can't ping out anywhere. I'm using a Netgear WN111v1 wireless adapter with ndiswrapper and the Windows drivers. I have no idea what the chipset is, and I doubt that Linux drivers exist for it, even if I knew what it was. The router is using WPA2 security (hence my trying wpa_supplicant)
lsusb:
Code:
ifconfig wlan0 (while connected; IP/MAC addresses censored where needed):
Code:
ifconfig wlan0 (while not connected; IP/MAC addresses censored where needed):
Code:
Code:
I only include this for format checking purposes. The commented out "psk" is the actual text passphrase, while the uncommented one is (presumably) a hex representation of the same key. Is this correct? I've never done this with wpa_supplicant before, I've only used NetworkManager (which is a pain in the @$$ because it requires X to run, and so it disconnects any time I log out/back in ).
Is there any hope of getting my wireless connection permanently working, so that I don't have to reset the router every time I need to reboot or log out/back in?
I have a Acer Aspire running dual boot Ubuntu 9.10 and Vista. Although it has an Atheros wireless card (AR5001 according to linux, AR5007 according to Vista) until recently I didn't have any apparent problems with it.I installed a ZTE MF112 Mobile Broadband Dongle. Now I am experiencing great difficulty in communicating with my wireless router (with both LAN and WAN traffic). Connecting to the network in the first place appears to happen quite smoothly and my computer obtains a DHCP IP address. However the ping response times are measurable in seconds rather than the milliseconds I would expect, and any traffic across the network crawls, or just times out and fails.
I do not believe it is the router at fault as two laptops, both also with Ubuntu, can connect to it fine and swapping it out for another router does not fix the problem either. Also there is no problem connecting from Vista.I suspect that installing the dongle has altered something which has made the bugs in the wireless card/drivers apparent and that's where I need some help.
I'm trying to get my SMC EZ-Connect 802.11g 2862W-G wireless dongle to work on a friend's Lucid Lynx. I see there are some closed archived posts asking how to install this dongle, but since they don't appear to have been solved, here's a bump to see if I can resurrect the topic.
lsusb gives me Bus001 Device 003: ID 0707:ee06 Standard Microsystems Corp. EZ-Connect 802.11g on what I should do next?
I recently switched from Windows XP to a clean install Ubuntu Karmic Koala 9.10 but it seems to be quite a problem to get the wifi up and running. In Windows the nearby network all appeared in network connections but the same section in Ubuntu is empty. So I decided to go with the ndiswrapper guide to solve the problem with an unclaimed driver. After an entire day messing with my computer I'm still not close... Below follows excerpts taken from the Ndiswrapper guide with posted results from my computer. "ndiswrapper won't work until it thinks that your Windows drivers have been properly installed and that they are the appropriate ones for your wireless card. You can run the command: ndiswrapper -l"
result:
WARNING: All config files need .conf: /etc/modprobe.d/blacklist, it will be ignored in a future release. WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release. net5211 : driver installed device (168C:0013) present (alternate driver: ath5k)
So I've posted the result the name of my wireless card below: lspci -nn
Result:
00:00.0 Host bridge [0600]: VIA Technologies, Inc. CN333/CN400/PM880 Host Bridge [1106:0259] 00:00.1 Host bridge [0600]: VIA Technologies, Inc. CN333/CN400/PM880 Host Bridge [1106:1259]
[code]...
It seems like the network is disabled or unclaimed or both. What to do? I'm stuck after spending an entire day trying to install the wifi. I had no problems in Windows XP but it seems to be quite impossible in Ubuntu.
I'm trying to get my new Wireless USB dongle to work with Xubuntu 9.10 Karmic Koala. I've extracted the .rar file that was on the drivers CD that came with the dongle. According to the ReadMe....
The Model Name is: RT2870 Wireless Lan Linux Driver Driver Name: rt2870.o/rt2870.ko Hardware: Ralink 802.1n Wireless LAN Card Description: This is a linux device driver for Ralink RT2870 USB ABGN WLAN Card. My issues:
1. I do not see the driver file anywhere in the folder contents... I suppose that I have to "build" it. 2. In the makefile the chipset is default set to "CHIPSET = 3070" & the folder that holds all the extracted files is named 2008_1128_RT3070_Linux_STA_v2.0.1.0 so I'm confused as to whether this dongle has a 2870 or 3070 chipset inside. Does it matter? 3. Sorry, I'm a bit of a n00bster when it comes to all this, but I'm having some problems with the build instructions. It reads:
I have internet access through 3G/4G USB dongle direct into my Ubuntu 10.04 box. Works great! Now I would like to share this connection out through my Netgear WGR614 wireless (and wired) router. Any clues? I've tried the simple (GUI) instructions using Network Manager, but just can't seem to get it right. Previously, I had DSL and this plugged nicely into the WGR614 and internet and ethernet access was had by all. Now, I'm a bit confused on how to get the sharing (ethernet and wireless) between my Ubuntu box and the wired/wireless network while at the same time getting Internet access to all through the Ubuntu box.
According to a help page (Wireless Network Card Installation - openSUSE) I need to use ndiswrapper to install the windows driver for my wireless. However it appears the command 'ndiswrapper' was not installed with the operating system. How can I obtain the package for ndiswrapper and install it? Not being connected to the wifi makes this step tricky