ok first of all... "lsmod" ... here is the result :
Code:
root@MisT:/home/mist# lsmod
Module Size Used by Not tainted
usb-ohci 19368 0 (unused)
ehci-hcd 17516 0 (unused)
usbcore 59148 1 [usb-ohci ehci-hcd]
snd-pcm-oss 36736 0 (unused)
snd-mixer-oss 12376 0 [snd-pcm-oss]
snd-atiixp 8640 3
snd-ac97-codec 58556 0 [snd-atiixp]
snd-pcm 54344 1 [snd-pcm-oss snd-atiixp snd-ac97-codec]
snd-timer 13764 1 [snd-pcm]
snd 32772 1 [snd-pcm-oss snd-mixer-oss snd-atiixp snd-ac97-codec snd-pcm snd-timer]
soundcore 3396 3 [snd]
snd-page-alloc 4712 0 [snd-mixer-oss snd-atiixp snd-pcm snd-timer snd]
parport_pc 15044 1 (autoclean)
lp 6404 0 (autoclean)
parport 22824 1 (autoclean) [parport_pc lp]
ds 6548 2
yenta_socket 10436 2
pcmcia_core 39172 0 [ds yenta_socket]
ntfs 51232 1 (autoclean)
ide-scsi 9392 0
8139too 13928 1
mii 2272 0 [8139too]
crc32 2880 0 [8139too]
agpgart 45508 0 (unused)
i saw that there is usbcore...do i did "modprobe usb-ohci" thenn "modprobe usb_storage" ahd this gives me the following :
Code:
oot@MisT:/home/mist# modprobe usb-ohci
root@MisT:/home/mist# modprobe usb_storage
modprobe: Can't locate module usb_storage
root@MisT:/home/mist#
all this is the result after enabling the hotplug and starting it by "/etc/rc.d/rc.hotplug start"...
thenn tried to mount and it still gives me the same error...that /usb is not a valid block device...
anything else that i can do, plzz help..thxxx