Précédent   Forum des professionnels en informatique > Systèmes > Linux > Matériel
Matériel Vos questions relatives à la configuration optimale et au support matériel
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 29/03/2007, 20h59   #1
Membre régulier
 
Inscription : mars 2007
Messages : 191
Détails du profil
Informations forums :
Inscription : mars 2007
Messages : 191
Points : 80
Points : 80
Par défaut Linux ne reconnait pas ma clé USB

Bonjour à tous!

J'ai un petit problème avec Mandrakelinux 10.1 : quand je branche ma clé USB rien ne se passe. On m'a conseillé d'essayer avec "mount" : idem, la clé n'est pas reconnue... Aidez moi stp.

Merci d'avance
scorplayer est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 29/03/2007, 23h49   #2
Rédacteur
 
Inscription : mars 2002
Messages : 557
Détails du profil
Informations forums :
Inscription : mars 2002
Messages : 557
Points : 673
Points : 673
Regarde peut-être déjà si, avec la clé usb branchée, cette commande te renvoie quelque chose concernant ta clé usb :
Code :
cat /proc/bus/usb/devices
Avec une ligne contenant "Driver=usb-storage" par exemple.

La commande mount t'indique si la clé est montée, par exemple moi elle me renvoie entre autres cette ligne quand la clé est branchée :
/dev/sdb1 on /media/disk-1 type vfat (rw,noexec,nosuid,nodev,shortname=winnt,uid=500)

Copie/colle ici tout le résultat de mount si le résultat te parle pas trop.
Nightfall est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 30/03/2007, 10h49   #3
Rédacteur
 
Inscription : mars 2004
Messages : 1 298
Détails du profil
Informations forums :
Inscription : mars 2004
Messages : 1 298
Points : 1 450
Points : 1 450
commance par tapez la commande "dmesg" dans un terminal juste apres avoir inserer ta clef.
Tu essaie AVANT la clef, puis pares et tu nous communique les info nouvelle.


il devrait y avoir des ligne concernant USB.

exemple
Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
usb 4-4: new high speed USB device using ehci_hcd and address 3
usb 4-4: configuration #1 chosen from 1 choice
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
scsi 0:0:0:0: Direct-Access     USB      Flash Disk       1100 PQ: 0 ANSI: 0 CCS
SCSI device sda: 1981440 512-byte hdwr sectors (1014 MB)
sda: Write Protect is off
sda: Mode Sense: 43 00 00 00
sda: assuming drive cache: write through
SCSI device sda: 1981440 512-byte hdwr sectors (1014 MB)
sda: Write Protect is off
sda: Mode Sense: 43 00 00 00
sda: assuming drive cache: write through
 sda: sda1
sd 0:0:0:0: Attached scsi removable disk sda
sd 0:0:0:0: Attached scsi generic sg0 type 0
usb-storage: device scan complete
la cela fonctionne et ma clef est attachée a :
/dev/sda1
donc un mount /dev/sda1 /mnt me permet d'acceder au contenue dans le repertoire /mnt
__________________
Marc
Slackware for ever ......
BASH - KSH ( http://marcg.developpez.com/ksh/ )
MarcG est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 31/03/2007, 14h55   #4
Membre régulier
 
Inscription : mars 2007
Messages : 191
Détails du profil
Informations forums :
Inscription : mars 2007
Messages : 191
Points : 80
Points : 80
Bonjour!

Merci d'avoir répondu aussi rapidemment.
J'ai effectué mon premier essaie avec mon lecteur MP3/Clé USB, et comme je vous l'ai dit, linux ne l'a pas reconnu. Hier, j'ai testé avec une clé USB normale (Verbatim) et ca a marché. J'imagine que le fait que ca marche avec l'une et pas l'autre change la donne. Comment dois-je faire pour que linux reconnaisse mon lecteur MP3/Clé USB? Voulez-vous toujours les informations que vous m'aviez demandé?

Merci
scorplayer est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/04/2007, 09h59   #5
Rédacteur
 
Inscription : mars 2004
Messages : 1 298
Détails du profil
Informations forums :
Inscription : mars 2004
Messages : 1 298
Points : 1 450
Points : 1 450
bien evidemment que nous avons besoin des infos demandées pour essayer de t'aider.

même il serait utile d'avoir pour tes 2clefs les infos, le differentiel peut apporter pas mal d'info.
__________________
Marc
Slackware for ever ......
BASH - KSH ( http://marcg.developpez.com/ksh/ )
MarcG est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 07/04/2007, 09h44   #6
Membre régulier
 
Inscription : mars 2007
Messages : 191
Détails du profil
Informations forums :
Inscription : mars 2007
Messages : 191
Points : 80
Points : 80
Par défaut Partie 1

Désolé d'avoir mis du temps à répondre, j'avais du travail...Maintenant je pourrez me connecter plus souvent.
Voila les informations que vous m'aviez demandé:

Code "dmesg" obtenu avec la clé USB :
Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
Linux version 2.6.8.1-12mdk (quintela@n5.mandrakesoft.com) (gcc version 3.4.1 (Mandrakelinux (Alpha 3.4.1-3mdk)) #1 Fri Oct 1 12:53:41 CEST 2004
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000001fffc000 (usable)
 BIOS-e820: 000000001fffc000 - 000000001ffff000 (ACPI data)
 BIOS-e820: 000000001ffff000 - 0000000020000000 (ACPI NVS)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
511MB LOWMEM available.
On node 0 totalpages: 131068
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 126972 pages, LIFO batch:16
  HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000 ASUS                                      ) @ 0x000f5f60
ACPI: RSDT (v001 ASUS   A7V8X-X  0x42302e31 MSFT 0x31313031) @ 0x1fffc000
ACPI: FADT (v001 ASUS   A7V8X-X  0x42302e31 MSFT 0x31313031) @ 0x1fffc0b2
ACPI: BOOT (v001 ASUS   A7V8X-X  0x42302e31 MSFT 0x31313031) @ 0x1fffc030
ACPI: MADT (v001 ASUS   A7V8X-X  0x42302e31 MSFT 0x31313031) @ 0x1fffc058
ACPI: DSDT (v001   ASUS A7V8X-X  0x00001000 MSFT 0x0100000b) @ 0x00000000
ACPI: PM-Timer IO Port: 0xe408
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:10 APIC version 16
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Built 1 zonelists
Found and enabled local APIC!
Initializing CPU#0
Kernel command line: BOOT_IMAGE=linux ro root=1601 acpi=ht splash=silent
bootsplash: silent mode.
PID hash table entries: 2048 (order 11: 16384 bytes)
Detected 1988.354 MHz processor.
Using pmtmr for high-res timesource
Console: colour dummy device 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 515364k/524272k available (1859k kernel code, 8160k reserved, 578k data, 200k init, 0k highmem, 0k BadRAM)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 3940.35 BogoMIPS
Security Scaffold v1.0.0 initialized
SELinux:  Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 0383fbff c1cbfbff 00000000 00000000
CPU: After vendor identify, caps:  0383fbff c1cbfbff 00000000 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU: After all inits, caps:        0383fbff c1cbfbff 00000000 00000020
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: AMD Athlon(TM) MP stepping 00
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
init init/main.c:689
init init/main.c:702
init init/main.c:707
do_pre_smp_initcalls init/main.c:653
do_pre_smp_initcalls init/main.c:659
init init/main.c:711
init init/main.c:714
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 1987.0718 MHz.
..... host bus clock speed is 331.0286 MHz.
init init/main.c:716
init init/main.c:718
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
ACPI: Looking for DSDT in initrd ... not found!
Freeing initrd memory: 166k freed
init init/main.c:724
do_basic_setup init/main.c:634
do_basic_setup init/main.c:636
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xf1990, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040326
ACPI: Interpreter disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
PnPBIOS: Disabled
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router VIA [1106/3177] at 0000:00:11.0
spurious 8259A interrupt: IRQ7.
vesafb: framebuffer at 0xf0000000, mapped to 0xe0800000, size 1875k
vesafb: mode is 800x600x16, linelength=1600, pages=135
vesafb: protected mode interface info at c000:56f7
vesafb: scrolling: redraw
vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0
fb0: VESA VGA frame buffer device
Simple Boot Flag at 0x3a set to 0x1
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
audit: initializing netlink socket (disabled)
audit(1175710782.597:0): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x0
Initializing Cryptographic API
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
bootsplash 3.1.6-2004/03/31: looking for picture.... silentjpeg size 14554 bytes, found (800x600, 14506 bytes, v3).
Console: switching to colour frame buffer device 92x32
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 32000K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller at PCI slot 0000:00:11.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci0000:00:11.1
    ide0: BM-DMA at 0xa800-0xa807, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0xa808-0xa80f, BIOS settings: hdc:DMA, hdd:DMA
Probing IDE interface ide0...
hda: WDC WD1200JB-00REA0, ATA DISK drive
Using anticipatory io scheduler
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: ST34321A, ATA DISK drive
hdd: LITE-ON DVDRW SHW-160P6S, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 1024KiB
hda: 234441648 sectors (120034 MB) w/8192KiB Cache, CHS=16383/255/63, UDMA(100)
 /dev/ide/host0/bus0/target0/lun0: p1 p2 < p5 >
hdc: max request size: 128KiB
hdc: 8404830 sectors (4303 MB) w/128KiB Cache, CHS=8894/15/63, UDMA(33)
 /dev/ide/host0/bus1/target0/lun0: p1 p2 < p5 p6 >
mice: PS/2 mouse device common for all mice
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
NET: Registered protocol family 2
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 65536)
NET: Registered protocol family 1
BIOS EDD facility v0.16 2004-Jun-25, 2 devices found
init init/main.c:726
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Freeing unused kernel memory: 200k freed
usbcore: registered new driver usbfs
usbcore: registered new driver hub
USB Universal Host Controller Interface driver v2.2
PCI: Found IRQ 3 for device 0000:00:10.0
IRQ routing conflict for 0000:00:10.0, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.1, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.2, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.3, have irq 10, want irq 3
uhci_hcd 0000:00:10.0: UHCI Host Controller
uhci_hcd 0000:00:10.0: irq 10, io base 0000b800
uhci_hcd 0000:00:10.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
PCI: Found IRQ 3 for device 0000:00:10.1
IRQ routing conflict for 0000:00:10.0, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.1, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.2, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.3, have irq 10, want irq 3
uhci_hcd 0000:00:10.1: UHCI Host Controller
uhci_hcd 0000:00:10.1: irq 10, io base 0000b400
uhci_hcd 0000:00:10.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
PCI: Found IRQ 3 for device 0000:00:10.2
IRQ routing conflict for 0000:00:10.0, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.1, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.2, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.3, have irq 10, want irq 3
uhci_hcd 0000:00:10.2: UHCI Host Controller
uhci_hcd 0000:00:10.2: irq 10, io base 0000b000
uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
PCI: Found IRQ 3 for device 0000:00:10.3
IRQ routing conflict for 0000:00:10.0, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.1, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.2, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.3, have irq 10, want irq 3
ehci_hcd 0000:00:10.3: EHCI Host Controller
ehci_hcd 0000:00:10.3: irq 10, pci mem e09e5000
usb 1-1: new full speed USB device using address 2
ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
ehci_hcd 0000:00:10.3: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 6 ports detected
usb 1-1: device not accepting address 2, error -71
EXT3 FS on hdc1, internal journal
Adding 457812k swap on /dev/hdc5.  Priority:-1 extents:1
usb 4-1: new high speed USB device using address 2
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected VIA KT400/KT400A/KT600 chipset
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: AGP aperture is 64M @ 0xf8000000
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hdc6, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
usb 2-1: new low speed USB device using address 2
NTFS driver 2.1.15 [Flags: R/O DEBUG MODULE].
NTFS volume version 3.1.
usbcore: registered new driver hiddev
input: USB HID v1.10 Mouse [Microsoft Basic Optical Mouse] on usb-0000:00:10.1-1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
usbcore: registered new driver usbmouse
drivers/usb/input/usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
ts: Compaq touchscreen protocol output
loop: loaded (max 8 devices)
hdd: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(66)
Uniform CD-ROM driver Revision: 3.20
via-rhine.c:v1.10-LK1.2.0-2.6 June-10-2004 Written by Donald Becker
PCI: Assigned IRQ 5 for device 0000:00:12.0
eth0: VIA Rhine II at 0xa400, 00:0e:a6:4e:11:30, IRQ 5.
eth0: MII PHY found at address 1, status 0x7849 advertising 01e1 Link 0000.
inserting floppy driver for 2.6.8.1-12mdk
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
NET: Registered protocol family 17
eth0: link down
PCI: Found IRQ 4 for device 0000:00:11.5
IRQ routing conflict for 0000:00:11.5, have irq 3, want irq 4
PCI: Setting latency timer of device 0000:00:11.5 to 64
codec_read: codec 0 is not valid [0x87e5370]
codec_read: codec 0 is not valid [0x87e5370]
codec_read: codec 0 is not valid [0x87e5370]
codec_read: codec 0 is not valid [0x87e5370]
Bluetooth: Core ver 2.6
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.3
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM ver 1.3
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
NET: Registered protocol family 10
Disabled Privacy Extensions on device c0322b60(lo)
IPv6 over IPv4 tunneling driver
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10377 bytes, v3).
bootsplash: status on console 0 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10377 bytes, v3).
bootsplash: status on console 1 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10377 bytes, v3).
bootsplash: status on console 2 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10377 bytes, v3).
bootsplash: status on console 3 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10377 bytes, v3).
bootsplash: status on console 4 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10377 bytes, v3).
bootsplash: status on console 5 changed to on
mtrr: 0xf0000000,0x8000000 overlaps existing 0xf0000000,0x100000
PCI: Found IRQ 11 for device 0000:01:00.0
[drm] Initialized radeon 1.11.0 20020828 on minor 0:
mtrr: 0xf0000000,0x8000000 overlaps existing 0xf0000000,0x100000
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 4x mode
[drm] Loading R200 Microcode
eth0: no IPv6 routers present
cdrom: This disc doesn't have any tracks I recognize!
usb 4-5: new high speed USB device using address 4
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
  Vendor: VBTM      Model: Store 'n' Go      Rev: 5.00
  Type:   Direct-Access                      ANSI SCSI revision: 02
USB Mass Storage device found at 4
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
SCSI device sda: 904192 512-byte hdwr sectors (463 MB)
sda: Write Protect is off
sda: Mode Sense: 23 00 00 00
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
Merci de votre aide
scorplayer est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 07/04/2007, 09h45   #7
Membre régulier
 
Inscription : mars 2007
Messages : 191
Détails du profil
Informations forums :
Inscription : mars 2007
Messages : 191
Points : 80
Points : 80
Par défaut Partie 2

Code "dmesg" obtenu avec le lecteur MP3 :
Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
d 65536)
NET: Registered protocol family 1
BIOS EDD facility v0.16 2004-Jun-25, 2 devices found
init init/main.c:726
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Freeing unused kernel memory: 200k freed
usbcore: registered new driver usbfs
usbcore: registered new driver hub
USB Universal Host Controller Interface driver v2.2
PCI: Found IRQ 3 for device 0000:00:10.0
IRQ routing conflict for 0000:00:10.0, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.1, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.2, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.3, have irq 10, want irq 3
uhci_hcd 0000:00:10.0: UHCI Host Controller
uhci_hcd 0000:00:10.0: irq 10, io base 0000b800
uhci_hcd 0000:00:10.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
PCI: Found IRQ 3 for device 0000:00:10.1
IRQ routing conflict for 0000:00:10.0, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.1, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.2, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.3, have irq 10, want irq 3
uhci_hcd 0000:00:10.1: UHCI Host Controller
uhci_hcd 0000:00:10.1: irq 10, io base 0000b400
uhci_hcd 0000:00:10.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
PCI: Found IRQ 3 for device 0000:00:10.2
IRQ routing conflict for 0000:00:10.0, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.1, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.2, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.3, have irq 10, want irq 3
uhci_hcd 0000:00:10.2: UHCI Host Controller
uhci_hcd 0000:00:10.2: irq 10, io base 0000b000
uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
PCI: Found IRQ 3 for device 0000:00:10.3
IRQ routing conflict for 0000:00:10.0, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.1, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.2, have irq 10, want irq 3
IRQ routing conflict for 0000:00:10.3, have irq 10, want irq 3
ehci_hcd 0000:00:10.3: EHCI Host Controller
ehci_hcd 0000:00:10.3: irq 10, pci mem e09e5000
usb 1-1: new full speed USB device using address 2
ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
ehci_hcd 0000:00:10.3: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 6 ports detected
usb 1-1: device not accepting address 2, error -71
EXT3 FS on hdc1, internal journal
Adding 457812k swap on /dev/hdc5.  Priority:-1 extents:1
usb 4-1: new high speed USB device using address 2
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected VIA KT400/KT400A/KT600 chipset
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: AGP aperture is 64M @ 0xf8000000
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hdc6, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
usb 2-1: new low speed USB device using address 2
NTFS driver 2.1.15 [Flags: R/O DEBUG MODULE].
NTFS volume version 3.1.
usbcore: registered new driver hiddev
input: USB HID v1.10 Mouse [Microsoft Basic Optical Mouse] on usb-0000:00:10.1-1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
usbcore: registered new driver usbmouse
drivers/usb/input/usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
ts: Compaq touchscreen protocol output
loop: loaded (max 8 devices)
hdd: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(66)
Uniform CD-ROM driver Revision: 3.20
via-rhine.c:v1.10-LK1.2.0-2.6 June-10-2004 Written by Donald Becker
PCI: Assigned IRQ 5 for device 0000:00:12.0
eth0: VIA Rhine II at 0xa400, 00:0e:a6:4e:11:30, IRQ 5.
eth0: MII PHY found at address 1, status 0x7849 advertising 01e1 Link 0000.
inserting floppy driver for 2.6.8.1-12mdk
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
NET: Registered protocol family 17
eth0: link down
PCI: Found IRQ 4 for device 0000:00:11.5
IRQ routing conflict for 0000:00:11.5, have irq 3, want irq 4
PCI: Setting latency timer of device 0000:00:11.5 to 64
codec_read: codec 0 is not valid [0x87e5370]
codec_read: codec 0 is not valid [0x87e5370]
codec_read: codec 0 is not valid [0x87e5370]
codec_read: codec 0 is not valid [0x87e5370]
Bluetooth: Core ver 2.6
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.3
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM ver 1.3
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
NET: Registered protocol family 10
Disabled Privacy Extensions on device c0322b60(lo)
IPv6 over IPv4 tunneling driver
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10377 bytes, v3).
bootsplash: status on console 0 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10377 bytes, v3).
bootsplash: status on console 1 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10377 bytes, v3).
bootsplash: status on console 2 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10377 bytes, v3).
bootsplash: status on console 3 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10377 bytes, v3).
bootsplash: status on console 4 changed to on
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10377 bytes, v3).
bootsplash: status on console 5 changed to on
mtrr: 0xf0000000,0x8000000 overlaps existing 0xf0000000,0x100000
PCI: Found IRQ 11 for device 0000:01:00.0
[drm] Initialized radeon 1.11.0 20020828 on minor 0:
mtrr: 0xf0000000,0x8000000 overlaps existing 0xf0000000,0x100000
agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 4x mode
[drm] Loading R200 Microcode
eth0: no IPv6 routers present
cdrom: This disc doesn't have any tracks I recognize!
usb 4-5: new high speed USB device using address 4
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
  Vendor: VBTM      Model: Store 'n' Go      Rev: 5.00
  Type:   Direct-Access                      ANSI SCSI revision: 02
USB Mass Storage device found at 4
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
SCSI device sda: 904192 512-byte hdwr sectors (463 MB)
sda: Write Protect is off
sda: Mode Sense: 23 00 00 00
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
usb 4-5: USB disconnect, address 4
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 443) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 444) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 445) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 446) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 447) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 448) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 449) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 450) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 451) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 452) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 453) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 454) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 455) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 456) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 457) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 458) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 459) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 460) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 461) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 462) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 463) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 464) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 465) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 466) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 467) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 468) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 469) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 470) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 471) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 472) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 473) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 474) failed
usb 4-5: new high speed USB device using address 5
scsi1 : SCSI emulation for USB Mass Storage devices
  Vendor:           Model:                   Rev:
  Type:   Direct-Access                      ANSI SCSI revision: 02
SCSI device sdb: 3987121 512-byte hdwr sectors (2041 MB)
sdb: Write Protect is off
sdb: Mode Sense: 00 c0 00 00
sdb: assuming drive cache: write through
 /dev/scsi/host1/bus0/target0/lun0: unknown partition table
Attached scsi removable disk sdb at scsi1, channel 0, id 0, lun 0
USB Mass Storage device found at 5
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 443) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 444) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 445) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 446) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 447) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 448) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 449) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 450) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 451) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 452) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 453) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 454) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 455) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 456) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 457) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 458) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 459) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 460) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 461) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 462) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 463) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 464) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 465) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 466) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 467) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 468) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 469) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 470) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 471) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 472) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 473) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 474) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 443) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 444) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 445) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 446) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 447) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 448) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 449) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 450) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 451) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 452) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 453) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 454) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 455) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 456) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 457) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 458) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 459) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 460) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 461) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 462) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 463) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 464) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 465) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 466) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 467) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 468) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 469) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 470) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 471) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 472) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 473) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 474) failed
scorplayer est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 07/04/2007, 09h46   #8
Membre régulier
 
Inscription : mars 2007
Messages : 191
Détails du profil
Informations forums :
Inscription : mars 2007
Messages : 191
Points : 80
Points : 80
Par défaut Partie 3

Code "mount" obtenu avec la clé USB :
Code :
1
2
3
4
5
6
7
/dev/hdc1 on / type ext3 (rw)
none on /proc type proc (rw)
none on /proc/bus/usb type usbfs (rw)
none on /sys type sysfs (rw)
/dev/hdc6 on /home type ext3 (rw)
/dev/hda1 on /mnt/windows type ntfs (ro,umask=0,nls=iso8859-15)
/dev/sda1 on /mnt/removable type vfat (rw,noexec,nosuid,nodev,sync,users,umask=0,iocharset=iso8859-15,codepage=850)
Code "mount" obtenu avec le lecteur MP3 :
Code :
1
2
3
4
5
6
7
/dev/hdc1 on / type ext3 (rw)
none on /proc type proc (rw)
none on /proc/bus/usb type usbfs (rw)
none on /sys type sysfs (rw)
/dev/hdc6 on /home type ext3 (rw)
/dev/hda1 on /mnt/windows type ntfs (ro,umask=0,nls=iso8859-15)
/dev/sda1 on /mnt/removable type vfat (rw,noexec,nosuid,nodev,sync,users,umask=0,iocharset=iso8859-15,codepage=850)
scorplayer est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 07/04/2007, 09h47   #9
Membre régulier
 
Inscription : mars 2007
Messages : 191
Détails du profil
Informations forums :
Inscription : mars 2007
Messages : 191
Points : 80
Points : 80
Par défaut Partie 4

Code "cat /proc/bus/usb/devices" obtenu avec la clé USB :
Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
T:  Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 6
B:  Alloc=  0/800 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.8.1-12mdk ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=0000:00:10.3
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=256ms
 
T:  Bus=04 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0cde ProdID=0008 Rev=10.40
S:  Manufacturer=GlobespanVirata
S:  Product=USB Device
S:  SerialNumber=3887-0000
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
I:  If#= 0 Alt= 0 #EPs= 5 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=83(I) Atr=03(Int.) MxPS=  64 Ivl=125us
 
T:  Bus=04 Lev=01 Prnt=01 Port=04 Cnt=02 Dev#=  4 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=08ec ProdID=0008 Rev= 1.00
S:  Manufacturer=Verbatim
S:  Product=Store 'n' Go
S:  SerialNumber=0D516660812098C0
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=200mA
I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
 
T:  Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.8.1-12mdk uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:10.2
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms
 
T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc= 93/900 us (10%), #Int=  1, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.8.1-12mdk uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:10.1
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms
 
T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=1.5 MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=045e ProdID=0083 Rev= 0.00
S:  Manufacturer=Microsoft
S:  Product=Basic Optical Mouse
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=02 Driver=usbhid
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=10ms
 
T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.8.1-12mdk uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:10.0
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms
scorplayer est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 07/04/2007, 09h48   #10
Membre régulier
 
Inscription : mars 2007
Messages : 191
Détails du profil
Informations forums :
Inscription : mars 2007
Messages : 191
Points : 80
Points : 80
Par défaut Partie 5 (fin)

Code "cat /proc/bus/usb/devices" obtenu avec le lecteur MP3 :
Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
T:  Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 6
B:  Alloc=  0/800 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.8.1-12mdk ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=0000:00:10.3
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=256ms
 
T:  Bus=04 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0cde ProdID=0008 Rev=10.40
S:  Manufacturer=GlobespanVirata
S:  Product=USB Device
S:  SerialNumber=3887-0000
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
I:  If#= 0 Alt= 0 #EPs= 5 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=83(I) Atr=03(Int.) MxPS=  64 Ivl=125us
 
T:  Bus=04 Lev=01 Prnt=01 Port=04 Cnt=02 Dev#=  5 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=10d6 ProdID=1101 Rev= 1.00
S:  Product=USB 2.0(HS) Flash Disk
S:  SerialNumber=A00000600001
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=05 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
 
T:  Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.8.1-12mdk uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:10.2
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms
 
T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc= 93/900 us (10%), #Int=  1, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.8.1-12mdk uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:10.1
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms
 
T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=1.5 MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=045e ProdID=0083 Rev= 0.00
S:  Manufacturer=Microsoft
S:  Product=Basic Optical Mouse
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=02 Driver=usbhid
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=10ms
 
T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.8.1-12mdk uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:10.0
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms
Merci
scorplayer est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 10/04/2007, 00h51   #11
Rédacteur
 
Inscription : mars 2002
Messages : 557
Détails du profil
Informations forums :
Inscription : mars 2002
Messages : 557
Points : 673
Points : 673
Citation:
Envoyé par scorplayer
J'ai effectué mon premier essaie avec mon lecteur MP3/Clé USB, et comme je vous l'ai dit, linux ne l'a pas reconnu. Hier, j'ai testé avec une clé USB normale (Verbatim) et ca a marché.
Comment tu vois si Linux reconnait ou pas ton lecteur MP3 ? Parce que d'après tes logs ça a bien l'air de marcher. D'après ce que te renvoie la commande mount, si tu as bien enlevé la clé USB avant de mettre le lecteur MP3, le contenu de ton lecteur est sur /mnt/removable. Donc tu as plus qu'à aller dans ce répertoire avec ton explorateur de fichiers, Konqueror ou Nautilus suivant si tu es sous Kde ou gnome.
Nightfall est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 10/04/2007, 12h33   #12
Rédacteur
 
Inscription : mars 2004
Messages : 1 298
Détails du profil
Informations forums :
Inscription : mars 2004
Messages : 1 298
Points : 1 450
Points : 1 450
pour le resultat de dmesg juste la fin était suffisante.

Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
 
scsi0 : SCSI emulation for USB Mass Storage devices
  Vendor: VBTM      Model: Store 'n' Go      Rev: 5.00
  Type:   Direct-Access                      ANSI SCSI revision: 02
USB Mass Storage device found at 4
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
SCSI device sda: 904192 512-byte hdwr sectors (463 MB)
sda: Write Protect is off
sda: Mode Sense: 23 00 00 00
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
usb 4-5: USB disconnect, address 4
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 443) failed
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 444) failed
scsi0 (0:0): rejecting I/O to dead device
F.....
usb 4-5: new high speed USB device using address 5
scsi1 : SCSI emulation for USB Mass Storage devices
  Vendor:           Model:                   Rev:
  Type:   Direct-Access                      ANSI SCSI revision: 02
SCSI device sdb: 3987121 512-byte hdwr sectors (2041 MB)
sdb: Write Protect is off
sdb: Mode Sense: 00 c0 00 00
sdb: assuming drive cache: write through
 /dev/scsi/host1/bus0/target0/lun0: unknown partition table
Attached scsi removable disk sdb at scsi1, channel 0, id 0, lun 0
USB Mass Storage device found at 5
scsi0 (0:0): rejecting I/O to dead device
FAT: Directory bread(block 443) failed
scsi0 (0:0): rejecting I/O to dead device
il y a manifestement erreur sur ta partition OU mauvaise manipulation de ta pars :
dans se log je constate que /dev/sda est monté une cled de 463 Mo puis a la suite erreur
ensuite sur /dev/sdb une 2eme cle de 2 G puis des erreurs....
n'enleverai tu pas ta clef "a chaud" ? sans la demonter ?
__________________
Marc
Slackware for ever ......
BASH - KSH ( http://marcg.developpez.com/ksh/ )
MarcG est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 10/04/2007, 20h26   #13
Membre régulier
 
Inscription : mars 2007
Messages : 191
Détails du profil
Informations forums :
Inscription : mars 2007
Messages : 191
Points : 80
Points : 80
Par défaut Réponse Nightfall

J'étais allé voir dans /mnt/removable et il n'y avait rien. J'avais aussi remarqué que le mount répondait de la même façon pour les deux clé. Est-il possible que linux n'ait pas remarqué le changement de clé du fait que je n'enlève pas ma clé "proprement"? Si c'est le cas, ça semble logique que le mount soit le même. Comment s'y prendre pour enlever une clé proprement sous linux?

Merci
scorplayer est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 10/04/2007, 20h29   #14
Membre régulier
 
Inscription : mars 2007
Messages : 191
Détails du profil
Informations forums :
Inscription : mars 2007
Messages : 191
Points : 80
Points : 80
Par défaut Réponse à MarcG

J'enlève effectivement ma clé sans la démonter. Comment s'y prendre pour enlever une clé proprement?

Merci
scorplayer est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 11/04/2007, 11h09   #15
Rédacteur
 
Inscription : mars 2004
Messages : 1 298
Détails du profil
Informations forums :
Inscription : mars 2004
Messages : 1 298
Points : 1 450
Points : 1 450
en ligne de commande :
Code :
1
2
3
4
 
umount /mnt/le_point de montage (remouvable ?)
# ou
umount /dev/sda1 (ou sdb1 celon le rsultat de dmesg)
il se peut que sur ton interface graphique la cle apparaisse, auquel cas en cliquant droit dessus devrait apparaitre l'option "demonter".
__________________
Marc
Slackware for ever ......
BASH - KSH ( http://marcg.developpez.com/ksh/ )
MarcG est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 11/04/2007, 17h35   #16
Membre régulier
 
Inscription : mars 2007
Messages : 191
Détails du profil
Informations forums :
Inscription : mars 2007
Messages : 191
Points : 80
Points : 80
J'ai refait les testes qu'avec le lecteur MP3 (vu que j'enlevait mal ma clé).

Dmesg:
Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
scsi0 : SCSI emulation for USB Mass Storage devices
  Vendor:           Model:                   Rev:
  Type:   Direct-Access                      ANSI SCSI revision: 02
USB Mass Storage device found at 4
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
SCSI device sda: 3987121 512-byte hdwr sectors (2041 MB)
sda: Write Protect is off
sda: Mode Sense: 00 c0 00 00
sda: assuming drive cache: write through
 /dev/scsi/host0/bus0/target0/lun0: unknown partition table
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
[yannice@localhost yannice]$ /dev/hdc1 on / type ext3 (rw)
bash: syntax error near unexpected token `('
[yannice@localhost yannice]$ none on /proc type proc (rw)
bash: syntax error near unexpected token `('
[yannice@localhost yannice]$ none on /proc/bus/usb type usbfs (rw)
bash: syntax error near unexpected token `('
[yannice@localhost yannice]$ none on /sys type sysfs (rw)
bash: syntax error near unexpected token `('
[yannice@localhost yannice]$ /dev/hdc6 on /home type ext3 (rw)
bash: syntax error near unexpected token `('
[yannice@localhost yannice]$ /dev/hda1 on /mnt/windows type ntfs (ro,umask=0,nls=iso8859-15)
bash: syntax error near unexpected token `('
[yannice@localhost yannice]$ /dev/hdc1 on / type ext3 (rw)
bash: syntax error near unexpected token `('
[yannice@localhost yannice]$ none on /proc type proc (rw)
bash: syntax error near unexpected token `('
[yannice@localhost yannice]$ none on /proc/bus/usb type usbfs (rw)
bash: syntax error near unexpected token `('
[yannice@localhost yannice]$ none on /sys type sysfs (rw)
bash: syntax error near unexpected token `('
[yannice@localhost yannice]$ /dev/hdc6 on /home type ext3 (rw)
bash: syntax error near unexpected token `('
[yannice@localhost yannice]$ /dev/hda1 on /mnt/windows type ntfs (ro,umask=0,nls=iso8859-15)
bash: syntax error near unexpected token `('
Mount:
Code :
1
2
3
4
5
6
/dev/hdc1 on / type ext3 (rw)
none on /proc type proc (rw)
none on /proc/bus/usb type usbfs (rw)
none on /sys type sysfs (rw)
/dev/hdc6 on /home type ext3 (rw)
/dev/hda1 on /mnt/windows type ntfs (ro,umask=0,nls=iso8859-15)
scorplayer est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 11/04/2007, 17h36   #17
Membre régulier
 
Inscription : mars 2007
Messages : 191
Détails du profil
Informations forums :
Inscription : mars 2007
Messages : 191
Points : 80
Points : 80
Au cas où, voil ake nouveau cat /proc/bus/usb/devices :
Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.bash_history             .gconf                    mount2.sxw
.bash_logout              .gconfd                   .oofficerc
.bash_profile             .gnome                    .openoffice
.bashrc                   .gnome2                   Projet info
cat                       .gnome2_private           .qt
.DCOPserver_localhost__0  .ICEauthority             sujet5.rtf
.DCOPserver_localhost_:0  .kde                      .sversionrc
.desktop                  .mailcap                  .thumbnails
Desktop                   .mcop                     tmp
dmesg                     .mcoprc                   .Xauthority
dmesg2.sxw                .MdkOnline                .xsession-errors
.dmrc                     .mime.types
.fonts.cache-1            mount
[yannice@localhost yannice]$ cat /proc/bus/usb/devices
 
T:  Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 6
B:  Alloc=  0/800 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.8.1-12mdk ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=0000:00:10.3
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=256ms
 
T:  Bus=04 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0cde ProdID=0008 Rev=10.40
S:  Manufacturer=GlobespanVirata
S:  Product=USB Device
S:  SerialNumber=3887-0000
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
I:  If#= 0 Alt= 0 #EPs= 5 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=83(I) Atr=03(Int.) MxPS=  64 Ivl=125us
 
T:  Bus=04 Lev=01 Prnt=01 Port=04 Cnt=02 Dev#=  4 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=10d6 ProdID=1101 Rev= 1.00
S:  Product=USB 2.0(HS) Flash Disk
S:  SerialNumber=A00000600001
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=05 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
 
T:  Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.8.1-12mdk uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:10.2
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms
 
T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc= 93/900 us (10%), #Int=  1, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.8.1-12mdk uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:10.1
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms
 
T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=1.5 MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=045e ProdID=0083 Rev= 0.00
S:  Manufacturer=Microsoft
S:  Product=Basic Optical Mouse
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=02 Driver=usbhid
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=10ms
 
T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.8.1-12mdk uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:10.0
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms
scorplayer est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 12/04/2007, 11h01   #18
Rédacteur
 
Inscription : mars 2004
Messages : 1 298
Détails du profil
Informations forums :
Inscription : mars 2004
Messages : 1 298
Points : 1 450
Points : 1 450
je comprend pas ce que tu fabrique avec les :

Code :
1
2
3
 
yannice@localhost yannice]$ /dev/hdc1 on / type ext3 (rw)
bash: syntax error near unexpected token `('
en tout etat de cause regarde le messages dans le dmesg :
Code :
1
2
 
/dev/scsi/host0/bus0/target0/lun0: unknown partition table
cherche pas plus loin ........

a quel format est formater cette partition sur ton mp3 ?
__________________
Marc
Slackware for ever ......
BASH - KSH ( http://marcg.developpez.com/ksh/ )
MarcG est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 12/04/2007, 18h20   #19
Membre régulier
 
Inscription : mars 2007
Messages : 191
Détails du profil
Informations forums :
Inscription : mars 2007
Messages : 191
Points : 80
Points : 80
Il n'y a qu'une partition et elle est formatée en FAT32.
scorplayer est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 13/04/2007, 11h29   #20
Rédacteur
 
Inscription : mars 2004
Messages : 1 298
Détails du profil
Informations forums :
Inscription : mars 2004
Messages : 1 298
Points : 1 450
Points : 1 450
et l'autre clef est formater comment ?

apparemment le format FAT32 est soit 'mal formaté' ou la table de partition mal écrite (malheureusement courant sur les clés preformatées).
==> a repartionner et reformater mais attention ....... il faut etre sur que le lecteur MP3 fonctionnera encore ...........
OU
..... ton système ne supporte pas FAT32 (il existe VFAT, FAT16, .........), se qui serait tout de même étonnant, sauf si tu as recompiler toi même ton kernel .....
__________________
Marc
Slackware for ever ......
BASH - KSH ( http://marcg.developpez.com/ksh/ )
MarcG est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 15h42.


 
 
 
 
Partenaires

Hébergement Web