On Mon, 2004-01-05 at 09:09, Ted Gould wrote:
> On Mon, 2004-01-05 at 08:34, Emmanuel Gravel wrote:
> > Has it ever happened to anyone that there is no device associated with
> > it? That's the problem I'm having right now...
>
> Do an 'lsmod' as root and you should get a list of the modules loaded.
> If you don't have the USB storage module loaded, then it won't be
> assigned a device...
>
> --Ted
>
Here's the result (the module is loaded)
hades root # lsmod
Module Size Used by Tainted: P
nls_iso8859-1 2844 0 (autoclean)
nls_cp437 4348 0 (autoclean)
vfat 10700 0 (autoclean)
fat 33336 0 (autoclean) [vfat]
usb-storage 45584 0 (unused)
scsi_mod 58868 1 [usb-storage]
ohci1394 22984 0 (unused)
ieee1394 37292 0 [ohci1394]
rtc 7644 0 (autoclean)
scanner 10488 0 (unused)
snd-seq-oss 30272 0 (unused)
snd-seq-midi-event 3872 0 [snd-seq-oss]
snd-seq 40272 2 [snd-seq-oss snd-seq-midi-event]
snd-pcm-oss 38820 1
snd-mixer-oss 13456 1 [snd-pcm-oss]
snd-intel8x0 19524 2
snd-ac97-codec 49004 0 [snd-intel8x0]
snd-pcm 65472 0 [snd-pcm-oss snd-intel8x0]
snd-timer 16132 0 [snd-seq snd-pcm]
snd-page-alloc 6772 0 [snd-intel8x0 snd-pcm]
snd-mpu401-uart 3776 0 [snd-intel8x0]
snd-rawmidi 15200 0 [snd-mpu401-uart]
snd-seq-device 4384 0 [snd-seq-oss snd-seq snd-rawmidi]
snd 35588 0 [snd-seq-oss snd-seq-midi-event
snd-seq snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-ac97-codec snd-pcm
snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
soundcore 4164 6 [snd]
nvidia 1631264 11
nvnet 26464 1
That's why I'm puzzled...