Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: Wireless not working after installing Ubuntu 13.04

  1. #1
    Join Date
    Jul 2013
    Beans
    14

    Wireless not working after installing Ubuntu 13.04

    So my network connection is not working at all after formating my computer and installing Ubuntu 13.04.

    Before formating, I was using Windows 7 in one partition and Ubuntu 12.04 in another. I installed windows first and had to download some drivers to have network, video, etc, working properly. And Ubuntu 12.04 automatically had everything working by itself.

    So I formated my computer, installed Ubuntu 13.04 and can't setup the internet connection.

    Here is the output for ifconfig in terminal:

    jessies-SpaceShip:~$ ifconfig
    eth0 Link encap:Ethernet HWaddr f0:4d:a2:d6:78:d0
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)


    eth1 Link encap:Ethernet HWaddr c0:cb:38:4b:51:13
    inet6 addr: fe80::c2cb:38ff:fe4b:5113/64 Scope:Link
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
    Interrupt:17


    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:65536 Metric:1
    RX packets:3696 errors:0 dropped:0 overruns:0 frame:0
    TX packets:3696 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:297080 (297.0 KB) TX bytes:297080 (297.0 KB)







    ----

    Also, I checked for the drivers at Software and Updates and it looked like that:


    Software and updates > additional drivers >


    Broadcom corporation: BCM4313 802.11b/g/n Wireless LAN Controller
    (this device is using an alternative driver
    Using Broadcom 802.11 Linux STA wireless driver source from bcmwl-kernel-source


    ----

    I know that this is probably a very begginer question but english is not my native language and I've been searching for solutions in this very old and small netbook.

    Does any of you know how to get it working, please?

    Thank you (:

  2. #2
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,967
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Wireless not working after installing Ubuntu 13.04

    Hi,

    uninstall the STA driver and its config via:
    Code:
    sudo apt-get remove --purge bcmwl-kernel-source
    sudo rm /etc/modprobe.d/blacklist-bcm43.conf
    sudo rm /etc/modprobe.d/broadcom-sta-common.conf
    sudo rm /etc/modprobe.d/broadcom-sta-dkms.conf
    Download this firmware file and save it in "Downloads".
    http://media.cdn.ubuntu-de.org/forum..._070513.tar.gz
    Installation via:
    Code:
    sudo tar ~/Downloads/xvf 5007272-Broadcom_Firmware_070513.tar.gz -C /lib/firmware
    Shutdown for 10 minutes currentless and reboot.

  3. #3
    Join Date
    Jul 2013
    Beans
    14

    Re: Wireless not working after installing Ubuntu 13.04

    Thank you for the quick anwer, praseodym.

    So I was able to uninstall the STA driver with the first command line. But couldn't perform the rest of it.

    This is the output:

    jessica@jessies-SpaceShip:~$ sudo rm /etc/modprobe.d/blacklist-bcm43.conf
    rm: cannot remove ‘/etc/modprobe.d/blacklist-bcm43.conf’: No such file or directory
    jessica@jessies-SpaceShip:~$ sudo rm /etc/modprobe.d/broadcom-sta-common.conf
    rm: cannot remove ‘/etc/modprobe.d/broadcom-sta-common.conf’: No such file or directory
    jessica@jessies-SpaceShip:~$ sudo rm /etc/modprobe.d/broadcom-sta-dkms.conf
    rm: cannot remove ‘/etc/modprobe.d/broadcom-sta-dkms.conf’: No such file or directory
    jessica@jessies-SpaceShip:~$ sudo tar ~/Downloads/xvf 5007272-Broadcom_Firmware_070513.tar.gz -C /lib/firmware
    tar: invalid option -- '/'
    Try `tar --help' or `tar --usage' for more information.
    jessica@jessies-SpaceShip:~$

  4. #4
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,967
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Wireless not working after installing Ubuntu 13.04

    Sorry typo:

    Code:
    sudo tar xvf ~/Downloads/5007272-Broadcom_Firmware_070513.tar.gz -C /lib/firmware
    is the right command

  5. #5
    Join Date
    Jul 2013
    Beans
    14

    Re: Wireless not working after installing Ubuntu 13.04

    Ok! Installed it!

    But Ubuntu keeps not turning wifi on... Maybe is there something about my broadcom BCM4313 board?

    Thank you very much (:

  6. #6
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,967
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Wireless not working after installing Ubuntu 13.04

    Check:
    Code:
    dmesg | egrep 'bcma|brcm'
    iwconfig
    sudo iwlist scan
    lsmod

  7. #7
    Join Date
    Jul 2013
    Beans
    14

    Re: Wireless not working after installing Ubuntu 13.04

    jessica@jessies-SpaceShip:~$ dmesg | egrep 'bcma|brcm'
    [ 10.729042] bcma: bus0: Found chip with id 0x4313, rev 0x01 and package 0x08
    [ 10.729070] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x24, class 0x0)
    [ 10.729091] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x18, class 0x0)
    [ 10.729132] bcma: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x11, class 0x0)
    [ 10.745459] bcma: bus0: Bus registered
    [ 11.646670] brcmsmac bcma0:0: mfg 4bf core 812 rev 24 class 0 irq 17
    [ 17.289181] brcmsmac bcma0:0: brcms_ops_start: brcms_up() returned -132
    jessica@jessies-SpaceShip:~$ iwconfig
    eth0 no wireless extensions.


    lo no wireless extensions.


    wlan0 IEEE 802.11bgn ESSIDff/any
    Mode:Managed Access Point: Not-Associated Tx-Power=off
    Retry long limit:7 RTS thrff Fragment thrff
    Power Managementn

    jessica@jessies-SpaceShip:~$ sudo iwlist scan
    [sudo] password for jessica:
    eth0 Interface doesn't support scanning.


    lo Interface doesn't support scanning.


    wlan0 Interface doesn't support scanning : Network is down


    jessica@jessies-SpaceShip:~$ lsmod
    Module Size Used by
    parport_pc 28152 0
    ppdev 17073 0
    rfcomm 42641 0
    bnep 18036 2
    bluetooth 228619 10 bnep,rfcomm
    joydev 17377 0
    arc4 12615 2
    snd_hda_codec_idt 70256 1
    brcmsmac 550698 0
    cordic 12574 1 brcmsmac
    brcmutil 14755 1 brcmsmac
    mac80211 606457 1 brcmsmac
    cfg80211 510937 2 brcmsmac,mac80211
    uvcvideo 80847 0
    videobuf2_vmalloc 13056 1 uvcvideo
    videobuf2_memops 13202 1 videobuf2_vmalloc
    videobuf2_core 40513 1 uvcvideo
    videodev 129260 2 uvcvideo,videobuf2_core
    coretemp 13355 0
    kvm_intel 132891 0
    kvm 443165 1 kvm_intel
    bcma 41051 1 brcmsmac
    snd_hda_intel 39619 3
    snd_hda_codec 136453 2 snd_hda_codec_idt,snd_hda_intel
    snd_hwdep 13602 1 snd_hda_codec
    snd_pcm 97451 2 snd_hda_codec,snd_hda_intel
    snd_page_alloc 18710 2 snd_pcm,snd_hda_intel
    snd_seq_midi 13324 0
    snd_seq_midi_event 14899 1 snd_seq_midi
    snd_rawmidi 30180 1 snd_seq_midi
    dell_wmi 12681 0
    sparse_keymap 13890 1 dell_wmi
    snd_seq 61554 2 snd_seq_midi_event,snd_seq_midi
    snd_seq_device 14497 3 snd_seq,snd_rawmidi,snd_seq_midi
    snd_timer 29425 2 snd_pcm,snd_seq
    i915 600351 8
    wmi 19070 1 dell_wmi
    video 19390 1 i915
    drm_kms_helper 49394 1 i915
    mac_hid 13205 0
    snd 68876 15 snd_hwdep,snd_timer,snd_hda_codec_idt,snd_pcm,snd_ seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_se q_device
    dell_laptop 17369 0
    drm 286313 4 i915,drm_kms_helper
    lpc_ich 17061 0
    dcdbas 14397 1 dell_laptop
    soundcore 12680 1 snd
    i2c_algo_bit 13413 1 i915
    microcode 22881 0
    mei 41158 0
    lp 17759 0
    intel_ips 17978 0
    parport 46345 3 lp,ppdev,parport_pc
    psmouse 95870 0
    serio_raw 13215 0
    atl1c 41071 0
    ums_realtek 17949 0
    usb_storage 57204 1 ums_realtek
    jessica@jessies-SpaceShip:~$

  8. #8
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,967
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Wireless not working after installing Ubuntu 13.04

    The card is "off":
    Code:
    wlan0 IEEE 802.11bgn ESSIDff/any
    Mode:Managed Access Point: Not-Associated Tx-Power=off
    Retry long limit:7 RTS thrff Fragment thrff
    Power Management on
    Any button/switch/key/key combination? Try also:
    Code:
    sudo rfkill unblock all
    rfkill list

  9. #9
    Join Date
    Jul 2013
    Beans
    14

    Re: Wireless not working after installing Ubuntu 13.04

    jessica@jessies-SpaceShip:~$ sudo rfkill unblock all
    jessica@jessies-SpaceShip:~$ rfkill list
    0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: yes



    I don't have any switch... just F2 for turning wifi on or off but it seems not to work with Linux

  10. #10
    Join Date
    Jul 2013
    Beans
    14

    Re: Wireless not working after installing Ubuntu 13.04

    HA I can see avaliable wifi networks!

Page 1 of 3 123 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
  •