Results 1 to 7 of 7

Thread: Unable to connect to WiFi after update to 13.04.

  1. #1
    Join Date
    May 2013
    Beans
    25

    Question Unable to connect to WiFi after update to 13.04.

    Hello all,
    i recently updated my Ubuntu from 12.10 to 13.04, The problem is when ever i restart my laptop i am unable to connect to internet. So what i do is i install "bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_amd64" from installation cd, every time i reboot.
    is there is possible permanent solution for this?

    *WiFi Signal strength is strong all the times.


    Network details

    Code:
     sudo lshw -C network
    
    
     *-network               
           description: Wireless interface
           product: BCM4313 802.11b/g/n Wireless LAN Controller
           vendor: Broadcom Corporation
           physical id: 0
           bus info: pci@0000:02:00.0
           logical name: eth1
           version: 01
           serial: c0:18:85:58:5d:f1
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
           configuration: broadcast=yes driver=wl0 driverversion=5.100.82.112 ip=192.168.6.246 latency=0 multicast=yes wireless=IEEE 802.11
           resources: irq:16 memory:c2500000-c2503fff
    thanks
    Last edited by Archit88; May 8th, 2013 at 07:03 AM.

  2. #2
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Unable to connect to WiFi after update to 13.04.

    Hi Archit!

    Please post output of :
    Code:
    lspci -nn | grep 0280
    If it is "..... BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] ...", then try this post : http://ubuntuforums.org/showthread.p...9#post12629619

    PS:
    By the way, which installation cd do you install those packages from? Because they are not on my 13.04 DVD, instead a newer version.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  3. #3
    Join Date
    May 2013
    Beans
    25

    Re: Unable to connect to WiFi after update to 13.04.

    Code:
     lspci -nn | grep 0280
    02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
    I am using that package from Ubuntu 12.10 ,can found it under
    Code:
    pool/restricted/b/bcmwl/bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_amd64.deb

  4. #4
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Unable to connect to WiFi after update to 13.04.

    Quote Originally Posted by Archit88 View Post
    I am using that package from Ubuntu 12.10 ,can found it under
    Code:
    pool/restricted/b/bcmwl/bcmwl-kernel-source_5.100.82.112+bdcom-0ubuntu3_amd64.deb
    Hmm.. suspected that. Please try the post I linked to, post back the result or errors if there are any. Thanks!
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  5. #5
    Join Date
    May 2013
    Beans
    25

    Re: Unable to connect to WiFi after update to 13.04.

    Until driver compilation every thing was alright

    Code:
    cp wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
    my modules folder showing me this
    Code:
    3.5.0-17-generic  3.5.0-27-generic  3.8.0-19-generic
    where to copy?

  6. #6
    Join Date
    Apr 2012
    Beans
    Hidden!

    Re: Unable to connect to WiFi after update to 13.04.

    Hi, it should copy by it's self with the command


    cp wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless

    leave `uname-r` just the way it is, no need to fill in any data.

    post back if you have any more errors.

    thanks.
    Last edited by Hadaka; May 6th, 2013 at 05:01 PM. Reason: changed the use of font
    Craving anchovy, herring and squid pizza.....with clam sauce

  7. #7
    Join Date
    May 2013
    Beans
    25

    Re: Unable to connect to WiFi after update to 13.04.

    [SOLVED]

    Thank you @varunendra , @Hadaka

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •