Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1642 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Hardware

  [MDK10] Clé USB qui ne marche plus

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[MDK10] Clé USB qui ne marche plus

n°490837
sakuraba
Posté le 30-05-2004 à 21:43:00  profilanswer
 

bonsoir,
 
j'ai un petit souci avec ma clé usb, elle est plus detecté et ajouté à mon bureau  
 
j'ai fait un tail -f /var/log/messages
 

Code :
  1. May 30 21:40:21 localhost kernel: usb 5-1: USB disconnect, address 2
  2. May 30 21:40:33 localhost kernel: usb 5-4: new high speed USB device using address 3
  3. May 30 21:40:33 localhost kernel: scsi1 : SCSI emulation for USB Mass Storage devices
  4. May 30 21:40:33 localhost kernel:   Vendor: M-Sys     Model: DiskOnKey         Rev: 4.20
  5. May 30 21:40:33 localhost kernel:   Type:   Direct-Access                      ANSI SCSI revision: 02
  6. May 30 21:40:33 localhost kernel: SCSI device sda: 499712 512-byte hdwr sectors (256 MB)
  7. May 30 21:40:33 localhost kernel: sda: assuming Write Enabled
  8. May 30 21:40:33 localhost kernel: sda: assuming drive cache: write through
  9. May 30 21:40:34 localhost kernel:  /dev/scsi/host1/bus0/target0/lun0: unknown partition table
  10. May 30 21:40:34 localhost kernel: Attached scsi removable disk sda at scsi1, channel 0, id 0, lun 0
  11. May 30 21:40:34 localhost kernel: Attached scsi generic sg0 at scsi1, channel 0, id 0, lun 0,  type 0
  12. May 30 21:40:34 localhost modprobe: FATAL: Module scsimon not found.
  13. May 30 21:40:34 localhost scsi.agent[3813]: disk at /devices/pci0000:00/0000:00:1d.7/usb5/5-4/5-4:1.0/host1/1:0:0:0


 
merci d'avance

mood
Publicité
Posté le 30-05-2004 à 21:43:00  profilanswer
 

n°490838
mirtouf
Light is right !
Posté le 30-05-2004 à 21:44:12  profilanswer
 

sakuraba a écrit :

bonsoir,
 
j'ai un petit souci avec ma clé usb, elle est plus detecté et ajouté à mon bureau  
 
j'ai fait un tail -f /var/log/messages
 

Code :
  1. May 30 21:40:34 localhost kernel:  /dev/scsi/host1/bus0/target0/lun0: unknown partition table
  2. May 30 21:40:34 localhost kernel: Attached scsi removable disk sda at scsi1, channel 0, id 0, lun 0
  3. May 30 21:40:34 localhost modprobe: FATAL: Module scsimon not found.


 
merci d'avance


 
hum hum...


---------------
-~- Libérez Datoune ! -~- Camarade, toi aussi rejoins le FLD pour que la flamme de la Révolution ne s'éteigne pas ! -~- A VENDRE
n°490845
[Albator]
MDK un jour, MDK toujours !
Posté le 30-05-2004 à 22:11:52  profilanswer
 

Ca sent le paté pour la clé usb :)

n°490911
sakuraba
Posté le 30-05-2004 à 23:27:38  profilanswer
 

hein ?

n°490962
sakuraba
Posté le 31-05-2004 à 01:47:07  profilanswer
 

:bounce:

n°490985
jojo34
Posté le 31-05-2004 à 08:05:33  profilanswer
 

Il semblerait que sous mandrake le montage auto de la clé soit sensible au partitionnement. Ce qui a fonctionné chez moi :sous linux avec fdisk une partition unique type vfat et installation d'un système de fichier vfat (mkfs.vfat).

n°490987
philou_a7
\_o< coin ! >o_/
Posté le 31-05-2004 à 08:16:04  profilanswer
 

Citation :

May 30 21:40:34 localhost modprobe: FATAL: Module scsimon not found


 
hum hum..... ;)

n°491496
Dark_Schne​ider
Close the World, Open the Net
Posté le 31-05-2004 à 18:37:04  profilanswer
 

sous 2.6 cela n'existe plus ( scsimon )
 
+ regarde si le service harddrake et hotplug est lancé :
service harddrake status
service hotplug status
 
+ si il n'est pas lancé ou qu'il n'est pas installé :
urpmi harddrake
urpmi hotplug
service harddrake restart
service hotplug restart
chkconfig --level 35 harddrake on
chkconfig --level 35 hotplug on
 
+ regarde le contenu de /etc/fstab et check si tu n'as pas d'anciennes entrée pour ta clé usb qui sont restées. si oui, vire les.


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
n°491627
ZeBib
4tus
Posté le 31-05-2004 à 21:57:37  profilanswer
 

J'ai remarqué que tu as les même erreurs que moi ds les logs :
 
j'ai une solution qui marche chez moi : http://forum.hardware.fr/hardwaref [...] tm#t491626

n°495072
sakuraba
Posté le 04-06-2004 à 11:22:32  profilanswer
 

Code :
  1. Jun  4 11:20:46 localhost kernel: usb 1-2: new full speed USB device using address 3
  2. Jun  4 11:20:46 localhost kernel: scsi4 : SCSI emulation for USB Mass Storage devices
  3. Jun  4 11:20:46 localhost kernel:   Vendor: M-Sys     Model: DiskOnKey         Rev: 4.20
  4. Jun  4 11:20:46 localhost kernel:   Type:   Direct-Access                      ANSI SCSI revision: 02
  5. Jun  4 11:20:46 localhost kernel: SCSI device sda: 499712 512-byte hdwr sectors (256 MB)
  6. Jun  4 11:20:46 localhost kernel: sda: assuming Write Enabled
  7. Jun  4 11:20:46 localhost kernel: sda: assuming drive cache: write through
  8. Jun  4 11:20:46 localhost kernel:  /dev/scsi/host4/bus0/target0/lun0: inconsistent partition table (overlap)
  9. Jun  4 11:20:46 localhost kernel: Attached scsi removable disk sda at scsi4, channel 0, id 0, lun 0
  10. Jun  4 11:20:47 localhost kernel: Attached scsi generic sg0 at scsi4, channel 0, id 0, lun 0,  type 0
  11. Jun  4 11:20:47 localhost scsi.agent[30480]: disk at /devices/pci0000:00/0000:00:07.2/usb1/1-2/1-2:1.0/host4/4:0:0:0
  12. Jun  4 11:20:48 localhost modprobe: FATAL: Module scsimon not found.


toujours le probleme

mood
Publicité
Posté le 04-06-2004 à 11:22:32  profilanswer
 

n°495083
sakuraba
Posté le 04-06-2004 à 11:34:09  profilanswer
 

plus d'info  

Code :
  1. [root@Mandrake mnt]# lsmod
  2. Module                  Size  Used by
  3. usb-storage            63296  0
  4. uhci-hcd               30448  0
  5. usbcore               106656  4 usb-storage,uhci-hcd
  6. ipv6                  232704  6
  7. sg                     37596  0
  8. st                     38076  0
  9. sr_mod                 18404  0
  10. sd_mod                 21536  0
  11. scsi_mod              118508  5 usb-storage,sg,st,sr_mod,sd_mod
  12. ide-cd                 41312  0
  13. cdrom                  38176  2 sr_mod,ide-cd
  14. ipt_TOS                 2368  0
  15. ipt_REJECT              6592  0
  16. ipt_pkttype             1664  0
  17. ipt_LOG                 6208  0
  18. ipt_state               1984  2
  19. ip_nat_irc              4240  0
  20. ip_nat_tftp             3504  0
  21. ip_nat_ftp              4848  0
  22. ip_conntrack_irc       71408  1 ip_nat_irc
  23. ip_conntrack_tftp       3700  0
  24. ip_conntrack_ftp       72112  1 ip_nat_ftp
  25. ipt_multiport           1984  0
  26. ipt_conntrack           2528  0
  27. iptable_filter          2752  1
  28. iptable_mangle          2752  0
  29. iptable_nat            24460  3 ip_nat_irc,ip_nat_tftp,ip_nat_ftp
  30. ip_conntrack           35328  9 ipt_state,ip_nat_irc,ip_nat_tftp,ip_nat_ftp,ip_conntrack_irc,ip_conntrack_tftp,ip_conntrack_ftp,ipt_conntrack,iptable_nat
  31. ip_tables              16864  10 ipt_TOS,ipt_REJECT,ipt_pkttype,ipt_LOG,ipt_state,ipt_multiport,ipt_conntrack,iptable_filter,iptable_mangle,iptable_nat
  32. af_packet              20744  0
  33. floppy                 59092  0
  34. 3c59x                  39368  0
  35. nls_iso8859-1           4032  1
  36. nls_cp850               4864  1
  37. vfat                   12864  1
  38. fat                    44832  1 vfat
  39. supermount             37012  1
  40. intel-agp              17500  1
  41. agpgart                32648  1 intel-agp
  42. rtc                    11544  0
  43. ext3                  116392  2
  44. jbd                    54072  1 ext3

n°495184
Dark_Schne​ider
Close the World, Open the Net
Posté le 04-06-2004 à 12:40:33  profilanswer
 

ta clé USB est accessible n'est ce pas si tu fais : "mount /dev/sda1 /mnt/removable" ?
 
si oui alors vérifie que harddrake marche et surtout il faut que l'affichages des partitions de disques durs soit actifs dans KDE.
 
et montre le contenu de ton fstab quand tu branche la clé
 
et le service harddrake doit tourner ( service harddrake status )


Message édité par Dark_Schneider le 04-06-2004 à 12:41:12

---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
n°502740
ZeBib
4tus
Posté le 12-06-2004 à 23:58:30  profilanswer
 

Jun  4 11:20:46 localhost kernel:  /dev/scsi/host4/bus0/target0/lun0: inconsistent partition table (overlap)  
 
tu as un pb sur ta table de partitions.
Regarde de ce côté ;)


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Hardware

  [MDK10] Clé USB qui ne marche plus

 

Sujets relatifs
Problème de PATH insoluble: Comment ça marche?[mdk10] config smtp kmail
[LINUX] comment faire marcher une clé usb?[MDK10 Official] Problème avec wine qui freeze une partie du système
Virtual host, apache, mandrake 10 marche pas ? - résoluSpeedtouch sous MDK10 Official
[MDK10] Ajouter un scanner USB[MDK10] Kopete transfert de fichier ( incoming )
Plus de sujets relatifs à : [MDK10] Clé USB qui ne marche plus


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR