On Thu, 30 Jun 2005 10:23:46 +0100
Derek Jennings <[EMAIL PROTECTED]> wrote:

> On Thursday 30 June 2005 10:18, David wrote:
> > On Thu, 30 Jun 2005 09:44:25 +0100
> >
> > Derek Jennings <[EMAIL PROTECTED]> wrote:
> > > On Thursday 30 June 2005 08:36, David wrote:
> > > > I purchased myself a 128mb USB Micro Drive today that is
> > > > suitable for kernel 2.4.0 and better however when I plug it in
> > > > it appears not to be recognised, however DiskDrake does list it.

A BIG SNIP

> In that case put the text
> usb-storage
> in the file /etc/modprobe.preload
> It should then work without having to issue the modprobe command.
> 
> derek
> 

Derek/Mikkel

Still having problems with this, after saying that it worked...

I've entered the info as you both suggested in to /etc/modprobe.preload
and /etc/hotplug/usb-distmap. It worked for a couple of insertions then
stopped.

I posted a query on the NZLUG list and have been speaking with the
'Product Development Engineer' from the company that I purchased the
device from. I post here the info sent to him that he asked for:

[EMAIL PROTECTED] ~]$ cat /proc/partitions
major minor  #blocks  name
  3     0   19551168 hda
  3     1    3116578 hda1
  3     2          1 hda2
  3     5     401593 hda5
  3     6   10482381 hda6
  3     7    5550426 hda7
[EMAIL PROTECTED] ~]$ cat /proc/mounts
rootfs / rootfs rw 0 0
/dev /dev tmpfs rw 0 0
/dev/root / ext3 rw 0 0
none /proc proc rw,nodiratime 0 0
none /sys sysfs rw 0 0
none /dev/pts devpts rw 0 0
none /dev/shm tmpfs rw 0 0
none /proc/bus/usb usbfs rw 0 0
/dev/hda6 /home ext3 rw 0 0
none /mnt/floppy supermount rw,sync,dev=/dev/
fd0,fs=ext2:vfat,tray_lock=onwrite 0 0
/dev/hda7 /usr ext3 rw 0 0
[EMAIL PROTECTED] ~]$ 

[EMAIL PROTECTED] david]# lsmod
Module                  Size  Used by
nls_iso8859-1           3744  0 
isofs                  31512  0 
usblp                  10784  0 
sg                     34268  0 
ppp_deflate             4800  1 
zlib_deflate           22392  1 ppp_deflate
bsd_comp                5216  0 
ppp_async               9088  1 
ppp_generic            24692  7 ppp_deflate,bsd_comp,ppp_async
slhc                    6176  1 ppp_generic
crc-ccitt               1664  1 ppp_async
floppy                 54736  0 
sd_mod                 15920  0 
raw                     6720  1 
md5                     3648  1 
ipv6                  232320  8 
snd-seq-dummy           2596  0 
snd-seq-oss            31584  0 
snd-seq-midi-event      6208  1 snd-seq-oss
snd-seq                47472  5 snd-seq-dummy,snd-seq-oss,snd-seq-midi-
event snd-pcm-oss            49056  0 
snd-mixer-oss          17248  1 snd-pcm-oss
snd-via82xx            23040  1 
snd-ac97-codec         75256  1 snd-via82xx
snd-pcm                80776  3 snd-pcm-oss,snd-via82xx,snd-ac97-codec
snd-timer              20324  2 snd-seq,snd-pcm
snd-page-alloc          7588  2 snd-via82xx,snd-pcm
gameport                3328  1 snd-via82xx
snd-mpu401-uart         5920  1 snd-via82xx
snd-rawmidi            19648  1 snd-mpu401-uart
snd-seq-device          6796  4 snd-seq-dummy,snd-seq-oss,snd-seq,snd-
rawmidi snd                    46980  13 snd-seq-oss,snd-seq,snd-pcm-
oss,snd-mixer-oss,snd-via82xx,snd-ac97-codec,snd-pcm,snd-timer,snd-
mpu401-uart,snd-rawmidi,snd-seq-device soundcore               7104  1
snd lp                      9864  2 parport_pc             31652  1 
parport                31624  2 lp,parport_pc
af_packet              16232  0 
8139too                21408  0 
mii                     4224  1 8139too
ide-cd                 36772  0 
loop                   13544  0 
supermount             32660  1 
usb-storage            71168  0 
scsi_mod              115784  3 sg,sd_mod,usb-storage
via-agp                 7424  1 
agpgart                28264  1 via-agp
tsdev                   6016  0 
evdev                   7744  0 
usbmouse                4640  0 
usbhid                 43712  0 
uhci-hcd               28944  0 
usbcore               106008  6 usblp,usb-storage,usbmouse,usbhid,uhci-
hcd ext3                  123304  3 
jbd                    48344  1 ext3
[EMAIL PROTECTED] david]# 

following result of 'fdisk -l'

Disk /dev/hda: 20.0 GB, 20020396032 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1         388     3116578+  83  Linux
/dev/hda2             389        2434    16434495    f  W95 Ext'd (LBA)
/dev/hda5             389         438      401593+  82  Linux swap
/dev/hda6             439        1743    10482381   83  Linux
/dev/hda7            1744        2434     5550426   83  Linux
[EMAIL PROTECTED] david]# lsusb
Bus 002 Device 009: ID 0ea0:2168 Ours Technology, Inc. Transcend
JetFlash 2.0 Bus 002 Device 001: ID 0000:0000  
Bus 001 Device 002: ID 09da:0006 A4 Tech Co., Ltd Optical Mouse
WOP-35 / Trust 450L Optical Mouse Bus 001 Device 001: ID 0000:0000  
[EMAIL PROTECTED] david]# 

# /etc/modprobe.preload: Kernel modules to load at boot time
#
# This file should contain the names of kernel modules that are to be
# loaded at boot time, one per line. Comments begin with a '#', and
# everything on the line after them are ignored. This file is for
# module-init-tools (kernel 2.5 and above ONLY
# for old kernel use /etc/modules

via-agp
usb-storage

[EMAIL PROTECTED] ~]$ ls -la /proc/scsi/usb-storage
total 0
dr-xr-xr-x  2 root root 0 Jul  5 16:03 ./
dr-xr-xr-x  4 root root 0 Jul  5 16:03 ../
-rw-r--r--  1 root root 0 Jul  5 16:03 9
[EMAIL PROTECTED] ~]$ 
                     
                     [EMAIL PROTECTED] /]$ cat /proc/scsi/usb-storage/9
   Host scsi9: usb-storage
       Vendor: USB     
      Product: Flash Disk      
Serial Number: 4CF7428D5F11003E
     Protocol: Transparent SCSI
    Transport: Bulk
       Quirks:
[EMAIL PROTECTED] /]$ 

This morning I've tried commenting out the 'usb-storage' line from /etc/
modules.preload and running modprobe usb-storage but it is not now
working.

The afore said engineer states in one of his more recent mails 

"This is a strange sort of problem, it appears that two parts of the
system are out of sync there."

Then he asked for the last two bits of info (/proc...)

Anyone with any ideas they'd like to share.

TIA



..

E. David I. Taylor, Taranaki, New Zealand - (RLU #389384)
'the place to be - beneath the Mountain, beside the Sea'

using a Linux/Open Source computer featuring
Mandrakelinux release 10.2 (Limited Edition 2005) for i586 kernel
2.6.11-6mdk 11:47:54 up 3 days,  2:47,  1 user,  load average: 1.01,
1.11, 1.15

          ------ A random thought/quote: ------
   RFC 882 put the dot in .com, not Sun Microsystems
        -- Seen on Slashdot

____________________________________________________
Want to buy your Pack or Services from Mandriva? 
Go to http://store.mandriva.com
Join the Club : http://www.mandrivaclub.com
____________________________________________________

Reply via email to