Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 34

Thread: BCM43225 and limitation UK/Europe Channels 12/13

  1. #21
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: BCM43225 and limitation UK/Europe Channels 12/13

    I actually think the STA driver is correct; however, if it's working well with the exception of channels 12 and 13, then I guess brcmsmac is no better or worse than STA.

    If you have done this:
    Also setting the /etc/default/crda to
    Code:

    REGDOMAIN=GB
    ...and this:
    You might try this:
    Code:
    sudo gedit /etc/modprobe.d/cfg80211.conf
    Add one line:
    Code:
    options cfg80211 ieee80211_regdom=GB
    Proofread, save and close gedit. Unload and reload brcmsmac:

    Code:
    sudo modprobe -r brcmsmac
    sudo modprobe brcmsmac
    And you've checked the router for any available changes, then you've done all I know to do.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  2. #22
    Join Date
    Sep 2009
    Beans
    10

    Re: BCM43225 and limitation UK/Europe Channels 12/13

    Yep done all that.

    I'm actually considering trying to connect to my AP via terminal mabe i can get some clues.

    Do you reckon i would have better luck installing b43 as far as i know it should support my card?

  3. #23
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: BCM43225 and limitation UK/Europe Channels 12/13

    Quote Originally Posted by Fuxy View Post
    Yep done all that.

    I'm actually considering trying to connect to my AP via terminal mabe i can get some clues.

    Do you reckon i would have better luck installing b43 as far as i know it should support my card?
    Broadcom Corporation BCM43225 802.11b/g/n [14e4:4357] (rev 01)
    The vendor and product ids are actually in b43's loyal sidekick, ssb. As you can see, 4357 isn't included:
    chili@LAPTOP60:~$ modinfo ssb | grep 4357
    chili@LAPTOP60:~$
    So, no, b43 won't work.

    With Network Manager running, it is doubtful you'll connect or even see any significant clues in the terminal. You might instead check here:
    Code:
    sudo cat /var/log/syslog | grep -e etwork -e wl | tail -n25
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  4. #24
    Join Date
    Sep 2009
    Beans
    10

    Re: BCM43225 and limitation UK/Europe Channels 12/13

    That's wierd this http://linuxwireless.org/en/users/Drivers/b43#Supported_devices
    seems to imply it is. Whats up with that?

  5. #25
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: BCM43225 and limitation UK/Europe Channels 12/13

    Quote Originally Posted by Fuxy View Post
    That's wierd this http://linuxwireless.org/en/users/Drivers/b43#Supported_devices
    seems to imply it is. Whats up with that?
    I don't know for sure. I just read modinfo and report what I see. You can always try and report.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #26
    Join Date
    Sep 2009
    Beans
    10

    Re: BCM43225 and limitation UK/Europe Channels 12/13

    I did some more digging and did some research on brcmsmac and apparently it's a known problem.
    Here's a thread on it:
    http://www.gossamer-threads.com/list...kernel/1532375
    and a related blog post
    http://133nux.blogspot.co.uk/2011/12...-broadcom.html

    O please somebody tell me this is getting backported and punt into ubuntu.
    Last edited by Fuxy; June 9th, 2012 at 02:21 AM.

  7. #27
    Join Date
    Mar 2010
    Location
    Auckland, New Zealand
    Beans
    47
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: BCM43225 and limitation UK/Europe Channels 12/13

    Amazing! I was trying to get my wife's laptop up and running for the past 3 hours... until I run into this thread! Ubuntu community is great!

    So, I switched from channel 13 to channel 10 and wireless is up and running now! It's good wireless networks aren't many in my area!

    Laptop is HP DV6-7032TX

    lsmod | grep -e wl -e brcm
    Code:
    brcmsmac              570859  0 
    mac80211              506816  1 brcmsmac
    brcmutil               15139  1 brcmsmac
    cfg80211              205544  2 brcmsmac,mac80211
    crc8                   12893  1 brcmsmac
    cordic                 12535  1 brcmsmac
    lspci -nn | grep 0280
    Code:
    0a:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
    Cheers,
    Andres.

  8. #28
    Join Date
    Jan 2010
    Beans
    10

    Re: BCM43225 and limitation UK/Europe Channels 12/13

    Same problem here in Australia with a BCM4314.
    Looks like I'll have to go to my backup install of Ubuntu 10.10 - thank goodness for Clonezilla

    Has this been reported as a bug on Launchpad so that the devs know that it is a problem?

  9. #29
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,975
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: BCM43225 and limitation UK/Europe Channels 12/13

    Thats a known bug with the Broadcom station driver. Try the native one:

    Code:
    sudo modprobe -rfv wl
    sudo modprobe -v brcmsmac
    Check:

    Code:
    iwconfig
    iwlist chan
    sudo iwlist scan
    dmesg | grep brcm
    You are sure with BCM 4314? Please check:

    Code:
    lspci -nnk | grep -iA2 net

  10. #30
    Join Date
    Jan 2010
    Beans
    10

    Re: BCM43225 and limitation UK/Europe Channels 12/13

    Here are the results of the commands you suggested.

    Code:
    ubuntu@ubuntu:~$ sudo modprobe -rfv wl
    FATAL: Module wl not found.
    ubuntu@ubuntu:~$ sudo modprobe -v brcmsmac
    ubuntu@ubuntu:~$ iwconfig
    lo        no wireless extensions.
    
    wlan0     IEEE 802.11bgn  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=19 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              
    eth0      no wireless extensions.
    
    ubuntu@ubuntu:~$ iwlist chan
    lo        no frequency information.
    
    wlan0     11 channels in total; available frequencies :
              Channel 01 : 2.412 GHz
              Channel 02 : 2.417 GHz
              Channel 03 : 2.422 GHz
              Channel 04 : 2.427 GHz
              Channel 05 : 2.432 GHz
              Channel 06 : 2.437 GHz
              Channel 07 : 2.442 GHz
              Channel 08 : 2.447 GHz
              Channel 09 : 2.452 GHz
              Channel 10 : 2.457 GHz
              Channel 11 : 2.462 GHz
    eth0      no frequency information.
    
    ubuntu@ubuntu:~$ dmesg | grep brcm
    [   87.859550] brcmsmac 0000:02:00.0: bus 2 slot 0 func 0 irq 10
    [   87.859641] brcmsmac 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [   87.859660] brcmsmac 0000:02:00.0: setting latency timer to 64
    [   95.099833] ieee80211 phy0: brcms_ops_config: change monitor mode: false (implement)
    [   95.099847] ieee80211 phy0: brcms_ops_config: change power-save mode: false (implement)
    [   95.103150] ieee80211 phy0: brcms_ops_bss_info_changed: qos enabled: false (implement)
    ubuntu@ubuntu:~$ lspci -nnk | grep -iA2 net
    01:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR8132 Fast Ethernet [1969:1062] (rev c0)
        Subsystem: Acer Incorporated [ALI] Device [1025:0349]
        Kernel driver in use: atl1c
    --
    02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
        Subsystem: Broadcom Corporation Device [14e4:0510]
        Kernel driver in use: brcmsmac
    ubuntu@ubuntu:~$
    Do you have a link to this bug on launchpad so I can keep track of when it is resolved?

    Thanks in advance,
    Kirin.

Page 3 of 4 FirstFirst 1234 LastLast

Tags for this Thread

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
  •