Mi recomendaci�n es que uses usbmgr, es sustituto de hotplug, asi que cuando lo instales debian desinstalar� hotplug.
Despu�s en la carpeta de conf de usbmgr (/etc/usbmgr) en el archivo preload.conf metes: hid mousedev sd_mod fat vfat sg usb-storage ohci-hcd Guardas el archivo y reinicias usbmgr (/etc/init.d/usbmgr restart) Enchufas el pendrive y el altavoz del pc emitira 2 pitidos cortos, si haces dmesg ahora ver�s algo de este estilo: scsi0 : SCSI emulation for USB Mass Storage devices Vendor: JetFlash Model: TS128MJF2A Rev: 1.00 Type: Direct-Access ANSI SCSI revision: 02 SCSI device sda: 256000 512-byte hdwr sectors (131 MB) sda: assuming Write Enabled sda: assuming drive cache: write through /dev/scsi/host0/bus0/target0/lun0: p1 Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0 Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0 USB Mass Storage device found at 4 Eso es todo, para montar mount -t vfat /dev/sda1 /mnt/flash El mar, 24-08-2004 a las 16:50, Juan Antonio A�el Cabanelas escribi�: > A�ado la informaci�n del dmesg (con el rat�n USB y el dispositivo mp3 > conectado y encendido) que me parece relativa al tema y decir que s� > tengo instalado hotplug. > > drivers/usb/core/usb.c: registered new driver usbfs > drivers/usb/core/usb.c: registered new driver hub > > Initializing USB Mass Storage driver... > drivers/usb/core/usb.c: registered new driver usb-storage > USB Mass Storage support registered. > [drm:drm_init] *ERROR* Cannot initialize the agpgart module. > agpgart: Detected an Intel 830M Chipset. > agpgart: Maximum main memory to use for agp memory: 196M > agpgart: Detected 8060K stolen memory. > agpgart: AGP aperture is 128M @ 0xe8000000 > PCI: Setting latency timer of device 0000:00:1f.5 to 64 > intel8x0_measure_ac97_clock: measured 49470 usecs > intel8x0: clocking to 48000 > ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI) > ohci_hcd: block sizes: ed 64 td 64 > gadgetfs: USB Gadget filesystem, version 20 Aug 2003 > loop: loaded (max 8 devices) > nbd: registered device at major 43 > USB Universal Host Controller Interface driver v2.2 > uhci_hcd 0000:00:1d.0: UHCI Host Controller > PCI: Setting latency timer of device 0000:00:1d.0 to 64 > uhci_hcd 0000:00:1d.0: irq 11, io base 000018c0 > uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1 > hub 1-0:1.0: USB hub found > hub 1-0:1.0: 2 ports detected > uhci_hcd 0000:00:1d.1: UHCI Host Controller > PCI: Setting latency timer of device 0000:00:1d.1 to 64 > uhci_hcd 0000:00:1d.1: irq 11, io base 000018e0 > uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2 > hub 2-0:1.0: USB hub found > hub 2-0:1.0: 2 ports detected > usb 1-1: new low speed USB device using address 2 > input: USB HID v1.10 Mouse [Adomax USB/PS2 Scroll Mouse] on > usb-0000:00:1d.0-1 > usb 1-2: new full speed USB device using address 3 > > -- > Juan Antonio A�el Cabanelas > > http://juan.gulo.org > > Grupo de Usuarios de Linux de Ourense (GULO) > > http://www.gulo.org > > "El sentido com�n es la cosa mejor repartida del mundo, > pues cada cual piensa que posee tan buena provisi�n de �l, > que a�n los m�s descontentadizos repecto a cualquier otra > cosa no suelen apetecer m�s del que ya tienen" >

