Ubuntu Networking :: RealTek 8190 Wireless Ndiswrapper Working But No Connection?

Mar 18, 2011

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,

View 1 Replies


ADVERTISEMENT

Ubuntu Networking :: Installed Driver Via Ndiswrapper. Wireless Still Not Working?

Mar 30, 2011

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.

[Code]...

View 9 Replies View Related

Ubuntu Networking :: Ndiswrapper - Micronet/realtek USB Dongle?

Nov 29, 2010

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.

uname -r 2.6.32-26-generic
dmesg | grep ndiswrapper
[ 28.307931] ndiswrapper version 1.55 loaded (smp=yes, preempt=no)
[ 31.081961] usbcore: registered new interface driver ndiswrapper
ndiswrapper -l

[Code]...

View 9 Replies View Related

Ubuntu Networking :: Get RealTek RTL8111 Wireless Working On 10.10?

Oct 20, 2010

The Realtek RTL8111 wireless does not work in Mint 10 or Ubuntu 10.10. Works perfectly in Mint 9 and Ubuntu 10.04. No proprietary driver necessary. Has anyone managed to get it working in Ubuntu 10.10? : You can click the one you want to connect to and enter your security key. I just use WEP because it's easy. I enter the key and the system just tries to connect until it times out. You can repeat this process indefinitely. Wired works fine but after any available updates are installed, still no wireless capability.

View 3 Replies View Related

Ubuntu Networking :: Rt2870sta / Rt2800usb / Ndiswrapper Not Working For Sitecom 300N Wireless(WL-324)

Nov 21, 2010

how to use the Sitecom WL-324 usb stick with ubuntu (10.10)? (It works with windows.)

lsusb | grep Ralink

Code:

Bus 002 Device 004: ID 148f:2878 Ralink Technology, Corp.Im using Ubuntu 10.10 x64 with a Phenom(tm) II X6 System My results so far:

sudo modprobe rt2870sta (or rt2800usb)

result (rt2870sta) :

lsmod | grep rt28

Code:

rt2870sta 445182 0
crc_ccitt 1699 1 rt2870sta
dmesg

[code]....

View 9 Replies View Related

Ubuntu Networking :: Realtek RTL8187 Wireless Usb Not Working On Lucid 10.04 ( Hard Blocked )?

May 11, 2010

The device it's properly recognized and iwlist scan even list the networks, but the "activate wifi network" on the network manager on right-top of the screen it's grey and therefore cannot be activated. This seems to be the problem ( rfkill list ouput ):Quote:

1: phy1: Wireless LAN
Soft blocked: no
Hard blocked: yes

[code]....

View 6 Replies View Related

Ubuntu Networking :: Wireless Is Not Working (only Wired Connection Is Working)

Jul 18, 2011

I can connect to the internet with wired connection. The switch for the device is on but this command "sudo lshw -C network" has the following results:

#
[sudo] password for nn:
*-network
description: Network controller
product: BCM4312 802.11a/b/g

[Code]....

View 9 Replies View Related

Ubuntu :: Wireless Internet Not Working \ Installed Ndiswrapper?

Feb 15, 2010

I just installed ndiswrapper so I could install my wireless PCI card drivers.I did that and it is recognized and so is the network I want to connect to.But for some reason, it just wont connect. It will spend a long time trying to connect, but then just says "disconnected".What could be the problem? It's not like I have a bad connection or anything

View 2 Replies View Related

Ubuntu Networking :: No Wireless After Installing Ndiswrapper T61 With Intel 4965AGN Wireless Card

Dec 31, 2010

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.

View 9 Replies View Related

General :: Wireless Not Working - Ndiswrapper And Drivers Installed?

Sep 15, 2010

I just recently put Ubuntu 10.04 Lucid Lynx on my laptop with windows dual booting. I'm pretty new to all this stuff, so I'm a bit confused. I followed instructions I read on here, but none of it seems to be working. I put all of the 3 Ndiswrapper things on, and then copied the .inf and .sys files from windows into the same directory. I just want to connect to my home network, which has WEP security.

View 14 Replies View Related

Fedora :: How To Get Realtek USB Wireless Working

Oct 22, 2010

Supported chipsets:
8188
8191

Terry Polzin on the Fedora list today posted a request for help with getting a Realtek 8188S(U) working. I replied saying that I had a similar device and shared my experiences.

I told him that there is a driver in staging which supports the device, but that Fedora only ships quality working drivers by default, so no staging drivers are included. It's easy enough to get them though, just add the RPMFusion Free repository and install their kmod-staging package which (as the name might give away) includes the staging drivers for the current kernel.

Once you have that installed, the r8192s_usb module can be loaded, but the device still needs external (presumably proprietary) firmware to work. Fortunately, although the driver available from Realtek does not include it, it was included on the disk, and is also available in the Billion driver from their website. So, once you have put the firmware in the right place, the device just works.

Here are the steps to get it working (you will need to have RPMFusion enabled, and run these as root).

Code:
yum install kmod-staging unzip
depmod -a
wget http://au.billion.com/downloads/3011N/3011N_Linux_Driver.zip
unzip -j 3011N_Linux_Driver.zip "*rtl8192sfw.bin" -d RTL8192SU

[Code].....

The main downside here (apart from the obvious) is that you will be relying on RPMFusion to build an updated kmod-staging version when you get a Fedora kernel update. Sometimes this might not happen before you get your kernel, so when you reboot, you lose your wireless (because there's no driver). If so, boot to your older kernel for a while, or build the driver yourself, or create an akmod instead of kmod.

View 5 Replies View Related

Ubuntu Networking :: Wireless Connection Not Working

Sep 11, 2010

I'm recent to Ubuntu and have just installed version 10.04 32bits desktop version along side my Windows XP.My wireless internet connection works perfectly under Windows XP as this thread can prove it, but it does not work on Ubuntu.When checking the connections on Ubuntu I see:Wireless Network - disconnected.

View 9 Replies View Related

Ubuntu Networking :: Wireless Connection Not Working?

Oct 25, 2010

Recently installed Ubuntu 10.04 on HP Pavillion ze5400.Wireless card is bcm94306MP. Wireless connection shows as disconnected. I am troubleshooting using the Ubuntu documentation on solving wifi problems. Ran ishw and it appears I do not have a driver properly installed. Obtained what I believe is the driver: bcmwl5.inf and bcmwl5.sys. Installed bcmwl5.inf using ndisgtk. I know its there as I can see it in System>admin>windows wireless drivers. However lshw still does not show it under configuration. I understand I must put the sys file in the same folder as where this inf file got installed. I assume all I do is copy and paste it into that folder. Is this correct? Next I need to find that folder. I tried the command find /home -name bcmwl5.inf and it did not show up. Can someone educate me just how to do this, that is find the folder and insert the sys file?

After I pass this hurdle then I will tackle trying to configure the card.

View 2 Replies View Related

Ubuntu Networking :: Wireless Connection Not Working After Disconnect It

Jan 9, 2010

I have a cisco linksys wireless adapter (WUSB600n) which, most of the time, great when booting up. But mostly after some time (1min- 1hr.) it disconnects. When checking the status I can see some of the networks around me, including mine. But selecting it doesn't do anything. I searched the forums and tried:

sudo dhclient
and
sudo /etc/init.d/networking restart

But still no connection; the only thing that helps is rebooting.

View 2 Replies View Related

Ubuntu Networking :: Wireless Connection Not Working In School

May 5, 2010

I am using Ubuntu 10.04 LTS - Lucid Lynx(great interface!). But I am experiencing a very weird problem. The wireless internet works just fine at my apartment. But when I am in my school, it just stops working at all. It didn't use to be like that. It used to work in school too few weeks before. But I don't know what happened all of a sudden. I have checked with my school system administrator to know if there has been any change with the network. He said the network has always been the same.

View 3 Replies View Related

Ubuntu Networking :: Wireless Internet Connection Not Working / Get That?

Jun 16, 2010

I'm using a WUSB54GC network adapter to connect to my home wireless network. My network was not visible, so I added it and it shows connected, but when I launch the browser, I can't get a connection. I'm using Ubuntu 10.4. All other computers on the network connect fine and I disabled my firewall to see if that made a difference.

View 1 Replies View Related

Ubuntu Networking :: Wireless Connection Stopped Working?

Oct 20, 2010

About a week ago I upgraded to Maverick from Lucid.

All networking worked fine on Lucid.

I am using an Acer Laptop with the Atheros AR928X Wireless Network Adapter.

I can connect to my home network (visible, with WPA2-Personal) fine. However, I cannot connect to my university's wireless network. The only difference I noticed is that its network is using WPA2 Entreprise with Tunneled TLS Authentication and MSCHAPv2.

I tried dmesg and I got:

wlan0: authenticate with 00:1a:1e:ef:f4:e1 (try 1)
wlan0: authenticated
wlan0: associate with 00:1a:1e:ef:f4:e1 (try 1)
wlan0: RX AssocResp frin 00:1a:1e:ef:f4:e1 (capab=0x431 status=0 aid=2)

[Code].....

Unless the driver has changed, I suspect this is not a driver issue, since it worked fine on Lucid. Is this a NetworkManager issue?

View 1 Replies View Related

Ubuntu Networking :: 'Wireless Is Disabled' Using RealTek RTL8187 Wireless USB Adapter

May 25, 2010

I have just completed installing Ubuntu 10.04 LTS. When I click on teh network manager it shows:

Wired Network
disconnected
Wireless Network (Intel PRO/Wireless 2200BG [Calexico2])
wireless is disabled
Wireless Network (Manufacturer RealTek RTL8187 RTL8187 Wireless)

[Code]....

I want to be able to connect through the RealTek wireless adapted.

View 3 Replies View Related

Ubuntu Networking :: Wired And Wireless Connection Not Working After Update

Jan 14, 2010

I have a laptop Acer aspire 5100. I installed Ubuntu a while ago and it was working well. Last week I updated it using Update manager and ever since I haven't been able to connect either wireless or wired connection.

I get this:

Code:

The wireless card seems to have disappeared.

I reinstalled Ubuntu and the problem persists.

View 2 Replies View Related

Ubuntu Networking :: Wireless Network Connection Not Working After 10.04 Intalled

Apr 29, 2010

I just finished upgrading from 9.10 to 10.04 via the Update Manager. My first noticeable problem is that my wireless connection with my home network no longer functions on my IBM Thinkpad T42 laptop.The Network Manager applet shows that it detects my home network (and those of several of my neighbors), but I have not been able to get it to connect to this network. I've been using WPA & WPA2 Personal settings for security, and the Network Manager applet had correctly picked up the password that I had been using under 9.10. I've searched the Ubuntu Forums for "wireless T42" and thought I'd found a solution in a posting that recommended using the "wcid" network manager, but I've been unable to find wcid either via the Synaptic Package Manager or the Ubuntu Software Center.

1. I've noticed that in Lucid Lynx the Network Manager applet's icon in the top panel is no longer the vertical bars symbol that it displayed in
Karmic Koala; instead, the icon is a radiating fan display. In the Network Manager's edit Network Connections window, this fan icon is shown on the Wireless Connection tab, while the vertical bars icon is shown on the Mobile Broadband tab.

2. The Wireless Connection tab shows, on the line in which it shows awareness of my home wireless network (as "Auto 389690") that this connection was "Last Used" "1 month ago". It should be saying something like "today".

FWIW, the Network Manager detected my wired "eth0" connection with no difficulty.Both Jaunty and Karmic picked up my home wireless connection without any problems. Now I have no idea what to try next.

View 9 Replies View Related

Ubuntu Networking :: Hp Pavilion Dm4-1173cl Wireless Connection Is Not Working?

Jan 22, 2011

I have just installed Maverick meekat on my new laptop with Wubi, and I have been trying to setup my wireless connection, but i couldnt. The first thing I tried was going to System>Prefrences>network connections, and clicking on the wireless tab. I tried to add a network think manyally, and I miserably failed.

here is the information I have of my laptop as of now after doing the lspci command in the terminal:

Network controller: Brodcom Corporation Device 4727
USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller Ethernet controller: Realtek Semiconductor Co., Ltd.

Also I have read somethings about ndis or using the windows driver and things of that sort. Whenever I am using windows, my wireless connection is working perfectly. So I dont know if there is a specific way to activate my drivers, or if my computer is just not capable of having wireless connection on Ubuntu.

View 1 Replies View Related

Ubuntu Networking :: Wireless Connection Aspire 1640Z - Not Working

Apr 8, 2011

I have a new installation of Ubuntu 10.10 on my Aspire 1640Z, and since I have it, it's impossible to connect it to the web. I have a wireless connection on a SFR Neufbox (I'm french and it's a french box I guess). I've tried to be connected with a Sagem key. I have another computer with Windows XP, which is connected wireless with the same kind of key. When I use Network Manager, there isn't any automatic connection : "no network connection" and when I click on the logo of Network Manager, I can't click neither on "<<filaire>> network" nor "wireless network".

I also used Wifi-Radar, but there isn't any connection again. I created a new network on it, with the SSIF, code WPA, MAC.. But there's no connection and when I try "connect" it writes "could not get IP adress" (even if I'm in DHCP). I went to Syst�me > Administration > Network Tools > P�riph�riques > Interface ethernet (eth1) > Configurer > Wireless and I've writen the WPA, SSIF etc. again of my box, without any result. Here is what I have in the terminal with

[Code]....

View 2 Replies View Related

Ubuntu Networking :: Wireless Connection Stops Working Randomly?

Sep 1, 2011

I have a problem with my wireless connection in ubuntu (natty with amd64bit) There seems to be intermittent disruption in my connection. Havent seen a pattern as yet, though it happens once a day. After that I cant get it to work at all and only restarting + reconnecting the USB device helps. Dont know what is going on.I have already read these pages : Commands and Wireless Troubleshooting.Here is my line of though1) Given that I am able to connect other devices to it while I am not able to connect through this desktop, I think the router is OK.2) I am able to work with it after restart + re-connection . And so the driver is OK and is loaded. The driver seems to be oK and loaded even while I am not able to connect.So why is this happening and how can I get this under control without having to reboot and re-connect the device everytime.Here are the output for the commands which will give you a more detailed idea of the process. Before reboot while I was not able to connect:

Code:
Script started on Tue 23 Aug 2011 01:40:08 PM CDT
raja@UshRaj: ~raja@UshRaj:~$ sudo nm-tool

[code]....

View 3 Replies View Related

Fedora Networking :: Wireless Connection Looks OK / Browser Is Not Working

Dec 27, 2009

I have a very strange problem with Fedora 12 and my wireless Broadcom 4311 card.After the installation of Fedora 12 the wireless card was visible but not activated. I did an extensive search in Internet and finally I got everything done. The card was visible and activated. I found my home network; the strength of the signal was nearly 100%.The problem is that although the card is visible and activated my browser is not working well. I can say that it is not working at all. Even now I am using other computer to write this message because Firefox cannot load any web page at all.

The strange part of the problem comes with the fact that when I open terminal window and when I am using yum everything looks OK. The speed is very low though.Does anybody have some ideas about the problem and its solution?When I use Windows on the very same computer everything is fine, the Internet speed is close to the maximum limits of my provider's speed which is 10 mbps.

View 14 Replies View Related

Fedora Networking :: Wireless Connection Is Not Working Properly

Jan 27, 2011

I have a dual boot (XP Pro and F13) laptop. This laptop has a Ralink RT2501USB Wireless Adapter which works perfectly fine on XP. But when it comes to F13, adapter only works properly when I am physically next to my router. When I move few feet away the strength of the connection drops from 100% to around 40%. But even though 40% should be okay for slow connection to internet, I can't get any internet access at all. I have tried three different routers with same results on each.

When I boot same machine with windows XP, all works fine. I can move to any part of my house and I will still have the connection without any issues.I can see that RT73 driver is installed if I check in add remove program under system.I am not an expert but to me its seems that the drivers on F13 for RT2501USB are not as good as on windows?

View 2 Replies View Related

Networking :: Keep Wired Connection Working While Reconnection Wireless

Nov 9, 2010

I'm using Archlinux with NetworkManager to connect to the internet. When I'm in my room, I've an ethernet cable and still receive the wireless signal.Sometimes (like when we have a power cut, somebody is rebooting the router or simply something wrong with the provider), I'm disconnected during a few seconds, NetworkManager ask me again the password of the wireless (even if it remembers it), and then I'm ok.But when I'm not in front of my computer, while I haven't push the button "ok", it doesn't connect, even with the wired connection.That's not very normal in my opinion as there is supposed to have two different and independent connection. No ?

I intent to install an ssh server on my computer but if I cannot access it every time there is a problem that won't be very useful.

View 1 Replies View Related

Ubuntu Networking :: Wireless Connection Stopped Working - How To Make It Work

Apr 8, 2010

I have ubuntu 9.10 and my wireless connection has been working perfectly until a few weeks ago when I updated my laptop. I can connect to the internet using my wired cable but not by wireless. There is nothing listed under my wireless list. I am new to this and have been unsuccessful in getting my wireless connection going again. I don't even know were to begin. I have a 2wire modem also.

View 2 Replies View Related

Ubuntu Networking :: Wireless Connection Not Working In Levevo Ideapad Z560

Apr 21, 2011

I recently installed ubuntu in my laptop using a usb stick. everything seems to be working fine except the wireless connection. the notification area doesnt show wireless network at all. i tried browsing many forums n folled the steps suggested but in vain. with the command

sudo lshw -C network i get result as:
unclaimed

so, i tried using windows wireless driver (its Broadcom). i cannot install the ndisgkt package from the package manager. The package is shown but when i try to install, the package manager shows 'In Progress' and nothing happens. Hence, System → Administration → Windows Wireless Drivers is not displayed at all.

If a driver can be downloaded n installed, how to do that. I would download the wireless driver from my windows OS n install in ubuntu.

View 5 Replies View Related

Ubuntu Networking :: Unstable Internet Connection (realtek)

Mar 11, 2011

Im new to linux (2 days only) so i have some driver problems. My internet connection is unstable. It reconnects every few minutes (5 min approximately). Im connected with wired dsl connection to routher. My network adapter is "Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller". I use Ubuntu 10.10 Maverick Meerkat release, kernel 2.6.35-27-generic.

View 5 Replies View Related

Networking :: Ndiswrapper - WEP Key Not Working

Jan 6, 2009

I am trying to connect to my WEP enabled wireless network. I have a pci wireless card with chipset id 10ec:8190, and installed the driver (net8190p.inf) with ndiswrapper on Ubuntu Linux 8.10. I am able to connect when I disable WEP, so I'm sure that the driver is installed correctly and is working. I am connected now from XP with WEP enabled. How to get my Ubuntu distro connected here?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved