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

Thread: kde network preferences?

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

    Re: kde network preferences?

    Quote Originally Posted by princeofnam View Post
    Code:
    dd:~$ grep b43 /etc/modprobe.d/blacklist.conf
    # replaced by b43 and ssb.
    blacklist amd76x_edacblacklist b43
    Is above a copy-paste mistake or the part highlighted in red is actually appended with the part before it like above? Please open the file /etc/modprobe.d/blacklist.conf and confirm that.

    Additionally, please post the outputs of (immediately after a fresh reboot) -
    Code:
    egrep -i 'b43|BOOT_IMAGE=' /var/log/syslog
    grep -R b43 /etc/modprobe.d
    If these don't give us the clue to why b43 is loading unnecessarily, we may have to take extreme measures like renaming the b43 and ssb driver files.

    By the way, could you try a Live CD/USB and see how the wifi works with the native brcmsmac driver along (confirm with lsmod command that b43 isn't loading there too)? All the exercise we are doing is to make that driver work properly. The live session can confirm whether we are doing the right thing or not.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  2. #12

    Re: kde network preferences?

    Yup. The last paragraph reads
    Code:
    # EDAC driver for amd76x clashes with the agp driver preventing the aperture
    # from being initialised (Ubuntu: #297750). Blacklist so that the driver
    # continues to build and is installable for the few cases where its
    # really needed.
    blacklist amd76x_edacblacklist b43
    here is the grep output
    Code:
    egrep -i 'b43|BOOT_IMAGE=' /var/log/syslog
    Dec 25 12:00:26 Ragnarork kernel: [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic root=UUID=173cf438-c9f3-490a-a50e-aead4d1a09ab ro quiet splash vt.handoff=7
    Dec 25 12:00:26 Ragnarork kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0-14-generic root=UUID=173cf438-c9f3-490a-a50e-aead4d1a09ab ro quiet splash vt.handoff=7
    Dec 25 12:00:26 Ragnarork kernel: [    1.449135] pci 0000:00:1c.2:   bridge window [mem 0xb3400000-0xb43fffff]
    Dec 25 12:00:26 Ragnarork kernel: [    1.888256] pci 0000:00:1c.2:   bridge window [mem 0xb3400000-0xb43fffff]
    Dec 25 12:00:26 Ragnarork kernel: [    1.888853] pci_bus 0000:04: resource 1 [mem 0xb3400000-0xb43fffff]
    Dec 25 12:00:26 Ragnarork kernel: [   14.756318] Support for cores revisions 0x17 and 0x18 disabled by module param allhwsupport=0. Try b43.allhwsupport=1
    Dec 25 12:00:26 Ragnarork kernel: [   14.756336] b43: probe of bcma0:0 failed with error -524
    sushi@Ragnarork:~$ grep -R b43 /etc/modprobe.d
    /etc/modprobe.d/blacklist.conf:# replaced by b43 and ssb.
    /etc/modprobe.d/blacklist.conf:blacklist amd76x_edacblacklist b43
    /etc/modprobe.d/blacklist.conf~:# replaced by b43 and ssb.
    Unfortunately I cant demo whether the Live CD version is working or not as I'm currently at home where the WiFi is quite ample. I apologize for the inconvenience and I appreciate your help through this process.
    Last edited by princeofnam; December 25th, 2013 at 08:04 PM.

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

    Re: kde network preferences?

    Quote Originally Posted by princeofnam View Post
    Code:
    blacklist amd76x_edacblacklist b43
    Open the file with root access -
    Code:
    gksu gedit /etc/modprobe.d/blacklist.conf
    [NOTE: Replace 'gksu' with 'kdesudo' or simply 'sudo' if using KDE, also, 'gedit' with whatever text editor you are using]
    And edit the above quoted line to split it into two separate lines, so that it looks like -
    Code:
    blacklist amd76x_edac
    blacklist b43
    then save and close the file. Reboot and check -
    Code:
    lsmod | egrep 'b43|brcm'
    You should see only brcmsmac and related drivers, but no b43 in the output. If so, is the connection any better?
    Last edited by varunendra; December 26th, 2013 at 04:46 PM.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  4. #14

    Re: kde network preferences?

    Code:
    brcmsmac              562767  0 
    cordic                 12574  1 brcmsmac
    brcmutil               15618  1 brcmsmac
    mac80211              596969  1 brcmsmac
    cfg80211              479757  2 brcmsmac,mac80211
    bcma                   46670  2 brcmsmac
    Yup! It's just as you described. I think it worked. It's hard to tell since connectivity can be subjective but I've felt good connectivity since I got back.

  5. #15

    Re: kde network preferences?

    Checking again this morning. Connectivity is definitely better. Thanks for the help. Can't believe it was as simple as that.

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

    Re: kde network preferences?

    If it is still serving you good, please mark the thread as [SOLVED]. Thanks!
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  7. #17

    Re: kde network preferences?

    Hi! I just wanted to bump this thread as I'm still having trouble with my ubuntu wireless. I had to boot into Windows to use the wifi. Does anyone else have any suggestions? I noticed some error messages when I rebooted but I wasn't sure how to access them as they were only visible on the terminal right before reboot. I did see the words "brms_mac" though which led me to suspect something was wrong
    Last edited by princeofnam; February 22nd, 2014 at 10:13 PM.

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

    Re: kde network preferences?

    princeofnam, just noticed your last post.

    How long the solution worked? Did the problem return after some update?

    Please show us a fresh report created by the "wireless_script", as well as the output of -
    Code:
    dmesg | egrep -i 'brms|error'
    And take a look yourself at these logs and post back if you see any suspicious lines -
    /var/log/syslog
    /var/log/dmesg
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

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
  •