Page 1 of 5 123 ... LastLast
Results 1 to 10 of 45

Thread: EDIMAX EW7811un installation

  1. #1
    Join Date
    Apr 2013
    Beans
    22

    Cool EDIMAX EW7811un installation

    Hey guys,

    I am new to Ubuntu and not at all familiar with the terminal and the commands but my windows has started becoming slow and wanted to try this out. However, I can only connect to the internet using my EdimaX ew7811un wireless usb adapter because my laptop is that bad!

    The problem is, I cannot find the disk to install the edimax software on my ubuntu (linux) and do not have a clue where to go from here when it comes to downloading drivers or using commands etc. I'm using Ubuntu 12.10 if that helps.

    If anyone can help me, it would be soooo great!

    Cheers,
    Rhys

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

    Re: EDIMAX EW7811un Installation - newbie help

    Hi,

    please open a terminal with CTRL+ALT+T and show the outputs of these commands:
    Code:
    uname -r
    lsusb
    rfkill list
    iwconfig
    lsmod
    Copy the outputs to a text file and upload the content. Do you have the chance to connect via cable?

  3. #3
    Join Date
    Apr 2013
    Beans
    22

    Re: EDIMAX EW7811un Installation - newbie help

    yoo man, I have attached a file with all my details from the termianl. And to your question, I cannot use a wired connection as the lead is too small!

    Im using wireless now, but i wont have it for long in my bedroom!

    Thanks for the help man

    Rhys
    Attached Files Attached Files

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

    Re: EDIMAX EW7811un Installation - newbie help

    Obviously, there is a wireless card inside? Module "b43" is for Broadcom devices. Lets check:
    Code:
    lspci -nnk | grep -iA2 net

  5. #5
    Join Date
    Apr 2013
    Beans
    22

    Re: EDIMAX EW7811un Installation - newbie help

    rhyssarge@ubuntu:~$ lspci -nnk | grep -iA2 net
    09:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller [11ab:4354] (rev 13)
    Subsystem: Dell Device [1028:02aa]
    Kernel driver in use: sky2
    --
    0c:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
    Subsystem: Dell Wireless 1397 WLAN Mini-Card [1028:000c]
    Kernel driver in use: b43-pci-bridge

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

    Re: EDIMAX EW7811un Installation - newbie help

    Here we are

    Code:
    sudo apt-get install firmware-b43-lpphy-installer
    Wireless card should work now.

  7. #7
    Join Date
    Apr 2013
    Beans
    22

    Re: EDIMAX EW7811un Installation - newbie help

    cheers mate, what else will i need to do now?

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

    Re: EDIMAX EW7811un Installation - newbie help

    Unplug the stick and setup a new wireless connection after reloading the driver (or rebooting):
    Code:
    sudo modprobe -rfv b43
    sudo modprobe -v b43
    For the stick you may want to update the driver. Please show:
    Code:
    uname -r

  9. #9
    Join Date
    Apr 2013
    Beans
    22

    Re: EDIMAX EW7811un Installation - newbie help

    "rhyssarge@ubuntu:~$ uname -r
    3.5.0-17-generic"

    and

    [sudo] password for rhyssarge:
    rmmod /lib/modules/3.5.0-17-generic/kernel/drivers/net/wireless/b43/b43.ko
    rmmod /lib/modules/3.5.0-17-generic/kernel/drivers/bcma/bcma.ko
    rmmod /lib/modules/3.5.0-17-generic/kernel/drivers/ssb/ssb.ko

    This is all that happened..

    I'm sorry if im doing stuff wrong haha

  10. #10
    Join Date
    Apr 2013
    Beans
    22

    Re: EDIMAX EW7811un Installation - newbie help

    oh, and

    "rhyssarge@ubuntu:~$ sudo modprobe -v b43
    insmod /lib/modules/3.5.0-17-generic/kernel/drivers/ssb/ssb.ko
    insmod /lib/modules/3.5.0-17-generic/kernel/drivers/bcma/bcma.ko
    insmod /lib/modules/3.5.0-17-generic/kernel/drivers/net/wireless/b43/b43.ko"

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