Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Problems with wireless

Hybrid View

  1. #1
    Join Date
    Mar 2013
    Beans
    13

    Problems with wireless

    Hey everyone, I just installed Ubuntu on my laptop (again after quite a while), and am experiencing difficulties with my wireless. My laptop is an HP G62 Notebook PC, and has a physical hardware button on the keyboard to turn wireless on and off. When off, it is orange, when on, it is white. When I first installed Ubuntu, it was orange, but I could turn it on. But it didn't pick up any wireless networks. Now, I am unable to turn it on, and the wireless option in the network menu has completely dissapeared. Before deciding to make an account, I tried a variety of things I found, but nothing seemed to work. At this point in time, any help would be appreciated. Thanks in advance! And just tell me whatever terminal commands you want me to use, in whatever order, but do note, as it has been a long time since I've used Ubuntu, I'm not entirely familiar with the terminal anymore (not that I was ever really familiar with it, in comparison to people who use Ubuntu regularly).

  2. #2
    Join Date
    Mar 2013
    Beans
    13

    Re: Problems with wireless

    Bump. I know I'm ever so slightly vague, but please help. I'm noot a total noob/knob, like my original post may have made me out to be...

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

    Re: Problems with wireless

    Please show the outputs of:
    Code:
    lspci -nnk | grep -iA2 net
    lsmod
    iwconfig
    rfkill list

  4. #4
    Join Date
    Mar 2013
    Beans
    13

    Re: Problems with wireless

    the first one gave the following:
    Code:
    02:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
        Subsystem: Hewlett-Packard Company Device [103c:145c]
        Kernel driver in use: bcma-pci-bridge
    --
    03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 02)
        Subsystem: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136]
        Kernel driver in use: r8169
        Kernel modules: r8169
    then

    Code:
    Module                  Size  Used by
    ums_realtek            17950  0 
    rndis_host             13856  0 
    cdc_ether              13495  1 rndis_host
    usbnet                 26160  2 rndis_host,cdc_ether
    snd_hda_codec_hdmi     32049  1 
    joydev                 17458  0 
    kvm_amd                55605  0 
    kvm                   414071  1 kvm_amd
    parport_pc             32689  0 
    ppdev                  17074  0 
    bnep                   18141  2 
    rfcomm                 46620  0 
    bluetooth             209249  10 bnep,rfcomm
    binfmt_misc            17501  1 
    microcode              22804  0 
    snd_hda_codec_realtek    78147  1 
    snd_seq_midi           13325  0 
    k10temp                13127  0 
    snd_rawmidi            30513  1 snd_seq_midi
    psmouse                95595  0 
    serio_raw              13216  0 
    snd_seq_midi_event     14900  1 snd_seq_midi
    snd_seq                61555  2 snd_seq_midi,snd_seq_midi_event
    snd_hda_intel          33492  4 
    snd_hda_codec         134213  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep              17699  1 snd_hda_codec
    edac_core              52452  0 
    edac_mce_amd           23304  0 
    snd_pcm                96668  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    snd_seq_device         14498  3 snd_seq_midi,snd_rawmidi,snd_seq
    sp5100_tco             13698  0 
    i2c_piix4              13168  0 
    snd_timer              29426  2 snd_seq,snd_pcm
    radeon                895730  3 
    snd                    78921  18 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_rawmidi,snd_seq,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq_device,snd_timer
    ttm                    83596  1 radeon
    drm_kms_helper         49113  1 radeon
    uvcvideo               76750  0 
    videobuf2_core         32852  1 uvcvideo
    video                  19391  0 
    videodev              120310  2 uvcvideo,videobuf2_core
    drm                   288721  5 radeon,ttm,drm_kms_helper
    videobuf2_vmalloc      12861  1 uvcvideo
    videobuf2_memops       13405  1 videobuf2_vmalloc
    i2c_algo_bit           13414  1 radeon
    soundcore              15048  1 snd
    snd_page_alloc         18485  2 snd_hda_intel,snd_pcm
    wmi                    19071  0 
    cdc_acm                26899  0 
    b43                   369857  0 
    mac80211              540032  1 b43
    mac_hid                13206  0 
    cfg80211              206797  2 b43,mac80211
    bcma                   35657  1 b43
    ssb                    52037  1 b43
    shpchp                 37109  0 
    lp                     17760  0 
    parport                46346  3 parport_pc,ppdev,lp
    hid_logitech_dj        18605  0 
    usbhid                 46987  1 hid_logitech_dj
    hid                   100411  2 hid_logitech_dj,usbhid
    usb_storage            48834  1 ums_realtek
    r8169                  61651  0 
    ahci                   25721  2 
    libahci                31192  1 ahci
    then

    Code:
    usb0      no wireless extensions.
    
    eth0      no wireless extensions.
    
    lo        no wireless extensions.
    the last one returned absolutely nothing.

  5. #5
    Join Date
    Sep 2011
    Beans
    13

    Re: Problems with wireless

    Try
    Code:
    sudo rfkill list
    Press Enter and insert your password.

    Submit the output.

    BTW have you installed any network manager (nm-appled, wicd....)?

  6. #6
    Join Date
    Mar 2013
    Beans
    13

    Re: Problems with wireless

    Even with Sudo it returns nothing. And I don't have any network managers that I know of.

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

    Re: Problems with wireless

    Install the package "b43-fwcutter"

  8. #8
    Join Date
    Mar 2013
    Beans
    13

    Re: Problems with wireless

    installing

  9. #9
    Join Date
    Mar 2013
    Beans
    13

    Re: Problems with wireless

    installed

  10. #10
    Join Date
    Mar 2013
    Beans
    13

    Re: Problems with wireless

    hello? I still need help. Nothing has been resolved yet.

Page 1 of 2 12 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
  •