On Fri, 2008-04-11 at 12:29 +0200, Matthias Rappe wrote: > Moin. > Thank you for answering to me! > > > > Am Fri, Apr 11, 2008 at 01:02:28AM +0200, blickte mich Franklin PIAT mit: > > > > Google can't find "???ipc5025"... > > > > It's the Toshiba IPC 5025 A > > > Which identifiers does the ???pcmciautils tools (/sbin/lspcmcia > > or /sbin/pccardctl) list ? > > > > On this machine, I think 3.0 is called woody, the cardctl ident comand > only issues values of the attached scsi-bus, i.e. the pcmcia card, but > not about the attched CDRW drive as far as I understand the messages: > > socket0: > product info: "KME", "SCSI-CARD-001","1" > manfid: 0x0032, 0x2604 > > The status message reads: [ready] [up]
According to the page http://tuxmobil.org/pcmcia_ci10123.html , the driver "aha152x_cs" should work. In the file /etc/pcmcia/config you should already have : > card "Adaptec APA-1460 SlimSCSI" > version "Adaptec, Inc.", "APA-1460 SCSI Host Adapter" > bind "aha152x_cs" Under it, you add : card "PCMCIA CDWriter - SCSI bus" manfid: 0x0032, 0x2604 bind "aha152x_cs" Then restart pcmcia with "/etc/init.d/pcmcia restart" If everything goes fine, the (SCSI) device should be detected (check /proc/scsi/scsi). If you do have it, the cdrom should be available under /dev/scd0. But you _might_ have to create /dev/scd manually, with something like cd /dev ; mknod scd0 b 11 0 ; chgrp cdrom /dev/scd0 nl -s cdrom scd0 If everything went fine, "mount /dev/scd0 /cdrom" should then work. Franklin [1] http://tuxmobil.org/pcmcia_linux_tips.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

