MESSAGE
DATE | 2003-06-13 |
FROM | Joe Villari
|
SUBJECT | Re: [hangout] More PCMCIA Stuff
|
Here is /var/log/messages after I inserted the card:
Jun 13 20:41:24 localhost cardmgr[1047]: initializing socket 0 Jun 13 20:41:24 localhost cardmgr[1047]: socket 0: ATA/IDE Fixed Disk Jun 13 20:41:24 localhost cardmgr[1047]: executing: 'modprobe ide-cs' Jun 13 20:41:24 localhost cardmgr[1047]: + modprobe: Can't locate module ide-cs Jun 13 20:41:24 localhost cardmgr[1047]: modprobe exited with status 255 Jun 13 20:41:24 localhost cardmgr[1047]: module /lib/modules/2.4.20/pcmcia/ide-cs.o not available Jun 13 20:41:25 localhost cardmgr[1047]: get dev info on socket 0 failed: Resource temporarily unavailable Jun 13 20:41:25 localhost cardmgr[1047]: exiting
So I tried to copy the ide-cs.o module I had into /lib/modules/2.4.20/pcmcia/, shutdown cardmgr and the restarted it and got:
Jun 13 20:46:07 localhost cardmgr[1413]: socket 0: ATA/IDE Fixed Disk Jun 13 20:46:07 localhost cardmgr[1413]: executing: 'modprobe ide-cs' Jun 13 20:46:07 localhost cardmgr[1413]: + modprobe: Can't locate module ide-cs Jun 13 20:46:07 localhost cardmgr[1413]: modprobe exited with status 255 Jun 13 20:46:07 localhost cardmgr[1413]: executing: 'insmod /lib/modules/2.4.20/pcmcia/ide-cs.o' Jun 13 20:46:07 localhost cardmgr[1413]: + /lib/modules/2.4.20/pcmcia/ide-cs.o: unresolved symbol ide_register_hw_R13134ef1 Jun 13 20:46:07 localhost cardmgr[1413]: + /lib/modules/2.4.20/pcmcia/ide-cs.o: unresolved symbol ppc_ide_md_Rececad69 Jun 13 20:46:07 localhost cardmgr[1413]: insmod exited with status 1 Jun 13 20:46:08 localhost cardmgr[1413]: get dev info on socket 0 failed: Resource temporarily unavailable Jun 13 20:46:09 localhost cardmgr[1413]: exiting
So, I seeing that I have a module problem. This kernel I compiled. Now I have ide-cs, ide-cs.c and ide-cs.o in other directories from a precompiled kernel which I'm not using.
My attempt to copy the file I neede obviously didn't work. Can I copy these other files and place where they need to be? How do I know where to put them?
Is it possible to compile modules without recompiling the kernel? I think this is what modules are for.
Thanks for the help Kevin.
Joe
Kevin Mark wrote: > On Fri, 2003-06-13 at 10:57, Joe Villari wrote: > >>It appears that my smartmedia card is being recognized: >> >>[root-at-localhost joev]# cardctl config >>Socket 0: >> Vcc 5.0V Vpp1 5.0V Vpp2 5.0V >>[root-at-localhost joev]# cardctl ident >>Socket 0: >> product info: "OLYMPUS", "PAN ", "1.0" >> manfid: 0x0000, 0x0000 >> function: 4 (fixed disk) >>[root-at-localhost joev]# cardctl status >>Socket 0: >> 5V 16-bit PC Card >> function 0: [ready] >> > > > > When you insert the media, send us the last 30 lines of > /var/log/messages (which should have info about your card) > -K
____________________________ NYLXS: New Yorker Free Software Users Scene Fair Use - because it's either fair use or useless.... NYLXS is a trademark of NYLXS, Inc
|
|