クラモチです > Libretto20,50 で Vine-2.6r1 を入れて apt-get して、kernel も新しくし 新しくする前の2.4.x(たしか18くらい?)でも認識できていなかったって事ですよね? 2.2系で認識しているようなのでそれを元に使っているモジュールを調べて、新しい kernelで再構築してみては? > > May 10 19:59:05 localhost pcmcia: Starting PCMCIA services: > May 10 19:59:05 localhost pcmcia: modules > May 10 19:59:05 localhost pcmcia: /lib/modules/2.4.20-0vl29.1/pcmcia/yenta_socket.o: > May 10 19:59:05 localhost pcmcia: init_module: No such device > May 10 19:59:05 localhost pcmcia: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. > May 10 19:59:05 localhost pcmcia: You may find more information in syslog or the output from dmesg > May 10 19:59:05 localhost pcmcia: > May 10 19:59:06 localhost pcmcia: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. > May 10 19:59:06 localhost pcmcia: You may find more information in syslog or the output from dmesg > May 10 19:59:06 localhost pcmcia: /lib/modules/2.4.20-0vl29.1/pcmcia/ds.o: init_module: Operation not permitted > May 10 19:59:06 localhost pcmcia: cardmgr. > > と、pcmcia が認識できていません。ファイルが無いというわけでなく > > lrwxrwxrwx 1 root root 39 May 10 18:43 /lib/modules/2.4.20-0vl29.1/pcmcia/yenta_socket.o -> ../kernel/drivers/pcmcia/yenta_socket.o > -rw-r--r-- 1 root root 14930 Apr 12 16:21 /lib/modules/2.4.20-0vl29.1/pcmcia/../kernel/drivers/pcmcia/yenta_socket.o > > となっています。kernel-2.2.x では > > May 10 20:04:12 localhost pcmcia: Starting PCMCIA services: > May 10 20:04:12 localhost pcmcia: modules > May 10 20:04:12 localhost kernel: Linux PCMCIA Card Services 3.1.29 > May 10 20:04:12 localhost kernel: kernel build: 2.2.25-0vl3 #1 Fri Apr 4 07:11:59 EST 2003 > May 10 20:04:12 localhost kernel: options: [pci] [cardbus] [apm] [pnp] > May 10 20:04:12 localhost kernel: PnP: PNP BIOS installation structure at 0x800f8dc0 > May 10 20:04:12 localhost kernel: PnP: PNP BIOS version 1.0, entry at f0000:a05d, dseg at 0 > May 10 20:04:12 localhost kernel: Intel ISA/PCI/CardBus PCIC probe: > May 10 20:04:12 localhost kernel: Intel i82365sl B step rev 00 ISA-to-PCMCIA at port 0x3e0 ofs 0x00 > May 10 20:04:12 localhost kernel: host opts [0]: none > May 10 20:04:12 localhost kernel: host opts [1]: none > May 10 20:04:13 localhost kernel: ISA irqs (scanned) = 3,4,7,9,10,15 status change on irq 15 > > と認識されます。2.4.x でうまく認識させるにはどうすればいいんでしょうか。 >