Ubuntu :: Wireless Usb Dongle Not Working?
Oct 7, 2010
I've been using linux for a while now and I bought a usb wifi dongle (TL-WN727N) and when I first plugged it in it didn't seem to work. So I did the usual lsmod andand blacklisted a few modules. Now network manager was finally beginning to work, it would connect and then after three seconds it would disconnect and reconnect. I then tried wpa_supplicant but it kept giving me (and still does) "wpa_supplicant association request to driver failed" along with some other stuff. On a whim I decided to install wicd and tada, it worked! Now about a week ago I did the usual update that pops up but when I rebooted wicdldn't connect anymore. If I had encryption on my router enabled it would sit there saying ":Verifying" for a while then "Bad Password". If I left my wifi unencrypted it wouldn't get an ip. It connects to my wired router just fine, but it won't connect to my wifi
View 3 Replies
ADVERTISEMENT
Sep 15, 2010
Cant install my wireless network with kubuntu...tried with cd bt cant work
View 1 Replies
View Related
Apr 27, 2010
I recently bought a D-Link DIR-655 router capable of 802.11n operation, upgrading from a DIR-624 router only capable of 802.11g operation. While my overall setup uses wired connections, other people in the house prefer wireless, and the upgrade was undertaken more for a hoped for increase in wireless range, rather than the possibility of increased speed, since the router is located to accommodate the wired connections. However, to test the 802.11n operation I bought a D-Link DWA-130 USB dongle for my now 5-year old laptop, which comes with an otherwise satisfactory 100Mbs ethernet port(eth1) and an 802.11g wireless card(eth0). By checking the dmesg | grep firmware output after I plugged in the dongle I determined that the necessary firmware was rtl8192sfw.bin, which I found on the web, and downloaded into the directory /lib/RTL8192SU.
A subsequent reboot and then YaST > Network Devices > Network Settings showed the device as wlan0, but not configured. I changed the Network Setup Method to ifup (since I can see no way to do a device configuration in Network Manager), and configured the device, and at the same time deleted the configuration for the existing 802.11g wireless card(eth0). I then rebooted, went back into YaST to confirm the wlan0 device was configured and the 802.11g device (eth0) was not, changed the Network Setup Method back to Network Manager, rebooted again. Making sure that the router was set to only transmit/receive using 802.11n I then typed iwlist scan. To my surprise, the output showed first that the supposedly unconfigured eth0 device seemed to be still active, for it found my home network, and claimed that the protocol used was 802.11g. On the other hand, the newly configured wlan0 device produced the message: "Interface doesn't support scanning: Network is down".
First, should I expect iwlist scan to work for a device that shows as unconfigured? And even if it should work, shouldn't it show 802.11n as the protocol, assuming that the router is in fact telling the truth? Is there any independent means to determine if the router is only using 802.11n as it claims? Second, the overall goal is to make the wireless network in the house 802,11n only, and since the dongle is backward compatible with 802.11g, I would expect to permanently unconfigure the eth0 device and use the dongle, both here and on the road. I do not need two wireless connections on my laptopThe laptop is running SuSE 11.2 as of about a month ago. Some relevant(I hope) command line output:siracusa:~ # uname -aLinux siracusa 2.6.31.12-0.2-desktop #1 SMP PREEMPT 2010-03-16 21:25:39 +0100 i686 i686 i386 GNU/LinuxUSB Information
siracusa:~ # lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 2001:3301 D-Link Corp. [hex]
[code]....
View 9 Replies
View Related
Feb 12, 2010
I am trying to install my usb dongle for wireless connections but when I type the make command in it say's its not installed and I need to install it via
Quote:
sudo apt-get install make
the trouble is i need to first get the wirless connection up and running before I can download anything, does anyone have a suggestion or a work around.
View 2 Replies
View Related
Mar 3, 2010
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.
View 1 Replies
View Related
Nov 19, 2010
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.
View 3 Replies
View Related
Feb 27, 2011
I have 2 computers, both running Ubuntu 10.10. I purchased a TP-LINK Wireless Adaptor model number: TL-WN321G
On my main computer (Acer Laptop) I plugged the dongle into the usb port and Ubuntu picked it up straight away and connected, so it worked straight from the box.
I bought the dongle for my car PC, running Ubuntu 10.10. I then plugged the dongle into my car PC, but nothing, it was not recognised. Even though Ubuntu came bundled with the correct driver files found in /lib/firmware/zd1211 I manually updated them from the latest driver download, but still nothing.
How can I get my dongle to work ? I'm guessing I have missed something, because the dongle worked straight from the box on my laptop.
View 9 Replies
View Related
May 27, 2010
I recently purchased a wireless USB dongle. It works great. I am looking to connect multiple computers to that USB dongle. I wanted to know if anyone out there knows if it is possible to link multiple USB cables together like a reverse splitter.
View 7 Replies
View Related
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:
Code:
jimmy@ubuntu:~$ dmesg | grep -e ndis -e wlan
[ 9.321323] ndiswrapper version 1.55 loaded (smp=yes, preempt=no)
[ 10.021542] ndiswrapper (import:242): unknown symbol: NDIS.SYS:'NdisMIndicateReceiveNetBufferLists'
[ 10.021549] ndiswrapper (import:242): unknown symbol: NDIS.SYS:'NdisAllocateIoWorkItem'
[ 10.021554] ndiswrapper (import:242): unknown symbol: NDIS.SYS:'NdisFreeIoWorkItem'
[Code]...
View 4 Replies
View Related
Oct 2, 2010
I bought this Wireless N USB dongle Edimaxx EW-7811Un today and it works fine in Windows. But when I plug it into my Ubuntu Netbook, nothing happens? I'm guessing this is a driver issue and there is a driver available on their website but I have no idea what to do with it as I have never manually installed a Linux driver before. I tried looking up some tutorials but all the methods seem completely different between specific hardware. The driver is available here : [URL]
View 11 Replies
View Related
Oct 14, 2010
I need to buy a wireless USB dongle for an Linux laptop. The intention is to use it with a security penetration distro like BackTrack. I want it to work without having to do install anything outside of apt (especially NDISWrapper). It would be really nice to know if you're currently using it.
View 2 Replies
View Related
Sep 13, 2010
I'm trying to setup my 3 wireless dongle using ppp butt can't seem to find the settings anywhere i'm creating a file in /etc/ppp/peers
[Code]...
View 1 Replies
View Related
Oct 19, 2010
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.
View 3 Replies
View Related
Mar 28, 2011
I have a CNet CWU-906. Stuck the installation disc in and nothing. What do I do?
View 2 Replies
View Related
Jan 18, 2011
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?
View 2 Replies
View Related
Aug 11, 2011
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)
View 9 Replies
View Related
Feb 22, 2011
im not getting anysound through my tv i have the driver for the graphics card wich was downloaded as a restricted driver.
my main display is my tv wich is plugged by HDMI, now i know its not windows so obv its not guna run anything windows related. by a freind who refferd me to linux said something about a wrapper wich means nothing to me as i am new to this, my other issue i have is i cant find a driver for my wireless dongle its a belkin n, if thats any help, i tried looking in obvious places like the manufactures site for the driver but i cant find any :S. i am having to use an old wirless card that only gets a 1 bar signal,
View 1 Replies
View Related
Aug 2, 2011
Anyone know how can get a vodafone huawei 4511 dongle working on ubuntu?
I've spent several hours reading stuff, most of which is way above my head.
I plug it in, set it up in "edit connections". Nothing happens.
It shows up in disk utility twice, as a usb vodaphone storage (huawei) and cd drive (vodafone cd rom)
I switched from puppy to ubuntu because I read that you could just plug dongles into ubuntu and they would be recognized. (Spent many many hours trying to get it working in puppy.)
View 8 Replies
View Related
Jan 19, 2011
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.
View 1 Replies
View Related
Jul 11, 2010
I havejt upgradd mylatopto WIN 7 but now i want to ry Linux, SUSE 11.2
I am worried that the gprs i use for internet will not work.
I rang my internet supplier and they told me NO! They only support windows and MAC!
Whats so hrd about including Linux ?
View 2 Replies
View Related
Oct 19, 2010
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?
View 9 Replies
View Related
Jun 28, 2011
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.
View 2 Replies
View Related
Aug 12, 2011
Decided to upgrade my usb bluetooth dongle because it is slow, old and bulky. Bought a Konig (broadcom) mini dongle. Ubuntu (natty) shows me a bluetooth icon and appears to be working. But: It doesn't find anything, nor can it be found...
lsusb:
Quote:
It looks like there is no module loaded for it. Does there need to be?
lsmod:
Quote:
View 2 Replies
View Related
Jul 26, 2011
I purchased a ASUS USB-BT211 Bluetooth Dongle and I'l like to get it to working in Debian 6.0 Squeeze 64 bit.
uname -r gives....
I plugged in the USB Dongle:
lsusb gives....
lsusb -v -d 0cf3:3000 gives...
cannot read device status, Operation not permitted (1) larry@debian:~$
What do I need to do to get the Bluetooth Dongle Functional?
View 3 Replies
View Related
Apr 15, 2010
my wifi and dongle usb modem both are not working doesn't work on dell laptop inspiron 1520 withn opensuse 11.2.
View 1 Replies
View Related
Apr 1, 2010
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:
[Code]...
View 9 Replies
View Related
Jan 1, 2011
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.
View 2 Replies
View Related
Nov 7, 2010
Im a Linux newbie and am running OpenSuse 11.3 (Gnome, 2.6.34.7-0.5-desktop Kernel) and Ive an Asus N13 wifi dongle (linux compatible). I currently connect using my laptopÅ› internal wifi but I bought the dongle due to trouble with weak signal. It came with some sort of code that can be "compiled" but I havent got a clue how to do that (and I have been researching this matter for quite some time now). I then came across a post where someone with the same USB stick created and added only two small files to his filesystem and it worked...for him (maybe becasuse he was on a different Distro )
Ralink RT2870 USB Stick and created the two files mentioned in the post (network_drivers.rules and network_drivers.conf) and placed them in ETC... etc, etc! I rebooted the system but NetworkManager only lists it as "device not ready" ... So now back to square one.
[Code]...
View 9 Replies
View Related
Nov 19, 2010
Just purchased this USB wifi NIC. installs and work perfect under Win XP, how ever I can't seem to get working on my opensuse 11.3
Network manager did not recognize the NIC out of the box (still doesn't) so I started trawling the forum and I've read both wireless 'stickys'.
When out of the box did not work I installed the rt3070sta-kmp-desktop - RT3070 Wireless Lan Linux Driver from the repos.
My Nic and kernel version
Code:
lsusb
Bus 001 Device 004: ID 148f:3370 Ralink Technology, Corp.
uname -a
XXXXXXXX 2.6.34.7-0.5-desktop #1 SMP PREEMPT 2010-10-25 08:40:12 +0200 x86_64 x86_64 x86_64 GNU/Linux
[Code]....
View 9 Replies
View Related
Jul 31, 2011
Just re-installed Bodhi. Ran update, dist-update, set up connection and connection still slow or timing out and reporting errors in 'iwconfig'. This is 3rd re-install of this version. Have also tried 3.0 kernel and pae versions of Bodhi. Cannot get this connection up to speed and without errors. Atheros chipset ar9271.
Sorry for weird subject line and opening paragraph. Trying to make it easy to find and browse in case this gets solved and can help someone else. Not being a Linux guru, I can only hope to help others through my mistakes and ignorance.
I followed instructions to update driver listed at Linux Wireless.
In addition to following the directions at Linux Wireless, I also downloaded the GUI Program to install ath9k_htc.
No luck. My connection reports 1M/s and is reporting "invalid misc:" errors in iwconfig.
I'm running Midori browser but apt-get and wget are also downloading slowly.
I'm connecting to a Zyxel 660 series router using WPA/WPA2.
uname -r
Code:
Code:
Code:
Code:
sudo lshw:
Code:
View 1 Replies
View Related