Page 6 of 13 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 123

Thread: Wifi won't connect on 13.04 with BCM 4313

  1. #51
    Join Date
    Apr 2008
    Beans
    53

    Re: Wifi won't connect on 13.04 with BCM 4313

    Quote Originally Posted by Hadaka View Post
    This is for the next kernel update.
    please do..

    Code:
    gedit vsf_update
    copy and paste this into the editor..

    Code:
    ####......VSF ver1.0........RUN THIS FILE WITH THE NEXT KERNEL UPDATE ####
    
    sudo su                          
    modprobe -rfv wl
    cp wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
    depmod -a
    modprobe -v wl
    update-initramfs -u
    exit
    save and close gedit
    Done. Reboot?

  2. #52
    Join Date
    Apr 2012
    Beans
    Hidden!

    Re: Wifi won't connect on 13.04 with BCM 4313

    yes...but...that is just for the NEXT kernel update..has nothing to do
    with what we are doing now,,
    but yes...reboot and after please run again..

    Code:
    cat /etc/modprobe.d/blacklist.conf | tail -4
    Craving anchovy, herring and squid pizza.....with clam sauce

  3. #53
    Join Date
    Apr 2008
    Beans
    53

    Re: Wifi won't connect on 13.04 with BCM 4313

    Code:
    long@long-Lenovo:~$ cat /etc/modprobe.d/blacklist.conf | tail -4
    # continues to build and is installable for the few cases where its
    # really needed.
    blacklist amd76x_edac
    blacklist brcmsmac
    This is now correct, isn't it?

  4. #54
    Join Date
    Apr 2012
    Beans
    Hidden!

    Re: Wifi won't connect on 13.04 with BCM 4313

    YES it is,,,,good job,,
    please do ..
    Code:
    sudo modprobe wl
    you may have to unplug the cable for wireless to work...
    post back.
    Craving anchovy, herring and squid pizza.....with clam sauce

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

    Re: Wifi won't connect on 13.04 with BCM 4313

    Quote Originally Posted by Hadaka View Post
    Code:
    gedit vsf_update
    ...

    Code:
    ####......VSF ver1.0........RUN THIS FILE WITH THE NEXT KERNEL UPDATE ####

    I guess a memorial statue is all that is left

    But the idea of a ready-to-use script is good, something like the "autorun.sh" in some realtek drivers. I think I'll edit the 'workaround' to include such a script to do everything in one-go (something I refrained from earlier, but seems okay now seeing how many things may go wrong in manual entry of commands).
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  6. #56
    Join Date
    Apr 2008
    Beans
    53

    Re: Wifi won't connect on 13.04 with BCM 4313

    Quote Originally Posted by varunendra View Post

    I guess a memorial statue is all that is left

    But the idea of a ready-to-use script is good, something like the "autorun.sh" in some realtek drivers. I think I'll edit the 'workaround' to include such a script to do everything in one-go (something I refrained from earlier, but seems okay now seeing how many things may go wrong in manual entry of commands).
    VSF lives on!!

    Ah yes, making fun of the noob and his terminal skills.

    I ran "sudo modprobe wl" and I still show no sign of active wifi - wifi does not show at all in the network indicator. Not sure what happened, but I now think I have discovered problem #3, because I have never been here before.
    Last edited by bagelong; May 21st, 2013 at 05:17 PM.

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

    Re: Wifi won't connect on 13.04 with BCM 4313

    Nope! My 'lol' was directed at Hadaka's sense of humour (which again wasn't a humour about you, it's just about our own personal chit-chat in the background )
    Quote Originally Posted by bagelong View Post
    I ran "sudo modprobe wl" and I still show no sign of active wifi - wifi does not show at all in the network indicator.
    Let us check the basics again. Please post outputs of -
    Code:
    lspci -nnk | grep -iA2 net
    rfkill list all
    dmesg | grep -ie wl -e net
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  8. #58
    Join Date
    Apr 2008
    Beans
    53

    Re: Wifi won't connect on 13.04 with BCM 4313

    Yes, I tried to edit my post above to reflect two points:

    1.) I am in agreement with your greatness being recognized with the VSF memorial statue, or perhaps a public building in honor of VSF would be more appropriate.

    2.) The red text above (post #56) is an obvious and appropriate reference to my dominance of the copy and paste

    DISCLAIMER - ALL OF THE ABOVE WAS TYPED IN A SARCASTIC/JESTING TONE

    I will get to work on this some time this evening. My wife is not pleased with the inability to surf the internet unencumbered by cables and wires, so we must work quickly!
    Last edited by bagelong; May 21st, 2013 at 06:43 PM.

  9. #59
    Join Date
    Apr 2008
    Beans
    53

    Re: Wifi won't connect on 13.04 with BCM 4313

    Quote Originally Posted by varunendra View Post
    Code:
    lspci -nnk | grep -iA2 net
    rfkill list all
    dmesg | grep -ie wl -e net
    Will having a wired connection affect the output?

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

    Re: Wifi won't connect on 13.04 with BCM 4313

    Quote Originally Posted by bagelong View Post
    Will having a wired connection affect the output?
    No, it won't. Especially if there is no hint of wifi at all !
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

Page 6 of 13 FirstFirst ... 45678 ... LastLast

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
  •