After upgrading to 15.04, wifi doesn't enable an internet connection. The interface connects to the router,however. I saw a similar question, where the solution was to delete two iwlwifi files - tried this w/out success. From lspci:
00:15.0 Network controller [0280]: Ralink corp. RT2500 Wireless 802.11bg [1814:0201] (rev 01)
malcolm@PackbellLaptop:~$ iwconfig
wlan0 IEEE 802.11bg ESSID:"WLAN-Osborne"
Mode:Managed Frequency:2.437 GHz Access Point: C0:A0:BB:C2:00:4E
Bit Rate=48 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=47/70 Signal level=-63 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
lo no wireless extensions.
eth0 no wireless extensions.
malcolm@PackbellLaptop:~$ uname -a
Linux PackbellLaptop 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:01 UTC 2015 i686 athlon i686 GNU/Linux
malcolm@PackbellLaptop:~$ lspci -nnk | grep -A3 RT2500
00:15.0 Network controller [0280]: Ralink corp. RT2500 Wireless 802.11bg [1814:0201] (rev 01)
Subsystem: Ralink corp. RT2500 Wireless 802.11bg [1814:2560]
Kernel driver in use: rt2500pci
00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100]
00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Address Map [1022:1101]
wlan0 Link encap:Ethernet HWaddr 00:10:60:63:e0:3c
inet6 addr: fe80::210:60ff:fe63:e03c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:124 errors:0 dropped:0 overruns:0 frame:0
TX packets:148 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:16911 (16.9 KB) TX bytes:23073 (23.0 KB)
malcolm@PackbellLaptop:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.0.0.2 0.0.0.0 UG 1024 0 0 wlan0
10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 wlan0
Network manager syslog is at paste.ubuntu.com/10981489
lspci -nnk | grep -A3 RT2500
(this will include the current kernel module loaded),iwconfig
,sudo rfkill status
, kernel messages shown after loading the kernel module manually (like chili555 requested),uname -a
(current kernel version running) – gertvdijk May 01 '15 at 22:15route -n
is empty. Is it an error or the ouput is empty ? – solsTiCe May 03 '15 at 19:58