Results 21 to 30 of 44
I put it there and it still doesnt work...
- 07-02-2009 #21Just Joined!
- Join Date
- Jul 2009
- Location
- Tyler, Tx
- Posts
- 21
I put it there and it still doesnt work
- 07-02-2009 #22
It has been my experience that when it is looking for the firmware in a sub-directory, the firmware error message will say so. I know that this is true for Broadcom wireless, where the error message will include the /firmware/b43 path. I don't see anything like that in your error message.
In Ubuntu, the firmware folder has sub-folders for the specific kernel versions installed. The firmware needs to be placed in the kernel sub-folder.
Maybe this is a Slackware thing. What exactly is the contents of your /lib/firmware directory? Are there any other folders in there?
EDIT: I found some info on this:
I think that firmware.agent is a text file that you can easily open and read.Double check /etc/hotplug/firmware.agent on where to install firmware images toLast edited by waterhead; 07-02-2009 at 08:32 PM.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 07-02-2009 #23Just Joined!
- Join Date
- Jul 2009
- Location
- Tyler, Tx
- Posts
- 21
there isnt that etc/hotplug directory either, and i checked the files and stuff.......hmmm
- 07-02-2009 #24
I found a README file for the p54 driver here:
http://www.microalcarria.com/descarg...m54-1.1/README
There is an interesting section concerning the firmware.
Again it mentions the firmware.agent file. It also list the firmware folder as /usr/lib/hotplug/firmware. But this could be an old document.Firmware/hotplug
----------------
This driver needs to upload the firmware to the NIC's ram on initialization
it does so by requesting the firmware from the hotplug subsystem by asking
for "isl3890" or "isl3877" depending on the hardware detected. We don't
actually know of any card using isl3877 so if you do let us know
Make sure the hotplug system has been setup properly, otherwise you
might get errors in the kernel log stating that request_firmware() has failed
*) does "cat /proc/sys/kernel/hotplug" show something like "/sbin/hotplug"?
*) is /sbin/hotplug present?
*) is the "firmware" agent is present (call /sbin/hotplug without
any argument to show a list of available agents)
*) have you copied the firmware file into the folder expected by
firmware.agent? (usually "/usr/lib/hotplug/firmware/")
*) for 2.6.x you need to mount sysfs!
Other issues not directly related to firmware uploading:
*) [cardbus] have 'yenta_socket' module loaded in order to make cardbus
card visible to the kernel pci subsystem? (check with lspci(1) whether
device is visible to the kernel)Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 07-02-2009 #25Just Joined!
- Join Date
- Jul 2009
- Location
- Tyler, Tx
- Posts
- 21
Im not finding any hotplug directories
- 07-02-2009 #26
I guess that stuff was too old to be of any use. I didn't have time to research it before I posted it.
The problem still seems to be with it not finding the firmware. Try unloading and reloading the module. Then check dmesg again, to see if the firmware error is different. Use the su command to first gain root privileges.
Code:su <enter> Password:
Code:modprobe -r p54
Code:modprobe p54
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 07-02-2009 #27Just Joined!
- Join Date
- Jul 2009
- Location
- Tyler, Tx
- Posts
- 21
Ok I did that, and im still getting the same error. So Im guessing i have the firmware in the wrong place
- 07-03-2009 #28Just Joined!
- Join Date
- Jul 2009
- Location
- Tyler, Tx
- Posts
- 21
I cant figure this out, so im going back to windows
- 07-03-2009 #29
I don't know why you picked SLAX as your first Linux distro, but it is not the best choice, especially for a newbie.
I would recommend using Ubuntu or even better, the Ubuntu derivative, Linux Mint. If you need a light weight distro, there is the Eee PC version of Ubuntu named Easy Peasy.
You usually can boot them into a LiveCD mode, to check it out. You will most likely have install your wireless firmware in those too. So save a copy of it.
It also occured to me that you may have the firmware misnamed:
isl3887usb_bare
The third character is a lower case "L", not the number one (1).Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 07-04-2009 #30Just Joined!
- Join Date
- Jul 2009
- Location
- Tyler, Tx
- Posts
- 21
i didnt use ubuntu because im on an old pentium 2, and yes im positive i put a "l" instead of a "1" because i copied what the website said put. Im downloading Xubuntu and seeing if thats any better


Reply With Quote
