LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-22-2003, 08:37 PM   #16
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69

Fin, what's fat=12?

Cool
 
Old 01-22-2003, 08:43 PM   #17
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Good point, probably shouldn't put that part in there by default, most CF cards are really small, so they were formatted with a small FAT so as to eat less space with filesystem... I think it might have to do with responsiveness too... regardless, I just got that line googling somewhere, worked for me and so I pasted it into this thread. The kernel is smart, just let it autodetect the format structure...

Cheers,

Finegan
 
Old 01-22-2003, 09:27 PM   #18
X-dazed
LQ Newbie
 
Registered: Dec 2002
Location: FL
Distribution: RH 7.3, Mandrake 9.0
Posts: 18

Rep: Reputation: 0
Ok I tried to create the directory, but it appears to have been already created (I hadn't seen this before in the past when I've connected it to the usb port). So I mounted w/o changing the etc/fstab, just to check it out, and I'm able to browse the cf card and see the icons, which appear to be generic icons, and the actual pictures (when I'm able to see them) look terrible - screenshot unavailable as it exceeds size limit and I haven't figured out how to quickly make it smaller yet .

Questions: would this have anything to do with my graphics card (I don't think so, since it works fine in Windows), and is there a limitation on the size of the file that linux (I'm using konqueror) is able to handle as far as png files are concerned?

Last edited by X-dazed; 01-30-2003 at 12:44 AM.
 
Old 03-24-2003, 09:50 AM   #19
Samu
LQ Newbie
 
Registered: Mar 2003
Posts: 1

Rep: Reputation: 0
Hi,

I've a laptop with a Suse8.1 Prof. and I try to access a cf card through a PCMCIA card. When I plug the cf card with the PCMCIA card into the laptop

cat /var/lib/pcmcia/stab prints the following:

Socket 0: ATA/IDE Fixed Disk
Socket 1: empty


tail -f /var/log/messages prints the following:

Mar 24 15:55:34 cn36550c cardmgr[619]: get dev info on socket 1 failed: Resource temporarily unavailable
Mar 24 15:59:00 cn36550c /USR/SBIN/CRON[3537]: (root) CMD ( rm -f /var/spool/cron/lastrun/cron.hourly)
Mar 24 16:00:10 cn36550c su: (to broot) cn3kos00 on /dev/pts/2
Mar 24 16:00:11 cn36550c su: pam_unix2: session started for user broot, service su
Mar 24 16:11:08 cn36550c cardmgr[619]: executing: 'rmmod ide_cs'
Mar 24 16:29:01 cn36550c cardmgr[619]: socket 0: ATA/IDE Fixed Disk
Mar 24 16:29:01 cn36550c cardmgr[619]: executing: 'insmod -v /lib/modules/2.4.19-4GB//pcmcia/ide_cs.o'
Mar 24 16:29:01 cn36550c cardmgr[619]: + Using /lib/modules/2.4.19-4GB//pcmcia/ide_cs.o
Mar 24 16:29:01 cn36550c cardmgr[619]: + Symbol version prefix ''
Mar 24 16:29:02 cn36550c cardmgr[619]: get dev info on socket 0 failed: Resource temporarily unavailable


Has anybody any idea?

TIA
Sven
javascript:smilie(%27%3Anewbie%3A%27)
 
Old 03-24-2003, 06:21 PM   #20
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
What's the device, there's plenty of support for pcmcia-CF readers, and expanding the current driver to work over new devices is rather easy, which is why its so current, but your device may be more recent then the last rev of pcmcia-cs that SuSe is using, or if they're using in-kernel pcmcia, your device may be more recent then... August? I think that was when 2.4.19 hit the streets... The best info off of the device can be garnered from:

/sbin/cardctl ident

Cheers,

Finegan
 
Old 03-26-2003, 12:23 AM   #21
Jett
LQ Newbie
 
Registered: Mar 2003
Location: Hsinchu, Taiwan
Distribution: RedHat Linux 7.3
Posts: 1

Rep: Reputation: 0
Hi Finegan,

I am coding the firmware for usb mass-storage, will drive 3-types memory card:
Compact Flash, Smart Media Card and SD card.

I tried CF on Windows 2000 SP1/SP3 and iBook Mac OS X v9.1 is work well.

Currently, I tried to make it work on Linux, RedHat v7.3 with Kernel
"2.4.18-3", but met problems.

1. # mount /dev/flash1 ==> I got "mount: /dev/sda1 is not a valid block device"
2. # mount /dev/sda1 /mnt/flash1 ==> I got "mount: /dev/sda1 is not a valid
block device"
3. # fdisk /dev/sda ==> I got "Unable to read /dev/sda"
4. # fdisk /dev/sda1 ==> I got "Unable to open /dev/sda1"

Please help me to find out what I missed. Thanks!


Following messages are what I tried:


=== Start Of Messages =====================================================


=== /etc/fstab: ===

LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
LABEL=/home /home ext3 defaults 1 2
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/swap /swap ext3 defaults 1 2
LABEL=/tmp /tmp ext3 defaults 1 2
LABEL=/usr /usr ext3 defaults 1 2
LABEL=/var /var ext3 defaults 1 2
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0

/dev/sda1
/mnt/flash1 vfat noauto,user,fat=12 0 0

==> last line was manually added.



=== fdisk -l ===

Disk /dev/hda: 255 heads, 63 sectors, 2491 cylinders
Units = cylinders of 16065 * 512 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 638 5124703+ b Win95 FAT32
/dev/hda2 767 894 1028160 83 Linux
/dev/hda3 639 766 1028160 83 Linux
/dev/hda4 895 2491 12827902+ 5 Extended
/dev/hda5 895 1022 1028128+ 83 Linux
/dev/hda6 1023 1150 1028128+ 83 Linux
/dev/hda7 1151 1788 5124703+ 83 Linux
/dev/hda8 1789 2426 5124703+ 83 Linux
/dev/hda9 2427 2490 514048+ 83 Linux

Partition table entries are not in disk order

Disk /dev/hdb: 255 heads, 63 sectors, 4982 cylinders
Units = cylinders of 16065 * 512 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 1305 10482381 c Win95 FAT32 (LBA)
/dev/hdb2 1306 4981 29527470 f Win95 Ext'd (LBA)
/dev/hdb5 1306 4981 29527438+ c Win95 FAT32 (LBA)



=== ls -al /mnt ===

total 16
drwxr-xr-x 4 root root 4096 Mar 26 2003 .
drwxr-xr-x 20 root root 4096 Mar 26 2003 ..
drwxr-xr-x 2 root root 4096 Mar 26 11:13 flash1
drwxr-xr-x 2 root root 4096 Mar 12 12:52 floppy



=== sg_scan -i ===

/dev/sg0: scsi0 channel=0 id=0 lun=0 [em] type=0
Syntek USB Camera 1.00 [wide=0 sync=0 cmdq=0 sftre=0 pq=0x0]



=== sg_map ===

/dev/sg0 /dev/sda



=== sg_inq /dev/sg0 ===

standard INQUIRY:
PQual=0, Device type=0, RMB=1, ANSI version=2, [full version=0x02]
AERC=0, TrmTsk=0, NormACA=0, HiSUP=0, Resp data format=0, SCCS=0
BQue=0, EncServ=0, MultiP=0, MChngr=0, ACKREQQ=0, Addr16=0
RelAdr=0, WBus16=0, Sync=0, Linked=0, TranDis=0, CmdQue=0
length=37 (0x25)
Vendor identification: Syntek
Product identification: USB Camera
Product revision level: 1.00



=== sg_readcap /dev/sg0 ===

Read Capacity results:
Last block address = 31487 (0x7aff), Number of blocks = 31488
Block size = 512 bytes



=== dmesg ===

IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: VIA vt82c686b (rev 40) IDE UDMA100 controller on pci00:04.1
ide0: BM-DMA at 0xd800-0xd807, BIOS settings: hdaMA, hdbMA
ide1: BM-DMA at 0xd808-0xd80f, BIOS settings: hdcio, hddio
hda: Maxtor 5T020H2, ATA DISK drive
hdb: Maxtor 5T040H4, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: 40021632 sectors (20491 MB) w/2048KiB Cache, CHS=2491/255/63, UDMA(100)
hdb: 80043264 sectors (40982 MB) w/2048KiB Cache, CHS=4982/255/63, UDMA(100)
ide-floppy driver 0.99.newide
Partition check:
hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 hda8 hda9 >
hdb: hdb1 hdb2 < hdb5 >
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
ide-floppy driver 0.99.newide
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 125k freed
VFS: Mounted root (ext2 filesystem).
Journalled Block Device driver loaded
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Freeing unused kernel memory: 280k freed
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-uhci.c: $Revision: 1.275 $ time 07:43:07 Apr 18 2002
usb-uhci.c: High bandwidth mode enabled
PCI: Found IRQ 5 for device 00:04.2
PCI: Sharing IRQ 5 with 00:04.3
PCI: Sharing IRQ 5 with 00:0a.0
usb-uhci.c: USB UHCI at I/O 0xd400, IRQ 5
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
PCI: Found IRQ 5 for device 00:04.3
PCI: Sharing IRQ 5 with 00:04.2
PCI: Sharing IRQ 5 with 00:0a.0
usb-uhci.c: USB UHCI at I/O 0xd000, IRQ 5
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ide0(3,3), internal journal
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ide0(3,2), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ide0(3,5), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ide0(3,9), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ide0(3,6), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ide0(3,7), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.17, 10 Jan 2002 on ide0(3,8), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport_pc: Via 686A parallel port: io=0x378
ip_conntrack (6143 buckets, 49144 max)
8139too Fast Ethernet driver 0.9.24
PCI: Found IRQ 9 for device 00:09.0
PCI: Sharing IRQ 9 with 00:0a.1
eth0: SMC1211TX EZCard 10/100 (RealTek RTL8139) at 0xf0892000, 00:10:b5:ae:78:97, IRQ 9
eth0: Identified 8139 chip type 'RTL-8139C'
eth0: Setting 100mbps full-duplex based on auto-negotiated partner ability 45e1.
Creative EMU10K1 PCI Audio Driver, version 0.18, 07:43:25 Apr 18 2002
PCI: Found IRQ 10 for device 00:07.0
emu10k1: EMU10K1 rev 8 model 0x8027 found, IO at 0xb800-0xb81f, IRQ 10
ac97_codec: AC97 codec, id: 0x5452:0x4123 (TriTech TR A5)
hub.c: USB new device connect on bus2/1, assigned device number 2
usb.c: USB device 2 (vend/prod 0x932/0x1235) is not claimed by any active driver.
SCSI subsystem driver Revision: 1.00
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
usb-uhci.c: interrupt, status 2, frame# 1717
usb_control/bulk_msg: timeout
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: Syntek Model: USB Camera Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 02
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
USB Mass Storage support registered.
scsi1 : SCSI host adapter emulation for IDE ATAPI devices
uhci.c: USB Universal Host Controller Interface driver v1.1
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: sda1 sda2 sda4
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table
SCSI device (ioctl) reports ILLEGAL REQUEST.
SCSI device sda: 31488 512-byte hdwr sectors (16 MB)
sda: Write Protect is off
sda: I/O error: dev 08:00, sector 0
I/O error: dev 08:00, sector 0
unable to read partition table




=== /proc/bus/usb/devices ===

T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 0.00
S: Product=USB UHCI Root Hub
S: SerialNumber=d000
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms
T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0932 ProdID=1235 Rev= 0.02
S: Manufacturer=Syntek USB Camera
S: Product=USB 2.0 camera
S: SerialNumber=0123456789AB
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E: Ad=83(I) Atr=02(Bulk) MxPS= 64 Ivl= 1ms
E: Ad=04(O) Atr=02(Bulk) MxPS= 64 Ivl= 1ms
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 0.00
S: Product=USB UHCI Root Hub
S: SerialNumber=d400
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms



=== /proc/bus/usb/drivers ===

usbdevfs
hub
usb-storage


=== End Of Messages ========================================================
 
Old 04-09-2003, 03:39 AM   #22
entcorp
LQ Newbie
 
Registered: Apr 2003
Posts: 2

Rep: Reputation: 0
Yo dudes I have problem with my flash card reader to.
Yes Ive tried mounting it as vfat

I belive the problem is in here

Linux version 2.4.18-14 (bhcompile@stripples.devel.redhat.com) (gcc version 3.2
20020903 (Red Hat Linux 8.0 3.2-7)) #1 Wed Sep 4 13:35:50 EDT 2002
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000ea000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 0000000017ff0000 (usable)
BIOS-e820: 0000000017ff0000 - 0000000017fffc00 (ACPI data)
BIOS-e820: 0000000017fffc00 - 0000000018000000 (ACPI NVS)
BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
383MB LOWMEM available.
On node 0 totalpages: 98288
zone(0): 4096 pages.
zone(1): 94192 pages.
zone(2): 0 pages.
Kernel command line: ro root=LABEL=/
Initializing CPU#0
Detected 601.350 MHz processor.
Speakup v-1.00 CVS: Tue Jun 11 14:22:53 EDT 2002 : initialized
Console: colour VGA+ 80x25
Calibrating delay loop... 1196.06 BogoMIPS
Memory: 382136k/393152k available (1326k kernel code, 8452k reserved, 999k data,
212k init, 0k highmem)
Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
Mount cache hash table entries: 8192 (order: 4, 65536 bytes)
ramfs: mounted with options: <defaults>
ramfs: max_pages=48039 max_file_pages=0 max_inodes=0 max_dentries=48039
Buffer cache hash table entries: 32768 (order: 5, 131072 bytes)
Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
CPU: Before vendor init, caps: 0383f9ff 00000000 00000000, vendor = 0
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 256K
CPU: After vendor init, caps: 0383f9ff 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: After generic, caps: 0383f9ff 00000000 00000000 00000000
CPU: Common caps: 0383f9ff 00000000 00000000 00000000
CPU: Intel Pentium III (Coppermine) stepping 01
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xfd9ae, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
Unknown bridge resource 2: assuming transparent
PCI: Using IRQ router PIIX [8086/7110] at 00:07.0
PCI: Found IRQ 11 for device 00:04.0
PCI: Sharing IRQ 11 with 00:04.1
PCI: Sharing IRQ 11 with 01:00.0
PCI: Cannot allocate resource region 4 of device 00:07.1
Limiting direct PCI/PCI transfers.
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
speakup: initialized device: /dev/synth, node (MAJOR 10, MINOR 25)
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
Starting kswapd
VFS: Diskquotas version dquot_6.5.0 initialized
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SER
IAL_PCI ISAPNP enabled
ttyS0 at 0x03f8 (irq = 4) is a 16550A
ttyS1 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10e
oprofile: mapping APIC.
oprofile: no local P6 APIC. Falling back to RTC mode.
Your CPU does not have a local APIC, e.g. mobile P6. Falling back to RTC mode.
oprofile: can't get RTC I/O Ports
block: 736 slots per queue, batch=184
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PIIX4: IDE controller on PCI bus 00 dev 39
PIIX4: chipset revision 1
PIIX4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x1090-0x1097, BIOS settings: hdaMA, hdbMA
ide1: BM-DMA at 0x1098-0x109f, BIOS settings: hdcMA, hddio
hda: IBM-DARA-212000, ATA DISK drive
hdb: IC25N040ATCS04-0, ATA DISK drive
hdc: TORiSAN DVD-ROM DRD-U624, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
blk: queue c03c0004, I/O limit 4095Mb (mask 0xffffffff)
blk: queue c03c0004, I/O limit 4095Mb (mask 0xffffffff)
hda: 23579136 sectors (12073 MB) w/418KiB Cache, CHS=1559/240/63, UDMA(33)
blk: queue c03c0140, I/O limit 4095Mb (mask 0xffffffff)
blk: queue c03c0140, I/O limit 4095Mb (mask 0xffffffff)
hdb: 78140160 sectors (40008 MB) w/1768KiB Cache, CHS=5168/240/63, UDMA(33)
ide-floppy driver 0.99.newide
Partition check:
hda: hda1 hda2 < hda5 >
hdb: hdb1 hdb2 hdb3 hdb4 < hdb5 >
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
NET4: Frame Diverter 0.46
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
ide-floppy driver 0.99.newide
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 129k freed
VFS: Mounted root (ext2 filesystem).
Journalled Block Device driver loaded
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Freeing unused kernel memory: 212k freed
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-uhci.c: $Revision: 1.275 $ time 13:44:31 Sep 4 2002
usb-uhci.c: High bandwidth mode enabled
PCI: Found IRQ 5 for device 00:07.2
PCI: Sharing IRQ 5 with 00:08.0
PCI: Sharing IRQ 5 with 00:10.0
usb-uhci.c: USB UHCI at I/O 0x1060, IRQ 5
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
usb.c: registered new driver hiddev
usb.c: registered new driver hid
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>
hid-core.c: USB HID support drivers
mice: PS/2 mouse device common for all mice
hub.c: USB new device connect on bus1/1, assigned device number 2
usb.c: USB device 2 (vend/prod 0x7c4/0xa400) is not claimed by any active driver
.
EXT3 FS 2.4-0.9.18, 14 May 2002 on ide0(3,67), internal journal
Adding Swap: 786200k swap-space (priority -1)
SCSI subsystem driver Revision: 1.00
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
usb-uhci.c: interrupt, status 2, frame# 342
scsi0 : SCSI emulation for USB Mass Storage devices
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
USB Mass Storage support registered.
usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -84
usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 18 ret -84
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.18, 14 May 2002 on ide0(3,66), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
usb-uhci.c: interrupt, status 2, frame# 895
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
parport0: Printer, EPSON EPL 5500
ohci1394: pci_module_init failed
ip_tables: (C) 2000-2002 Netfilter core team
Linux Kernel Card Services 3.1.22
options: [pci] [cardbus] [pm]
PCI: Found IRQ 11 for device 00:04.0
PCI: Sharing IRQ 11 with 00:04.1
PCI: Sharing IRQ 11 with 01:00.0
PCI: Found IRQ 11 for device 00:04.1
PCI: Sharing IRQ 11 with 00:04.0
PCI: Sharing IRQ 11 with 01:00.0
Yenta IRQ list 0698, PCI irq11
Socket status: 30000020
Yenta IRQ list 0698, PCI irq11
Socket status: 30000010
cs: cb_alloc(bus 2): vendor 0x10b7, device 0x5257
PCI: Enabling device 02:00.0 (0000 -> 0003)
3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
02:00.0: 3Com PCI 3CCFE575CT Tornado CardBus at 0x4000. Vers LK1.1.18-ac
PCI: Setting latency timer of device 02:00.0 to 64
divert: allocating divert_blk for eth0
cs: IO port probe 0x0c00-0x0cff: clean.
cs: IO port probe 0x0100-0x04ff: excluding 0x158-0x15f 0x378-0x37f 0x4d0-0x4d7
cs: IO port probe 0x0a00-0x0aff: clean.
cs: memory probe 0xa0000000-0xa0ffffff: clean.
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
parport0: Printer, EPSON EPL 5500
lp0: using parport0 (polling).
lp0: console ready
PCI: Found IRQ 5 for device 00:08.0
PCI: Sharing IRQ 5 with 00:07.2
PCI: Sharing IRQ 5 with 00:10.0
maestro: Configuring ESS Maestro 2E found at IO 0x1400 IRQ 5
maestro: subvendor id: 0x009e1028
maestro: PCI power management capability: 0x7622
maestro: AC97 Codec detected: v: 0x83847609 caps: 0x6940 pwr: 0xf
maestro: 1 channels configured.
maestro: version 0.15 time 13:45:17 Sep 4 2002
ide-floppy driver 0.99.newide
hdc: ATAPI DVD-ROM drive, 256kB Cache
Uniform CD-ROM driver Revision: 3.12
CSLIP: code copyright 1989 Regents of the University of California
PPP generic driver version 2.4.2
divert: not allocating divert_blk for non-ethernet device ppp0
Loading Lucent Modem Controller driver version 8.26
Detected Parameters Irq=5 BaseAddress=0x1800 ComAddress=0x1080
Lucent Modem Interface driver version 8.26 (2002-11-04) with SHARE_IRQ enabled
ttyLT00 at 0x1800 (irq = 5) is a Lucent Modem
NTFS driver v1.1.22 [Flags: R/O MODULE]
divert: no divert_blk to free, ppp0 not ethernet
usb-uhci.c: interrupt, status 2, frame# 878
maestro: write: chip lockup? dmasz 32768 fragsz 256 count 0 hwptr 3136 swptr 313
6
usb-uhci.c: interrupt, status 2, frame# 2017
divert: not allocating divert_blk for non-ethernet device ppp0
PPP Deflate Compression module registered
usb.c: USB disconnect on device 2
hub.c: USB new device connect on bus1/1, assigned device number 3
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 3
 
Old 06-26-2003, 05:02 AM   #23
Tommi
Member
 
Registered: Apr 2003
Posts: 185

Rep: Reputation: 30
Yo!

Please, maybe you can help...

I have an USB flash pen mass storage disk. An USB flash disk.

It works perfectly in MAC OS X 10.2 and in Windows 2000 without any configuration.

I think my problem is only how to install it to Linux Redhat 9.0.

I tried this $ modprobe

but it says:bash: modprobe, commond not found, ???

It is handled as typical harddisk in Linux. Linux can find it, but I dont know how to mount it neither how to configure Linux to accept this device. It *should* work according to manual. Furthermore it should be totally platform independent device, as generally accepted like floppy disk is in general.

Furtheromore there may be a conflict with cdwriter which is another fake scsi device in Linux.

and logfile for you...


Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
usb_control/bulk_msg: timeout
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: 3SYSTEM Model: USB FLASH DISK Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 02
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 3
USB Mass Storage support registered.
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,1), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
hdd: ATAPI 48X CD-ROM drive, 120kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.12
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
scsi1 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: HP Model: CD-Writer+ 9100 Rev: 1.0c
Type: CD-ROM ANSI SCSI revision: 02
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110
usb_control/bulk_msg: timeout
usbdevfs: USBDEVFS_CONTROL failed dev 3 rqt 128 rq 6 len 18 ret -110


-Tommi

Last edited by Tommi; 06-26-2003 at 05:04 AM.
 
Old 06-26-2003, 04:19 PM   #24
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Its not exactly as standard as a floppy drive, the USB chipset on the other side has to be supported by the mass-storage driver. It looks like yours isn't as it assigns it a drive letter, but it is never able to fuctionally get a partition scan. Maybe its in a newer version of the usb mass-storage driver, maybe not... a kernel upgrade to 2.4.21 would add a ton of USB support.

Cheers,

Finegan
 
Old 06-27-2003, 01:00 AM   #25
Tommi
Member
 
Registered: Apr 2003
Posts: 185

Rep: Reputation: 30
Allright, a little incompatibilty. But now it works. I can transfare files to disk and out of it.

So maybe the little nagging by kernel is an irrelevant bug?

I mean do I need to change the flash disk to another or keep it and wait for kernel updates?

-Tommi
 
Old 06-27-2003, 04:29 PM   #26
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
RedHat's policy on kernel updates is rarely to add new functionality, just to fix bugs in existing ones, and as far as I know, they do not upgrade kernels entirely for any given release, just keep patching the snot out of the old. Don't fear a kernel compile, its rather easy... from the big dump it looks like mass storage in your kernel was compiled with verbose debugging on, so a lot of those entries are just gobledy-gook warnings... nothing to really fear.

Also, don't sweat the double posting really.

Cheers,

Finegan
 
Old 06-28-2003, 02:12 AM   #27
Tommi
Member
 
Registered: Apr 2003
Posts: 185

Rep: Reputation: 30
O.K. thanks...it works...dont fix it.

Hey this closes my douple posting of this issue from now and forever. :-) I just paid 180 euros of my flash card and the price makes me sick... :-)

-Tommi
 
Old 07-05-2003, 05:32 PM   #28
mindcry
Member
 
Registered: Nov 2002
Distribution: Libranet 2.8 Debian Solaris 9
Posts: 118

Original Poster
Rep: Reputation: 15
This is what I get when I plug in my card reader. but when I try to mount it it doesnt let me. Any ideas?

Jul 5 18:30:36 mainbox kernel: hub.c: new USB device 00:02.0-3, assigned address 2
Jul 5 18:30:36 mainbox kernel: usb.c: USB device 2 (vend/prod 0x781/0x5) is not claimed by any active driver.
 
Old 07-05-2003, 07:45 PM   #29
davecs
Member
 
Registered: Feb 2003
Location: Barking, Essex, Britain
Distribution: PCLinuxOS and MX-Linux
Posts: 503

Rep: Reputation: 32
My situation is worse than anyone's here. My CF reader is a, well, the box says Kouwami, the device says nothing except USB1.1 Compact Flash Card Reader, and when I got it going the other day, the readout in Mandrake Control Centre said it was a SiiG. I did get it going the other day, but then I had an "accident" with my computer and had to reload a month old backup (I fortunately keep my /home on a seperate partition) and use my installation CDs in upgrade mode to get Lilo running.

Everything seemed fine, I had to edit /etc/modules.conf due to the nVIdia drivers but that was fine. Except for one thing: I cannot plug in the CF reader without the system locking up. This happens at boot, when in the GUI, even at a command prompt (even when the GUI is not running)!

Once I can stop the damn thing freezing my system I am sure I will be able to use it, it was simple enough before! It freezes during boot if I leave it plugged in, it also freezes at just about any time in boot, in GUI (KDE), and in a terminal (whether or not I am running X). The freeze varies between instantly and within a second or so.

Does anyone know how I can stop this? Once I get the system to behave it will be a simple matter to mount it.

DAVE
 
Old 08-17-2003, 03:34 PM   #30
kamstrup
Member
 
Registered: Aug 2003
Location: Aarhus, Denmark
Distribution: Slackware, Ubuntu
Posts: 122

Rep: Reputation: 15
I was wondering whether mindcry got his/hers cfreader to work, since I've got the exact same problem. From dmesg:

USB Mass Storage support registered.
hub.c: new USB device 00:07.2-2, assigned address 2
usb.c: USB device 2 (vend/prod 0x781/0x5) is not claimed by any active driver.



 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
USB Compact flash card reader with XANDROS dkunjeer Linux - Distributions 2 08-08-2004 07:43 AM
USB Compact flash card reader with XANDROS dkunjeer Linux - Newbie 1 08-03-2004 03:07 PM
USB Compact flash card reader with XANDROS dkunjeer Linux - Hardware 1 08-03-2004 02:35 PM
Transfer from USB compact flash card reader used to be faster... Cadmium Mandriva 17 07-15-2004 10:24 AM
sandisk compact flash card reader and filesystem type esteeven Linux - Hardware 6 05-13-2004 02:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration