Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 45

Thread: EDIMAX EW7811un installation

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

    Re: EDIMAX EW7811un Installation - newbie help

    Did you unplug the stick and create a new wireless connection? Check:
    Code:
    dmesg | grep b43
    lsmod
    iwconfig
    rfkill list

  2. #12
    Join Date
    Apr 2013
    Beans
    22

    Re: EDIMAX EW7811un Installation - newbie help

    rhyssarge@ubuntu:~$ dmesg | grep b43
    [ 39.094412] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
    [ 40.151995] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
    [ 40.152024] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
    [ 40.152026] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/...devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
    [ 5519.499208] b43-phy3: Broadcom 4312 WLAN found (core revision 15)
    [ 5519.576193] Registered led device: b43-phy3::tx
    [ 5519.576234] Registered led device: b43-phy3::rx
    [ 5519.576268] Registered led device: b43-phy3::radio
    [ 5519.892288] b43-phy3: Loading firmware version 478.104 (2008-07-01 00:50:23)
    [ 5795.808268] b43-phy3: Radio hardware status changed to DISABLED
    [ 5815.828306] b43-phy3: Radio hardware status changed to ENABLED
    [ 5816.412298] b43-phy3: Loading firmware version 478.104 (2008-07-01 00:50:23)
    [ 5826.832264] b43-phy3: Radio hardware status changed to DISABLED
    [ 5846.852277] b43-phy3: Radio hardware status changed to ENABLED
    [ 5847.440300] b43-phy3: Loading firmware version 478.104 (2008-07-01 00:50:23)
    [ 5872.816256] b43-phy3: Radio hardware status changed to DISABLED
    [ 5877.828305] b43-phy3: Radio hardware status changed to ENABLED
    [ 5878.016319] b43-phy3: Loading firmware version 478.104 (2008-07-01 00:50:23)
    rhyssarge@ubuntu:~$ lsmod
    Module Size Used by
    snd_seq_dummy 12798 0
    b43 369753 0
    bcma 35656 1 b43
    ssb 52036 1 b43
    nls_iso8859_1 12713 1
    coretemp 13400 0
    arc4 12529 2
    gpio_ich 13383 0
    dell_wmi 12681 0
    sparse_keymap 13890 1 dell_wmi
    dell_laptop 17369 0
    dcdbas 14438 1 dell_laptop
    snd_hda_codec_idt 70209 1
    microcode 22803 0
    bnep 18140 2
    snd_hda_intel 33491 3
    snd_hda_codec 134212 2 snd_hda_codec_idt,snd_hda_intel
    parport_pc 32688 0
    snd_hwdep 13602 1 snd_hda_codec
    rfcomm 46619 0
    ppdev 17073 0
    rtl8192cu 67616 0
    lp 17759 0
    snd_pcm 96580 2 snd_hda_intel,snd_hda_codec
    parport 46345 3 parport_pc,ppdev,lp
    bluetooth 209199 10 bnep,rfcomm
    psmouse 95552 0
    serio_raw 13215 0
    rtl8192c_common 48779 1 rtl8192cu
    rtlwifi 74705 1 rtl8192cu
    snd_seq_midi 13324 0
    snd_rawmidi 30512 1 snd_seq_midi
    joydev 17457 0
    lpc_ich 17061 0
    snd_seq_midi_event 14899 1 snd_seq_midi
    mac80211 539908 4 b43,rtl8192cu,rtl8192c_common,rtlwifi
    mac_hid 13205 0
    snd_seq 61521 3 snd_seq_dummy,snd_seq_midi,snd_seq_midi_event
    cfg80211 206566 3 b43,rtlwifi,mac80211
    radeon 895653 3
    snd_timer 29425 2 snd_pcm,snd_seq
    snd_seq_device 14497 4 snd_seq_dummy,snd_seq_midi,snd_rawmidi,snd_seq
    ttm 83595 1 radeon
    drm_kms_helper 46784 1 radeon
    drm 275528 5 radeon,ttm,drm_kms_helper
    video 19335 0
    i2c_algo_bit 13413 1 radeon
    snd 78734 15 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_ hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_se q_device
    wmi 19070 1 dell_wmi
    soundcore 15047 1 snd
    snd_page_alloc 18484 2 snd_hda_intel,snd_pcm
    hid_generic 12493 0
    usbhid 46947 0
    hid 100366 2 hid_generic,usbhid
    ums_realtek 17949 0
    uas 17844 0
    sky2 58111 0
    usb_storage 48838 2 ums_realtek
    rhyssarge@ubuntu:~$ iwconfig
    wlan1 IEEE 802.11bg ESSID:"TALKTALK-ADEAA6"
    Mode:Managed Frequency:2.412 GHz Access Point: BC:F6:85:AD:EA:A6
    Bit Rate=54 Mb/s Tx-Power=20 dBm
    Retry long limit:7 RTS thrff Fragment thrff
    Power Managementff
    Link Quality=65/70 Signal level=-45 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:2490 Invalid misc:26101 Missed beacon:0

    eth0 no wireless extensions.

    lo no wireless extensions.

    rhyssarge@ubuntu:~$ rfkill list
    2: phy3: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    Last edited by rhyssarge; April 2nd, 2013 at 08:01 AM.

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

    Re: EDIMAX EW7811un Installation - newbie help

    Obviously, some firmware file missing. Install the package "linux-firmware-nonfree" and try again

  4. #14
    Join Date
    Apr 2013
    Beans
    22

    Re: EDIMAX EW7811un Installation - newbie help

    how do i do this?? Is there a command that I need to write? thanks again for all this help man

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

    Re: EDIMAX EW7811un Installation - newbie help

    Either via Software-Center or via terminal

    Code:
    sudo apt-get install linux-firmware-nonfree

  6. #16
    Join Date
    Aug 2006
    Beans
    13,354
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: EDIMAX EW7811un Installation - newbie help

    I am pretty sure that EDIMAX EW7811un has nothing to do with Broadcom 4312. The former is a USB wireless adapter, while the latter is an internal wireless card.
    You can get both working: Edimax, Broadcom.

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

    Re: EDIMAX EW7811un Installation - newbie help

    I know that

    The Realtek driver can be updated later. I was wondering about the module b43 showing up...

  8. #18
    Join Date
    Apr 2013
    Beans
    22

    Re: EDIMAX EW7811un Installation - newbie help

    Quote Originally Posted by praseodym View Post
    Either via Software-Center or via terminal

    Code:
    sudo apt-get install linux-firmware-nonfree
    I have done this, now what?

  9. #19
    Join Date
    Aug 2006
    Beans
    13,354
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: EDIMAX EW7811un Installation - newbie help

    Quote Originally Posted by praseodym View Post
    I know that

    The Realtek driver can be updated later. I was wondering about the module b43 showing up...
    Ah, ok, thought I'd mention.
    b43 shows up because the OP installed firmware-b43-lpphy-installer, probably without internet access, so there is no firmware.

  10. #20
    Join Date
    Apr 2013
    Beans
    22

    Re: EDIMAX EW7811un Installation - newbie help

    Quote Originally Posted by mikewhatever View Post
    Ah, ok, thought I'd mention.
    b43 shows up because the OP installed firmware-b43-lpphy-installer, probably without internet access, so there is no firmware.
    im not gonna lie Mikewhatever, i have no idea what any of this means :\ im at the learning stages. Any help from both of you would be greatly appreciated.

    cheers,
    rhys

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