Please provide any suggestions make my system
read the SD Memory by emial.

The Card Reader cables are plugged onto internal pins on top of Ali card.

Using Mandrake 10 (2.6.3-7) out of the box, I Initialize with:
set -x
modprobe usbcore
modprobe ohci-hcd
modprobe ehci-hcd
modprobe usbvideo
modprobe usb-storage
mount -t usbfs none /proc/bus/usb
usbview&
It makes no difference if I boot with card in  or out
and I get no indication  in dmesg when I insert or remove card.

Below are all the places that I know to look for success
and I cannot find the sd memory card.

------------------------------------------------------

with card inserted in reader (and hotplug enabled)
ls -Ralt /proc/bus/usb
/proc/bus/usb:
total 0
-r--r--r--  1 root root 0 Jun 19 21:51 devices
dr-xr-xr-x  2 root root 0 Jun 19 21:51 004/
dr-xr-xr-x  2 root root 0 Jun 19 21:51 003/
dr-xr-xr-x  2 root root 0 Jun 19 21:51 002/
dr-xr-xr-x  5 root root 0 Jun 19 21:48 ../
dr-xr-xr-x  2 root root 0 Jun 19 21:48 001/
drwxr-xr-x  6 root root 0 Jun 19 21:48 ./

/proc/bus/usb/004:
total 0
-rw-r--r--  1 root root 43 Jun 19 21:51 001
dr-xr-xr-x  2 root root  0 Jun 19 21:51 ./
drwxr-xr-x  6 root root  0 Jun 19 21:48 ../

/proc/bus/usb/003:
total 0
-rw-r--r--  1 root root 43 Jun 19 21:51 001
dr-xr-xr-x  2 root root  0 Jun 19 21:51 ./
drwxr-xr-x  6 root root  0 Jun 19 21:48 ../

/proc/bus/usb/002:
total 0
-rw-r--r--  1 root root 43 Jun 19 21:51 001
dr-xr-xr-x  2 root root  0 Jun 19 21:51 ./
drwxr-xr-x  6 root root  0 Jun 19 21:48 ../

/proc/bus/usb/001:
total 0
-rw-r--r--  1 root root 43 Jun 19 21:48 001
dr-xr-xr-x  2 root root  0 Jun 19 21:48 ./
drwxr-xr-x  6 root root  0 Jun 19 21:48 ../

-------------------------------------------------
cat /proc/bus/usb/devices

T:  Bus=04 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.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.3-7mdk ohci_hcd
S:  Product=OHCI Host Controller
S:  SerialNumber=0000:00:0b.2
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=   2 Ivl=255ms

T:  Bus=03 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.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.3-7mdk ohci_hcd
S:  Product=OHCI Host Controller
S:  SerialNumber=0000:00:0b.1
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=   2 Ivl=255ms

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.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.3-7mdk ohci_hcd
S:  Product=OHCI Host Controller
S:  SerialNumber=0000:00:0b.0
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=   2 Ivl=255ms

T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 6
B: Alloc= 0/800 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS= 8 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.3-7mdk ehci_hcd
S: Product=EHCI Host Controller
S: SerialNumber=0000:00:0b.3
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= 2 Ivl=256ms
--------------------------- grep -i usb syslog-----------------
Jun 19 21:49:29 ip68-97-95-32 kernel: drivers/usb/core/usb.c: registered new driver usbfs
Jun 19 21:49:29 ip68-97-95-32 kernel: drivers/usb/core/usb.c: registered new driver hub
Jun 19 21:49:29 ip68-97-95-32 kernel: ehci_hcd 0000:00:0b.3: new USB bus registered, assigned bus number 1
Jun 19 21:49:29 ip68-97-95-32 kernel: ehci_hcd 0000:00:0b.3: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29
Jun 19 21:49:29 ip68-97-95-32 kernel: hub 1-0:1.0: USB hub found
Jun 19 21:49:29 ip68-97-95-32 kernel: drivers/usb/core/usb.c: registered new driver hiddev
Jun 19 21:49:29 ip68-97-95-32 kernel: drivers/usb/core/usb.c: registered new driver hid
Jun 19 21:49:29 ip68-97-95-32 kernel: drivers/usb/input/hid-core.c: v2.0:USB HID core driver
Jun 19 21:48:34 ip68-97-95-32 usb: Initializing USB controller (ehci-hcd): succeeded
Jun 19 21:48:34 ip68-97-95-32 usb: Mount USB filesystem succeeded
Jun 19 21:48:49 ip68-97-95-32 diskdrake[817]: created directory /proc/bus/usb (and parents if necessary)
Jun 19 21:51:12 ip68-97-95-32 kernel: ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
Jun 19 21:51:12 ip68-97-95-32 kernel: ohci_hcd 0000:00:0b.0: new USB bus registered, assigned bus number 2
Jun 19 21:51:13 ip68-97-95-32 kernel: hub 2-0:1.0: USB hub found
Jun 19 21:51:13 ip68-97-95-32 kernel: ohci_hcd 0000:00:0b.1: new USB bus registered, assigned bus number 3
Jun 19 21:51:13 ip68-97-95-32 kernel: hub 3-0:1.0: USB hub found
Jun 19 21:51:13 ip68-97-95-32 kernel: ohci_hcd 0000:00:0b.2: new USB bus registered, assigned bus number 4
Jun 19 21:51:13 ip68-97-95-32 kernel: hub 4-0:1.0: USB hub found
Jun 19 21:51:14 ip68-97-95-32 kernel: Initializing USB Mass Storage driver...
Jun 19 21:51:14 ip68-97-95-32 kernel: drivers/usb/core/usb.c: registered new driver usb-storage
Jun 19 21:51:14 ip68-97-95-32 kernel: USB Mass Storage support registered.
Jun 19 21:53:33 ip68-97-95-32 usb.agent[3556]: Bad USB agent invocation, no action
----------------------------- lsmod --------------------------------
lsmod
Module Size Used by
usb-storage 72932 0
usbvideo 29668 0
videodev 9536 1 usbvideo
ohci-hcd 18692 0
udf 94660 0
binfmt_misc 9960 1
md5 3872 1
ipv6 232352 8
lp 12200 0
parport_pc 32832 1
parport 38952 2 lp,parport_pc
sg 38044 0
sr_mod 17028 0
raw 7616 1
ide-cd 40548 0
cdrom 37184 2 sr_mod,ide-cd
af_packet 20520 2
hid 53312 0
floppy 59444 0
tulip 45248 0
ohci1394 33956 0
ieee1394 287856 1 ohci1394
xfs 550008 1
supermount 37876 3
nls_iso8859-1 3904 2
nls_cp850 4736 2
vfat 13760 2
fat 45120 1 vfat
via-agp 7360 1
agpgart 31016 1 via-agp
ehci-hcd 24196 0
usbcore 99132 7 usb-storage,usbvideo,ohci-hcd,hid,ehci-hcd
rtc 11576 0
ext3 110408 6
jbd 54328 1 ext3
sd_mod 16608 8
sym53c8xx 73456 7
scsi_mod 114008 5 usb-storage,sg,sr_mod,sd_mod,sym53c8xx


-------------------------------------------------------------------
Bill & Virginia Hodges
8 Hamptonridge Road
Edmond, Ok 73034
(405) 285-1817


------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to