Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Bcm4727

  1. #11
    Join Date
    Jun 2008
    Beans
    129
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Bcm4727

    no i am connected via wireless... everything works.
    My problem is that even if i am connected so some wireless networks i don't have internet access in Ubuntu 11.10

    But on Windows 7 i have internet access...

  2. #12
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Bcm4727

    Hi, then not everything works or you could connect.

    Can you install updates?

    Did you run the command in my post and reboot like I asked?
    Thanks

  3. #13
    Join Date
    Jun 2008
    Beans
    129
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Bcm4727

    yes i installed updates today...
    and i also executed the command and rebooted.
    thanks to you =)

  4. #14
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Bcm4727

    Hi, it may be a problem with chrome, have you made sure it is not in off line mode?

    You should also install firefox from the software center and see if you can get on the internet with it.
    Thanks

  5. #15
    Join Date
    Jun 2008
    Beans
    129
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Bcm4727

    i have tried them both --> but it is the same on both
    When this happens... that i lose internet access (because i have access for a couple of minutes when i connect and when i lose connection i reconnect)... i even can't run sudo apt-get update
    there is even no internet access via terminal or via skype or via dropbox
    nothing.

  6. #16
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Bcm4727

    Hi, okay that is what I was trying to find out, please do.
    Code:
    sudo apt-get install --reinstall bcmwl-kernel-source broadcom-sta-common broadcom-sta-source
    Code:
    echo "blacklist brcmsmac" | sudo tee -a /etc/modprobe.d/blacklist.conf
    Code:
    sudo rmmod -f brcmsmac
    Code:
    sudo modprobe wl
    disconnect wired connection and give it time to come on.
    Thanks
    Last edited by wildmanne39; April 1st, 2012 at 12:59 AM.

  7. #17
    Join Date
    Jun 2008
    Beans
    129
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Bcm4727

    ok!
    i have done this and so far so good.
    My connection is OK for some hours... It has never happened before.

    But there is one problem.
    wl module doesn't start automatically on startup
    I have to execute this command every time i reboot: sudo modprobe wl

    Is there a way to automatically start wl module?

  8. #18
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Bcm4727

    Hi, this should make it start at boot.
    Code:
    sudo su 
    echo wl >> /etc/modules 
    exit
    Thanks

  9. #19
    Join Date
    Jun 2008
    Beans
    129
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Bcm4727

    yes. That worked.
    I can not thank you enough!!
    Everything works as it should. If i will notice any more problems i will come back here!

    You really deserve a beer now =)

  10. #20
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Bcm4727

    Hi, your welcome! would you please go to the top of the page and mark this thread solved by clicking on thread tools.
    Thank you

Page 2 of 2 FirstFirst 12

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
  •