Es schrieb Vincent Meyer:
>
> OK, loaded the latest greatest, and network wouldn't start. Does not
> appear to be turning the PCMCIA network controller, so I restarted the
> PCMCIA services. Here's the messages:
>
> [root@localhost rc3.d]# ./S09pcmcia reload
> Shutting down PCMCIA services:.
> Starting PCMCIA services: modulesinsmod: a module named pcmcia_core already
> exists
> insmod: /lib/modules/2.4.7-1mdk/pcmcia/yenta_socket.o*: No such file or
> directory
> /lib/modules/2.4.7-1mdk/pcmcia/ds.o.gz: init_module: Operation not permitted
> Hint: insmod errors can be caused by incorrect module parameters, including
> invalid IO or IRQ parameters
> cardmgr.
> [root@localhost rc3.d]#
>
> so??? what's a yenta socket?
I have the same problem. It seens that kudzu (the RedHat) tool suggests
"yenta_socket" for my CardBus bridge: Ricoh Co Ltd RL5c476 II.
As a result it failes to start the cardmgr. With the attached patch I
was able to get the correct module loaded on boot, so that the cardmgr
starts.
Neverless the cardmgr fails to start my networkcard :-(
I have to make "ifup eth0" by hand when bootup is finished, but hen I have
no NFS mouinted, etc ... :-(
--
��������������������������������������������������������_�����
Tsch�ss�und�bis�demn�chst/�bient�t,������������������_|_|_���
�������������������������������������������������������(")���*
������������������������������������Stefan�������������/v\ �/�
������������������������������������������������������(���)���Penguin�Powered!
�+----------------------------------------------------(m-m)------------------+
�|�Stefan�Siegel���������������������|�http://www.student.uni-kl.de/~siegel/�|
�|�Kurt-Schumacher-Str.�34�/�App.144�|�mailto:[EMAIL PROTECTED]����|
�|�D-67663 Kaiserslautern������������|�PGP�Public�Key:�����������������������|
�|�Tel.:�+49-631-18269���������������|���finger�-l�[EMAIL PROTECTED]���|
�+---------------------------------------------------------------------------+
--------------D7D4C2419082D1935CA68921
Content-Type: text/plain; charset=us-ascii;
name="pcmcia.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="pcmcia.patch"
diff -u /etc/init.d/pcmcia.orig /etc/init.d/pcmcia
--- /etc/init.d/pcmcia.orig Tue Jul 31 19:13:58 2001
+++ /etc/init.d/pcmcia Wed Aug 1 02:46:14 2001
@@ -69,7 +69,7 @@
break
else
kernel=`uname -r | cut -d. -f1-2`
- if [ $PCIC = i82365 -a $kernel = 2.4 ]; then
+ if [ $PCIC != i82365 -a $kernel = 2.4 ]; then
kudzu=$(kudzu -b pci -c socket -p | grep yenta_socket)
if [ -n "$kudzu" ]; then
PCIC=yenta_socket