Problem: Xubuntu 16.04 wireless is not working.
First my system, from uname -a
Linux clessidra 4.13.0-43-generic #48~16.04.1-Ubuntu SMP Thu May 17 13:00:11 UTC 2018 i686 i686 i686 GNU/Linux
result of rfkill list
is nothing
Result of ifconfig -a
enp6s0 Link encap:Ethernet IndirizzoHW 6c:62:6d:28:80:9f
indirizzo inet:192.168.1.3 Bcast:192.168.1.255 Maschera:255.255.255.0
indirizzo inet6: fe80::e5f8:c6ed:5acb:b738/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6287 errors:0 dropped:0 overruns:0 frame:0
TX packets:5722 errors:0 dropped:0 overruns:0 carrier:0
collisioni:0 txqueuelen:1000
Byte RX:6120180 (6.1 MB) Byte TX:555816 (555.8 KB)
Interrupt:24 Indirizzo base:0x7000
lo Link encap:Loopback locale
indirizzo inet:127.0.0.1 Maschera:255.0.0.0
indirizzo inet6: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:556 errors:0 dropped:0 overruns:0 frame:0
TX packets:556 errors:0 dropped:0 overruns:0 carrier:0
collisioni:0 txqueuelen:1000
Byte RX:49950 (49.9 KB) Byte TX:49950 (49.9 KB)
Output for lshw -C network
:
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:06:00.0
logical name: enp6s0
version: 03
serial: 6c:62:6d:28:80:9f
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8168 driverversion=8.045.08-NAPI duplex=full ip=192.168.1.2 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:24 ioport:a000(size=256) memory:f2a04000-f2a04fff memory:f2a00000-f2a03fff
And then iwconfig
:
enp6s0 no wireless extensions.
lo no wireless extensions.
I've tried to install realteck drivers but no luck here, during install command result:
Error! Bad return status for module build on kernel: 4.13.0-43-generic (i686)
I've tried also to get networking service status, using: sudo service networking status and receive:
● networking.service - Raise network interfaces
Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
Drop-In: /run/systemd/generator/networking.service.d
└─50-insserv.conf-$network.conf
Active: active (exited) since dom 2018-05-27 16:03:03 CEST; 20min ago
Docs: man:interfaces(5)
Process: 495 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=0/SUCCESS)
Process: 492 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ] && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm settle (code=exited, status=1/FAILURE)
Main PID: 495 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/networking.service
mag 27 16:03:03 clessidra systemd[1]: Starting Raise network interfaces...
mag 27 16:03:03 clessidra systemd[1]: Started Raise network interfaces.
So my question is:
- why wifi interface is no more available?
- why I'm able to connect using ethernet, but not wifi ? From my perspective, seems to be because no interface has wifi support, right ?
- how to install a working driver and have wifi support back ?
Note:
- this laptop is old, is a cx620 with model name ms-1688
- I don't want to upgrade ubuntu version and stay on xubuntu (that works perfectly in my case until yesterday)
- I've also already tried to disabled uefi boot stuff, but there is no option on bios
sudo lshw -C network
into your post. Thank you for helping us help you! – Elder Geek May 27 '18 at 18:04rfkill list
? Ping me @fabby after you've [edit]ed your question qnd provided the output. – Fabby May 30 '18 at 21:16