[Prism54-users] problem with modprobe prism54

pinguino666@libero.it pinguino666@libero.it
Sat, 6 Dec 2003 04:33:47 +0100


Hello :)

i'm trying to load prism54 drivers but i get this error:
---=
----------
[root:100:~]# modprobe prism54
/lib/modules/2.4.23/kernel/dr=
ivers/net/wireless/prism54/prism54.o: init_module:
No such device
/lib/=
modules/2.4.23/kernel/drivers/net/wireless/prism54/prism54.o: Hint: insmo=
d
errors can be
caused by incorrect module parameters, including invali=
d IO or IRQ parameters.
      You may find more information in syslog or=
 the output from dmesg
/lib/modules/2.4.23/kernel/drivers/net/wireless/p=
rism54/prism54.o: insmod
/lib/modules/2.4.23/kernel/drivers/net/wireless=
/prism54/prism54.o failed
/lib/modules/2.4.23/pcmcia/prism54.o: init_mod=
ule: No such device
/lib/modules/2.4.23/pcmcia/prism54.o: Hint: insmod e=
rrors can be caused by
incorrect module
parameters, including invalid I=
O or IRQ parameters.
      You may find more information in syslog or th=
e output from dmesg
/lib/modules/2.4.23/pcmcia/prism54.o: insmod
/lib/m=
odules/2.4.23/pcmcia/prism54.o failed
/lib/modules/2.4.23/pcmcia/prism54=
.o: insmod prism54 failed
[root:100:~]# dmesg
Loaded prism54 driver, ve=
rsion 1.0.2.2
eth0: resetting device...
eth0: uploading firmware...
ca=
ll_usermodehelper return -13
prism54: request_firmware() failed for 'isl=
3890'
eth0: could not upload firmware ('isl3890')
prism54: No devices f=
ound, driver not installed.
Loaded prism54 driver, version 1.0.2.2
eth0=
: uploading firmware...
call_usermodehelper return -13
prism54: request=
_firmware() failed for 'isl3890'
eth0: could not upload firmware ('isl38=
90')
eth0: All went well, except firmware load
-------------
two obser=
vation: 
1) it try to load the driver 2 times (dunno why)
2) doesn't wo=
rk the first nor the second :D

here is all what i did before trying to=
 modprobe:

1) got kernel source ver 2.4.23
1b) printed the readme and=
 learn by heart it.
2) got prism54 patch from
http://www.prism54.org/pu=
b/linux/snapshot/kernel/v2.4/2003-12/patch-2.4.23-prism54-cvs20031204.bz2=

3) got latest hotplug packet from sourceforge
4) got firmware.agent fr=
om prism54.org and put it in /etc/hotplug/
4b) got firmware isl3890 and =
put it in /usr/lib/hotplug/firmware
5) loaded the patch with: bzip2 -cd =
/root/patch-2.4.23-prism54-cvs20031204.bz2 |
patch -p1 in the kernel sou=
rce directory (/usr/src/linux)
6) configured kernel with pcmcia support,=
 prism54 card support as module and
firmware hotplug support as module t=
oo
7) installed new kernel and rebooted
8) modprobe firmware_class -> o=
k!
9) modprobe prism54 -> error reported at the top

what's goin wrong=
??