Hi
I've just purchased a Creative Muvo2 FM MP3 player (5gb micro drive) and I'm trying to mount it (slackware 10.2 base install, upgraded regularly to slackware-current).
I've had a look at the other threads similar to this, but my situation is different for one reason - when I plug the device in, it gets detected fine, but, the usb-storage engine (or udev or something) doesn't assign it a device (sda, sdb etc), so I can't use udevinfo or mount or anything like that.
I do use a custom compiled kernel (2.6.16 currently), so I'm wondering if I'm missing a config option somewhere.
The output of dmesg when I plug the device in is as follows
Code:
usb 1-8: new high speed USB device using ehci_hcd and address 4
usb 1-8: configuration #1 chosen from 1 choice
scsi1 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
Vendor: CREATIVE Model: MuVo^2 FM (uHDD) Rev: 0001
Type: Direct-Access ANSI SCSI revision: 04
usb-storage: device scan complete
A 'cat /proc/bus/usb/devices' gives me
Code:
T: Bus=01 Lev=01 Prnt=01 Port=07 Cnt=01 Dev#= 4 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=041e ProdID=4124 Rev= 0.01
S: Manufacturer=Creative Technology
S: Product=MuVo^2 FM (uHDD)
S: SerialNumber=01052551C0038F59
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=440mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E: Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E: Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
My kernel config can be downloaded from
here. If there is anything else that is needed, please let me know.