Quantcast
Channel: Ubuntu Forums - Networking & Wireless
Viewing all 23300 articles
Browse latest View live

[ubuntu] Finding driver for the notorious 3DSP Syntek Wifi and Bluetooth usb


[server] Create VPN on Ubuntu for use on Windows 7

$
0
0
Okay, so this could be an extremely stupid question but I've been searching for hours to find this answer. I am going to purchase a Linux server (Providing it's the correct thing to do), and I want to use it to run OpenVPN so I can have my own small VPN. I can't find an answer to the question to if it's even possible. All I can find is threads about how to use an Ubuntu VPN Server on Ubuntu, but not for other OS. If anyone can explain to me how I would go about setting up a VPN on a VPS so I can have a personal VPN for my computer and iPhone it would be much appreciated! :p Also, I don't want to purchase a VPN account as it's "cheaper and less hassle" I enjoy having a little thing to maintain like this, so thanks to anyone who solves my problem, much appreciated :D

[ubuntu] Atheros QCA8171, connectivity works fine but zero network traffic and no wake on LAN

$
0
0
Up until recently, I was using Ubuntu 12.04. My Qualcomm Atheros QCA8171 Gigabit Ethernet network card seemed to be working fine: network traffic and wake on LAN both worked. I just installed Ubuntu 14.04 and the network traffic only shows zero activity. Also, I can not seem to wake up my computer remotely via my modem anymore, using wake on LAN. Both ifstat -a and the System Monitor show zero activity. With sudo lshw, I get for the network


*-network
description: Ethernet interface
product: QCA8171 Gigabit Ethernet
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth0
version: 10
serial: bc:5f:f4:c9:e9:c6
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=alx duplex=full ip=192.168.178.2 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:46 memory:f0400000-f043ffff ioport:e000(size=128)

. Furthermore, modinfo alx returns

filename: /lib/modules/3.13.0-35-generic/kernel/drivers/net/ethernet/atheros/alx/alx.ko
license: GPL
description: Qualcomm Atheros(R) AR816x/AR817x PCI-E Ethernet Network Driver
author: Qualcomm Corporation, <nic-devel@qualcomm.com>
author: Johannes Berg <johannes@sipsolutions.net>
srcversion: 15100F26458C5B941F93EBF
alias: pci:v00001969d000010A0sv*sd*bc*sc*i*
alias: pci:v00001969d000010A1sv*sd*bc*sc*i*
alias: pci:v00001969d00001090sv*sd*bc*sc*i*
alias: pci:v00001969d0000E091sv*sd*bc*sc*i*
alias: pci:v00001969d00001091sv*sd*bc*sc*i*
depends: mdio
intree: Y
vermagic: 3.13.0-35-generic SMP mod_unload modversions
signer: Magrathea: Glacier signing key
sig_key: B1:41:4A:E9:6C:1B:0E:BB:7C:14:1F:A4:05:C1:F6:C9:8E :8A:66:F0
sig_hashalgo: sha512

. How can I fix the network traffic and wake on LAN?

Wake on LAN : Wake on demand (14.04)

$
0
0
For those trying to get Wake on LAN (WOL) to work with "Wake on Demand"..

Edit or create /etc/network/if-up.d/wol to contain the following:
Code:

#!/bin/bash
/sbin/ethtool -s eth0 wol ug

And make it executable (chmod +x /etc/network/if-up.d/wol)

This sets the eth0 WOL options to unicast & magic packet each time eth0 comes online..
(unicast apparently means directed at that specific network interface)

The powersave problem
On Ubuntu 14.04 /usr/lib/pm-utils/sleep.d/00powersave somehow resets eth0 WOL options to just "p" (magic packet only) when the computer goes to sleep so I simply removed it..

The ARP problem
After a 30 second timeout computers forget which IP belongs to which MAC (physical) address.
Some network cards also allow waking up on ARP (ethtool -s eth0 wol uga) which should fix that the easy way..
If yours doesn't you can either enter it as a static mapping on your clients:
  • Windows: arp -s 192.168.0.1 00-00-00-00-00-00
  • Linux: arp -s 192.168.0.1 00:00:00:00:00:00

(replace proper IP & corresponding MAC addresses)
Or use a proxy-arp on your router (dd-wrt apparently supports this) that will do the translating for your clients.

Anyways, i added a static ARP entry on my windows workstation..
When i boot up my workstation in the morning and it tries to access my samba shares on the server the server wakes up nicely..
That's about 200 euros saved each year for not having my server up 24/7

Hope this helps somebody else..

[ubuntu] wireless failure after upgrade to 14.04 LTS

$
0
0
here is some information from terminal
randy@AC7NJ:~$ iwlist wlan0 scan
wlan0 Scan completed :
Cell 01 - Address: B8:9B:C9:21:B7:F8
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=47/70 Signal level=-63 dBm
Encryption key:on
ESSID:"HOME-B7F8"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
18 Mb/s; 36 Mb/s; 54 Mb/s
Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
Mode:Master
Extra:tsf=0000000000000000
Extra: Last beacon: 636ms ago
IE: Unknown: 0009484F4D452D42374638
IE: Unknown: 010882848B961224486C
IE: Unknown: 03010B
IE: Unknown: 32040C183060
IE: Unknown: 0706555320010B14
IE: Unknown: 050400010000
IE: Unknown: DD310050F204104A0001101044000102104700102880288028 801880A880B89BC921B7F8103C0001011049000600372A0001 20
IE: Unknown: 2A0106
IE: Unknown: 2D1AEE1117FFFFFF00010000000000000000000000000F0000 000000
IE: Unknown: 3D160B070500000000000000000000000000000000000000
IE: Unknown: 4A0E14000A002C01C800140005001900
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F 00
IE: Unknown: 0B05030020127A
IE: Unknown: DD07000C4304000000
IE: Unknown: 3E0100
IE: Unknown: 0B05020020127A
IE: Unknown: 0706555320010B10
IE: Unknown: DD....

randy@AC7NJ:~$ sudo iwconfig wlan0 essid Home-B7F8 key s:22097842
Error for wireless request "Set Encode" (8B2A) :
SET failed on device wlan0 ; Invalid argument.

what am I doing wrong? manager keeps asking for key over and over so I tried to connect manualy in bash as you can see that failed also

Randy

[ubuntu] RealTek RTL8187L, Wifi Connects but no internet

$
0
0
Hi there
I have just installed 14.04 LTS, everything seems fine except one thing, internet connectivity through WiFi.
I have a RealTek RTL8187L, it's a USB wireless adapter which I have always used conveniently under Windows and also under several WiFi audit Live CD Linux such as Beini and Xiaopan.
I have connected through Ethernet with no problem, internet worked fine, but when I connect through WiFi the connection is established and I get a valid IP address but internet is out, no page would load.
Quote:

karim@Linux-Asus:~$ ifconfig -a
eth3 Link encap:Ethernet HWaddr 28:ff:87:26:02:00
inet6 addr: fe80::2aff:87ff:fe26:200/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:91441 errors:0 dropped:0 overruns:0 frame:0
TX packets:71356 errors:0 dropped:0 overruns:0 carrier:4
collisions:0 txqueuelen:1000
RX bytes:118768427 (118.7 MB) TX bytes:7704394 (7.7 MB)


lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:2289 errors:0 dropped:0 overruns:0 frame:0
TX packets:2289 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:228127 (228.1 KB) TX bytes:228127 (228.1 KB)


mon.wlan0 Link encap:UNSPEC HWaddr 1C-4B-D6-99-61-64-3A-30-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:546 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:64648 (64.6 KB) TX bytes:0 (0.0 B)


wlan0 Link encap:Ethernet HWaddr 1c:4b:d6:99:61:64
inet addr:192.168.150.1 Bcast:192.168.150.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:5976 errors:0 dropped:0 overruns:0 frame:0
TX packets:6814 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:744730 (744.7 KB) TX bytes:7922679 (7.9 MB)


wlan1 Link encap:Ethernet HWaddr 00:87:32:3a:1f:61
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::287:32ff:fe3a:1f61/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:49 errors:0 dropped:0 overruns:0 frame:0
TX packets:124 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9909 (9.9 KB) TX bytes:26597 (26.5 KB)



karim@Linux-Asus:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan1
192.168.1.0 0.0.0.0 255.255.255.0 U 9 0 0 wlan1
192.168.150.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
karim@Linux-Asus:~$ ping -c3 91.189.94.12
PING 91.189.94.12 (91.189.94.12) 56(84) bytes of data.


--- 91.189.94.12 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2016ms


karim@Linux-Asus:~$ ping -c3 ubuntuforums.org

[ubuntu] Turning a Mac Mini into a router

$
0
0
I've got an old Mac Mini and I thought it might be a good thing to turn it into a router/firewall/external web-server for my home systems.

There are tons of open-source routers out there. I'd be keen to hear from anybody with experience using them.

What I'd like ideally is:

- Speed (obviously!)
- Easy configuration
- Good monitoring capability
- Good alarm/threshold capability - I'd like to be alerted to spam/malware etc. attacks
- Compatibility with my Mac Time Capsule - this might be the difficult one.

Alternatively, is it possible to run open source routing on an Apple Time Capsule somehow?

Problem accessing shared folders on a Tablet

$
0
0
I'm having some problesm with the samba server setup. I've setup two folders to view them on my tablet & a virtual machine.
The system has a static IP of 192.168.1.2 & the tablet has 192.168.1.3
TV Shows - Permissions are 755
Workgroup - Permissions are 755
Now, only the folder Workgroup is accessible on the tablet & VM. They can't access TV Shows folder.
Here's the output of my smb.conf file.
Quote:

#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which
# are not shown in this example
#
# Some options that are often worth tuning have been included as
# commented-out examples in this file.
# - When such options are commented with ";", the proposed setting
# differs from the default Samba behaviour
# - When commented with "#", the proposed setting is the default
# behaviour of Samba but the option is considered important
# enough to be mentioned here
#
# NOTE: Whenever you modify this file you should run the command
# "testparm" to check that you have not made any basic syntactic
# errors.


#======================= Global Settings =======================


[global]


## Browsing/Identification ###


# Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = WORKGROUP


# server string is the equivalent of the NT Description field
server string = %h server


# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
# wins support = no


# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
; wins server = w.x.y.z


# This will prevent nmbd to search for NetBIOS names through DNS.
dns proxy = no


#### Networking ####


# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask;
# interface names are normally preferred
; interfaces = 127.0.0.0/8 eth0


# Only bind to the named interfaces and/or networks; you must use the
# 'interfaces' option above to use this.
# It is recommended that you enable this feature if your Samba machine is
# not protected by a firewall or is a firewall itself. However, this
# option cannot handle dynamic or non-broadcast interfaces correctly.
; bind interfaces only = yes






#### Debugging/Accounting ####


# This tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/log.%m


# Cap the size of the individual log files (in KiB).
max log size = 1000


# If you want Samba to only log through syslog then set the following
# parameter to 'yes'.
# syslog only = no


# We want Samba to log a minimum amount of information to syslog. Everything
# should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
# through syslog you should set the following parameter to something higher.
syslog = 0


# Do something sensible when Samba crashes: mail the admin a backtrace
panic action = /usr/share/samba/panic-action %d




####### Authentication #######


# Server role. Defines in which mode Samba will operate. Possible
# values are "standalone server", "member server", "classic primary
# domain controller", "classic backup domain controller", "active
# directory domain controller".
#
# Most people will want "standalone sever" or "member server".
# Running as "active directory domain controller" will require first
# running "samba-tool domain provision" to wipe databases and create a
# new domain.
server role = standalone server


# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.
passdb backend = tdbsam


obey pam restrictions = yes


# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
unix password sync = yes


# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan <<kahan@informatik.tu-muenchen.de> for
# sending the correct chat script for the passwd program in Debian Sarge).
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .


# This boolean controls whether PAM will be used for password changes
# when requested by an SMB client instead of the program listed in
# 'passwd program'. The default is 'no'.
pam password change = yes


# This option controls how unsuccessful authentication attempts are mapped
# to anonymous connections
map to guest = bad user
security = user
########## Domains ###########


#
# The following settings only takes effect if 'server role = primary
# classic domain controller', 'server role = backup domain controller'
# or 'domain logons' is set
#


# It specifies the location of the user's
# profile directory from the client point of view) The following
# required a [profiles] share to be setup on the samba server (see
# below)
; logon path = \\%N\profiles\%U
# Another common choice is storing the profile in the user's home directory
# (this is Samba's default)
# logon path = \\%N\%U\profile


# The following setting only takes effect if 'domain logons' is set
# It specifies the location of a user's home directory (from the client
# point of view)
; logon drive = H:
# logon home = \\%N\%U


# The following setting only takes effect if 'domain logons' is set
# It specifies the script to run during logon. The script must be stored
# in the [netlogon] share
# NOTE: Must be store in 'DOS' file format convention
; logon script = logon.cmd


# This allows Unix users to be created on the domain controller via the SAMR
# RPC pipe. The example command creates a user account with a disabled Unix
# password; please adapt to your needs
; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u


# This allows machine accounts to be created on the domain controller via the
# SAMR RPC pipe.
# The following assumes a "machines" group exists on the system
; add machine script = /usr/sbin/useradd -g machines -c "%u machine account" -d /var/lib/samba -s /bin/false %u


# This allows Unix groups to be created on the domain controller via the SAMR
# RPC pipe.
; add group script = /usr/sbin/addgroup --force-badname %g


############ Misc ############


# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
; include = /home/samba/etc/smb.conf.%m


# Some defaults for winbind (make sure you're not using the ranges
# for something else.)
; idmap uid = 10000-20000
; idmap gid = 10000-20000
; template shell = /bin/bash


# Setup usershare options to enable non-root users to share folders
# with the net usershare command.


# Maximum number of usershare. 0 (default) means that usershare is disabled.
; usershare max shares = 100


# Allow users who've been granted usershare privileges to create
# public shares, not just authenticated ones
usershare allow guests = yes
vfs objects = full_audit


full_audit:prefix = %u|%I|%m|%S
full_audit:success = mkdir rename unlink rmdir pwrite
full_audit:failure = none
full_audit:facility = local7
full_audit:priority = NOTICE
#======================= Share Definitions =======================


# Un-comment the following (and tweak the other settings below to suit)
# to enable the default home directory shares. This will share each
# user's home directory as \\server\username
;[homes]
; comment = Home Directories
; browseable = no


# By default, the home directories are exported read-only. Change the
# next parameter to 'no' if you want to be able to write to them.
; read only = yes


# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
; create mask = 0700


# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
; directory mask = 0700


# By default, \\server\username shares can be connected to by anyone
# with access to the samba server.
# Un-comment the following parameter to make sure that only "username"
# can connect to \\server\username
# This might need tweaking when using external authentication schemes
; valid users = %S


# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
; comment = Network Logon Service
; path = /home/samba/netlogon
; guest ok = yes
; read only = yes


# Un-comment the following and create the profiles directory to store
# users profiles (see the "logon path" option above)
# (you need to configure Samba to act as a domain controller too.)
# The path below should be writable by all users so that their
# profile directory may be created the first time they log on
;[profiles]
; comment = Users profiles
; path = /home/samba/profiles
; guest ok = no
; browseable = no
; create mask = 0600
; directory mask = 0700


[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
guest ok = no
read only = yes
create mask = 0700


# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# You may need to replace 'lpadmin' with the name of the group your
# admin users are members of.
# Please note that you also need to set appropriate Unix permissions
# to the drivers directory for these users to have write rights in it
; write list = root, @lpadmin


[Downloads]
;comments = Downloads on Home folder
path = /home/hellknight/Downloads/
available = yes
read only = yes
browseable = yes
public = no
writable = no


[TV]
;comments = TV Shows on Ubuntu 14.04
path = /media/Data/TV\ Shows/
available = yes
read only = no
browseable = yes
public = no
writeable = yes


[Workgroup]
;comments = Workgroup download folder on Ubuntu 14.04
path = /media/Data/Workgroup/
available = yes
read only - no
browseable = yes
public = no
writeable = yes


Can you guys please figure out what is wrong?

[lubuntu] Issue with Realtek Ethernet Controller

$
0
0
Hi,

The Ethernet Controller of my laptop has not been functioning for a couple of days. Chili555 suggested I start a thread on this issue. Below some requested diagnostics

Code:

Presario-C700-Notebook-PC:~$ lspci -nn | grep 0200
02:01.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8100/8101L/8139 PCI Fast Ethernet Adapter [10ec:8139] (rev 10)

Code:

Presario-C700-Notebook-PC:~$ dmesg | grep -e 8139 -e eth0
[    0.596171] pci 0000:02:01.0: [10ec:8139] type 00 class 0x020000
[    2.397969] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[    2.398014] 8139cp 0000:02:01.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
[    2.424715] 8139too: 8139too Fast Ethernet driver 0.9.28
[    2.426079] 8139too 0000:02:01.0 eth0: RealTek RTL8139 at 0x0000000000011000, 00:1b:38:82:fb:5c, IRQ 16
[  21.917068] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  29.498139] Bluetooth: L2CAP socket layer initialized
[  33.876452] 8139too 0000:02:01.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1

Thanks in advance for the help

Trad

WiFi Authentication (Ubuntu 14.04)

$
0
0
Hi
I can no longer connect to my wifi from my dual boot Samsung Netbook, Ubuntu wired connection and booting under Windows the Wifi works fine. The access point SSID appears on the network manager, but when i try to connect it waits for a while, ask for the password and then fails to connect. I've tried reboot the access point and deleting the SSID from the network manager, but still cannot connect. Any ideas what I'm missing? Thanks


Output from lsmod:
Quote:

Module Size Used by
nls_iso8859_1 12617 0
usb_storage 48417 0
cuse 13213 3
rfcomm 53664 8
bnep 18895 2
dm_crypt 22589 0
binfmt_misc 13140 1
nfsd 247797 2
auth_rpcgss 48979 1 nfsd
nfs_acl 12733 1 nfsd
nfs 205212 0
lockd 78518 2 nfs,nfsd
sunrpc 242555 6 nfs,nfsd,auth_rpcgss,lockd,nfs_acl
fscache 56756 1 nfs
ipt_REJECT 12485 2
xt_tcpudp 12756 10
xt_conntrack 12664 3
iptable_filter 12706 1
iptable_mangle 12615 0
iptable_nat 12867 0
nf_conntrack_ipv4 14492 4
nf_defrag_ipv4 12649 1 nf_conntrack_ipv4
nf_nat_ipv4 13095 1 iptable_nat
nf_nat 20861 2 nf_nat_ipv4,iptable_nat
nf_conntrack 83685 5 nf_nat,nf_nat_ipv4,xt_conntrack,iptable_nat,nf_con ntrack_ipv4
ip_tables 17987 3 iptable_filter,iptable_mangle,iptable_nat
x_tables 22067 6 ip_tables,xt_tcpudp,xt_conntrack,iptable_filter,ip t_REJECT,iptable_mangle
arc4 12536 2
samsung_laptop 14062 0
uvcvideo 71309 0
videobuf2_vmalloc 13048 1 uvcvideo
usb_serial_simple 13018 0
videobuf2_memops 13170 1 videobuf2_vmalloc
snd_hda_codec_realtek 55163 1
videobuf2_core 39258 1 uvcvideo
videodev 108503 2 uvcvideo,videobuf2_core
snd_hda_intel 42730 3
usbserial 38902 1 usb_serial_simple
snd_hda_codec 164067 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 13272 1 snd_hda_codec
snd_pcm 85501 2 snd_hda_codec,snd_hda_intel
coretemp 13195 0
snd_page_alloc 14230 2 snd_pcm,snd_hda_intel
snd_seq_midi 13132 0
snd_seq_midi_event 14475 1 snd_seq_midi
joydev 17101 0
snd_rawmidi 25135 1 snd_seq_midi
ath5k 134977 0
serio_raw 13230 0
ath 23922 1 ath5k
mac80211 546051 1 ath5k
btusb 27580 0
bluetooth 342208 22 bnep,btusb,rfcomm
snd_seq 55383 2 snd_seq_midi_event,snd_seq_midi
snd_seq_device 14137 3 snd_seq,snd_rawmidi,snd_seq_midi
lpc_ich 16864 0
snd_timer 28584 2 snd_pcm,snd_seq
cfg80211 409394 3 ath,ath5k,mac80211
snd 60939 16 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm, snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,sn d_seq_device,snd_seq_midi
soundcore 12600 1 snd
mac_hid 13037 0
parport_pc 31981 0
ppdev 17391 0
lp 13299 0
parport 40836 3 lp,ppdev,parport_pc
i915 705659 3
psmouse 91329 0
i2c_algo_bit 13197 1 i915
sky2 52946 0
drm_kms_helper 47182 1 i915
drm 244037 4 i915,drm_kms_helper
video 18903 2 i915,samsung_laptop
output from rkill
Quote:

0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
1: samsung-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
out from lspci -nn
Quote:

00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GSE Express Memory Controller Hub [8086:27ac] (rev 03)
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller [8086:27ae] (rev 03)
00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03)
00:1b.0 Audio device [0403]: Intel Corporation NM10/ICH7 Family High Definition Audio Controller [8086:27d8] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation NM10/ICH7 Family PCI Express Port 1 [8086:27d0] (rev 02)
00:1c.2 PCI bridge [0604]: Intel Corporation NM10/ICH7 Family PCI Express Port 3 [8086:27d4] (rev 02)
00:1d.0 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 [8086:27c8] (rev 02)
00:1d.1 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 [8086:27c9] (rev 02)
00:1d.2 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 [8086:27ca] (rev 02)
00:1d.3 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 [8086:27cb] (rev 02)
00:1d.7 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller [8086:27cc] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 02)
00:1f.2 IDE interface [0101]: Intel Corporation 82801GBM/GHM (ICH7-M Family) SATA Controller [IDE mode] [8086:27c4] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation NM10/ICH7 Family SMBus Controller [8086:27da] (rev 02)
02:00.0 Ethernet controller [0200]: Qualcomm Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express) [168c:001c] (rev 01)
03:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller [11ab:4354] (rev 13)
output from sudo lshw -C network
Quote:

*-network
description: Wireless interface
product: AR242x / AR542x Wireless Network Adapter (PCI-Express)
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlan0
version: 01
serial: 00:21:63:c4:a9:15
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ath5k driverversion=3.13.0-35-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bg
resources: irq:16 memory:f0100000-f010ffff
*-network
description: Ethernet interface
product: 88E8040 PCI-E Fast Ethernet Controller
vendor: Marvell Technology Group Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 13
serial: 00:13:77:d2:d1:a2
size: 100Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 duplex=full latency=0 link=no multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:42 memory:f0200000-f0203fff ioport:2000(size=256)

problem with my wifi adapter dlink 125 dwa 123 in monitor mode

$
0
0
hi. i installed driver.(rtl8188eu)(i use kali)
Bus 001 Device 003: ID 2001:3310 D-Link Corp.

wlan0 IEEE 802.11bgn ESSID:"my with" Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency:2.412 GHz Access Point: A0:E4:53:B8:AD:6B
Bit Rate:72.2 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:****-****-****-****-****-****-****-**** Security mode:open
when i disconect to network via wifi adapter wifite give

[+] scanning for wireless devices...
[!] no wireless interfaces were found.
[!] you need to plug in a wifi device or install drivers.
and airmon-ng not detect wlan0

when i conect to network from via wifi adapter wifite give
[+] scanning for wireless devices...
[+] enabling monitor mode on wlan0... done
[+] enabling monitor mode on wlan0... done
... no endless
and airmon-ng detect wlan0
Interface Chipset Driver

wlan0 Unknown r8188eu
i cant enable monitor mode
root@dhcppc0:~# wash -i wlan0

Wash v1.4 WiFi Protected Setup Scan Tool
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com>

[X] ERROR: Failed to compile packet filter
help

Bridged Interface

$
0
0
Having trouble bridging VMs and containers.

Code:

auto br0
iface br0 inet dhcp
address 192.168.2.20
gateway 192.168.2.254
netmask 255.255.255.0
dns-nameserver 192.168.2.254
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_maxwait 0

Code:

brctl showstp br0

br0
 bridge id        8000.0800276aca51
 designated root    8000.0800276aca51
 root port          0            path cost          0
 max age          20.00            bridge max age          20.00
 hello time          2.00            bridge hello time      2.00
 forward delay          15.00            bridge forward delay      15.00
 ageing time        300.00
 hello timer          1.58            tcn timer          0.00
 topology change timer      0.00            gc timer        229.02
 flags           

eth0 (1)
 port id        8001            state            forwarding
 designated root    8000.0800276aca51    path cost          4
 designated bridge    8000.0800276aca51    message age timer      0.00
 designated port    8001            forward delay timer      0.00
 designated cost      0            hold timer          0.58
 flags

Code:

echo "allow br0" > /etc/qemu/bridge.conf
echo 1 > /proc/sys/net/ipv4/ip_forward

Neither LXC or QEMU is able connect to the router.

Code:

lxc.network.type=veth
lxc.network.link=br0
lxc.network.flags=up
lxc.network.name=eth0
lxc.network.mtu=1500

Code:

qemu-system-x86_64 -m 1024 -hda snapshot.qcow2 -vga qxl -cpu host -machine type=pc,accel=kvm -net nic -net bridge,br=br0 -smp 4 -usbdevice tablet -soundhw ac97
Is there something I'm missing?

Not getting full download rate

$
0
0
I upgraded a internet servace threw a ISP, the internet speed whent up but its not giving me the same speed as the speedtest websites show. I tried downloading from diffrent places at the same time where like as if there is a cap on the internet speed where you donlowad form a diffrent source and all the other downloads slow down.

supposed to get 50 mb get at a constent rate of 7 mb

Code:

Settings for eth0:
        Supported ports: [ TP MII ]
        Supported link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
        Supported pause frame use: No
        Supports auto-negotiation: Yes
        Advertised link modes:  Not reported
        Advertised pause frame use: No
        Advertised auto-negotiation: No
        Speed: 100Mb/s
        Duplex: Full
        Port: MII
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: off
        Supports Wake-on: pumbg
        Wake-on: g
        Current message level: 0x00000033 (51)
                              drv probe ifdown ifup
        Link detected: yes

[ubuntu] Connect to ubuntu from nodes within the same local network

$
0
0
Hello everyone,

I've set up a local Google App Engine server which I want to access from different machines within the network. When I try to send requests to my ubuntu's local ip and the appropriate port I get "Connection Refused". I've taken down the router's firewall, put port 8888 as an exception to ubuntu's firewall. I don't know what else to do. Any help will be much appreciated. Thanks!!

Ubuntu/Xubuntu 14.04: Wifi unable to connect to network (HP Pavilion-dv5/Intel 3945)

$
0
0
Hi,

Can somebody please help me! I'm not computer savvy at all. After spending almost 3 weeks
with google search, reading through hundreds of posts in the ubuntu forums, and trying out all sorts of
terminal commands that are being suggested in these forums, I'm at my wits' end.

I've been using Ubuntu 12.04 LTS, and then the upgraded version 14.04, ever since Windows XP expired without any problems.
After a software update roughly 3 weeks ago, my wifi stopped working: The wifi connection first became unstable; and the more frequent the disconnection from the network became, the longer it took for wifi to reconnect until it reached a point where it couldn't connect to the network at all. I always made sure that the network passwords were entered correctly.

Ethernet works fine, and my wifi card is an Intel 3945ABG.

Also, on the rare and random occasion that a wifi connection to the home network could be established for whatever unknown
reason, I couldn't access the internet at all. I could ping the router and the localhost but no external IP or website.

Thus far, I have made several clean installs of Ubuntu 14.04 from a USB stick; I reverted to Ubuntu 12.04
once; and right now, I have installed Xubuntu 14.04 -- this all in the hope that this wifi problem will resolve itself
somehow (naive of me, I know), but the same problem pattern still persists. I also have a HP Mini with Ubuntu 14.04 LTS on it and its wifi works perfectly.

Here are some info


Code:

    ======== Wireless-Info START ========

System-Info ~~~~~~~~~~~~~~~~~~~~~~~~

HP-Pavilion-dv5 3.13.0-35-generic i686,  Ubuntu 14.04.1 LTS, trusty

CPU    : Genuine Intel(R) CPU          T2050  @ 1.60GHz
Memory : 1499 MB
Uptime : 19:43:51 up  8:03,  2 users,  load average: 0.18, 0.10, 0.06


lspci ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

06:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:4222] (rev 02)
    Subsystem: Hewlett-Packard Company Device [103c:135b]
    Kernel driver in use: iwl3945
--
08:08.0 Ethernet controller [0200]: Intel Corporation PRO/100 VE Network Connection [8086:1092] (rev 01)
    Subsystem: Hewlett-Packard Company Device [103c:30a5]
    Kernel driver in use: e100


lsusb ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


PCMCIA Card Info ~~~~~~~~~~~~~~~~~~~

PRODID_1=""
PRODID_2=""
PRODID_3=""
PRODID_4=""
MANFID=0000,0000
FUNCID=255


iwconfig ~~~~~~~~~~~~~~~~~~~~~~~~~~~

wlan0    IEEE 802.11abg  ESSID:off/any 
          Mode:Managed  Access Point: Not-Associated  Tx-Power=14 dBm 
          Retry  long limit:7  RTS thr:off  Fragment thr:off
          Power Management:off
         


rfkill ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

      Interface        Soft blocked  Hard blocked
0: phy0: Wireless LAN      no            no


lsmod ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

hp_wmi                13702  0
sparse_keymap          13708  1 hp_wmi
iwl3945                63619  0
iwlegacy              88016  1 iwl3945
mac80211              546051  2 iwl3945,iwlegacy
cfg80211              409394  3 iwl3945,iwlegacy,mac80211
wmi                    18673  1 hp_wmi


module parameters ~~~~~~~~~~~~~~~~~~

cfg80211      (2): cfg80211_disable_40mhz_24ghz=N | ieee80211_regdom=00
iwl3945      (4): antenna=0 | disable_hw_scan=1 | fw_restart=1 | swcrypto=1
iwlegacy      (2): bt_coex_active=Y | led_mode=0
mac80211      (5): beacon_loss_count=7 | ieee80211_default_rc_algo=minstrel_ht | max_nullfunc_tries=2 | max_probe_tries=5 | probe_wait_ms=500
wmi          (2): debug_dump_wdg=N | debug_event=N


nm-tool ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

State: connected (global)
============================o=============o=========o==============o=========o===========o==============o===========
 Interface & ID            | Type        | Driver  | State        | Default | Speed    | Support      | HW Addr 
============================o=============o=========o==============o=========o===========o==============o===========
 eth0  [Wired connection 1] | Wired      | e100    | connected    | yes    | 100 Mb/s  |              | <MAC eth0>

    Address:        192.168.0.16
    Prefix:          24 (255.255.255.0)
    Gateway:        192.168.0.1
    DNS:            68.105.28.12
    DNS:            68.105.29.12
    DNS:            68.105.28.11
----------------------------+-------------+---------+--------------+---------+-----------+--------------+-----------
 wlan0                      | 802.11 WiFi | iwl3945 | disconnected | no      |          | WEP/WPA/WPA2 | <MAC wlan0>

    CuVinh:          Infra, <MAC C-01 CuVinh>, Freq 2462 MHz, Rate 54 Mb/s, Strength 52 WPA
    D7F393:          Infra, <MAC C-NA D7F393 1>, Freq 2412 MHz, Rate 54 Mb/s, Strength 39 WPA WPA2
    LanVy:          Infra, <MAC C-NA LanVy 1>, Freq 2462 MHz, Rate 54 Mb/s, Strength 52 WPA2
    JAZZY1:          Infra, <MAC C-NA JAZZY1 1>, Freq 2462 MHz, Rate 54 Mb/s, Strength 44 WEP
    CenturyLink1392: Infra, <MAC C-02 CenturyLink1392>, Freq 2412 MHz, Rate 54 Mb/s, Strength 24 WPA WPA2
    Anarchy:        Infra, <MAC C-03 Anarchy>, Freq 2422 MHz, Rate 54 Mb/s, Strength 17 WPA WPA2
----------------------------+-------------+---------+--------------+---------+-----------+--------------+-----------


NetworkManager.state ~~~~~~~~~~~~~~~
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true


NetworkManager.conf ~~~~~~~~~~~~~~~~

[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq

[ifupdown]
managed=false


NM WiFi Profiles ~~~~~~~~~~~~~~~~~~~

LanVy                : ssid=LanVy | mac-address=<MAC wlan0> | ipv4=auto | ipv6=auto


interfaces ~~~~~~~~~~~~~~~~~~~~~~~~~

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

resolv.conf ~~~~~~~~~~~~~~~~~~~~~~~~

nameserver 127.0.1.1


Routes & Ping ~~~~~~~~~~~~~~~~~~~~~~

Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
0.0.0.0        192.168.0.1    0.0.0.0        UG    0      0        0 eth0
192.168.0.0    0.0.0.0        255.255.255.0  U    1      0        0 eth0

--- 192.168.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 20.213/39.626/59.040/19.414 ms

--- 127.0.1.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.058/0.063/0.069/0.009 ms


iw reg get ~~~~~~~~~~~~~~~~~~~~~~~~~

(Region : "en_US.UTF-8")
country 00:
    (2402 - 2472 @ 40), (3, 20)
    (2457 - 2482 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS
    (2474 - 2494 @ 20), (3, 20), NO-OFDM, PASSIVE-SCAN, NO-IBSS
    (5170 - 5250 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS
    (5735 - 5835 @ 40), (3, 20), PASSIVE-SCAN, NO-IBSS


iwlist chan ~~~~~~~~~~~~~~~~~~~~~~~~

wlan0    24 channels in total; available frequencies :
          Channel 01 (2.412 GHz) - 11 (2.462 GHz)
          Channel 36 (5.18 GHz)
          Channel 40 (5.2 GHz)
          Channel 44 (5.22 GHz)
          Channel 48 (5.24 GHz)
          Channel 52 (5.26 GHz)
          Channel 56 (5.28 GHz)
          Channel 60 (5.3 GHz)
          Channel 64 (5.32 GHz)
          Channel 149 (5.745 GHz)
          Channel 153 (5.765 GHz)
          Channel 157 (5.785 GHz)
          Channel 161 (5.805 GHz)
          Channel 165 (5.825 GHz) - 11 (2.462 GHz)


iwlist scan ~~~~~~~~~~~~~~~~~~~~~~~~

wlan0    Scan completed :
          Cell 01 - Address: <MAC C-01 CuVinh>
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=41/70  Signal level=-69 dBm 
                    Encryption key:on
                    ESSID:"CuVinh"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=000000c8fcf1e81b
                    Extra: Last beacon: 36ms ago
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
          Cell 02 - Address: <MAC C-02 CenturyLink1392>
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=32/70  Signal level=-78 dBm 
                    Encryption key:on
                    ESSID:"CenturyLink1392"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=000001d543962363
                    Extra: Last beacon: 36ms ago
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
          Cell 03 - Address: <MAC C-03 Anarchy>
                    Channel:3
                    Frequency:2.422 GHz (Channel 3)
                    Quality=22/70  Signal level=-88 dBm 
                    Encryption key:on
                    ESSID:"Anarchy"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=000000386738042a
                    Extra: Last beacon: 36ms ago
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK


blacklist ~~~~~~~~~~~~~~~~~~~~~~~~~~

[/etc/modprobe.d/blacklist-ath_pci.conf]
blacklist ath_pci


modinfo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

[hp_wmi]
filename:      /lib/modules/3.13.0-35-generic/kernel/drivers/platform/x86/hp-wmi.ko
srcversion:    22DCD1B7DA09178B45B1068
depends:        wmi,sparse-keymap

[iwl3945]
filename:      /lib/modules/3.13.0-35-generic/kernel/drivers/net/wireless/iwlegacy/iwl3945.ko
firmware:      iwlwifi-3945-2.ucode
version:        in-tree:s
srcversion:    C93C31FCEBBAE1F376E495F
depends:        iwlegacy,cfg80211,mac80211
parm:          antenna:select antenna (1=Main, 2=Aux, default 0 [both]) (int)
parm:          swcrypto:using software crypto (default 1 [software]) (int)
parm:          disable_hw_scan:disable hardware scanning (default 1) (int)
parm:          fw_restart:restart firmware in case of error (int)

[iwlegacy]
filename:      /lib/modules/3.13.0-35-generic/kernel/drivers/net/wireless/iwlegacy/iwlegacy.ko
version:        in-tree:
srcversion:    400F302BE5C25B3C98A6CE8
depends:        mac80211,cfg80211
parm:          led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking (int)
parm:          bt_coex_active:enable wifi/bluetooth co-exist (bool)

[mac80211]
filename:      /lib/modules/3.13.0-35-generic/kernel/net/mac80211/mac80211.ko
srcversion:    D491AB7C521706DA5F4BE7C
depends:        cfg80211
parm:          max_nullfunc_tries:Maximum nullfunc tx tries before disconnecting (reason 4). (int)
parm:          max_probe_tries:Maximum probe tries before disconnecting (reason 4). (int)
parm:          beacon_loss_count:Number of beacon intervals before we decide beacon was lost. (int)
parm:          probe_wait_ms:Maximum time(ms) to wait for probe response before disconnecting (reason 4). (int)
parm:          ieee80211_default_rc_algo:Default rate control algorithm for mac80211 to use (charp)

[cfg80211]
filename:      /lib/modules/3.13.0-35-generic/kernel/net/wireless/cfg80211.ko
srcversion:    C2478077E22138832B71659
depends:       
parm:          ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
parm:          cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)

[wmi]
filename:      /lib/modules/3.13.0-35-generic/kernel/drivers/platform/x86/wmi.ko
srcversion:    CED5410F008DC70DF5F064B
depends:       
parm:          debug_event:Log WMI Events [0/1] (bool)
parm:          debug_dump_wdg:Dump available WMI interfaces [0/1] (bool)


udev rules ~~~~~~~~~~~~~~~~~~~~~~~~~

# PCI device 0x8086:0x1092 (e100)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC eth0>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# PCI device 0x8086:0x4222 (iwl3945)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC wlan0>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"


Custom files/entries ~~~~~~~~~~~~~~~

/etc/modules        : Default
/etc/rc.local      : Default
/etc/modprobe.d    : Not Default
/etc/pm/(cnf|pw|sl) : Default

[/etc/modprobe.d]
iwlwifi.conf      : remove iwlwifi \
                    (/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
                    && /sbin/modprobe -r mac80211
mlx4.conf        : softdep mlx4_core post: mlx4_en


Kernel boot line ~~~~~~~~~~~~~~~~~~~

BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic root=UUID=5727ac1b-4de6-4ac1-a4f0-868ad811e145 ro quiet splash vt.handoff=7


dmesg ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

[    3.100341] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    3.101225] audit: initializing netlink socket (disabled)
[  19.031447] wmi: Mapper loaded
[  19.374466] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
[  19.374472] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[  19.374533] iwl3945 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
[  19.437756] iwl3945 0000:06:00.0: Tunable channels: 11 802.11bg, 13 802.11a channels
[  19.437765] iwl3945 0000:06:00.0: Detected Intel Wireless WiFi Link 3945ABG
[  19.437850] iwl3945 0000:06:00.0: irq 45 for MSI/MSI-X
[  19.466540] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[  21.844835] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  22.983557] iwl3945 0000:06:00.0: loaded firmware version 15.32.2.9
[  23.055934] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  23.056496] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  51.096508] wlan0: authenticate with <MAC C-NA LanVy 1>
[  51.098240] wlan0: send auth to <MAC C-NA LanVy 1> (try 1/3)
[  51.100175] wlan0: <MAC C-NA LanVy 1> denied authentication (status 1)
[  53.236797] wlan0: authenticate with <MAC C-NA LanVy 1>
[  53.241164] wlan0: send auth to <MAC C-NA LanVy 1> (try 1/3)
[  53.243241] wlan0: <MAC C-NA LanVy 1> denied authentication (status 1)
[  55.780835] wlan0: authenticate with <MAC C-NA LanVy 1>
[  55.782972] wlan0: send auth to <MAC C-NA LanVy 1> (try 1/3)
[  55.784870] wlan0: <MAC C-NA LanVy 1> denied authentication (status 1)
[  58.832787] wlan0: authenticate with <MAC C-NA LanVy 1>
[  58.834826] wlan0: send auth to <MAC C-NA LanVy 1> (try 1/3)
[  58.836722] wlan0: <MAC C-NA LanVy 1> denied authentication (status 1)
[  72.904802] wlan0: authenticate with <MAC C-NA LanVy 1>
[  72.906924] wlan0: send auth to <MAC C-NA LanVy 1> (try 1/3)
[  72.909849] wlan0: <MAC C-NA LanVy 1> denied authentication (status 1)
[ 4613.612751] wlan0: authenticate with <MAC C-NA LanVy 1>
[ 4613.614689] wlan0: send auth to <MAC C-NA LanVy 1> (try 1/3)
[ 4613.617531] wlan0: <MAC C-NA LanVy 1> denied authentication (status 1)
[ 4625.689415] wlan0: authenticate with <MAC C-NA LanVy 1>
[ 4625.691224] wlan0: send auth to <MAC C-NA LanVy 1> (try 1/3)
[ 4625.698579] wlan0: <MAC C-NA LanVy 1> denied authentication (status 1)
[ 6781.305108] wlan0: authenticate with <MAC C-NA LanVy 1>
[ 6781.307385] wlan0: send auth to <MAC C-NA LanVy 1> (try 1/3)
[ 6781.311960] wlan0: <MAC C-NA LanVy 1> denied authentication (status 1)
[ 6793.345077] wlan0: authenticate with <MAC C-NA LanVy 1>
[ 6793.346861] wlan0: send auth to <MAC C-NA LanVy 1> (try 1/3)
[ 6793.351475] wlan0: <MAC C-NA LanVy 1> denied authentication (status 1)
[26755.805624] wlan0: authenticate with <MAC C-NA LanVy 1>
[26755.807908] wlan0: send auth to <MAC C-NA LanVy 1> (try 1/3)
[26755.809856] wlan0: <MAC C-NA LanVy 1> denied authentication (status 1)
[26767.861210] wlan0: authenticate with <MAC C-NA LanVy 1>
[26767.864714] wlan0: send auth to <MAC C-NA LanVy 1> (try 1/3)
[26767.868808] wlan0: <MAC C-NA LanVy 1> denied authentication (status 1)

    ======== Done ========


Soft wireless disconnect

$
0
0
I tried googling for an answer to this but I could not find anything, so I hope it has not been asked before.

I am running Kubuntu 14.04, and have been suffering from frequent disconnects, but not complete disconnects, the network manager still shows that I am connected and it will sometimes still work but extremely slowly (bits per second) clicking disconnect and reconnect fixes the problem for about 5 to 10 minutes. I am using a wireless usb adapter (I have tried two of them both do the same thing) some info on this computer and hardware
The wireless adaptor is a TL-WN822N (previously it was a endimax ew-7822uac)

I have included the out put from the following commands
lshw,
lshw -C network,
ping google.ca
some of the dmesg,
ifconfig,
lsmod

lshw
Code:

pvr-system-liivingroom   
    description: Desktop Computer
    product: System Product Name (SKU)
    vendor: System manufacturer
    version: System Version
    serial: System Serial Number
    width: 64 bits
    capabilities: smbios-2.7 dmi-2.7 ldt16 vsyscall32
    configuration: boot=normal chassis=desktop family=To be filled by O.E.M. sku=SKU uuid=C083B335-DAD7-DD11-A887-50465DA1C49F
  *-core
      description: Motherboard
      product: P8B75-M
      vendor: ASUSTeK COMPUTER INC.
      physical id: 0
      version: Rev X.0x
      serial: 121002923500468
      slot: To be filled by O.E.M.
    *-firmware
          description: BIOS
          vendor: American Megatrends Inc.
          physical id: 0
          version: 0812
          date: 08/03/2012
          size: 64KiB
          capacity: 8128KiB
          capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification uefi
    *-cpu
          description: CPU
          product: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz
          vendor: Intel Corp.
          physical id: 4
          bus info: cpu@0
          version: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz
          serial: To Be Filled By O.E.M.
          slot: LGA1155
          size: 1600MHz
          capacity: 3800MHz
          width: 64 bits
          clock: 100MHz
          capabilities: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms cpufreq
          configuration: cores=4 enabledcores=1
        *-cache:0
            description: L1 cache
            physical id: 5
            slot: L1-Cache
            size: 32KiB
            capacity: 32KiB
            capabilities: internal write-back unified
        *-cache:1
            description: L2 cache
            physical id: 6
            slot: L2-Cache
            size: 256KiB
            capacity: 256KiB
            capabilities: internal varies unified
        *-cache:2 DISABLED
            description: L3 cache
            physical id: 7
            slot: L3-Cache
            size: 6MiB
            capacity: 6MiB
            capabilities: internal unified
    *-memory:0 UNCLAIMED
          physical id: 1
        *-bank UNCLAIMED
            description: DIMM [empty]
            product: [Empty]
            vendor: [Empty]
            physical id: 0
            serial: [Empty]
            slot: ChannelA-DIMM0
    *-memory:1
          description: System Memory
          physical id: 5c
          slot: System board or motherboard
        *-bank:0
            description: DIMM DDR3 Synchronous 1600 MHz (0.6 ns)
            product: KHX1600C9D3/4GX
            vendor: Kingston
            physical id: 0
            serial: B82EC912
            slot: ChannelA-DIMM1
            size: 4GiB
            width: 64 bits
            clock: 1600MHz (0.6ns)
        *-bank:1
            description: DIMM [empty]
            product: [Empty]
            vendor: [Empty]
            physical id: 1
            serial: [Empty]
            slot: ChannelB-DIMM0
        *-bank:2
            description: DIMM DDR3 Synchronous 1600 MHz (0.6 ns)
            product: KHX1600C9D3/4GX
            vendor: Kingston
            physical id: 2
            serial: B82EC813
            slot: ChannelB-DIMM1
            size: 4GiB
            width: 64 bits
            clock: 1600MHz (0.6ns)
    *-memory:2 UNCLAIMED
          physical id: 2
    *-memory:3 UNCLAIMED
          physical id: 3
    *-pci
          description: Host bridge
          product: Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller
          vendor: Intel Corporation
          physical id: 100
          bus info: pci@0000:00:00.0
          version: 09
          width: 32 bits
          clock: 33MHz
        *-pci:0
            description: PCI bridge
            product: Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port
            vendor: Intel Corporation
            physical id: 1
            bus info: pci@0000:00:01.0
            version: 09
            width: 32 bits
            clock: 33MHz
            capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
            configuration: driver=pcieport
            resources: irq:40 ioport:e000(size=4096) memory:f4000000-f60fffff ioport:e0000000(size=201326592)
          *-display
                description: VGA compatible controller
                product: GF104 [GeForce GTX 460]
                vendor: NVIDIA Corporation
                physical id: 0
                bus info: pci@0000:01:00.0
                version: a1
                width: 64 bits
                clock: 33MHz
                capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
                configuration: driver=nvidia latency=0
                resources: irq:45 memory:f4000000-f5ffffff memory:e0000000-e7ffffff memory:e8000000-ebffffff ioport:e000(size=128) memory:f6000000-f607ffff
          *-multimedia
                description: Audio device
                product: GF104 High Definition Audio Controller
                vendor: NVIDIA Corporation
                physical id: 0.1
                bus info: pci@0000:01:00.1
                version: a1
                width: 32 bits
                clock: 33MHz
                capabilities: pm msi pciexpress bus_master cap_list
                configuration: driver=snd_hda_intel latency=0
                resources: irq:17 memory:f6080000-f6083fff
        *-usb:0
            description: USB controller
            product: 7 Series/C210 Series Chipset Family USB xHCI Host Controller
            vendor: Intel Corporation
            physical id: 14
            bus info: pci@0000:00:14.0
            version: 04
            width: 64 bits
            clock: 33MHz
            capabilities: pm msi xhci bus_master cap_list
            configuration: driver=xhci_hcd latency=0
            resources: irq:41 memory:f6100000-f610ffff
        *-communication
            description: Communication controller
            product: 7 Series/C210 Series Chipset Family MEI Controller #1
            vendor: Intel Corporation
            physical id: 16
            bus info: pci@0000:00:16.0
            version: 04
            width: 64 bits
            clock: 33MHz
            capabilities: pm msi bus_master cap_list
            configuration: driver=mei_me latency=0
            resources: irq:43 memory:f611a000-f611a00f
        *-usb:1
            description: USB controller
            product: 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2
            vendor: Intel Corporation
            physical id: 1a
            bus info: pci@0000:00:1a.0
            version: 04
            width: 32 bits
            clock: 33MHz
            capabilities: pm debug ehci bus_master cap_list
            configuration: driver=ehci-pci latency=0
            resources: irq:23 memory:f6117000-f61173ff
        *-multimedia
            description: Audio device
            product: 7 Series/C210 Series Chipset Family High Definition Audio Controller
            vendor: Intel Corporation
            physical id: 1b
            bus info: pci@0000:00:1b.0
            version: 04
            width: 64 bits
            clock: 33MHz
            capabilities: pm msi pciexpress bus_master cap_list
            configuration: driver=snd_hda_intel latency=0
            resources: irq:44 memory:f6110000-f6113fff
        *-pci:1
            description: PCI bridge
            product: 7 Series/C210 Series Chipset Family PCI Express Root Port 1
            vendor: Intel Corporation
            physical id: 1c
            bus info: pci@0000:00:1c.0
            version: c4
            width: 32 bits
            clock: 33MHz
            capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
            configuration: driver=pcieport
            resources: irq:16
        *-pci:2
            description: PCI bridge
            product: 7 Series/C210 Series Chipset Family PCI Express Root Port 6
            vendor: Intel Corporation
            physical id: 1c.5
            bus info: pci@0000:00:1c.5
            version: c4
            width: 32 bits
            clock: 33MHz
            capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
            configuration: driver=pcieport
            resources: irq:17 ioport:d000(size=4096) ioport:ec100000(size=1048576)
          *-network DISABLED
                description: Ethernet interface
                product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
                vendor: Realtek Semiconductor Co., Ltd.
                physical id: 0
                bus info: pci@0000:03:00.0
                logical name: eth0
                version: 09
                serial: 50:46:5d:a1:c4:9f
                size: 10Mbit/s
                capacity: 1Gbit/s
                width: 64 bits
                clock: 33MHz
                capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
                configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half latency=0 link=no multicast=yes port=MII speed=10Mbit/s
                resources: irq:42 ioport:d000(size=256) memory:ec104000-ec104fff memory:ec100000-ec103fff
        *-usb:2
            description: USB controller
            product: 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1
            vendor: Intel Corporation
            physical id: 1d
            bus info: pci@0000:00:1d.0
            version: 04
            width: 32 bits
            clock: 33MHz
            capabilities: pm debug ehci bus_master cap_list
            configuration: driver=ehci-pci latency=0
            resources: irq:23 memory:f6116000-f61163ff
        *-pci:3
            description: PCI bridge
            product: 82801 PCI Bridge
            vendor: Intel Corporation
            physical id: 1e
            bus info: pci@0000:00:1e.0
            version: a4
            width: 32 bits
            clock: 33MHz
            capabilities: pci subtractive_decode bus_master cap_list
        *-isa
            description: ISA bridge
            product: B75 Express Chipset LPC Controller
            vendor: Intel Corporation
            physical id: 1f
            bus info: pci@0000:00:1f.0
            version: 04
            width: 32 bits
            clock: 33MHz
            capabilities: isa bus_master cap_list
            configuration: driver=lpc_ich latency=0
            resources: irq:0
        *-ide:0
            description: IDE interface
            product: 7 Series/C210 Series Chipset Family 4-port SATA Controller [IDE mode]
            vendor: Intel Corporation
            physical id: 1f.2
            bus info: pci@0000:00:1f.2
            version: 04
            width: 32 bits
            clock: 66MHz
            capabilities: ide pm bus_master cap_list
            configuration: driver=ata_piix latency=0
            resources: irq:19 ioport:f0d0(size=8) ioport:f0c0(size=4) ioport:f0b0(size=8) ioport:f0a0(size=4) ioport:f090(size=16) ioport:f080(size=16)
        *-serial UNCLAIMED
            description: SMBus
            product: 7 Series/C210 Series Chipset Family SMBus Controller
            vendor: Intel Corporation
            physical id: 1f.3
            bus info: pci@0000:00:1f.3
            version: 04
            width: 64 bits
            clock: 33MHz
            configuration: latency=0
            resources: memory:f6115000-f61150ff ioport:f000(size=32)
        *-ide:1
            description: IDE interface
            product: 7 Series/C210 Series Chipset Family 2-port SATA Controller [IDE mode]
            vendor: Intel Corporation
            physical id: 1f.5
            bus info: pci@0000:00:1f.5
            version: 04
            width: 32 bits
            clock: 66MHz
            capabilities: ide pm bus_master cap_list
            configuration: driver=ata_piix latency=0
            resources: irq:19 ioport:f070(size=8) ioport:f060(size=4) ioport:f050(size=8) ioport:f040(size=4) ioport:f030(size=16) ioport:f020(size=16)
    *-scsi:0
          physical id: 5
          logical name: scsi0
          capabilities: emulated
        *-disk:0
            description: ATA Disk
            product: WDC WD5000AAKS-0
            vendor: Western Digital
            physical id: 0.0.0
            bus info: scsi@0:0.0.0
            logical name: /dev/sda
            version: 05.0
            serial: WD-WMAWF0253095
            size: 465GiB (500GB)
            capabilities: partitioned partitioned:dos
            configuration: ansiversion=5 sectorsize=512 signature=00060038
          *-volume:0
                description: EXT4 volume
                vendor: Linux
                physical id: 1
                bus info: scsi@0:0.0.0,1
                logical name: /dev/sda1
                logical name: /
                version: 1.0
                serial: 3fa268a3-5fc1-41e2-86b3-0986dbd5f4a3
                size: 27GiB
                capacity: 27GiB
                capabilities: primary bootable journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized
                configuration: created=2013-10-17 13:43:10 filesystem=ext4 lastmountpoint=/ modified=2014-09-05 10:42:47 mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro,data=ordered mounted=2014-09-05 10:42:47 state=mounted
          *-volume:1
                description: Extended partition
                physical id: 2
                bus info: scsi@0:0.0.0,2
                logical name: /dev/sda2
                size: 437GiB
                capacity: 437GiB
                capabilities: primary extended partitioned partitioned:extended
              *-logicalvolume:0
                  description: Linux filesystem partition
                  physical id: 5
                  logical name: /dev/sda5
                  logical name: /home
                  capacity: 435GiB
                  configuration: mount.fstype=ext4 mount.options=rw,relatime,data=ordered state=mounted
              *-logicalvolume:1
                  description: Linux swap / Solaris partition
                  physical id: 6
                  logical name: /dev/sda6
                  capacity: 2008MiB
                  capabilities: nofs
        *-disk:1
            description: ATA Disk
            product: ST31000528AS
            vendor: Seagate
            physical id: 0.1.0
            bus info: scsi@0:0.1.0
            logical name: /dev/sdb
            version: CC46
            serial: 6VPAQW80
            size: 931GiB (1TB)
            capabilities: partitioned partitioned:dos
            configuration: ansiversion=5 sectorsize=512 signature=0003fcd8
          *-volume
                description: EXT4 volume
                vendor: Linux
                physical id: 1
                bus info: scsi@0:0.1.0,1
                logical name: /dev/sdb1
                version: 1.0
                serial: e73dda5d-72be-4f05-8309-187fd6f098d4
                size: 931GiB
                capacity: 931GiB
                capabilities: primary multi journaled extended_attributes large_files huge_files dir_nlink extents ext4 ext2 initialized
                configuration: created=2011-05-04 14:07:52 filesystem=ext4 modified=2011-05-04 14:07:58 state=clean
    *-scsi:1
          physical id: 6
          logical name: scsi1
          capabilities: emulated
        *-cdrom
            description: DVD-RAM writer
            product: DVDRAM GH22NS50
            vendor: HL-DT-ST
            physical id: 0.0.0
            bus info: scsi@1:0.0.0
            logical name: /dev/cdrom
            logical name: /dev/sr0
            version: TN02
            capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
            configuration: ansiversion=5 status=nodisc
        *-disk
            description: ATA Disk
            product: ST31000528AS
            vendor: Seagate
            physical id: 0.1.0
            bus info: scsi@1:0.1.0
            logical name: /dev/sdc
            version: CC46
            serial: 6VP9GFS2
            size: 931GiB (1TB)
            capabilities: partitioned partitioned:dos
            configuration: ansiversion=5 sectorsize=512 signature=000dbe70
          *-volume
                description: EXT4 volume
                vendor: Linux
                physical id: 1
                bus info: scsi@1:0.1.0,1
                logical name: /dev/sdc1
                version: 1.0
                serial: 7afa0bb9-6c64-4560-bc16-4c006955b8c4
                size: 931GiB
                capacity: 931GiB
                capabilities: primary bootable multi journaled extended_attributes large_files huge_files dir_nlink extents ext4 ext2 initialized
                configuration: created=2011-05-04 14:07:44 filesystem=ext4 modified=2011-05-04 14:07:51 state=clean
  *-power UNCLAIMED
      description: To Be Filled By O.E.M.
      product: To Be Filled By O.E.M.
      vendor: To Be Filled By O.E.M.
      physical id: 1
      version: To Be Filled By O.E.M.
      serial: To Be Filled By O.E.M.
      capacity: 32768mWh
  *-network
      description: Wireless interface
      physical id: 2
      bus info: usb@2:1.6
      logical name: wlan1
      serial: e8:de:27:14:0b:bb
      capabilities: ethernet physical wireless
      configuration: broadcast=yes driver=rtl8192cu driverversion=3.13.0-32-generic firmware=N/A ip=192.168.1.184 link=yes multicast=yes wireless=IEEE 802.11bgn

ifconfig
Code:

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:19124 errors:0 dropped:0 overruns:0 frame:0
          TX packets:19124 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1643704 (1.6 MB)  TX bytes:1643704 (1.6 MB)

wlan1    Link encap:Ethernet  HWaddr e8:de:27:14:0b:bb 
          inet addr:192.168.1.184  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::eade:27ff:fe14:bbb/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:805534 errors:0 dropped:2 overruns:0 frame:0
          TX packets:434232 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1088445843 (1.0 GB)  TX bytes:46064407 (46.0 MB)

lsmod
Code:

Module                  Size  Used by
ctr                    13049  2
ccm                    17773  2
xt_multiport          12798  1
iptable_filter        12810  1
ip_tables              27239  1 iptable_filter
x_tables              34059  3 ip_tables,xt_multiport,iptable_filter
bnep                  19624  2
rfcomm                69160  0
bluetooth            391196  10 bnep,rfcomm
nvidia              10540234  66
arc4                  12608  2
rtl8192cu              67723  0
eeepc_wmi              13151  0
asus_wmi              24191  1 eeepc_wmi
rtl_usb                18448  1 rtl8192cu
sparse_keymap          13948  1 asus_wmi
rtlwifi                63475  2 rtl_usb,rtl8192cu
rtl8192c_common        53172  1 rtl8192cu
mac80211              630653  3 rtl_usb,rtlwifi,rtl8192cu
snd_hda_codec_hdmi    46254  4
intel_rapl            18773  0
cfg80211              484040  2 mac80211,rtlwifi
x86_pkg_temp_thermal    14205  0
intel_powerclamp      14705  0
ir_lirc_codec          13021  3
coretemp              13435  0
ir_mce_kbd_decoder    13214  0
ir_jvc_decoder        12751  0
ir_rc5_decoder        12710  0
ir_rc6_decoder        12874  0
lirc_dev              19980  1 ir_lirc_codec
ir_nec_decoder        12915  0
ir_sanyo_decoder      12839  0
ir_sony_decoder        12713  0
rc_rc6_mce            12502  0
mceusb                21980  0
snd_hda_codec_via      27860  1
rc_core                28124  12 lirc_dev,ir_lirc_codec,ir_rc5_decoder,ir_nec_decoder,ir_sony_decoder,mceusb,ir_mce_kbd_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_sanyo_decoder,rc_rc6_mce
kvm_intel            143060  0
snd_hda_intel          52355  10
kvm                  451511  1 kvm_intel
snd_hda_codec        192906  3 snd_hda_codec_hdmi,snd_hda_codec_via,snd_hda_intel
joydev                17381  0
snd_hwdep              13602  1 snd_hda_codec
snd_pcm              102099  3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
crct10dif_pclmul      14289  0
snd_page_alloc        18710  2 snd_pcm,snd_hda_intel
crc32_pclmul          13113  0
snd_seq_midi          13324  0
ghash_clmulni_intel    13216  0
snd_seq_midi_event    14899  1 snd_seq_midi
snd_rawmidi            30144  1 snd_seq_midi
aesni_intel            55624  4
snd_seq                61560  2 snd_seq_midi_event,snd_seq_midi
snd_seq_device        14497  3 snd_seq,snd_rawmidi,snd_seq_midi
aes_x86_64            17131  1 aesni_intel
snd_timer              29482  2 snd_pcm,snd_seq
lrw                    13286  1 aesni_intel
gf128mul              14951  1 lrw
drm                  303102  2 nvidia
snd                    69238  31 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_via,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
glue_helper            13990  1 aesni_intel
soundcore              12680  1 snd
ablk_helper            13597  1 aesni_intel
mei_me                18627  0
cryptd                20359  3 ghash_clmulni_intel,aesni_intel,ablk_helper
mei                    82276  1 mei_me
lpc_ich                21080  0
wmi                    19177  1 asus_wmi
serio_raw              13462  0
mac_hid                13205  0
parport_pc            32701  1
ppdev                  17671  0
lp                    17759  0
parport                42348  3 lp,ppdev,parport_pc
raid10                48128  0
raid456                86484  0
async_raid6_recov      12984  1 raid456
async_memcpy          12762  1 raid456
async_pq              13365  1 raid456
async_xor              13160  2 async_pq,raid456
async_tx              13509  5 async_pq,raid456,async_xor,async_memcpy,async_raid6_recov
xor                    21411  1 async_xor
raid6_pq              97812  2 async_pq,async_raid6_recov
raid0                  17842  0
multipath              13145  0
linear                12894  0
hid_logitech_dj        18581  0
usbhid                52570  0
hid                  106148  4 usbhid,hid_logitech_dj
raid1                  35530  1
psmouse              106678  0
r8169                  67581  0
mii                    13934  1 r8169
video                  19476  1 asus_wmi

Pinging google.ca
Code:

ping google.ca
PING google.ca (74.125.226.111) 56(84) bytes of data.
64 bytes from yyz08s13-in-f15.1e100.net (74.125.226.111): icmp_seq=1 ttl=53 time=24.4 ms
64 bytes from yyz08s13-in-f15.1e100.net (74.125.226.111): icmp_seq=2 ttl=53 time=24.7 ms
64 bytes from yyz08s13-in-f15.1e100.net (74.125.226.111): icmp_seq=3 ttl=53 time=24.0 ms
64 bytes from yyz08s13-in-f15.1e100.net (74.125.226.111): icmp_seq=4 ttl=53 time=25.5 ms
64 bytes from yyz08s13-in-f15.1e100.net (74.125.226.111): icmp_seq=5 ttl=53 time=24.3 ms
64 bytes from yyz08s13-in-f15.1e100.net (74.125.226.111): icmp_seq=6 ttl=53 time=24.5 ms
^C
--- google.ca ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 5006ms
rtt min/avg/max/mdev = 24.055/24.606/25.531/0.500 ms

some recent dmesg
Code:

  13.907159] nvidia: module verification failed: signature and/or  required key missing - tainting kernel
[  13.910359] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[  13.910562] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0
[  13.910566] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  340.32  Tue Aug  5 20:58:26 PDT 2014
[  14.617608] Bluetooth: Core ver 2.17
[  14.617629] NET: Registered protocol family 31
[  14.617638] Bluetooth: HCI device and connection manager initialized
[  14.617652] Bluetooth: HCI socket layer initialized
[  14.617653] Bluetooth: L2CAP socket layer initialized
[  14.617656] Bluetooth: SCO socket layer initialized
[  14.722061] Bluetooth: RFCOMM TTY layer initialized
[  14.722069] Bluetooth: RFCOMM socket layer initialized
[  14.722077] Bluetooth: RFCOMM ver 1.11
[  14.857951] init: cups main process (992) killed by HUP signal
[  14.857959] init: cups main process ended, respawning
[  14.863187] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  14.863189] Bluetooth: BNEP filters: protocol multicast
[  14.863196] Bluetooth: BNEP socket layer initialized
[  19.603807] init: udev-fallback-graphics main process (1414) terminated with status 1
[  20.940275] rtl8192cu: MAC auto ON okay!
[  20.972979] rtl8192cu: Tx queue select: 0x05
[  21.342282] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[  21.342488] IPv6: ADDRCONF(NETDEV_UP): wlan1: link is not ready
[  22.201386] init: samba-ad-dc main process (1399) terminated with status 1
[  25.696446] nvidia 0000:01:00.0: irq 45 for MSI/MSI-X
[  26.809703] ip_tables: (C) 2000-2006 Netfilter Core Team
[  27.421189] init: plymouth-upstart-bridge main process ended, respawning
[  44.126875] wlan1: authenticate with 74:d0:2b:42:89:20
[  44.150200] wlan1: send auth to 74:d0:2b:42:89:20 (try 1/3)
[  44.170928] wlan1: authenticated
[  44.174334] wlan1: associate with 74:d0:2b:42:89:20 (try 1/3)
[  44.179422] wlan1: RX AssocResp from 74:d0:2b:42:89:20 (capab=0x411 status=0 aid=7)
[  44.179459] wlan1: associated
[  44.179507] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
[  44.885453] audit_printk_skb: 114 callbacks suppressed
[  44.885456] type=1400 audit(1409928205.659:50): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=2390 comm="apparmor_parser"
[  44.885460] type=1400 audit(1409928205.659:51): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2390 comm="apparmor_parser"
[  44.885711] type=1400 audit(1409928205.659:52): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2390 comm="apparmor_parser"
[  69.485045] hda-codec: out of range cmd 1:5:707:ffffffff
[ 2389.965833] wlan1: deauthenticating from 74:d0:2b:42:89:20 by local choice (reason=3)
[ 2389.978643] cfg80211: Calling CRDA to update world regulatory domain
[ 2389.982588] cfg80211: World regulatory domain updated:
[ 2389.982593] cfg80211:  (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 2389.982596] cfg80211:  (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 2389.982598] cfg80211:  (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 2389.982600] cfg80211:  (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 2389.982602] cfg80211:  (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 2389.982603] cfg80211:  (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 2402.748681] wlan1: authenticate with 74:d0:2b:42:89:20
[ 2402.772146] wlan1: send auth to 74:d0:2b:42:89:20 (try 1/3)
[ 2402.774592] wlan1: authenticated
[ 2402.776164] wlan1: associate with 74:d0:2b:42:89:20 (try 1/3)
[ 2402.793114] wlan1: RX AssocResp from 74:d0:2b:42:89:20 (capab=0x411 status=0 aid=7)
[ 2402.793147] wlan1: associated
[ 2928.020122] wlan1: deauthenticating from 74:d0:2b:42:89:20 by local choice (reason=3)
[ 2928.032472] cfg80211: Calling CRDA to update world regulatory domain
[ 2928.035127] cfg80211: World regulatory domain updated:
[ 2928.035130] cfg80211:  (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 2928.035132] cfg80211:  (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 2928.035133] cfg80211:  (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 2928.035134] cfg80211:  (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 2928.035136] cfg80211:  (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 2928.035137] cfg80211:  (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 2929.857310] wlan1: authenticate with 74:d0:2b:42:89:20
[ 2929.869353] wlan1: send auth to 74:d0:2b:42:89:20 (try 1/3)
[ 2929.918452] wlan1: authenticated
[ 2929.918645] wlan1: associate with 74:d0:2b:42:89:20 (try 1/3)
[ 2929.929563] wlan1: RX AssocResp from 74:d0:2b:42:89:20 (capab=0x411 status=0 aid=7)
[ 2929.929598] wlan1: associated
[ 3353.540935] wlan1: deauthenticating from 74:d0:2b:42:89:20 by local choice (reason=3)
[ 3353.553311] cfg80211: Calling CRDA to update world regulatory domain
[ 3353.558345] cfg80211: World regulatory domain updated:
[ 3353.558349] cfg80211:  (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 3353.558352] cfg80211:  (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3353.558354] cfg80211:  (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3353.558356] cfg80211:  (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 3353.558358] cfg80211:  (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3353.558359] cfg80211:  (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 3355.054338] wlan1: authenticate with 74:d0:2b:42:89:20
[ 3355.066613] wlan1: send auth to 74:d0:2b:42:89:20 (try 1/3)
[ 3355.069444] wlan1: authenticated
[ 3355.070456] wlan1: associate with 74:d0:2b:42:89:20 (try 1/3)
[ 3355.075703] wlan1: RX AssocResp from 74:d0:2b:42:89:20 (capab=0x411 status=0 aid=7)
[ 3355.075740] wlan1: associated
[13375.951721] wlan1: deauthenticating from 74:d0:2b:42:89:20 by local choice (reason=3)
[13375.965947] cfg80211: Calling CRDA to update world regulatory domain
[13375.968278] cfg80211: World regulatory domain updated:
[13375.968281] cfg80211:  (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[13375.968283] cfg80211:  (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[13375.968285] cfg80211:  (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[13375.968286] cfg80211:  (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[13375.968288] cfg80211:  (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[13375.968289] cfg80211:  (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[13377.073870] wlan1: authenticate with 74:d0:2b:42:89:20
[13377.085982] wlan1: send auth to 74:d0:2b:42:89:20 (try 1/3)
[13377.090840] wlan1: authenticated
[13377.091021] wlan1: associate with 74:d0:2b:42:89:20 (try 1/3)
[13377.098711] wlan1: RX AssocResp from 74:d0:2b:42:89:20 (capab=0x411 status=0 aid=6)
[13377.098744] wlan1: associated
[16451.324452] wlan1: deauthenticating from 74:d0:2b:42:89:20 by local choice (reason=3)
[16451.337208] cfg80211: Calling CRDA to update world regulatory domain
[16451.341109] cfg80211: World regulatory domain updated:
[16451.341114] cfg80211:  (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[16451.341117] cfg80211:  (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[16451.341119] cfg80211:  (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[16451.341121] cfg80211:  (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[16451.341123] cfg80211:  (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[16451.341125] cfg80211:  (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[16454.541498] wlan1: authenticate with 74:d0:2b:42:89:20
[16454.553715] wlan1: send auth to 74:d0:2b:42:89:20 (try 1/3)
[16454.556326] wlan1: authenticated
[16454.556612] wlan1: associate with 74:d0:2b:42:89:20 (try 1/3)
[16454.631915] wlan1: RX AssocResp from 74:d0:2b:42:89:20 (capab=0x411 status=0 aid=6)
[16454.631951] wlan1: associated
[16462.811003] wlan1: deauthenticated from 74:d0:2b:42:89:20 (Reason: 15)
[16462.843983] cfg80211: Calling CRDA to update world regulatory domain
[16462.847613] cfg80211: World regulatory domain updated:
[16462.847617] cfg80211:  (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[16462.847619] cfg80211:  (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[16462.847621] cfg80211:  (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[16462.847623] cfg80211:  (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[16462.847624] cfg80211:  (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[16462.847626] cfg80211:  (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[16463.636093] wlan1: authenticate with 74:d0:2b:42:89:20
[16463.660656] wlan1: send auth to 74:d0:2b:42:89:20 (try 1/3)
[16463.676863] wlan1: authenticated
[16463.679359] wlan1: associate with 74:d0:2b:42:89:20 (try 1/3)
[16463.721587] wlan1: RX AssocResp from 74:d0:2b:42:89:20 (capab=0x411 status=0 aid=6)
[16463.721626] wlan1: associated

lshw -C network
Code:

sudo lshw -C network
  *-network DISABLED     
      description: Ethernet interface
      product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
      vendor: Realtek Semiconductor Co., Ltd.
      physical id: 0
      bus info: pci@0000:03:00.0
      logical name: eth0
      version: 09
      serial: 50:46:5d:a1:c4:9f
      size: 10Mbit/s
      capacity: 1Gbit/s
      width: 64 bits
      clock: 33MHz
      capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
      configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half latency=0 link=no multicast=yes port=MII speed=10Mbit/s
      resources: irq:42 ioport:d000(size=256) memory:ec104000-ec104fff memory:ec100000-ec103fff
  *-network
      description: Wireless interface
      physical id: 2
      bus info: usb@2:1.6
      logical name: wlan1
      serial: e8:de:27:14:0b:bb
      capabilities: ethernet physical wireless
      configuration: broadcast=yes driver=rtl8192cu driverversion=3.13.0-32-generic firmware=N/A ip=192.168.1.184 link=yes multicast=yes wireless=IEEE 802.11bgn

iwconfig
Code:

iwconfig
wlan1    IEEE 802.11bgn  ESSID:"(\/) (;,,;) (\/) " 
          Mode:Managed  Frequency:2.412 GHz  Access Point: 74:D0:2B:42:89:20 
          Bit Rate=150 Mb/s  Tx-Power=20 dBm 
          Retry  long limit:7  RTS thr=2347 B  Fragment thr:off
          Power Management:off
          Link Quality=46/70  Signal level=-64 dBm 
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:32  Missed beacon:0

eth0      no wireless extensions.

lo        no wireless extensions.

[ubuntu] wireless says "no such device" and wont connect (ubuntu 14.04 with Xfce DE)

$
0
0
I have ubuntu 14.04 with Xfce DE.

"no such WaveLAN device" (WaveLAN is the name of the wireless moniotor program, an unimportant fact I thought I'd mention) is what it says but when I reboot it detects wireless networks on the login screen, so go figure.

I had to connect a new modem and now my wireless network wont connect. Clearly this thing didnt like me changing out the modem so now it says no such device.

I've tried:
-restarting the laptop
-deleting the network and re-entering it
-deleting the network, restarting laptop, then re-entering it
-deleting the network, powering down the laptop, powering down the modem and then restarting everything.

All to no avail.

What can I do to fix this??

Thanks.

[SOLVED] Using ath9 driver with Samsung N150 Plus

$
0
0
Hello, all,

I have been struggling the last few days trying to get the wifi on this machine to work. I have attached the wireless-info.txt as I am at a loss. It appears that it is not creating the phy0 interface that I should be seeing when running
Code:

rfkill list all
Also, the only way I can get it to reliably boot is using the noapic grub parameter.

Thank you for any suggestions!

Luke Morrison
Attached Files

[SOLVED] Can't Connect to Certain Sites

$
0
0
I can't connect to www.ebay.com on this PC. I've tried Firefox, Chrome, ping, and traceroute. I can connect via other machines on my LAN, just not my PC.

The DNS lookup gets an address, but that's it.
Code:

ronnie@5FDP:~$ traceroute www.ebay.com
traceroute to www.ebay.com (66.211.181.181), 30 hops max, 60 byte packets
 1  192.168.1.1 (192.168.1.1)  2.902 ms  3.226 ms  3.590 ms
 2  10.82.32.1 (10.82.32.1)  16.080 ms  16.312 ms  16.300 ms
 3  24-234-8-33.ptp.lvcm.net (24.234.8.33)  17.034 ms  17.272 ms  17.256 ms
 4  24-234-6-120.ptp.lvcm.net (24.234.6.120)  18.491 ms  21.328 ms  25.879 ms
 5  chndbbrc01-pos0202.rd.ph.cox.net (68.1.0.242)  97.067 ms  97.274 ms  108.807 ms
 6  * * *
 7  * * *
 8  * * *
 9  * * *
10  * * *
11  * * *
12  * * *
13  * * *
14  * * *
15  * * *
16  * * *
17  * * *
18  * * *
19  * * *
20  * * *
21  * * *
22  * * *
23  * * *
24  * * *
25  * * *
26  * * *
27  * * *
28  * * *
29  * * *
30  * * *

Code:

ronnie@5FDP:~$ ping www.ebay.com
PING www.g.ebay.com (66.211.181.181) 56(84) bytes of data.
^C
--- www.g.ebay.com ping statistics ---
17 packets transmitted, 0 received, 100% packet loss, time 16127ms

Does anyone have any thoughts on how to troubleshoot this further or fix it?

Cheers & Beers,
uRock

Ubuntu and Wireless USB adaptor!

$
0
0
Ok, I'm pulling my hair here, please help!!

So I've installed Ubuntu on my windows pc...
I wanna go wireless, but as my computer doesnt have a wireless network card, i use a Wireless USB adaptor...

netgear wnda3100 n600 wireless dual band usb adaptor

I cant seem to get this installed, and Ubuntu doesnt give me anything about wireless connections in any menus...

Can this wireless adoptor even go for Ubuntu, and if yes, WHERE can I get drivers to install??

Thanks!
Viewing all 23300 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>