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

NFS Mount issue

$
0
0
Hey guys

I have a little permissive issue on my owncloud clint where i have mounted a NFS share.

Server setup.
Debian proxmox
ZFS Share

Code:

root@pve:~# ls -la /mnt/total 78
drwxr-xr-x  7 root  root    4096 Aug 14 22:52 .
drwxr-xr-x 25 root  root    4096 Aug 11 17:18 ..
drwxrwx--x  4 nobody nogroup    5 Aug 14 23:41 owncloud

/etc/exports
Code:

/mnt/owncloud    10.0.0.14/24(rw,root_squash,no_root_squash,subtree_check)

Client.
/etc/fstab
Code:

10.0.0.5:/mnt/owncloud /var/www/html/owncloud/nfsdata nfs rw,sync,hard,intr 0 0
Code:

[root@owncloud owncloud]# ls -la /var/www/html/owncloud/totalt 145
drwxr-xr-x. 14 apache apache  4096 14 aug 23:36 .
drwxr-xr-x.  3 root  root      21 10 jun  2014 ..
drwxr-xr-x. 26 apache apache  4096 14 aug 18:35 3rdparty
drwxr-xr-x. 22 apache apache  4096 14 aug 18:35 apps
-rw-r--r--.  1 apache apache  477 14 aug 18:35 AUTHORS
drwxr-xr-x.  2 apache apache    93 14 aug 23:42 config
-rw-r--r--.  1 apache apache  2492 14 aug 18:35 console.php
-rw-r--r--.  1 apache apache 34520 14 aug 18:35 COPYING-AGPL
drwxr-xr-x. 19 apache apache  4096 14 aug 18:35 core
-rw-r--r--.  1 apache apache  5179 14 aug 18:35 cron.php
drwxrwx---.  5 apache apache  4096 14 aug 19:00 dataold
-rw-r--r--.  1 apache apache 22276 14 aug 18:35 db_structure.xml
-rw-r--r--.  1 root  root    2029 14 aug 18:53 .htaccess
-rw-r--r--.  1 apache apache  179 14 aug 18:35 index.html
-rw-r--r--.  1 apache apache  2076 14 aug 18:35 index.php
-rw-r--r--.  1 apache apache  2595 14 aug 18:35 indie.json
drwxr-xr-x.  3 apache apache    30 14 aug 18:35 l10n
drwxr-xr-x.  6 apache apache    93 14 aug 18:35 lib
drwxrwx--x.  4 nobody nobody    5 14 aug 23:41 nfsdata
-rw-r--r--.  1 apache apache  283 14 aug 18:35 occ
drwxr-xr-x.  2 apache apache    56 14 aug 18:35 ocs
drwxr-xr-x.  2 apache apache    41 14 aug 18:35 ocs-provider
-rw-r--r--.  1 apache apache  3058 14 aug 18:35 public.php
-rw-r--r--.  1 apache apache  4337 14 aug 18:35 remote.php
-rw-r--r--.  1 apache apache    26 14 aug 18:35 robots.txt
drwxr-xr-x. 13 apache apache  4096 14 aug 18:35 settings
-rw-r--r--.  1 apache apache  1727 14 aug 18:35 status.php
drwxr-xr-x.  3 apache apache    33 14 aug 18:35 themes
-rw-r--r--.  1 apache apache  190 14 aug 18:35 version.php


I need the right chmod and chown setting for this share, i added the no_root_squash so i thought i could chown the mounted folder, but i cant.
What am i doing wrong?

I use this for setting up my webapp
find /opt/lampp/htdocs -type d -exec chmod 755 {} \;
find /opt/lampp/htdocs -type f -exec chmod 644 {} \;

Have a nice weekend :)

[server] Home Server not accessible

$
0
0
Hello - this is my first post here and I apologize if it seems elementary, but this is something I have been working on for a week and still have not been able to get it to work. I've installed Ubuntu 14.04.3 on a Dell machine and hooked up the ethernet port directly to my Comcast router. My goal and purpose is to create and manage my own personal website. I've also downloaded and installed Plesk v. 12.0.18. My issue is that I can access my website directly on the server itself, but not from without and I'm not sure why. I suspect it is a DNS issue. My domain is registered with GoDaddy.com and I'm using freedns.afraid.org to point my domain to my server. But something still is not right. I suspect it is with the IP of the router and the internal IP of the server. I'm including several commands below and their results as a way to assist in troubleshooting. Any advice or guidance would be greatly appreciated!

ifconfig -a:
Code:

eth0      Link encap:Ethernet  HWaddr b8:ac:6f:7d:d5:5f 
          inet addr:10.0.0.77  Bcast:10.0.0.255  Mask:255.255.255.0
          inet6 addr: 2601:484:8100:ad9:baac:6fff:fe7d:d55f/64 Scope:Global
          inet6 addr: fe80::baac:6fff:fe7d:d55f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:66555 errors:0 dropped:0 overruns:0 frame:0
          TX packets:47808 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:48346911 (48.3 MB)  TX bytes:14186049 (14.1 MB)
          Interrupt:21 Memory:febe0000-fec00000

eth0:1    Link encap:Ethernet  HWaddr b8:ac:6f:7d:d5:5f 
          inet addr:174.49.27.28  Bcast:174.49.27.255  Mask:255.255.255.255
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:21 Memory:febe0000-fec00000

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:36511 errors:0 dropped:0 overruns:0 frame:0
          TX packets:36511 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:15523185 (15.5 MB)  TX bytes:15523185 (15.5 MB)

lshw -C network
Code:

PCI (sysfs) 
  *-network             
      description: Ethernet interface
      product: 82567LM-3 Gigabit Network Connection
      vendor: Intel Corporation
      physical id: 19
      bus info: pci@0000:00:19.0
      logical name: eth0
      version: 02
      serial: b8:ac:6f:7d:d5:5f
      size: 1Gbit/s
      capacity: 1Gbit/s
      width: 32 bits
      clock: 33MHz
      capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
      configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=2.3.2-k duplex=full firmware=0.5-3 ip=10.0.0.77 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
      resources: irq:48 memory:febe0000-febfffff memory:febd9000-febd9fff ioport:ece0(size=32)

cat /etc/network/interfaces
Code:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp
iface eth0:1 inet static
    address 174.49.27.28
    netmask 255.255.255.255
    broadcast 174.49.27.255
    gateway 174.49.24.1
    dns-nameservers ns1.afraid.org
    dns-nameservers ns2.afraid.org
    dns-nameservers ns3.afraid.org
    dns-nameservers ns4.afraid.org
auto eth0:1

route -n
Code:

Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
0.0.0.0        10.0.0.1        0.0.0.0        UG    0      0        0 eth0
10.0.0.0        0.0.0.0        255.255.255.0  U    0      0        0 eth0
169.254.0.0    0.0.0.0        255.255.0.0    U    1000  0        0 eth0

cat /etc/resolv.conf
Code:

# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#    DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 75.75.75.75
nameserver 75.75.76.76
search hsd1.tn.comcast.net

HP Pavilion Internet Connection ALWAYS goes off.

$
0
0
Hello everyone, I hope I'm in the right sub-forum.

I have a really big problem. I have bought a HP Pavilion Laptop without an OS about a Month ago. I installed Ubuntu 14.04 on it and for some reason the Internet connection stopped working every few minutes. (The wifi icon was showing that it is connected but the pages would load really really slow and then say that the connection isn't working.)

I then installed all drivers (I think, via termina.) this stopped made it a little better. The connection now works to about an hour and then stops again. If I want the connection to work again I have to restart my Laptop.

Anyone knows what is going on and what I should do? It's really a big issue because I work on my Laptop and I need to have a good working internet connection to be able to work. I'm also new to Ubuntu so I don't know how to fix it myself. :(

Thank you so much everyone!

[SOLVED] BCM4352 Bluetooth hcitool scan does not find any device

$
0
0
Hello Community my Blue-tooth is not working !

Rx and Tx bytes are counted but hcitool scan cant find any available device.
Wlan is working on the combo chip-set and the Blue-tooth icon is in the task-bar
I think wlan and blue-tooth use the same antenna because they use both 2.4GHz
No Blue-tooth errors in dmesg

Thanks in advance for any help !




Quote:


lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.3 LTS
Release: 14.04
Codename: trusty

uname -a
Linux myServer 3.13.0-58-generic #97-Ubuntu SMP Wed Jul 8 02:56:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

lspci | grep Broadcom
03:00.0 Network controller: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter (rev 03
hciconfig --all
hci0: Type: BR/EDR Bus: USB
BD Address: 54:27:1E:FC:9A:1F ACL MTU: 1021:8 SCO MTU: 64:1
UP RUNNING PSCAN ISCAN
RX bytes:2870 acl:0 sco:0 events:304 errors:0
TX bytes:4322 acl:0 sco:0 commands:253 errors:0
Features: 0xbf 0xfe 0xcf 0xfe 0xdb 0xff 0x7b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH SNIFF
Link mode: SLAVE ACCEPT
Name: 'myServer-0'
Class: 0x700100
Service Classes: Object Transfer, Audio, Telephony
Device Class: Computer, Uncategorized
HCI Version: 4.0 (0x6) Revision: 0x1000
LMP Version: 4.0 (0x6) Subversion: 0x220e
Manufacturer: Broadcom Corporation (15)

hcitool scan
Scanning ...

Can I not use usb phone tethering without wireless card?

$
0
0
Hi. I am using another laptop which doesn't have wireless. I know it's dumb, but that is the way it is. I have successfully installed my usual phone tethering software and open it successfully. The phone says connection is established, but computer-side there is no internet. What could be the possible problems? I don't see why I would need a wireless card to have a usb connection.

Thank you

[ubuntu] Speed up internet connection

$
0
0
Been gone from here for a while, as not had any problems to speak of. NOW we have a problem. Was running 12.04 and my internet speed on wired was HORRIBLE compared to the 90mb with my Win 7 (separate computers with same MB/Memory .. FireFox browsers on both). So updated to 14.04 (took a while, but the install went with just a few minor hicups. AND the speed increased to 30 .. why not 90? What am I doing wrong? Anyone with a clue?

[ubuntu] ubuntu - wireless - broadcom - driver

$
0
0
Hi
My wireless device model is bcm4321(rev 3).
Ubuntu recommend install bcmwl-kernel-source in "Additional drivers" , but it's not work with new access point. so I search it and I found a solution for it . I install b43-fwcutter & firmware-b43-installer. It's work but sometimes disconnect and never connect again and I should reset my laptop to connect again.
what do i do?
thanks.

Installing wifi on Asus f205ta

$
0
0
Hello Everyone,
i am a newbie, but so far have successfully installed Ubuntu 15.04 next to Windows 8.1 on my Asus f205ta. Now im trying to get the wifi working following this guide: https://wiki.debian.org/InstallingDebianOn/Asus/X205TA
I have upgraded to Kernel 4.1.5, but whenever i try the last command ( cp /sys/firmware/efi/efivars/nvram-74b00bd9-805a-4d61-b51f-43268123d113 /lib/firmware/brcm/brcmfmac43340-sdio.txt ) Ubuntu can not find the nvram-file. In fact there is no file in the efivars-directory beginning with nvram (i have used "ls /sys/firmware/efi/efivars/" for this, i hope that is right).
Can anyone try to assist me please? By the way, could it have anything to do with a rather complicated installation of grub in 32bit efi mode for 64 bit ubuntu (installing windows in 64 bit is not possible since the drivers are only available for 32 bit)? also, my model is called f205ta instead of x205ta, but the specs are completely the same(i guess i got the european version or something like that). Wifi is working flawlessly in Windows. Any help would be much appreciated.
here some things that might be of interest to you:

uname -r :
Linux BabsMini 4.1.5-040105-generic #201508101730 SMP Mon Aug 10 21:31:55 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

hwfinfo (i am using a usb-wifi-stick right now so i guess that is the last entry?!) :
Code:

description: Computer
    width: 64 bits
    capabilities: smbios-2.7 vsyscall32
  *-core
      description: Motherboard
      physical id: 0
    *-memory
          description: System memory
          physical id: 0
          size: 1935MiB
    *-cpu
          product: Intel(R) Atom(TM) CPU  Z3735F @ 1.33GHz
          vendor: Intel Corp.
          physical id: 1
          bus info: cpu@0
          size: 1068MHz
          capacity: 1832MHz
          width: 64 bits
          capabilities: 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 x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch ida arat epb dtherm tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms cpufreq
    *-pci
          description: Host bridge
          product: Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register
          vendor: Intel Corporation
          physical id: 100
          bus info: pci@0000:00:00.0
          version: 0f
          width: 32 bits
          clock: 33MHz
          configuration: driver=iosf_mbi_pci
          resources: irq:0
        *-display
            description: VGA compatible controller
            product: Atom Processor Z36xxx/Z37xxx Series Graphics & Display
            vendor: Intel Corporation
            physical id: 2
            bus info: pci@0000:00:02.0
            version: 0f
            width: 32 bits
            clock: 33MHz
            capabilities: pm msi vga_controller bus_master cap_list rom
            configuration: driver=i915 latency=0
            resources: irq:207 memory:90000000-903fffff memory:80000000-8fffffff ioport:1000(size=8)
        *-generic
            description: Encryption controller
            product: Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine
            vendor: Intel Corporation
            physical id: 1a
            bus info: pci@0000:00:1a.0
            version: 0f
            width: 32 bits
            clock: 33MHz
            capabilities: pm msi bus_master cap_list
            configuration: driver=mei_txe latency=0
            resources: irq:205 memory:90700000-907fffff memory:90600000-906fffff
        *-usb
            description: USB controller
            product: Atom Processor Z36xxx/Z37xxx Series USB EHCI
            vendor: Intel Corporation
            physical id: 1d
            bus info: pci@0000:00:1d.0
            version: 0f
            width: 32 bits
            clock: 33MHz
            capabilities: pm debug ehci bus_master cap_list
            configuration: driver=ehci-pci latency=0
            resources: irq:201 memory:9080d000-9080d3ff
          *-usbhost
                product: EHCI Host Controller
                vendor: Linux 4.1.5-040105-generic ehci_hcd
                physical id: 1
                bus info: usb@1
                logical name: usb1
                version: 4.01
                capabilities: usb-2.00
                configuration: driver=hub slots=8 speed=480Mbit/s
              *-usb
                  description: USB hub
                  vendor: Intel Corp.
                  physical id: 1
                  bus info: usb@1:1
                  version: 0.15
                  capabilities: usb-2.00
                  configuration: driver=hub slots=4 speed=480Mbit/s
                *-usb:0
                      description: Video
                      product: USB2.0 VGA UVC WebCam
                      vendor: Chicony Electronics Co., Ltd
                      physical id: 1
                      bus info: usb@1:1.1
                      version: 99.14
                      capabilities: usb-2.00
                      configuration: driver=uvcvideo maxpower=200mA speed=480Mbit/s
                *-usb:1
                      description: USB hub
                      product: USB2.0 Hub
                      vendor: Genesys Logic, Inc.
                      physical id: 2
                      bus info: usb@1:1.2
                      version: 32.98
                      capabilities: usb-2.00
                      configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
                    *-usb:0
                        description: Mouse
                        product: AND
                        vendor: MOON
                        physical id: 1
                        bus info: usb@1:1.2.1
                        version: 0.10
                        serial: @
                        capabilities: usb-1.00
                        configuration: driver=usbhid maxpower=100mA speed=1Mbit/s
                    *-usb:1
                        description: Generic USB device
                        product: RTL8188S WLAN Adapter
                        vendor: Manufacturer Realtek
                        physical id: 2
                        bus info: usb@1:1.2.2
                        version: 2.00
                        serial: 00e04c000001
                        capabilities: usb-2.00
                        configuration: driver=r8712u maxpower=500mA speed=480Mbit/s
        *-isa
            description: ISA bridge
            product: Atom Processor Z36xxx/Z37xxx Series Power Control Unit
            vendor: Intel Corporation
            physical id: 1f
            bus info: pci@0000:00:1f.0
            version: 0f
            width: 32 bits
            clock: 33MHz
            capabilities: isa bus_master cap_list
            configuration: driver=lpc_ich latency=0
            resources: irq:0
  *-network
      description: Wireless interface
      physical id: 1
      bus info: usb@1:1.2.2
      logical name: wlan0
      serial: 00:0c:f6:ef:b1:15
      capabilities: ethernet physical wireless
      configuration: broadcast=yes driver=r8712u ip=192.168.1.3 multicast=yes wireless=IEEE 802.11bg

output of ls /sys/firmware/efi/efivars/

Code:

AcpiGlobalVariable-af9ffd67-ec10-488a-9dfc-6cbf5ee22c2e
AcpiGlobalVariable-c020489e-6db2-4ef2-9aa5-ca06fc11d36a
AEDID-75860b2c-f315-4ff1-9e19-029ad0129dba
AMITSESetup-c811fa38-42c8-4579-a9bb-60e94eddfb34
ASUSFactoryControl-8be4df61-93ca-11d2-aa0d-00e098032b8c
ASUSSetupDefault-f1920447-7a78-4c0d-a028-ba9d003985e8
ASUSTPType-8be4df61-93ca-11d2-aa0d-00e098032b8c
BDADDR-74b00bd9-805a-4d61-b51f-43268123d113
Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c
Boot0001-8be4df61-93ca-11d2-aa0d-00e098032b8c
Boot0002-8be4df61-93ca-11d2-aa0d-00e098032b8c
Boot0003-8be4df61-93ca-11d2-aa0d-00e098032b8c
Boot0004-8be4df61-93ca-11d2-aa0d-00e098032b8c
BootCurrent-8be4df61-93ca-11d2-aa0d-00e098032b8c
BootOptionSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c
BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c
ConOut-8be4df61-93ca-11d2-aa0d-00e098032b8c
ConOutDev-8be4df61-93ca-11d2-aa0d-00e098032b8c
db-d719b2cb-3d3a-4596-a3bc-dad00e67656f
dbx-d719b2cb-3d3a-4596-a3bc-dad00e67656f
DefaultBootOrder-45cf35f6-0d6e-4d04-856a-0370a5b16f53
DriverHealthCount-7459a7d4-6533-4480-bba7-79e25a4443c9
DriverHlthEnable-0885f288-418c-4be1-a6af-8bad61da08fe
EcUpdate-1c02afc1-dd2d-49a9-b7f2-9836f61d763f
EfiTime-9d0da369-540b-46f8-85a0-2b5f2c301e15
ErrOut-8be4df61-93ca-11d2-aa0d-00e098032b8c
FastBootOption-b540a530-6978-4da7-91cb-7207d764d262
FPDT_Variable-01368881-c4ad-4b1d-b631-d57a8ec8db6b
GPTHDD_PRESENT-8be4df61-93ca-11d2-aa0d-00e098032b8c
KEK-8be4df61-93ca-11d2-aa0d-00e098032b8c
LastBoot-b540a530-6978-4da7-91cb-7207d764d262
MemoryOverwriteRequestControl-e20939be-32d4-41be-a150-897f85d49829
MemoryTypeInformation-4c19049f-4137-4dd3-9c10-8b97a83ffdfa
MonotonicCounter-01368881-c4ad-4b1d-b631-d57a8ec8db6b
MSDMTBL-01368881-c4ad-4b1d-b631-d57a8ec8db6b
NetworkStackVar-d1405d16-7afc-4695-bb12-41459d3695a2
OA3MSDMvariable-01368881-c4ad-4b1d-b631-d57a8ec8db6b
OsIndications-8be4df61-93ca-11d2-aa0d-00e098032b8c
OsIndicationsSupported-8be4df61-93ca-11d2-aa0d-00e098032b8c
PBRDevicePath-a9b5f8d2-cb6d-42c2-bc01-b5ffaae4335e
PK-8be4df61-93ca-11d2-aa0d-00e098032b8c
PlatformLang-8be4df61-93ca-11d2-aa0d-00e098032b8c
PlatformLangCodes-8be4df61-93ca-11d2-aa0d-00e098032b8c
PreviousMemoryTypeInformation-4c19049f-4137-4dd3-9c10-8b97a83ffdfa
S3SS-4bafc2b4-02dc-4104-b236-d6f1b98d9e84
SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c
SecureFlashSetupVar-35c936af-e1e1-441a-bad1-e1544e9d97a6
Setup-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9
SetupMode-8be4df61-93ca-11d2-aa0d-00e098032b8c
SignatureSupport-8be4df61-93ca-11d2-aa0d-00e098032b8c
StdDefaults-4599d26f-1a11-49b8-b91f-858745cff824
TcgInternalSyncFlag-f3ed95df-828e-41c7-bca0-16c41965a634
Timeout-8be4df61-93ca-11d2-aa0d-00e098032b8c
TrEEPhysicalPresence-f24643c2-c622-494e-8a0d-4632579c2d5b
UsbMassDevNum-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9
UsbMassDevValid-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9
UsbSupport-ec87d643-eba4-4bb5-a1e5-3f3e36b20da9
WriteOnceStatus-4b3082a3-80c6-4d7e-9cd0-583917265df1


[ubuntu] Wireless networking - I have to restart network-manager after booting and logging in

$
0
0
For some reason when I first boot I have to restart network-manager to get my wireless working on my machine. I upgraded from V 14 a week ago and this just started. I get the following in `dmesg` when I login:

Code:

IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
When I do `sudo restart network-manager`, I see:

Code:

IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Sometimes I have to restart it a couple of times for it to work.

Here is my system info, let me know what else is needed:

Code:

$ lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 15.04
Release:    15.04
Codename:    vivid

`dmesg | grep wlan0`

Code:

[  13.189114] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
-- snip --
[  271.965106] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  273.219266] wlan0: authenticate with 94:10:3e:77:39:96
[  273.228327] wlan0: send auth to 94:10:3e:77:39:96 (try 1/3)
[  273.229782] wlan0: authenticated
[  273.236074] wlan0: associate with 94:10:3e:77:39:96 (try 1/3)
[  273.239275] wlan0: RX AssocResp from 94:10:3e:77:39:96 (capab=0x411 status=0 aid=1)
[  273.256293] wlan0: associated
[  273.256351] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready

Code:

$ lspci | grep Network
0b:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)

Code:

$ lsmod | grep b
Module                  Size  Used by
binfmt_misc            13140  1
dcdbas                14448  1 dell_laptop
nand_bch              13067  1 nand
bch                    17197  1 nand_bch
b43                  356470  0
bcma                  42043  1 b43
mac80211              545990  1 b43
cfg80211              409394  2 b43,mac80211
ssb_hcd                12749  0
b44                    31275  0
mii                    13654  1 b44
i2c_algo_bit          13197  1 i915
ssb                    51854  3 b43,b44,ssb_hcd

Code:

$ dpkg -l | grep b43
ii  b43-fwcutter                          1:019-2                                    i386        utility for extracting Broadcom 43xx firmware
ii  firmware-b43-installer                1:019-2                                    all          firmware installer for the b43 driver

Edited to add:
Code:

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

---------------------
Thanks,
M.

http://mikeski.net

wifi driving me nuts, connection keeps dropping, need to reboot to reconnect

$
0
0
I have a Ubuntu 15.04
Toshiba Qosmio
Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz
800.000 MHz
memory 32349mb
network controller:
intel dual band wireless AC 7260
ethernet contoller: qualcomm atheros AR8161 gigabit ethernet rev10

And every day and it can happen constantly during the day or night for no reason, the wifi connection just gets dropped, the computer does not try to reconnect, and I usually have to reboot to get the connection back again.
its not the router as I have just purchased another new one an ASUS RT-AC3200 and am using 2.4Ghz, and 2, 5Ghz bands, this has been happening for a few months now.

*-network
description: Wireless interface
product: Wireless 7260
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:07:00.0
logical name: wlan0
version: 73
serial: fc:f8:ae:67:2d:8e
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=3.13.0-32-generic firmware=22.24.8.0 ip=192.168.1.18 latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn
resources: irq:49 memory:d1000000-d1001fff
*-network
description: Ethernet interface
product: AR8161 Gigabit Ethernet
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:0d:00.0
logical name: eth0
version: 10
serial: c4:54:44:39:36:ce
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 latency=0 link=no multicast=yes port=twisted pair
resources: irq:52 memory:d4500000-d453ffff ioport:3000(size=128)

[SOLVED] Xubuntu 14.04.3 x 64: I removed network-manager and network-manager-gnome

$
0
0
Hello. I just made a mistake, and now i want to repair it. I used this command sudo apt-get remove network-manager network-manager-gnome, and obviously now i have no internet connection. What are the options that i have to access the internet again?

I found a solution somewhere, but i don't know how to apply it. It was:
Step #1 = Boot an ubuntu livecd in "try without installing". (Make sure you are connected to the internet.)

Step #2 = In terminal type "sudo mount --bind /dev /chrootlocation/dev". (you will need to replace "chrootlocation" with the appropriate location of your ubuntu install, typically the label of the partition it's installed on. The partition must also be mounted so that you can access it.)

Step #3 = In terminal type "sudo mount --bind /proc /chrootlocation/proc".

Step #4 = In terminal type "sudo mount --bind /sys /chrootlocation/sys".

Step #5 = In terminal type "sudo cp /etc/resolv.conf /chrootlocation/etc/resolv.conf".

Step #6 = In terminal type "sudo chroot /chrootlocation".

Step #7 = In terminal type "sudo apt-get update". (If you don't you'll likely get an unable to connect error.)

Step #8 = In terminal type "sudo apt-get install network-manager".

Step #9 = In terminal type "exit". (This exits you from the chroot)

Step #10 = In terminal type "sudo reboot".

I am stuck at step 1, because i don't know what to write instead of chrootlocation.

I tried to reinstall it with this command: sudo apt-get install --reinstall network-manager, but unfortunately the file was not in my cache anymore

I am using a PC with wired connection only

[SOLVED] Ubuntu Server Blocks all the incoming connections.

$
0
0
Hello, I have setup my VM ubuntu server and real machine ubuntu server. However, they seems like blocking all the incoming connection, I can install the programs fine, which proofs it isn't network problem. I have attached screenshots from VM Server.

Incase your wondering, I haven't configured anything, it is just a fresh installed computer.

Desktop 8-16-2015 9-25-59 PM-300.png
Firewall Status

Desktop 8-16-2015 9-26-16 PM-469.png
ping to google.com

Desktop 8-16-2015 9-25-18 PM-239.png
ifconfig
Desktop 8-16-2015 9-27-11 PM-711.png

ping from windows.. VM host computer.

Thanks for your kind assistant.

EDIT 1: Have I mentioned that I am using ubuntu server 14.04.3?

[ubuntu] Wired connection not working probably

$
0
0
When i plug in my ethernetcable, it says that it is connected and i have a VERY slow connection (takes like 5 min to open google, when it doesen't give up), then there was an update that fixed the problem, and i was able to use my ethernet for gaming. Then a new update was released and the problem occured again. I've tested the Ethernetcable on a windows laptop, and it works perfectly, also worked on my laptop before installing Ubuntu. The wireless internet in my house is very weak, and its almost impossible to play Counter Strike without the ethernet. I'm very new to Ubuntu and the terminal and all that, so if you need some information, please tell me what to input in the terminal :)

[ubuntu] Systemd dbus-org.freedesktop.nm-dispatcher.service continuously reloading

$
0
0
In looking at the syslog, I found the following. What I don't understand is why it continues to cycle through this every 1 minute or so. It seems to succeed when it runs, so I wonder why it gets inactive and active again.

Code:

Aug 16 17:20:51 midgard dbus[849]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
Aug 16 17:20:51 midgard systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 16 17:20:51 midgard dbus[849]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Aug 16 17:20:51 midgard systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 16 17:20:51 midgard nm-dispatcher: Dispatching action 'dhcp6-change' for wlan0
Aug 16 17:21:06 midgard dhclient: PRC: Renewing lease on wlan0.
Aug 16 17:21:06 midgard dhclient: XMT: Renew on wlan0, interval 9720ms.
Aug 16 17:21:06 midgard dhclient: RCV: Reply message on wlan0 from fe80::c627:95ff:fe30:d05.
Aug 16 17:21:06 midgard NetworkManager[823]: <info> (wlan0): DHCPv6 state changed renew6 -> renew6
Aug 16 17:21:06 midgard NetworkManager[823]: <info>  valid_lft 60
Aug 16 17:21:06 midgard NetworkManager[823]: <info>  preferred_lft 30
Aug 16 17:21:06 midgard NetworkManager[823]: <info>  address 2601:647:4500:770c::6
Aug 16 17:21:06 midgard NetworkManager[823]: <info>  nameserver '2001:558:feed::1'
Aug 16 17:21:06 midgard NetworkManager[823]: <info>  nameserver '2001:558:feed::2'

I did a bunch of systemctl status until I found the service going from active to inactive:

Code:

albion@midgard:~$ sudo systemctl status dbus-org.freedesktop.nm-dispatcher.service
● NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service
  Loaded: loaded (/lib/systemd/system/NetworkManager-dispatcher.service; enabled; vendor preset: enabled)
  Active: active (running) since Sun 2015-08-16 17:14:05 PDT; 9s ago
 Main PID: 4710 (nm-dispatcher)
  CGroup: /system.slice/NetworkManager-dispatcher.service
          └─4710 /usr/lib/NetworkManager/nm-dispatcher

Aug 16 17:14:05 midgard systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 16 17:14:05 midgard systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 16 17:14:05 midgard nm-dispatcher[4710]: Dispatching action 'dhcp6-change' for wlan0
albion@midgard:~$ sudo systemctl status dbus-org.freedesktop.nm-dispatcher.service
● NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service
  Loaded: loaded (/lib/systemd/system/NetworkManager-dispatcher.service; enabled; vendor preset: enabled)
  Active: inactive (dead)

Aug 16 17:13:20 midgard nm-dispatcher[4630]: Dispatching action 'dhcp6-change' for wlan0
Aug 16 17:13:35 midgard systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 16 17:13:35 midgard systemd[1]: Started Network Manager Script Dispatcher Service.

Unfortunately,
Code:

journalctl _SYSTEMD_UNIT=dbus-org.freedesktop.nm-dispatcher.service offers
no extra insights (nothing is logged).
Any idea on how to troubleshoot this?

[ubuntu] Samba4: Cannot access files and subfolders inside the share

$
0
0
Hello,

I've been using Ubuntu for a quite a while now. My previous file server is ubuntu 14.0.4 + samba 4.x. The server crash and rebuilding it again but this time i used ubuntu 15.0.4 + samba 4.x

Code:

root@dc:~# samba -V
Version 4.1.13-Ubuntu
root@dc:~# smbclient -V
Version 4.1.13-Ubuntu

here is my smb.cnf

Code:

root@dc:~# testparm -s
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[netlogon]"
Processing section "[sysvol]"
Processing section "[jdrive]"
Loaded services file OK.
Server role: ROLE_ACTIVE_DIRECTORY_DC
[global]
        workgroup = ALPHAONE
        realm = ALPHAONE.LOCAL
        server role = active directory domain controller
        passdb backend = samba_dsdb
        dns forwarder = 192.168.0.254
        server services = rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbind, ntp_signd, kcc, dnsupdate, dns, smb
        dcerpc endpoint servers = epmapper, wkssvc, rpcecho, samr, netlogon, lsarpc, spoolss, drsuapi, dssetup, unixinfo, browser, eventlog6, backupkey, dnsserver, winreg, srvsvc
        rpc_server:tcpip = no
        rpc_daemon:spoolssd = embedded
        rpc_server:spoolss = embedded
        rpc_server:winreg = embedded
        rpc_server:ntsvcs = embedded
        rpc_server:eventlog = embedded
        rpc_server:srvsvc = embedded
        rpc_server:svcctl = embedded
        rpc_server:default = external
        idmap_ldb:use rfc2307 = yes
        idmap config * : backend = tdb
        force user = alphagroup
        hosts allow = 127.0.0.1, 127.0.1.1, 192.168.0.0/24
        hosts deny = 0.0.0.0/0
        map archive = No
        map readonly = no
        store dos attributes = Yes
        vfs objects = dfs_samba4, acl_xattr

[netlogon]
        path = /var/lib/samba/sysvol/alphaone.local/scripts
        read only = No

[sysvol]
        path = /var/lib/samba/sysvol
        read only = No

[jdrive]
        comment = AlphaGroup Building Consultants
        path = /jdrive
        read only = No
        create mask = 0755
        guest ok = Yes

For me it should not be rocket science, but it seems i cannot resolve it.

I can see the share in Windows 7, I can see all the files inside the share folder.

Code:

root@dc:~# smbclient //alphaone.local/netlogon -Ualphagroup -c 'ls'
Enter alphagroup's password:
Domain=[ALPHAONE] OS=[Unix] Server=[Samba 4.1.13-Ubuntu]
  .                                  D        0  Wed Aug 12 22:09:16 2015
  ..                                  D        0  Wed Aug 12 22:13:53 2015

                50815 blocks of size 0. 27341 blocks available
root@dc:~#
root@dc:~# smbclient //alphaone.local/netlogon -Ualphagroup -c 'ls'
Enter alphagroup's password:
Domain=[ALPHAONE] OS=[Unix] Server=[Samba 4.1.13-Ubuntu]
  .                                  D        0  Wed Aug 12 22:09:16 2015
  ..                                  D        0  Wed Aug 12 22:13:53 2015

                50815 blocks of size 0. 27341 blocks available
root@dc:~# smbclient //alphaone.local/jdrive -Ualphagroup -c 'ls'
Enter alphagroup's password:
Domain=[ALPHAONE] OS=[Unix] Server=[Samba 4.1.13-Ubuntu]
  .                                  D        0  Sat Aug 15 00:31:52 2015
  ..                                  D        0  Thu Aug 13 06:42:42 2015
  Alpha Logos                        D        0  Fri Aug 14 15:23:34 2015
  A77                                D        0  Tue Jul 21 12:35:15 2015
  AlphaDNS_Setup.exe                  N  2195898  Sat Aug 15 00:31:49 2015
  2015                                D        0  Fri Aug 14 13:40:31 2015
  2014                                D        0  Fri Aug 14 12:21:50 2015


                50815 blocks of size 0. 27341 blocks available
root@dc:~#

Code:

root@dc:/jdrive# ls -lsa
total 127220
    4 drwxrwxrwx  31 nobody nogroup    4096 Aug 15 00:31 .
    4 drwxr-xr-x  25 root  root        4096 Aug 13 06:42 ..
    8 drwxrwxrwx  13 nobody nogroup    4096 Aug 14 12:21 2014
    8 drwxrwxrwx  9 nobody nogroup    4096 Aug 14 13:40 2015
    8 drwxrwxrwx  3 nobody nogroup    4096 Jul 21 12:35 A77
    8 drwxrwxrwx  13 nobody nogroup    4096 Jul  3 09:31 ALPHABC
 2152 -rwxrwxrwx  1 nobody nogroup  2195898 Aug 15 00:31 AlphaDNS_Setup.exe
  676 -rwxrwxrwx  1 nobody nogroup  684366 Aug 15 00:31 AlphaDrive_Setup.exe

But if I open the sub-folders of the share folder, it says: Access Denied (both CLI in the fileserver and Windows 7 gives same error)

even opening a file, i got same message.

Code:

root@dc:~# smbclient //alphaone.local/jdrive -Ualphagroup -c 'ls 2015/*'
Enter alphagroup's password:
Domain=[ALPHAONE] OS=[Unix] Server=[Samba 4.1.13-Ubuntu]
NT_STATUS_ACCESS_DENIED listing \2015\*



i am really puzzled of this issue because same config of samba i used, but doesn't work. is there something wrong with ubuntu 15.0.4?

or is there something to do the file system? i used ext4 though but still the same last file server i setup...

anybody can give a solution please?

please help.. thanks.

[kde] Rtl8187se issue

$
0
0
I am using a old toshiba laptop for college and need to put the network card in to monitoring mode. I have spent two days googling this and trying different guides, but keep getting stuck with errors after the ./wlan0up, when trying to setup the proper drivers.
Code:

stan@Huffy:~$ lspci
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] RS780 Host Bridge
00:01.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] RS780/RS880 PCI to PCI bridge (int gfx)
00:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] RS780/RS880 PCI to PCI bridge (PCIE port 0)
00:05.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] RS780/RS880 PCI to PCI bridge (PCIE port 1)
00:06.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] RS780 PCI to PCI bridge (PCIE port 2)
00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]
00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:12.1 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0 USB OHCI1 Controller
00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:13.1 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0 USB OHCI1 Controller
00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller (rev 3a)
00:14.1 IDE interface: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 IDE Controller
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller
00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 11h Processor HyperTransport Configuration (rev 40)
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 11h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 11h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 11h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 11h Processor Link Control
01:05.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RS780MC [Mobility Radeon HD 3100]
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8187SE Wireless LAN Controller (rev 22)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)


after i do the ./wlan0up this is what i get.

Code:

insmod: ERROR: could not load module ieee80211_crypt-rtl.ko: No such file or directory
insmod: ERROR: could not load module ieee80211_crypt_wep-rtl.ko: No such file or directory
insmod: ERROR: could not load module ieee80211_crypt_tkip-rtl.ko: No such file or directory
insmod: ERROR: could not load module ieee80211_crypt_ccmp-rtl.ko: No such file or directory
insmod: ERROR: could not load module ieee80211-rtl.ko: No such file or directory
insmod: ERROR: could not load module r8180.ko: No such file or directory

[SOLVED] Asus K555L wifi problem

$
0
0
At the begining there was no network connections after trying "sudo apt-get install bcmwl-kernel-source" command i was be able to find networks but now when i connect to the wifi i cannot use the internet. Here my Wireless-script that i found in this site

Code:


########## wireless info START ##########

Report from: 17 Aug 2015 09:53 EEST +0300

Booted last: 17 Aug 2015 09:15 EEST +0300

Script from: 14 Jul 2015 17:04 UTC +0000

##### release ###########################

Distributor ID:    Ubuntu
Description:    Ubuntu 14.04.3 LTS
Release:    14.04
Codename:    trusty

##### kernel ############################

Linux 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Fri Jul 24 21:16:20 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Parameters: ro, noprompt, quiet, splash, vt.handoff=7

##### desktop ###########################

Ubuntu

##### lspci #############################

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
    Subsystem: ASUSTeK Computer Inc. Device [1043:200f]
    Kernel driver in use: r8169

03:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
    Subsystem: Lite-On Communications Inc Device [11ad:6675]
    Kernel driver in use: wl

##### lsusb #############################

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 003: ID 04ca:2006 Lite-On Technology Corp.
Bus 001 Device 002: ID 0bda:57b5 Realtek Semiconductor Corp.
Bus 001 Device 007: ID 0781:5567 SanDisk Corp. Cruzer Blade
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

##### PCMCIA card info ##################

##### rfkill ############################

0: asus-wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: asus-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
2: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
3: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
4: brcmwl-0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

##### lsmod #############################

wl                  6369280  0
asus_nb_wmi            24576  0
asus_wmi              24576  1 asus_nb_wmi
sparse_keymap          16384  1 asus_wmi
cfg80211              524288  1 wl
snd_soc_rt5640        94208  0
snd_soc_rl6231        16384  1 snd_soc_rt5640
snd_soc_core          196608  1 snd_soc_rt5640
mxm_wmi                16384  1 nouveau
snd_pcm              106496  7 snd_soc_rt5640,snd_soc_core,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller,snd_pcm_dmaengine
wmi                    20480  3 mxm_wmi,nouveau,asus_wmi
video                  20480  3 i915,nouveau,asus_wmi

##### interfaces ########################

auto lo
iface lo inet loopback

##### ifconfig ##########################

eth0      Link encap:Ethernet  HWaddr <MAC 'eth0' [IF]> 
          inet addr:192.168.1.11  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::<IP6 'eth0' [IF]>/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:14902 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10481 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:16859117 (16.8 MB)  TX bytes:1105136 (1.1 MB)

wlan0    Link encap:Ethernet  HWaddr <MAC 'wlan0' [IF]> 
          inet addr:192.168.1.10  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::<IP6 'wlan0' [IF]>/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8310 errors:0 dropped:0 overruns:0 frame:32277
          TX packets:5955 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:5024948 (5.0 MB)  TX bytes:750026 (750.0 KB)
          Interrupt:19

##### iwconfig ##########################

eth0      no wireless extensions.

lo        no wireless extensions.

wlan0    IEEE 802.11abg  ESSID:"Tech_wifi" 
          Mode:Managed  Frequency:2.472 GHz  Access Point: <MAC 'Tech_wifi' [AC1]> 
          Retry short limit:7  RTS thr:off  Fragment thr:off
          Power Management:off
         

##### route #############################

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 eth0
192.168.1.0    0.0.0.0        255.255.255.0  U    1      0        0 eth0
192.168.1.0    0.0.0.0        255.255.255.0  U    9      0        0 wlan0

##### resolv.conf #######################

nameserver 127.0.1.1

##### network managers ##################

Installed:

    NetworkManager

Running:

root      730    1  0 09:15 ?        00:00:00 NetworkManager

##### NetworkManager info ###############

NetworkManager Tool

State: connected (global)

- Device: wlan0  [Tech_wifi] ---------------------------------------------------
  Type:              802.11 WiFi
  Driver:            wl
  State:            connected
  Default:          no
  HW Address:        <MAC 'wlan0' [IF]>

  Capabilities:
    Speed:          72 Mb/s

  Wireless Properties
    WEP Encryption:  yes
    WPA Encryption:  yes
    WPA2 Encryption: yes

  Wireless Access Points (* = current AP)
    InfoDif:        Infra, <MAC 'InfoDif' [AC3]>, Freq 2412 MHz, Rate 54 Mb/s, Strength 59 WPA2
    Tech_wifi:      Infra, <MAC 'Tech_wifi' [AC5]>, Freq 2437 MHz, Rate 54 Mb/s, Strength 100 WEP
    *Tech_wifi:      Infra, <MAC 'Tech_wifi' [AC1]>, Freq 2472 MHz, Rate 54 Mb/s, Strength 84 WPA WPA2
    Comodo Guest D259: Infra, <MAC 'Comodo Guest D259' [AN4]>, Freq 2447 MHz, Rate 54 Mb/s, Strength 50 WPA WPA2
    AIRTIES_RT-211:  Infra, <MAC 'AIRTIES_RT-211' [AC2]>, Freq 2462 MHz, Rate 54 Mb/s, Strength 25 WPA WPA2
    TP-LINK_B71AA6:  Infra, <MAC 'TP-LINK_B71AA6' [AN6]>, Freq 2442 MHz, Rate 54 Mb/s, Strength 40 WPA2

  IPv4 Settings:
    Address:        192.168.1.10
    Prefix:          24 (255.255.255.0)
    Gateway:        192.168.1.1

    DNS:            192.168.1.1

- Device: eth0  [Wired connection 1] -------------------------------------------
  Type:              Wired
  Driver:            r8169
  State:            connected
  Default:          yes
  HW Address:        <MAC 'eth0' [IF]>

  Capabilities:
    Carrier Detect:  yes
    Speed:          100 Mb/s

  Wired Properties
    Carrier:        on

  IPv4 Settings:
    Address:        192.168.1.11
    Prefix:          24 (255.255.255.0)
    Gateway:        192.168.1.1

    DNS:            192.168.1.1

##### NetworkManager.state ##############

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true

##### NetworkManager.conf ###############

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

[ifupdown]
managed=false

##### NetworkManager profiles ###########

Sorry, try again.
[[/etc/NetworkManager/system-connections/Tech_wifi]] (600 root)
[connection] id=Tech_wifi | type=802-11-wireless
[802-11-wireless] ssid=Tech_wifi | mac-address=<MAC 'wlan0' [IF]>
[ipv4] method=auto
[ipv6] method=auto

##### iw reg get ########################

Region: Europe/Istanbul (based on set time zone)

country DE:
    (2400 - 2483 @ 40), (N/A, 20)
    (5150 - 5250 @ 40), (N/A, 20), NO-OUTDOOR
    (5250 - 5350 @ 40), (N/A, 20), NO-OUTDOOR, DFS
    (5470 - 5725 @ 40), (N/A, 26), DFS
    (57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR

##### iwlist channels ###################

eth0      no frequency information.

lo        no frequency information.

wlan0    32 channels in total; available frequencies :
          Channel 01 : 2.412 GHz
          Channel 02 : 2.417 GHz
          Channel 03 : 2.422 GHz
          Channel 04 : 2.427 GHz
          Channel 05 : 2.432 GHz
          Channel 06 : 2.437 GHz
          Channel 07 : 2.442 GHz
          Channel 08 : 2.447 GHz
          Channel 09 : 2.452 GHz
          Channel 10 : 2.457 GHz
          Channel 11 : 2.462 GHz
          Channel 12 : 2.467 GHz
          Channel 13 : 2.472 GHz
          Channel 34 : 5.17 GHz
          Channel 36 : 5.18 GHz
          Channel 38 : 5.19 GHz
          Channel 40 : 5.2 GHz
          Channel 42 : 5.21 GHz
          Channel 44 : 5.22 GHz
          Channel 46 : 5.23 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 100 : 5.5 GHz
          Channel 104 : 5.52 GHz
          Channel 108 : 5.54 GHz
          Channel 112 : 5.56 GHz
          Channel 116 : 5.58 GHz
          Channel 120 : 5.6 GHz
          Channel 124 : 5.62 GHz
          Current Frequency:2.472 GHz (Channel 13)

##### iwlist scan #######################

eth0      Interface doesn't support scanning.

lo        Interface doesn't support scanning.

Channel occupancy:

      1  APs on  Frequency:2.412 GHz (Channel 1)
      1  APs on  Frequency:2.422 GHz (Channel 3)
      3  APs on  Frequency:2.437 GHz (Channel 6)
      1  APs on  Frequency:2.462 GHz (Channel 11)
      1  APs on  Frequency:2.472 GHz (Channel 13)

wlan0    Scan completed :
          Cell 01 - Address: <MAC 'Tech_wifi' [AC1]>
                    Channel:13
                    Frequency:2.472 GHz (Channel 13)
                    Quality=70/70  Signal level=-33 dBm 
                    Encryption key:on
                    ESSID:"Tech_wifi"
                    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: 12ms ago
                    IE: WPA Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
          Cell 02 - Address: <MAC 'AIRTIES_RT-211' [AC2]>
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=27/70  Signal level=-83 dBm 
                    Encryption key:on
                    ESSID:"AIRTIES_RT-211"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 22 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000000000000000
                    Extra: Last beacon: 12ms ago
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
          Cell 03 - Address: <MAC 'InfoDif' [AC3]>
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=58/70  Signal level=-52 dBm 
                    Encryption key:on
                    ESSID:"InfoDif"
                    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=0000000000000000
                    Extra: Last beacon: 12ms ago
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
          Cell 04 - Address: <MAC '' [AC4]>
                    Channel:3
                    Frequency:2.422 GHz (Channel 3)
                    Quality=48/70  Signal level=-62 dBm 
                    Encryption key:on
                    ESSID:""
                    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: 12ms ago
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
          Cell 05 - Address: <MAC 'Tech_wifi' [AC5]>
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=70/70  Signal level=-37 dBm 
                    Encryption key:on
                    ESSID:"Tech_wifi"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 22 Mb/s
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000000000000000
                    Extra: Last beacon: 12ms ago
          Cell 06 - Address: <MAC 'ZyXEL_04B4' [AC6]>
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=31/70  Signal level=-79 dBm 
                    Encryption key:on
                    ESSID:"ZyXEL_04B4"
                    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: 12ms ago
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
          Cell 07 - Address: <MAC 'misafir' [AC7]>
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=28/70  Signal level=-82 dBm 
                    Encryption key:off
                    ESSID:"misafir"
                    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=0000000000000000
                    Extra: Last beacon: 12ms ago

##### module infos ######################

[wl]
filename:      /lib/modules/3.19.0-25-generic/updates/dkms/wl.ko
license:        MIXED/Proprietary
srcversion:    9A49255BA90267D99664757
depends:        cfg80211
vermagic:      3.19.0-25-generic SMP mod_unload modversions
parm:          passivemode:int
parm:          wl_txq_thresh:int
parm:          oneonly:int
parm:          piomode:int
parm:          instance_base:int
parm:          nompc:int
parm:          intf_name:string

[cfg80211]
filename:      /lib/modules/3.19.0-25-generic/kernel/net/wireless/cfg80211.ko
description:    wireless configuration support
license:        GPL
author:        Johannes Berg
srcversion:    E61EB836E1B33C2A2918485
depends:       
intree:        Y
vermagic:      3.19.0-25-generic SMP mod_unload modversions
signer:        Magrathea: Glacier signing key
sig_key:        6A:AA:11:D1:8C:2D:3A:40:B1:B4:DB:E5:BF:8A:D6:56:DD:F5:18:38
sig_hashalgo:  sha512
parm:          ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
parm:          cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)

##### module parameters #################

[cfg80211]
cfg80211_disable_40mhz_24ghz: N
ieee80211_regdom: 00

##### /etc/modules ######################

lp
rtc

##### modprobe options ##################

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

[/etc/modprobe.d/blacklist-bcm43.conf]
blacklist b43
blacklist b43legacy
blacklist ssb
blacklist bcm43xx
blacklist brcm80211
blacklist brcmfmac
blacklist brcmsmac
blacklist bcma

[/etc/modprobe.d/blacklist.conf]
blacklist evbug
blacklist usbmouse
blacklist usbkbd
blacklist eepro100
blacklist de4x5
blacklist eth1394
blacklist snd_intel8x0m
blacklist snd_aw2
blacklist i2c_i801
blacklist prism54
blacklist bcm43xx
blacklist garmin_gps
blacklist asus_acpi
blacklist snd_pcsp
blacklist pcspkr
blacklist amd76x_edac

[/etc/modprobe.d/blacklist-rare-network.conf]
alias net-pf-3 off
alias net-pf-6 off
alias net-pf-9 off
alias net-pf-11 off
alias net-pf-12 off
alias net-pf-19 off
alias net-pf-21 off
alias net-pf-36 off

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

[/etc/modprobe.d/mlx4.conf]
softdep mlx4_core post: mlx4_en

##### rc.local ##########################

exit 0

##### pm-utils ##########################

##### udev rules ########################

[/etc/udev/rules.d/70-persistent-net.rules]
# PCI device 0x10ec:0x8168 (r8169)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC 'eth0' [IF]>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x14e4:0x4365 (wl)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="<MAC 'wlan0' [IF]>", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"

##### dmesg #############################

[  662.671795] IPv6: wlan0: IPv6 duplicate address fe80::<IP6 'wlan0' [IF]> detected! (repeated 3 times)
[ 2268.811005] ERROR @wl_dev_intvar_get : error (-1)

########## wireless info END ############


I hope you can find the problem. Thanks for your interest

AMD-Vi IO_PAGE_FAULT errors, network goes offline until restart

$
0
0
So I recently upgraded the internals of my Ubuntu Server so that it's running a new motherboard, new processor, etc. And ever since then, I've been getting errors that look like this:
Code:

AMD-Vi: Event logged [IO_PAGE_FAULT device=02:00.0 domain 0x001d address=0x0000000000003000 flags=0x0050]
Sometimes they don't appear to do anything, however sometimes after encountering this, the network stops working properly.

I've searched for answers regarding this, however most are either unresolved or involve hardware that isn't relevant here (such as the graphics card causing the fault, and issues starting the desktop environment). Running
Code:

sudo lspci -vnn | grep 02:00.0 -A9
confirms this and lists info about the ethernet controller:
Code:

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev. 0c)
        Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:7969]
        Flags: bus master, fast devsel, latency 0, IRQ 87
        I/O ports at e000 [size=256]
        Memory at fe900000 (64-bit, non-prefetchable) [size=4K]
        Memory at d0800000 (64-bit, prefetchable) [size=16K]
        Capabilities: [40] Power Management version 3
        Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [70] Express Endpoint, MSI 01
        Capabilities: [b0] MSI-X: Enable- Count=4 Masked-

I've also read that there is probably an issue with IOMMU, however I have no way to control whether or not this is turned on in the BIOS (there is no option), and adding
Code:

iommu=pf
or
Code:

iommu=soft
doesn't have any effect on the problem. Is there anyone that could shed some light on this? The server is currently unusable, since the problem happens usually within 5 minutes of booting, and only a reboot can fix it.

[ubuntu] Ubuntu Trusty Tahr - Wifi not working

$
0
0
Hello all
I hope you can help us!

My husband has a desktop computer (It's a Dell Vostro 400) with Trusty Tahr installed on it.
It was running fine until this afternoon when the wifi just stopped working. He uses a usb wifi stick (TP-Link 150Mbps) to connect to our wifi.

We have two sticks and have tried both.

But now when he plugs in the wifi stick it says that there are networks available but does now show or connect to any of them.
No settings have been changed. It's like the router is just ignoring him!

I can connect to the wifi fine with my netbook. Nothing has changed for me.

We have a cable that he can connect with, but it's pretty short and terribly inconvenient to have it inserted.

I hope that someone can help!

Thanks

Marianne

[ubuntu] Samba share doesn't show all files

$
0
0
I'm on 14.04. I have a Netgear router that has a (readyshare) USB port where I keep a 2TiB drive as our home backup. It works well, I am able to mount it in Ubuntu and access it on Windows boxes with _almost_ no issue. On Ubuntu, it doesn't seem to list all the files in the folders. It lists an odd number, like 141 in one folder and 148 in another. And I can verify by accessing them on other machines or hooking it up directly to my machine, that it has much more than that.

Any thought on what samba issue could limit the number of files shown?
Viewing all 23300 articles
Browse latest View live


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