Ubuntu Networking :: Unable To To Access Wireless Adaptor
Apr 16, 2010
I set up an older computer with Ubuntu 9.10 and tried to get my Linksys AE1000 Wireless N adapter to work. My first mistake was not checking in advance to see if this adapter would work, but I have taken the leap and I am intent on making it work. I ran lsusb and it gives me a device number (13b1:002f) so I know it can be seen and I have also installed indisgtk the GUI for Wirless drivers. I have tried some suggestions from other posts to no avail.
I have configured my PC to run a linux 2.6 kernel in VMware and have no problem loading the image and using the wired network adaptor and the basic functions. I am having trouble finding the wireless network however. My Box has an " Intel(R) Centrino(R) Advanced-N 6250 AGN " wireless network adaptor. From what I can tell, this is supported by this version of linux. I have the adaptor enabled, my image settings as bridged, and the wimax enabled in the removable devices (connected). When I run WiCD manager I get the error message " Could not connect to wicd's D-Bus interface "
I have a older Dell desktop running a older version of Ubuntu 9.04. I recently got a Belkin N300 micro wireless usb adaptor so I could use it to connect to the internet. I have a Verizon MiFi 2200 wireless router that I use for internet access. The desktop won't recognize the new hardware. It came with a driver disc, but it's for windows.
I just recently moved somewhere and the internet is wirelessly provided by the whole condo building. It is just a free and open network but I am trying to find a way to hook up my Xbox 360 to the internet. I do not have a wireless adaptor or a spare router, what I do have is my ubuntu laptop. Is there a way I can hook my xbox up to my laptop and bridge the connections so that I can finally connect to xbox live via my laptop?
I just recently installed and have no clue how to get the drivers for my netopia 3d wireless adaptor to work! all the drivers are for windows! I have never used this OS before.
I've ubuntu 10.04 and I can't connect to router wi-fi with my new wireless adaptor usb (ralink 2870). I've tried various guides but nothing. The adaptor work fine with Windows and other linux distributions.
I installed CentOS 5.4 on my desktop yesterday after facing crashes from Ubuntu 9.04 Everything worked fine and few didn't which I could resolve, but this problem is absolutely strange to me. I've USB wireless adaptor Belkin F5D7050 v4000 which uses a zydas zd1211 chipset. The problem is that I've not been able to connect to internet or even in the local network. (I've this another Laptop (Windows Vista) which can connect to internet and thus I can post and download stuff.)
I read the CentOS wiki [URL] to setup the wireless network and it asked me to download a firmware for it.. I downloaded and installed the firmware from the specified location but to no respite and I can't connect to network. now the strange thing is the result of iwconfig which was here even before installing the firmware. iwconfig shows
I am having trouble connecting to 1 particular wireless hotspot. It used to work in Ubuntu 10.10, but after upgrading to Ubuntu 11.04 it sees the Access Point, tries to connect but never succeeds. I can however still connect to my home router. Both use WPA2, both have a good signal. I have an ASUS UL30a laptop with a (output from lspci): Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01) NIC I was thinking of installing the linux-modules-backport-net package?
I realize that Ubuntu recognizes the card, but I'm not sure why it's not picking up any networks that are around and says "disconnected", even though I've made sure that the wireless network light is enabled on the netbook.
I am unable to access wireless network from my notebook. My configuration is Dell i5, 4GB RAM and 1397 W-LAN and I have F13. I can still access Internet through Ethernet using a LAN cable but the network monitor doesn't show list of Wireless networks which my room mate's windows 7 machine easily detects. If anyone needs more info please provide me the steps to perform to find that out
Everytime I to turn on my wireless device, and try to connect to a wireless network, i see the phrase " device not ready" greyed out, and not able to access a wireless network. i do not know what to do
The only connection to internet I have is via usb adaptor sitecom WL-352, under windows XP. Now I installed Ubuntu 10.10, and I cannot connect to internet via wireless. How can I do to use this adaptor?
I have a usb wireless adaptor that I sometimes need to remove from the computer, but often it locks up my system upon removal, even after typing "ifconfig rausb0 down" Is there a Linux equivalent to the windows "safely remove hardware" applet for usb devices?
I have been given an Edimax EW7318USG wireless adaptor,no drivers.I download 2008_0506 _RT73_Linux_STA_Drv1.1.0.1.tar.zip from [URL]..onto my Linux computer using an adaptor from another computer.but cannot find out what to do next:. I have just installed Fedora 11 from a Linux Format magazine DVD.
I have recently installed openSUSE 11.3 I have a Belkin G Wireless Network Adaptor
Model: F5D7050 FCC ID: K7SF5D7050E
Linux doesn't seem to recognise this device at all. I had a look online from another PC for drivers. and they are provided by Belkin themselfs but only for Windows XP/Vista.Is it possible to get this working on openSUSE. I previously used this very same adaptor on an Unbuntu 10.2 PC and it worked with no problems at all.
very new to using fedora and trying to install my belkin wireless adaptor is not working at all. It reads the disk but says there is an error.it still works fine on windows so i'm not sure how to fix this.
I managed to configure my W890i phone to get access to internet through an ubuntu-based computer. It's very easy to use the phone to give internet access to the computer, but the opposite is quite more tricky. For that I've done the following
----On the phone---
-Set the USB network option to "through computer", so that the phone uses the computer's internet connection and not the opposite.
-Decide and set "Shared Network" parameters: user, pasword and workgroup.
-In "conectivity-> internet connection" set "allow local network" to "yes"
----On Ubuntu 10.04---
-Install samba, samba-client, smbfs, smbclient, firestarter and dhcp3-server
-Configure Samba (System-> Administration-> Shared folders): same workgroup as in the phone, add new user (the phone), passwd this new user. In my case the user was called "w890i" and the password given was the same.
-Once the phone is connected to the computer through USB (then select "phone mode"), a new connection appears in NetworkManager: usb0.The aim is to create a shared network that gives internet access to this device. Edit the IPv4 parameters of this new connection, set them to Manual and give an IP adress (192.168.0.1) and a subnet mask (255.255.255.0); the rest of the fields are left empty.Connect this network.
-Set firestarter to use dhcp3: sudo ln -sf /etc/init.d/dhcp3-server /etc/init.d/dhcpd
-Launch firestarter and follow the wizard. Set "allow internet shared connection", choose the device for the primary internet access, and then the device for the shared network (usb0). Then change the settings for firestarter: activate DHCP for local network, set IP to the one we gave before (192.168.0.1).
-Open dhcp3-server config file sudo gedit /etc/default/dhcp3-server And set INTERFACES="usb0"
-Set the policies of firestarter: in incoming connections, allow connections from the IP adress given to the phone (192.168.0.1). Then add rules for the ports that need to be open for this connection. I opened HTTP, HTTPS, SMB, SMTP, POP3, IMAP, IMAPS, DHCP for all the connections in the local network.
-Apply policies and start the firewall.
------------
After all this, the phone can access the internet through the computer. Two problems appeared:
1. I couldn't get access to https sites, like webmails. The phone gave a "communication error". But then I tried with Opera instead of the browser built in the phone's firmware, and I could finally get to https sites.
2. I couldn't retrieve mail, neither POP nor IMAP nor IMAPS. I thought it was a firmware problem again, and I tried out several mobile phone email clients written in java, but none of them worked.
So this is at the moment the problem. If I connect from the phone to the internet directly through 3G, the email clients work for all my accounts. I don't think it's a firewall problem, because the ports are opened for this connection
I've been running a Samba server under RedHat 8 for five years without a hiccup. I want to cut over to a F10 box but cannot get shares accessible. smbclient attempts fail over NT password error. SELinux is disabled. Server is visible on the network. Users require no password access to shared data.
smb.conf follows:
# Samba config file created using SWAT # from UNKNOWN (>) # Date: 2009/06/12 14:15:15
one of these "WiFi works in Gnome, not in KDE" threads, but I have been all over google and hundreds of threads across different sites and can't figure this one out.As mentioned, wireless is peachy in Gnome, unfortunately I like KDE and I'm more productive using it (when I have internet). Wired network works fine in KDE, and my network card
My laptop has an internal Broadcom wireless adaptor. It works fine for basic Internet access, but I cannot change the MAC address with ifconfig. I would like to be able to change my MAC address. Since this is a laptop, the only option for me to do this is a USB wireless adaptor. But compatibility is very hit-or-miss. I've already tried two USB adaptors that had been stated to be compatible with Linux, and while both worked for basic functionality, neither allowed me to change the MAC address.
For whatever reason, this information seems very, very difficult to find. I have spent upwards of ten hours cumulatively searching forums (including this one) and other resources, and have found only vague, outdated, or outright false information regarding USB adaptors that support this. I believe I will be doing a great service to other users like myself by getting this question directly and conclusively answered for once, and the more responses, the better.
Questions: Do you have (or know of) a USB wireless adaptor that actually allows you to change the MAC address?
If so, what is the specific brand and model number, and what steps were necessary to install the drivers?
Firstly, apologies if there is anything incorrect about this request for help. Consider me an intelligent but ignorant first time Ubuntu user. I have a USB wifi adaptor, [URL]../B...ef=oss_product, which claims to be Linux compatible. It was supplied with a CD that includes a Linux directory but windows-only documentation. How do I install the drivers etc, the device is currently entirely unrecognised by Ubuntu 10.04.
I'm planning to switch back to Linux from Windows 7, but before I do that, I have a pressing issue. I won't be able to access my net by a usb or ethernet or whatever to get the wireless drivers (always had to do that on Ubuntu, guessing Fedora will be the same since I've never used wifi on it before) and need to know if there's a way to get those in an rpm file. Is this possible? I'm otherwise unable to run Fedora with internet for an indefinite and unacceptable amount of time,
I have two nic's connect to different networks. I would like to use one to pick up my email and connect to skype and the other for general internet access. Is this possible?
I'm unable to get into my university's WLAN network. LAN works just fine, but sometimes it's quite convenient to be able to access stuff wirelessly. It doesn't seem to be a hardware problem, because if I configure my computer according to our computer department's instructions it works fine with Ubuntu (currently I carry around a stick to get into the Internet when I really need it and don't have a cable). Some info:
My device: Broadcom WLAN controller on a Lenovo G560
My system: OpenSUSE 11.3 64-bit
The drivers are installed, I can get into normal private networks, but have never managed to get into the university network except for with Ubuntu.
The university instructions tell me to use the following settings: Security: WPA Enterprise Authentification: TTLS Inner Authentification: PAP Username: My username Password: Password CA Certificate: Deutsche_Telekom_Root_CA_2.pem In the KDE instructions, they tell you to write "anonymous" into the anonymous identity field, but in the GNOME instructions it says to leave it blank. In Ubuntu, I leave it blank and it works.
I've got the recommended settings, which also work in GNOME.
I'd ask the tech support here, but I am the tech support We've got it working with other systems, like I said, but not with SUSE, and I'm a SUSE fan.
I just installed the Natty Beta and plugged in a Netgear WG111v3 USB wifi adapter. It is using the RTL8187B driver and worked out of the box. The problem it loses my connection every few minutes. Sometimes not for 10 or 15, sometimes like a minute or less. After it loses the connection, I have to uncheck "enable wireless" (which I assume is the equivalent of bringing down my wireless interface) and then check it again before it will let me reconnect. I don't want to try ndiswrapper because the card works great when it works, including monitor mode and packet injection!
I just installed 10.04, just migrating to linux. I can't see the network manager anywhere. I have the applet installed. I can't get the wifi adapter enabled. The chipset iwl8345 shows on the output when I run config. It seems to me that I need to get the NM up and that should doit. here is ishw:
I just switched from Ubuntu to Fedora 13 because I was unable to get Ubuntu to connect to wireless networks. I tried everything suggested in help and forums, and kept getting "Bad Password" with WICD and Network Manager. Now, with Fedora...I still can't connect.
Problem #1: The guide says to "...make sure that the relevant wireless interface (usually eth0 or eth1) is controlled by NetworkManager," and that I do this via: System>Administration>Network
However, there is no Network option under System>Administration.
Problem #2: I open Network Manager, which displays a list of networks. I click on mine, configure it with WPA and the right password, and it fails to connect: "The network connection has been disconnected."
Just installed Ubuntu 10.10 on my Vostro 1520, replacing a non-functional Vista OS.
I'm currently connected via ethernet cable but would really prefer not to have to be.
My Network Manager Applet 0.8.1 when moused over displays "networking disabled". Left-click yields "No network devices are available". Right-clicking shows the option to enable networking but it's blacked out.
lshw -c net yields the following:
Quote:
WARNING: you should run this program as super-user. *-network description: Ethernet interface product: RTL8111/8168B PCI Express Gigabit Ethernet controller vendor: Realtek Semiconductor Co., Ltd.