[MDK10.0] PowerShot A80 apres recompilation kernel 2.6.6

PowerShot A80 apres recompilation kernel 2.6.6 [MDK10.0] - Hardware - Linux et OS Alternatifs

Marsh Posté le 21-06-2004 à 20:50:45    

bonsoir,
 
je viens de compiler mon nouveau kernel 2.6.6 et j'ai plus acces à mon A80  
avant je branchais et hop il apparaissait sur mon bureau et j'avais plus qu a cliquer pour telecharger mes photos.
Maintenant je crois que j'ai pas compilé les bonnes options  

Code :
  1. # USB support
  2. #
  3. CONFIG_USB=y
  4. # CONFIG_USB_DEBUG is not set
  5. #
  6. # Miscellaneous USB options
  7. #
  8. CONFIG_USB_DEVICEFS=y
  9. CONFIG_USB_BANDWIDTH=y
  10. CONFIG_USB_DYNAMIC_MINORS=y
  11. #
  12. # USB Host Controller Drivers
  13. #
  14. CONFIG_USB_EHCI_HCD=y
  15. CONFIG_USB_EHCI_SPLIT_ISO=y
  16. CONFIG_USB_EHCI_ROOT_HUB_TT=y
  17. CONFIG_USB_OHCI_HCD=y
  18. CONFIG_USB_UHCI_HCD=y
  19. #
  20. # USB Device Class drivers
  21. #
  22. CONFIG_USB_AUDIO=m
  23. # CONFIG_USB_BLUETOOTH_TTY is not set
  24. CONFIG_USB_MIDI=m
  25. CONFIG_USB_ACM=m
  26. CONFIG_USB_PRINTER=m
  27. CONFIG_USB_STORAGE=y
  28. CONFIG_USB_STORAGE_DEBUG=y
  29. CONFIG_USB_STORAGE_DATAFAB=y
  30. CONFIG_USB_STORAGE_FREECOM=y
  31. CONFIG_USB_STORAGE_ISD200=y
  32. CONFIG_USB_STORAGE_DPCM=y
  33. CONFIG_USB_STORAGE_HP8200e=y
  34. CONFIG_USB_STORAGE_SDDR09=y
  35. CONFIG_USB_STORAGE_SDDR55=y
  36. CONFIG_USB_STORAGE_JUMPSHOT=y
  37. #
  38. # USB Human Interface Devices (HID)
  39. #
  40. CONFIG_USB_HID=m
  41. CONFIG_USB_HIDINPUT=y
  42. CONFIG_HID_FF=y
  43. CONFIG_HID_PID=y
  44. CONFIG_LOGITECH_FF=y
  45. CONFIG_THRUSTMASTER_FF=y
  46. CONFIG_USB_HIDDEV=y
  47. #
  48. # USB HID Boot Protocol drivers
  49. #
  50. CONFIG_USB_KBD=m
  51. CONFIG_USB_MOUSE=m
  52. CONFIG_USB_AIPTEK=m
  53. CONFIG_USB_WACOM=m
  54. CONFIG_USB_KBTAB=m
  55. CONFIG_USB_POWERMATE=m
  56. # CONFIG_USB_MTOUCH is not set
  57. CONFIG_USB_XPAD=m
  58. # CONFIG_USB_ATI_REMOTE is not set
  59. #
  60. # USB Imaging devices
  61. #
  62. CONFIG_USB_MDC800=m
  63. CONFIG_USB_MICROTEK=m
  64. CONFIG_USB_HPUSBSCSI=m
  65. #
  66. # USB Multimedia devices
  67. #
  68. CONFIG_USB_DABUSB=m
  69. CONFIG_USB_VICAM=m
  70. CONFIG_USB_DSBR=m
  71. CONFIG_USB_IBMCAM=m
  72. CONFIG_USB_KONICAWC=m
  73. CONFIG_USB_OV511=m
  74. CONFIG_USB_SE401=m
  75. CONFIG_USB_STV680=m
  76. CONFIG_USB_W9968CF=m
  77. #
  78. # USB Network adaptors
  79. #
  80. # CONFIG_USB_CATC is not set
  81. # CONFIG_USB_KAWETH is not set
  82. # CONFIG_USB_PEGASUS is not set
  83. # CONFIG_USB_RTL8150 is not set
  84. # CONFIG_USB_USBNET is not set
  85. #
  86. # USB port drivers
  87. #
  88. CONFIG_USB_USS720=m
  89. #
  90. # USB Serial Converter support
  91. #
  92. CONFIG_USB_SERIAL=m
  93. CONFIG_USB_SERIAL_GENERIC=y
  94. CONFIG_USB_SERIAL_BELKIN=m
  95. CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
  96. CONFIG_USB_SERIAL_EMPEG=m
  97. CONFIG_USB_SERIAL_FTDI_SIO=m
  98. CONFIG_USB_SERIAL_VISOR=m
  99. CONFIG_USB_SERIAL_IPAQ=m
  100. CONFIG_USB_SERIAL_IR=m
  101. CONFIG_USB_SERIAL_EDGEPORT=m
  102. CONFIG_USB_SERIAL_EDGEPORT_TI=m
  103. CONFIG_USB_SERIAL_KEYSPAN_PDA=m
  104. CONFIG_USB_SERIAL_KEYSPAN=m
  105. CONFIG_USB_SERIAL_KEYSPAN_MPR=y
  106. CONFIG_USB_SERIAL_KEYSPAN_USA28=y
  107. CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
  108. CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
  109. CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y
  110. CONFIG_USB_SERIAL_KEYSPAN_USA19=y
  111. CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
  112. CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
  113. CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y
  114. CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
  115. CONFIG_USB_SERIAL_KEYSPAN_USA49W=y
  116. CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
  117. CONFIG_USB_SERIAL_KLSI=m
  118. CONFIG_USB_SERIAL_KOBIL_SCT=m
  119. CONFIG_USB_SERIAL_MCT_U232=m
  120. CONFIG_USB_SERIAL_PL2303=m
  121. CONFIG_USB_SERIAL_SAFE=m
  122. CONFIG_USB_SERIAL_SAFE_PADDED=y
  123. CONFIG_USB_SERIAL_CYBERJACK=m
  124. CONFIG_USB_SERIAL_XIRCOM=m
  125. CONFIG_USB_SERIAL_OMNINET=m
  126. CONFIG_USB_EZUSB=y
  127. #
  128. # USB Miscellaneous drivers
  129. #
  130. CONFIG_USB_EMI62=m
  131. CONFIG_USB_EMI26=m
  132. CONFIG_USB_TIGL=m
  133. CONFIG_USB_AUERSWALD=m
  134. CONFIG_USB_RIO500=m
  135. CONFIG_USB_LEGOTOWER=m
  136. CONFIG_USB_LCD=m
  137. CONFIG_USB_LED=m
  138. # CONFIG_USB_CYTHERM is not set
  139. CONFIG_USB_SPEEDTOUCH=m
  140. CONFIG_USB_TEST=m
  141. #
  142. # USB Gadget Support
  143. #
  144. CONFIG_USB_GADGET=m
  145. CONFIG_USB_GADGET_NET2280=y
  146. CONFIG_USB_NET2280=m
  147. # CONFIG_USB_GADGET_PXA2XX is not set
  148. # CONFIG_USB_GADGET_GOKU is not set
  149. # CONFIG_USB_GADGET_SA1100 is not set
  150. # CONFIG_USB_GADGET_DUMMY_HCD is not set
  151. CONFIG_USB_GADGET_DUALSPEED=y
  152. CONFIG_USB_ZERO=m
  153. CONFIG_USB_ETH=m
  154. CONFIG_USB_ETH_RNDIS=y
  155. CONFIG_USB_GADGETFS=m
  156. CONFIG_USB_FILE_STORAGE=m
  157. # CONFIG_USB_FILE_STORAGE_TEST is not set
  158. CONFIG_USB_G_SERIAL=m


 
deplus quand je fais un lsmod | grep usb j'ai rien du tout  
par contre un tail

Code :
  1. un 21 20:37:53 localhost su(pam_unix)[6926]: session closed for user root
  2. Jun 21 20:48:43 localhost kernel: usb 2-1: USB disconnect, address 3
  3. Jun 21 20:48:50 localhost kernel: usb 2-1: new full speed USB device using address 4


 
là je vois pas  
un peu d'aide serait cool  

Reply

Marsh Posté le 21-06-2004 à 20:50:45   

Reply

Marsh Posté le 21-06-2004 à 21:00:01    

Code :
  1. [root@Mandrake init.d]# ./usb start
  2. Initialisation du contrôleur USB (usb-uhci) :  FATAL: Module uhci-hcd not found.
  3. FATAL: Error running install command for usb-uhci
  4.                                                                 [ECHEC ]
  5. Initialisation du contrôleur USB (ehci-hcd) :  FATAL: Module ehci-hcd not found.
  6.                                                                 [ECHEC ]
  7. Montage du système de fichier USB                               [  OK  ]
  8. [root@Mandrake init.d]# ./hotplug status
  9. INPUT status for kernel:  Linux 2.6.6 i686
  10. INPUT devices:
  11. I: Bus=0011 Vendor=0002 Product=0006 Version=005f
  12. N: Name="ImExPS/2 Logitech Explorer Mouse"
  13. P: Phys=isa0060/serio1/input0
  14. H: Handlers=mouse0
  15. I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
  16. N: Name="AT Translated Set 2 keyboard"
  17. P: Phys=isa0060/serio0/input0
  18. H: Handlers=kbd
  19. INPUT handlers:
  20. N: Number=0 Name=kbd
  21. N: Number=1 Name=mousedev Minor=32
  22. PCI Status for kernel:  Linux 2.6.6 i686
  23. PCI up; bus count is 3
  24. USB Status for kernel:  Linux 2.6.6 i686
  25. USB up; bus count is 4
  26. T:  Bus=05 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
  27. P:  Vendor=0000 ProdID=0000 Rev= 2.06
  28. S:  Manufacturer=Linux 2.6.6 uhci_hcd
  29. S:  Product=Intel Corp. 82801EB USB
  30. S:  SerialNumber=0000:00:1d.3
  31. I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
  32. T:  Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
  33. P:  Vendor=0000 ProdID=0000 Rev= 2.06
  34. S:  Manufacturer=Linux 2.6.6 uhci_hcd
  35. S:  Product=Intel Corp. 82801EB USB
  36. S:  SerialNumber=0000:00:1d.2
  37. I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
  38. T:  Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
  39. P:  Vendor=0000 ProdID=0000 Rev= 2.06
  40. S:  Manufacturer=Linux 2.6.6 uhci_hcd
  41. S:  Product=Intel Corp. 82801EB USB
  42. S:  SerialNumber=0000:00:1d.1
  43. I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
  44. T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
  45. P:  Vendor=0000 ProdID=0000 Rev= 2.06
  46. S:  Manufacturer=Linux 2.6.6 uhci_hcd
  47. S:  Product=Intel Corp. 82801EB USB
  48. S:  SerialNumber=0000:00:1d.0
  49. I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
  50. T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
  51. P:  Vendor=04a9 ProdID=309a Rev= 0.01
  52. S:  Manufacturer=Canon Inc.
  53. S:  Product=Canon Digital Camera
  54. I:  If#= 0 Alt= 0 #EPs= 3 Cls=06(still) Sub=01 Prot=01 Driver=(none)
  55. T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 8
  56. P:  Vendor=0000 ProdID=0000 Rev= 2.06
  57. S:  Manufacturer=Linux 2.6.6 ehci_hcd
  58. S:  Product=Intel Corp. 82801EB USB2
  59. S:  SerialNumber=0000:00:1d.7
  60. I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
  61. USB Drivers Loaded:
  62. hub
  63. usb
  64. usbfs
  65. usb-storage
  66. khubd/hotplug thread:
  67. F S   UID   PID  PPID  C PRI  NI ADDR SZ WCHAN  TTY          TIME CMD
  68. 1 S     0    10     1  0  75   0 -     0 hub_th ?        00:00:00 khubd
  69. Module                  Size  Used by
  70. sg                     44448  0
  71. sr_mod                 22948  0
  72. snd_seq_oss            39296  0
  73. snd_seq_midi_event     12288  1 snd_seq_oss
  74. snd_seq                60304  4 snd_seq_oss,snd_seq_midi_event
  75. snd_pcm_oss            57636  0
  76. snd_mixer_oss          23808  1 snd_pcm_oss
  77. snd_intel8x0           38532  0
  78. snd_ac97_codec         67972  1 snd_intel8x0
  79. snd_pcm               103840  2 snd_pcm_oss,snd_intel8x0
  80. snd_timer              30852  2 snd_seq,snd_pcm
  81. snd_page_alloc         15492  2 snd_intel8x0,snd_pcm
  82. snd_mpu401_uart        12544  1 snd_intel8x0
  83. snd_rawmidi            29344  1 snd_mpu401_uart
  84. snd_seq_device         12424  3 snd_seq_oss,snd_seq,snd_rawmidi
  85. snd                    60900  12 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
  86. soundcore              14816  1 snd
  87. af_packet              27400  2
  88. raw                    12800  1
  89. ide_floppy             23168  0
  90. ide_tape               41680  0
  91. ide_cd                 46724  0
  92. cdrom                  43808  2 sr_mod,ide_cd
  93. floppy                 66548  0
  94. ipt_TOS                 6656  12
  95. ipt_REJECT             11264  4
  96. ipt_pkttype             5888  4
  97. ipt_LOG                10752  7
  98. ipt_state               6272  9
  99. ip_nat_irc              8688  0
  100. ip_nat_tftp             7664  0
  101. ip_nat_ftp              9456  0
  102. ip_conntrack_irc       75668  1 ip_nat_irc
  103. ip_conntrack_tftp       7828  0
  104. ip_conntrack_ftp       76436  1 ip_nat_ftp
  105. ipt_multiport           6272  0
  106. ipt_conntrack           6784  0
  107. iptable_filter          7040  1
  108. iptable_mangle          7040  1
  109. iptable_nat            29220  3 ip_nat_irc,ip_nat_tftp,ip_nat_ftp
  110. ip_conntrack           40452  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
  111. ip_tables              22656  10 ipt_TOS,ipt_REJECT,ipt_pkttype,ipt_LOG,ipt_state,ipt_multiport,ipt_conntrack,iptable_filter,iptable_mangle,iptable_nat
  112. sk98lin               174888  1
  113. nls_iso8859_15          8832  1
  114. ntfs                  117484  1
  115. nls_iso8859_1           8320  1
  116. nls_cp437               9984  1
  117. vfat                   18944  1
  118. fat                    51872  1 vfat
  119. fglrx                 216740  177
  120. intel_agp              22428  1
  121. agpgart                37932  1 intel_agp
  122. ppa                    17416  0
  123. parport_pc             32320  0
  124. imm                    17544  0
  125. parport                31552  3 ppa,parport_pc,imm
  126. rtc                    18120  0
  127. ext3                  128360  5
  128. jbd                    72600  1 ext3
  129. [root@Mandrake init.d]#


Message édité par sakuraba le 21-06-2004 à 21:01:06
Reply

Marsh Posté le 21-06-2004 à 21:15:29    

Deja pquoi tu t'emmerde a recompiler ton kernel ?
Et de deux si tu veut vraiment le faire en gardant tout les 'truc cools' prevus par ta distro => utilise les fichiers de configs fournit par celle ci.
Actuellement avec le support des modules etant ce qu'il est et les noyaux de distros etant enormement patchés mieux vaut chopper les officiels que s'emmerder a adapter les noyaux vanilla.

Reply

Marsh Posté le 21-06-2004 à 21:17:59    

ça m'aide pas trop ce que tu me dis là

Reply

Marsh Posté le 21-06-2004 à 21:42:46    

bah eh, tu a voulu modifier a la main ta distro, assume
 
Sinon reprend un kernel packagé pour ta distribution.
 
Ton pb au boot est lié au fait que tu a fouto bcp trops de choses en hard dans le kernel. Notamment les HCD tu les as tous mis, quel est l'interet de recompiler ton kernel pour faire un truc encore plus bloated que ceux crées par les mainteneurs. Sachant qu'une machine 'normale' (ie sans carte d'extension USB ou avec un carte mais pas de port en interne) ne necessite qu'un seul HCD, au pire deux avec l'USB2, les mettre tous alors qu'il ne sont pas compatibles c'est s'exposer a des emmerdes inutilement.
 
De toute facons pour l'USB => tout en module et ca ira bien mieux, les divers outils (hotplug, devfs, ..) en ont besoin et ca permet simplement de faire un reset du bus sans redemarrer la machine.

Reply

Marsh Posté le 22-06-2004 à 00:14:20    

ok c est plus clair maintenant mais je debute alors je teste

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed