1

I have a Lenovo G560. Wifi will not connect. I've tried other threads but nothing works please help using Ubuntu 14.04. I will provide any output needed to help solve the problem.

lspci -nnk | grep -iA2 net

05:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
    Subsystem: Broadcom Corporation Device [14e4:0510]
    Kernel driver in use: bcma-pci-bridge
06:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 02)
    Subsystem: Lenovo Device [17aa:392e]
    Kernel driver in use: r8169

iwconfig

eth0 no wireless extensions.

lo no wireless extensions.

wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=27 dBm
Retry long limit:7 RTS thr:off Fragment thr:off Power Management:off
swift
  • 3,281
  • 2
  • 23
  • 46
  • Is ubuntu detecting yuor wireless card ? iwconfig does list your card ? – rtome Jan 19 '15 at 15:08
  • eth0 no wireless extensions.

    lo no wireless extensions.

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

    – AndroidNovice21 Jan 19 '15 at 15:12
  • See if you can find wireless error logs in /var/log/dmesg , see this thread here : http://askubuntu.com/questions/254804/where-are-my-wireless-error-logs – rtome Jan 19 '15 at 16:14
  • So i got it to work using some code from a thread but it drops out and reconnects every few minutes any thoughts on that – AndroidNovice21 Jan 19 '15 at 16:23
  • No can think much on that without more detail.. What was that other thread and code ? What was your resolution ? – rtome Jan 19 '15 at 16:30
  • Post the results from rfkill list all please – Jeremy31 Jan 19 '15 at 17:27

1 Answers1

0

Install the package linux-firmware-nonfree via cable:

sudo apt-get install linux-firmware-nonfree

and reboot:

sudo reboot

Enter

swift
  • 3,281
  • 2
  • 23
  • 46
praseodym
  • 14
  • 2