Results 1 to 9 of 9

Thread: Missing Firmware for wireless usb adaptor

  1. #1
    Join Date
    2013-Apr
    Posts
    4

    Missing Firmware for wireless usb adaptor

    I have an old Linksys WUSB54G adaptor that I am trying to connect with. I ran the code dsmeg | tail and it output the following:

    usb 1-2 Loading firmware file isl3886usb
    usbcore registered new interface driver p54usb
    usb1-2 firmware agent aborted loading isl3886usb (not found?)
    usb1-2 failed to initialize device (-2)

    How do I load the firmware for this?

    Any help is appreciated.

  2. #2
    Join Date
    2013-Apr
    Location
    Seal Beach, California
    Posts
    22
    Quote Originally Posted by ought-6 View Post
    I have an old Linksys WUSB54G adaptor that I am trying to connect with. I ran the code dsmeg | tail and it output the following:

    usb 1-2 Loading firmware file isl3886usb
    usbcore registered new interface driver p54usb
    usb1-2 firmware agent aborted loading isl3886usb (not found?)
    usb1-2 failed to initialize device (-2)

    How do I load the firmware for this?

    Any help is appreciated.
    Is that adapter compatible with Linux is the first question you need to ask yourself. I am not sure Debian Wheezy 7.0 native drivers are loaded for it.

    You need to locate the exact drivers based upon your exact model, there's a useful tool for this called...ndiswrapper .. http://sourceforge.net/apps/mediawik...itle=Main_Page That's the wiki and you can start troubleshooting. The info. is there you will need to research it. I searched under "USB Device Database".



    Article here on a guy trying to install that same adapter to his lappy on the Ubuntu system, http://www.linuxcompatible.org/Insta...4G_t32624.html You can use that a base for research see what his results were. Loading drivers on Linux has come along way but can still be a headache.

    The rest is a learning experience.
    Attached Images Attached Images
    Pain heals. Chicks dig scars. Glory lasts forever. ~ Shane Falco

  3. #3
    Join Date
    2013-Mar
    Posts
    354
    Your chipset is isl3886 and it uses the p54 driver which is trying to load for the isl3886 USB.

    In the post I do not see any info about not supported or not finding driver..The info claerly states that driver was found but could not be loaded. Also stated the chipset isl3886.

    It just aborted the load of module, so then the device could not be initialized in consecuence.

    Try to load it manually: modprobe p54usb

  4. #4
    Join Date
    2013-Apr
    Posts
    4
    Do I need to navigate to a certain path or can I just open a fresh terminal and type modprobe p54usb?

  5. #5
    Join Date
    2013-Apr
    Posts
    126
    i think you need to load the rt2800usb driver. You don't need to navigate to any path, just run modprobe "the_driver_to_load" in a terminal

  6. #6
    Join Date
    2013-Mar
    Posts
    354
    Quote Originally Posted by ought-6 View Post
    Do I need to navigate to a certain path or can I just open a fresh terminal and type modprobe p54usb?
    Yes...

    Please refer here to clear out some issues: http://wikidevi.com/wiki/Linksys_WUSB54G_v2
    Version 1 and 2 have the Intersil Chipset
    Version 4 has the Ralink chipset.

    I quote:
    usb 1-2 Loading firmware file isl3886usb
    usbcore registered new interface driver p54usb
    usb1-2 firmware agent aborted loading isl3886usb (not found?)

    Your chipset is Intersil, so driver to Intersil is p54b in both version 1 and 2. For the Ralink chipset is the rt2500usb. All is in the web page referred above.

    Luck.

  7. #7
    Join Date
    2013-Apr
    Posts
    4
    Thanks for the replies guys. I have done modprobe p54usb but it still does not activate the wireless. I will continue researching or consider buying an up to date usb adapter.

  8. #8
    Join Date
    2013-May
    Posts
    1
    Er.. you will need the isl3886usb firmware for the device to work. The log output indicates it is bailing out after failing to load it.

    The firmware is linked to on the p54 page on the Linux Wireless wiki. It can be downloaded here for non-ancient kernels (see the wiki page for kernels >= 2.6.28).

    Download the FW file, rename it to isl3886usb, and then move it to wherever the Kali distro keeps the firmware (presumably /lib/firmware).. or wget the file with the output to /lib/firmware/isl3886usb. It should then work to some extent.

  9. #9
    Join Date
    2013-Apr
    Posts
    4
    I installed WICD and magically the WLAN0 activated itself. Not sure what happened, but it works.

Similar Threads

  1. missing firmware during installation
    By mattia in forum Installing Archive
    Replies: 1
    Last Post: 2022-08-13, 16:15
  2. Kali linux raspi-firmware: missing /boot/firmware
    By In+Qui in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2022-07-01, 13:51
  3. Possible Missing Firmware
    By Boobalan in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-06-20, 04:33
  4. Problem with missing firmware and wireless connection
    By NVV in forum TroubleShooting Archive
    Replies: 5
    Last Post: 2020-03-18, 05:21
  5. Missing Wireless Firmware During Installation
    By ram- in forum Installing Archive
    Replies: 1
    Last Post: 2016-08-09, 16:49

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •