0

similarly to this post

http://ubuntuforums.org/showthread.php?t=2125952&highlight=11n_disable

that is, I dont get any internet traffic while being a connected to the router. I am using a wlan stick (wlan1) instead of the built in wifi chip (wlan0) to get a better connection. The built in chip is working, but when switching to the wlan stick, I get a very good conection but no traffic.

Here is the output of the script that was posted in the above mentioned post:

https://dl.dropboxusercontent.com/u/26724910/wireless-info.txt

I highly apprechiate any ideas of how to resolve this problem. Thanks!!!

1 Answers1

0

You could type the following in the terminal:

nmap -v -iR 10000 -Pn -p 80

To see if there is a soft block, enter:

rfkill list

To see if it is connected, enter:

lspci

And then in the terminal type:

lsmod wlan0

And then type in the terminal:

lsusb -S wlan0

It should work fine this way.

Michael
  • 2,597