On Wed, 2004-09-29 at 17:27, Adam Funk wrote: > On Tuesday 28 September 2004 18:00, Luis Fernando Llana DÃaz wrote: > > > Hi all, > > I have de following flash card reader, does anybody know how to make > > it works? > > > > 0000:00:10.1 FLASH memory: ENE Technology Inc CB710 Memory Card Reader > > Controller > > Subsystem: Asustek Computer, Inc.: Unknown device 1724 > > Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- > > ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- > > FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- > > >SERR- <PERR- Interrupt: pin B routed to IRQ 19 Region 0: I/O > > ports at 8800 Capabilities: [a0] Power Management version 2 > > Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA > > PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 PME-Enable- > > DSel=0 DScale=0 PME- > > Does /dev/sda (or /dev/sdb or something like that, if you have other USB > drive-like devices) appear when you plug the card reader in? (In my > experience you may have to wait a few minutes for the device to be > created.)
try tail -f /var/log/messages, then plug it in and look for the following lines (abbreviated) Sep 29 19:24:37 localhost kernel: Attached scsi removable disk sdc at scsi3, channel 0, id 0, lun 0 ... Sep 29 19:24:37 localhost kernel: Attached scsi removable disk sdd at scsi3, channel 0, id 0, lun 1 ... Sep 29 19:24:37 localhost kernel: Attached scsi removable disk sde at scsi3, channel 0, id 0, lun 2 ... Sep 29 19:24:37 localhost kernel: Attached scsi removable disk sdf at scsi3, channel 0, id 0, lun 3 then you can mount (as root) it using mount -t vfat /dev/sde1 /mnt/usb I have 4 slots so the slot that i use is the third one (/dev/sde). Blake Swadling Senior Software Engineer Newton Pty Ltd Telephone: +61 2 6247 3544 Fax: +61 2 6247 3533 Mobile: +61 407 026277 Web: http://www.newton.com.au
signature.asc
Description: This is a digitally signed message part