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

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Installation

  portable et linux

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

portable et linux

n°251954
stim
certes
Posté le 19-04-2003 à 22:39:35  profilanswer
 

coucou !!
 
je vien d'installer la mandrake 9.1 sur mon portable (compaq presario 716EA) et seul ombre a ce tableau merveilleux car tout marche vraiment impec ca en reste hallucinant d'ailleur c'est que le portable chauffe énormément !!!!
 
meme quand on fais rien ou pas grand chose genre surf/prog/chat... le pc est bouillant alors que sous win pour le meme genre d'occupation la température est quand meme nettement inférieure....
 
Sous Win doit surement y avoir qqch qui désactive le proc par moment pour qu'il chauffe moins  
je sais aussi que pour les athlon4 il y a un "driver" qui downclock le proc quand on fais pas grand chose mais sous linux j'ai rien trouver de tres concluant .....    
 

mood
Publicité
Posté le 19-04-2003 à 22:39:35  profilanswer
 

n°251959
nikosaka
Posté le 19-04-2003 à 22:43:29  profilanswer
 

il y a une option idle dans la config du noyau si ça te tente de recompiler, mais je ne sais pas ce que ça vaut. Il y a surement des softs qui font ça. va sur freshmeat.net

n°252128
stim
certes
Posté le 20-04-2003 à 11:28:15  profilanswer
 

nikosaka a écrit :

il y a une option idle dans la config du noyau si ça te tente de recompiler, mais je ne sais pas ce que ça vaut. Il y a surement des softs qui font ça. va sur freshmeat.net


 
pour recompiler chui obliger de prendre un nouveau kernel ou je peut le faire avec l'existant ??
 
et sinon pour la copmmande c'est quoi ?
j'ai pas trouver  :D

n°252147
Goon
Posté le 20-04-2003 à 12:20:25  profilanswer
 

J'ai eu le même problème sur un Compaq Presario 713. En fait le portable est 100% ACPI et n'utilise l'APM que pour le power down.
Il faut que tu récupères un noyau récent (genre le 2.4.20) et que tu le patches avec le support ACPI parce que celui qui est d'origine dedans est tout moisi.
 
Tu trouveras le patch qui va bien sur  http://www.sourceforge.net/projects/acpi
 
Après coche toutes les options ACPI (sauf Toshiba) et quand tu rebootes, fais un modconf et assure-toi que les modules se sont bien chargés. Au besoin charge-les à la main. Et puis pour une meilleure utilisation de l'économie d'énergie, installe le démon qui s'en charge (packet acpid dans la Debian).
 
Voilà si tu as besoin de trucs plus précis, n'hésite pas


Message édité par Goon le 20-04-2003 à 12:21:24
n°253259
stim
certes
Posté le 23-04-2003 à 00:05:04  profilanswer
 

je me suis un peu documenté depuis le dernier post mais le pb est tjrs le meme :(
 
j'ai installer un rpm acpi mais il me dis que l'acpi est manquant dans le kernel (normal vu que j'y ai pas toucher...)
 
seulement d'apres ce que j'ai compris pour recompiler le kernel on peut faire un make xconfig mais quand je tape ca j'ai le message suivant : make: *** Pas de règle pour fabriquer la cible « xconfig ». Arrêt.
 
c'est la 1ere fois que je tente ce genre d'opération donc désolé si je pose des question a la noix....

n°253289
cyplp
Posté le 23-04-2003 à 07:21:48  profilanswer
 

tente un make menuconfig
c est une interface en curses

n°253323
mapti89
Poowwwaaaaa
Posté le 23-04-2003 à 10:02:32  profilanswer
 

stim a écrit :

je me suis un peu documenté depuis le dernier post mais le pb est tjrs le meme :(
 
j'ai installer un rpm acpi mais il me dis que l'acpi est manquant dans le kernel (normal vu que j'y ai pas toucher...)
 
seulement d'apres ce que j'ai compris pour recompiler le kernel on peut faire un make xconfig mais quand je tape ca j'ai le message suivant : make: *** Pas de règle pour fabriquer la cible « xconfig ». Arrêt.
 
c'est la 1ere fois que je tente ce genre d'opération donc désolé si je pose des question a la noix....


n'oublie pas kil fau etre dans le repertoire ou se trouve les source de ton noyau pour taper cette commande ;)

n°253332
Goon
Posté le 23-04-2003 à 10:26:11  profilanswer
 

Voilà pour commencer mon fichier de config pour le noyau 2.4.20. Y a pas de différence de driver entre ton portable et le mien (Compaq Presario 713EA) si ce n'est que je n'ai pas de FireWire. Mais je crois que c'est encore assez expérimental sous Linux.
 
 

Code :
  1. #
  2. # Automatically generated by make menuconfig: don't edit
  3. #
  4. CONFIG_X86=y
  5. # CONFIG_SBUS is not set
  6. CONFIG_UID16=y
  7. #
  8. # Code maturity level options
  9. #
  10. CONFIG_EXPERIMENTAL=y
  11. #
  12. # Loadable module support
  13. #
  14. CONFIG_MODULES=y
  15. CONFIG_MODVERSIONS=y
  16. CONFIG_KMOD=y
  17. #
  18. # Processor type and features
  19. #
  20. # CONFIG_M386 is not set
  21. # CONFIG_M486 is not set
  22. # CONFIG_M586 is not set
  23. # CONFIG_M586TSC is not set
  24. # CONFIG_M586MMX is not set
  25. # CONFIG_M686 is not set
  26. # CONFIG_MPENTIUMIII is not set
  27. # CONFIG_MPENTIUM4 is not set
  28. # CONFIG_MK6 is not set
  29. CONFIG_MK7=y
  30. # CONFIG_MELAN is not set
  31. # CONFIG_MCRUSOE is not set
  32. # CONFIG_MWINCHIPC6 is not set
  33. # CONFIG_MWINCHIP2 is not set
  34. # CONFIG_MWINCHIP3D is not set
  35. # CONFIG_MCYRIXIII is not set
  36. CONFIG_X86_WP_WORKS_OK=y
  37. CONFIG_X86_INVLPG=y
  38. CONFIG_X86_CMPXCHG=y
  39. CONFIG_X86_XADD=y
  40. CONFIG_X86_BSWAP=y
  41. CONFIG_X86_POPAD_OK=y
  42. # CONFIG_RWSEM_GENERIC_SPINLOCK is not set
  43. CONFIG_RWSEM_XCHGADD_ALGORITHM=y
  44. CONFIG_X86_L1_CACHE_SHIFT=6
  45. CONFIG_X86_HAS_TSC=y
  46. CONFIG_X86_GOOD_APIC=y
  47. CONFIG_X86_USE_3DNOW=y
  48. CONFIG_X86_PGE=y
  49. CONFIG_X86_USE_PPRO_CHECKSUM=y
  50. CONFIG_X86_F00F_WORKS_OK=y
  51. CONFIG_X86_MCE=y
  52. # CONFIG_TOSHIBA is not set
  53. # CONFIG_I8K is not set
  54. CONFIG_MICROCODE=m
  55. CONFIG_X86_MSR=m
  56. CONFIG_X86_CPUID=m
  57. CONFIG_NOHIGHMEM=y
  58. # CONFIG_HIGHMEM4G is not set
  59. # CONFIG_HIGHMEM64G is not set
  60. # CONFIG_HIGHMEM is not set
  61. # CONFIG_MATH_EMULATION is not set
  62. # CONFIG_MTRR is not set
  63. # CONFIG_SMP is not set
  64. # CONFIG_X86_UP_APIC is not set
  65. # CONFIG_X86_UP_IOAPIC is not set
  66. # CONFIG_X86_TSC_DISABLE is not set
  67. CONFIG_X86_TSC=y
  68. #
  69. # General setup
  70. #
  71. CONFIG_NET=y
  72. CONFIG_PCI=y
  73. # CONFIG_PCI_GOBIOS is not set
  74. # CONFIG_PCI_GODIRECT is not set
  75. CONFIG_PCI_GOANY=y
  76. CONFIG_PCI_BIOS=y
  77. CONFIG_PCI_DIRECT=y
  78. CONFIG_ISA=y
  79. CONFIG_PCI_NAMES=y
  80. # CONFIG_EISA is not set
  81. # CONFIG_MCA is not set
  82. CONFIG_HOTPLUG=y
  83. #
  84. # PCMCIA/CardBus support
  85. #
  86. CONFIG_PCMCIA=m
  87. CONFIG_CARDBUS=y
  88. # CONFIG_TCIC is not set
  89. # CONFIG_I82092 is not set
  90. # CONFIG_I82365 is not set
  91. #
  92. # PCI Hotplug Support
  93. #
  94. # CONFIG_HOTPLUG_PCI is not set
  95. # CONFIG_HOTPLUG_PCI_COMPAQ is not set
  96. # CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
  97. # CONFIG_HOTPLUG_PCI_ACPI is not set
  98. CONFIG_SYSVIPC=y
  99. # CONFIG_BSD_PROCESS_ACCT is not set
  100. CONFIG_SYSCTL=y
  101. CONFIG_KCORE_ELF=y
  102. # CONFIG_KCORE_AOUT is not set
  103. CONFIG_BINFMT_AOUT=y
  104. CONFIG_BINFMT_ELF=y
  105. CONFIG_BINFMT_MISC=y
  106. CONFIG_PM=y
  107. CONFIG_APM=m
  108. # CONFIG_APM_IGNORE_USER_SUSPEND is not set
  109. # CONFIG_APM_DO_ENABLE is not set
  110. # CONFIG_APM_CPU_IDLE is not set
  111. # CONFIG_APM_DISPLAY_BLANK is not set
  112. # CONFIG_APM_RTC_IS_GMT is not set
  113. # CONFIG_APM_ALLOW_INTS is not set
  114. CONFIG_APM_REAL_MODE_POWER_OFF=y
  115. #
  116. # ACPI Support
  117. #
  118. CONFIG_ACPI=y
  119. CONFIG_ACPI_BOOT=y
  120. CONFIG_ACPI_BUS=y
  121. CONFIG_ACPI_INTERPRETER=y
  122. CONFIG_ACPI_EC=y
  123. CONFIG_ACPI_POWER=y
  124. CONFIG_ACPI_PCI=y
  125. CONFIG_ACPI_SLEEP=y
  126. CONFIG_ACPI_SYSTEM=y
  127. CONFIG_ACPI_AC=m
  128. CONFIG_ACPI_BATTERY=m
  129. CONFIG_ACPI_BUTTON=m
  130. CONFIG_ACPI_FAN=m
  131. CONFIG_ACPI_PROCESSOR=m
  132. CONFIG_ACPI_THERMAL=m
  133. # CONFIG_ACPI_TOSHIBA is not set
  134. # CONFIG_ACPI_DEBUG is not set
  135. #
  136. # Memory Technology Devices (MTD)
  137. #
  138. # CONFIG_MTD is not set
  139. #
  140. # Parallel port support
  141. #
  142. CONFIG_PARPORT=m
  143. CONFIG_PARPORT_PC=m
  144. CONFIG_PARPORT_PC_CML1=m
  145. # CONFIG_PARPORT_SERIAL is not set
  146. # CONFIG_PARPORT_PC_FIFO is not set
  147. # CONFIG_PARPORT_PC_SUPERIO is not set
  148. # CONFIG_PARPORT_PC_PCMCIA is not set
  149. # CONFIG_PARPORT_AMIGA is not set
  150. # CONFIG_PARPORT_MFC3 is not set
  151. # CONFIG_PARPORT_ATARI is not set
  152. # CONFIG_PARPORT_GSC is not set
  153. # CONFIG_PARPORT_SUNBPP is not set
  154. # CONFIG_PARPORT_OTHER is not set
  155. # CONFIG_PARPORT_1284 is not set
  156. #
  157. # Plug and Play configuration
  158. #
  159. CONFIG_PNP=m
  160. # CONFIG_ISAPNP is not set
  161. #
  162. # Block devices
  163. #
  164. CONFIG_BLK_DEV_FD=m
  165. # CONFIG_BLK_DEV_XD is not set
  166. # CONFIG_PARIDE is not set
  167. # CONFIG_BLK_CPQ_DA is not set
  168. # CONFIG_BLK_CPQ_CISS_DA is not set
  169. # CONFIG_CISS_SCSI_TAPE is not set
  170. # CONFIG_BLK_DEV_DAC960 is not set
  171. # CONFIG_BLK_DEV_UMEM is not set
  172. # CONFIG_BLK_DEV_LOOP is not set
  173. # CONFIG_BLK_DEV_NBD is not set
  174. CONFIG_BLK_DEV_RAM=m
  175. CONFIG_BLK_DEV_RAM_SIZE=4096
  176. # CONFIG_BLK_DEV_INITRD is not set
  177. CONFIG_BLK_STATS=y
  178. #
  179. # Multi-device support (RAID and LVM)
  180. #
  181. # CONFIG_MD is not set
  182. # CONFIG_BLK_DEV_MD is not set
  183. # CONFIG_MD_LINEAR is not set
  184. # CONFIG_MD_RAID0 is not set
  185. # CONFIG_MD_RAID1 is not set
  186. # CONFIG_MD_RAID5 is not set
  187. # CONFIG_MD_MULTIPATH is not set
  188. # CONFIG_BLK_DEV_LVM is not set
  189. #
  190. # Networking options
  191. #
  192. CONFIG_PACKET=y
  193. # CONFIG_PACKET_MMAP is not set
  194. # CONFIG_NETLINK_DEV is not set
  195. # CONFIG_NETFILTER is not set
  196. CONFIG_FILTER=y
  197. CONFIG_UNIX=y
  198. CONFIG_INET=y
  199. CONFIG_IP_MULTICAST=y
  200. # CONFIG_IP_ADVANCED_ROUTER is not set
  201. # CONFIG_IP_PNP is not set
  202. # CONFIG_NET_IPIP is not set
  203. # CONFIG_NET_IPGRE is not set
  204. # CONFIG_IP_MROUTE is not set
  205. # CONFIG_ARPD is not set
  206. # CONFIG_INET_ECN is not set
  207. # CONFIG_SYN_COOKIES is not set
  208. # CONFIG_IPV6 is not set
  209. # CONFIG_KHTTPD is not set
  210. # CONFIG_ATM is not set
  211. # CONFIG_VLAN_8021Q is not set
  212. # CONFIG_IPX is not set
  213. # CONFIG_ATALK is not set
  214. #
  215. # Appletalk devices
  216. #
  217. # CONFIG_DEV_APPLETALK is not set
  218. # CONFIG_DECNET is not set
  219. # CONFIG_BRIDGE is not set
  220. # CONFIG_X25 is not set
  221. # CONFIG_LAPB is not set
  222. # CONFIG_LLC is not set
  223. # CONFIG_NET_DIVERT is not set
  224. # CONFIG_ECONET is not set
  225. # CONFIG_WAN_ROUTER is not set
  226. # CONFIG_NET_FASTROUTE is not set
  227. # CONFIG_NET_HW_FLOWCONTROL is not set
  228. #
  229. # QoS and/or fair queueing
  230. #
  231. # CONFIG_NET_SCHED is not set
  232. #
  233. # Network testing
  234. #
  235. # CONFIG_NET_PKTGEN is not set
  236. #
  237. # Telephony Support
  238. #
  239. # CONFIG_PHONE is not set
  240. # CONFIG_PHONE_IXJ is not set
  241. # CONFIG_PHONE_IXJ_PCMCIA is not set
  242. #
  243. # ATA/IDE/MFM/RLL support
  244. #
  245. CONFIG_IDE=y
  246. #
  247. # IDE, ATA and ATAPI Block devices
  248. #
  249. CONFIG_BLK_DEV_IDE=y
  250. # CONFIG_BLK_DEV_HD_IDE is not set
  251. # CONFIG_BLK_DEV_HD is not set
  252. CONFIG_BLK_DEV_IDEDISK=y
  253. CONFIG_IDEDISK_MULTI_MODE=y
  254. # CONFIG_IDEDISK_STROKE is not set
  255. # CONFIG_BLK_DEV_IDEDISK_VENDOR is not set
  256. # CONFIG_BLK_DEV_IDEDISK_FUJITSU is not set
  257. # CONFIG_BLK_DEV_IDEDISK_IBM is not set
  258. # CONFIG_BLK_DEV_IDEDISK_MAXTOR is not set
  259. # CONFIG_BLK_DEV_IDEDISK_QUANTUM is not set
  260. # CONFIG_BLK_DEV_IDEDISK_SEAGATE is not set
  261. # CONFIG_BLK_DEV_IDEDISK_WD is not set
  262. # CONFIG_BLK_DEV_COMMERIAL is not set
  263. # CONFIG_BLK_DEV_TIVO is not set
  264. # CONFIG_BLK_DEV_IDECS is not set
  265. CONFIG_BLK_DEV_IDECD=m
  266. # CONFIG_BLK_DEV_IDETAPE is not set
  267. CONFIG_BLK_DEV_IDEFLOPPY=m
  268. CONFIG_BLK_DEV_IDESCSI=m
  269. # CONFIG_IDE_TASK_IOCTL is not set
  270. CONFIG_BLK_DEV_CMD640=y
  271. # CONFIG_BLK_DEV_CMD640_ENHANCED is not set
  272. # CONFIG_BLK_DEV_ISAPNP is not set
  273. CONFIG_BLK_DEV_RZ1000=y
  274. CONFIG_BLK_DEV_IDEPCI=y
  275. CONFIG_IDEPCI_SHARE_IRQ=y
  276. CONFIG_BLK_DEV_IDEDMA_PCI=y
  277. # CONFIG_BLK_DEV_OFFBOARD is not set
  278. # CONFIG_BLK_DEV_IDEDMA_FORCED is not set
  279. CONFIG_IDEDMA_PCI_AUTO=y
  280. # CONFIG_IDEDMA_ONLYDISK is not set
  281. CONFIG_BLK_DEV_IDEDMA=y
  282. # CONFIG_IDEDMA_PCI_WIP is not set
  283. # CONFIG_BLK_DEV_IDEDMA_TIMEOUT is not set
  284. # CONFIG_IDEDMA_NEW_DRIVE_LISTINGS is not set
  285. CONFIG_BLK_DEV_ADMA=y
  286. # CONFIG_BLK_DEV_AEC62XX is not set
  287. # CONFIG_AEC62XX_TUNING is not set
  288. # CONFIG_BLK_DEV_ALI15X3 is not set
  289. # CONFIG_WDC_ALI15X3 is not set
  290. # CONFIG_BLK_DEV_AMD74XX is not set
  291. # CONFIG_AMD74XX_OVERRIDE is not set
  292. # CONFIG_BLK_DEV_CMD64X is not set
  293. # CONFIG_BLK_DEV_CMD680 is not set
  294. # CONFIG_BLK_DEV_CY82C693 is not set
  295. # CONFIG_BLK_DEV_CS5530 is not set
  296. # CONFIG_BLK_DEV_HPT34X is not set
  297. # CONFIG_HPT34X_AUTODMA is not set
  298. # CONFIG_BLK_DEV_HPT366 is not set
  299. # CONFIG_BLK_DEV_PIIX is not set
  300. # CONFIG_PIIX_TUNING is not set
  301. # CONFIG_BLK_DEV_NS87415 is not set
  302. # CONFIG_BLK_DEV_OPTI621 is not set
  303. # CONFIG_BLK_DEV_PDC202XX is not set
  304. # CONFIG_PDC202XX_BURST is not set
  305. # CONFIG_PDC202XX_FORCE is not set
  306. # CONFIG_BLK_DEV_SVWKS is not set
  307. # CONFIG_BLK_DEV_SIS5513 is not set
  308. # CONFIG_BLK_DEV_SLC90E66 is not set
  309. # CONFIG_BLK_DEV_TRM290 is not set
  310. CONFIG_BLK_DEV_VIA82CXXX=y
  311. # CONFIG_IDE_CHIPSETS is not set
  312. CONFIG_IDEDMA_AUTO=y
  313. # CONFIG_IDEDMA_IVB is not set
  314. # CONFIG_DMA_NONPCI is not set
  315. CONFIG_BLK_DEV_IDE_MODES=y
  316. # CONFIG_BLK_DEV_ATARAID is not set
  317. # CONFIG_BLK_DEV_ATARAID_PDC is not set
  318. # CONFIG_BLK_DEV_ATARAID_HPT is not set
  319. #
  320. # SCSI support
  321. #
  322. CONFIG_SCSI=m
  323. CONFIG_BLK_DEV_SD=m
  324. CONFIG_SD_EXTRA_DEVS=40
  325. # CONFIG_CHR_DEV_ST is not set
  326. # CONFIG_CHR_DEV_OSST is not set
  327. CONFIG_BLK_DEV_SR=m
  328. # CONFIG_BLK_DEV_SR_VENDOR is not set
  329. CONFIG_SR_EXTRA_DEVS=2
  330. CONFIG_CHR_DEV_SG=m
  331. CONFIG_SCSI_DEBUG_QUEUES=y
  332. CONFIG_SCSI_MULTI_LUN=y
  333. CONFIG_SCSI_CONSTANTS=y
  334. # CONFIG_SCSI_LOGGING is not set
  335. #
  336. # SCSI low-level drivers
  337. #
  338. # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
  339. # CONFIG_SCSI_7000FASST is not set
  340. # CONFIG_SCSI_ACARD is not set
  341. # CONFIG_SCSI_AHA152X is not set
  342. # CONFIG_SCSI_AHA1542 is not set
  343. # CONFIG_SCSI_AHA1740 is not set
  344. # CONFIG_SCSI_AACRAID is not set
  345. # CONFIG_SCSI_AIC7XXX is not set
  346. # CONFIG_SCSI_AIC7XXX_OLD is not set
  347. # CONFIG_SCSI_DPT_I2O is not set
  348. # CONFIG_SCSI_ADVANSYS is not set
  349. # CONFIG_SCSI_IN2000 is not set
  350. # CONFIG_SCSI_AM53C974 is not set
  351. # CONFIG_SCSI_MEGARAID is not set
  352. # CONFIG_SCSI_BUSLOGIC is not set
  353. # CONFIG_SCSI_CPQFCTS is not set
  354. # CONFIG_SCSI_DMX3191D is not set
  355. # CONFIG_SCSI_DTC3280 is not set
  356. # CONFIG_SCSI_EATA is not set
  357. # CONFIG_SCSI_EATA_DMA is not set
  358. # CONFIG_SCSI_EATA_PIO is not set
  359. # CONFIG_SCSI_FUTURE_DOMAIN is not set
  360. # CONFIG_SCSI_GDTH is not set
  361. # CONFIG_SCSI_GENERIC_NCR5380 is not set
  362. # CONFIG_SCSI_IPS is not set
  363. # CONFIG_SCSI_INITIO is not set
  364. # CONFIG_SCSI_INIA100 is not set
  365. # CONFIG_SCSI_PPA is not set
  366. # CONFIG_SCSI_IMM is not set
  367. # CONFIG_SCSI_NCR53C406A is not set
  368. # CONFIG_SCSI_NCR53C7xx is not set
  369. # CONFIG_SCSI_SYM53C8XX_2 is not set
  370. # CONFIG_SCSI_NCR53C8XX is not set
  371. # CONFIG_SCSI_SYM53C8XX is not set
  372. # CONFIG_SCSI_PAS16 is not set
  373. # CONFIG_SCSI_PCI2000 is not set
  374. # CONFIG_SCSI_PCI2220I is not set
  375. # CONFIG_SCSI_PSI240I is not set
  376. # CONFIG_SCSI_QLOGIC_FAS is not set
  377. # CONFIG_SCSI_QLOGIC_ISP is not set
  378. # CONFIG_SCSI_QLOGIC_FC is not set
  379. # CONFIG_SCSI_QLOGIC_1280 is not set
  380. # CONFIG_SCSI_SEAGATE is not set
  381. # CONFIG_SCSI_SIM710 is not set
  382. # CONFIG_SCSI_SYM53C416 is not set
  383. # CONFIG_SCSI_DC390T is not set
  384. # CONFIG_SCSI_T128 is not set
  385. # CONFIG_SCSI_U14_34F is not set
  386. # CONFIG_SCSI_ULTRASTOR is not set
  387. # CONFIG_SCSI_DEBUG is not set
  388. #
  389. # PCMCIA SCSI adapter support
  390. #
  391. # CONFIG_SCSI_PCMCIA is not set
  392. #
  393. # Fusion MPT device support
  394. #
  395. # CONFIG_FUSION is not set
  396. # CONFIG_FUSION_BOOT is not set
  397. # CONFIG_FUSION_ISENSE is not set
  398. # CONFIG_FUSION_CTL is not set
  399. # CONFIG_FUSION_LAN is not set
  400. #
  401. # IEEE 1394 (FireWire) support (EXPERIMENTAL)
  402. #
  403. # CONFIG_IEEE1394 is not set
  404. #
  405. # I2O device support
  406. #
  407. # CONFIG_I2O is not set
  408. # CONFIG_I2O_PCI is not set
  409. # CONFIG_I2O_BLOCK is not set
  410. # CONFIG_I2O_LAN is not set
  411. # CONFIG_I2O_SCSI is not set
  412. # CONFIG_I2O_PROC is not set
  413. #
  414. # Network device support
  415. #
  416. CONFIG_NETDEVICES=y
  417. #
  418. # ARCnet devices
  419. #
  420. # CONFIG_ARCNET is not set
  421. CONFIG_DUMMY=m
  422. # CONFIG_BONDING is not set
  423. # CONFIG_EQUALIZER is not set
  424. # CONFIG_TUN is not set
  425. # CONFIG_ETHERTAP is not set
  426. #
  427. # Ethernet (10 or 100Mbit)
  428. #
  429. CONFIG_NET_ETHERNET=y
  430. # CONFIG_SUNLANCE is not set
  431. # CONFIG_HAPPYMEAL is not set
  432. # CONFIG_SUNBMAC is not set
  433. # CONFIG_SUNQE is not set
  434. # CONFIG_SUNGEM is not set
  435. # CONFIG_NET_VENDOR_3COM is not set
  436. # CONFIG_LANCE is not set
  437. # CONFIG_NET_VENDOR_SMC is not set
  438. # CONFIG_NET_VENDOR_RACAL is not set
  439. # CONFIG_AT1700 is not set
  440. # CONFIG_DEPCA is not set
  441. # CONFIG_HP100 is not set
  442. # CONFIG_NET_ISA is not set
  443. CONFIG_NET_PCI=y
  444. # CONFIG_PCNET32 is not set
  445. # CONFIG_ADAPTEC_STARFIRE is not set
  446. # CONFIG_AC3200 is not set
  447. # CONFIG_APRICOT is not set
  448. # CONFIG_CS89x0 is not set
  449. # CONFIG_TULIP is not set
  450. # CONFIG_DE4X5 is not set
  451. # CONFIG_DGRS is not set
  452. # CONFIG_DM9102 is not set
  453. # CONFIG_EEPRO100 is not set
  454. # CONFIG_E100 is not set
  455. # CONFIG_LNE390 is not set
  456. # CONFIG_FEALNX is not set
  457. # CONFIG_NATSEMI is not set
  458. # CONFIG_NE2K_PCI is not set
  459. # CONFIG_NE3210 is not set
  460. # CONFIG_ES3210 is not set
  461. # CONFIG_8139CP is not set
  462. CONFIG_8139TOO=y
  463. # CONFIG_8139TOO_PIO is not set
  464. # CONFIG_8139TOO_TUNE_TWISTER is not set
  465. # CONFIG_8139TOO_8129 is not set
  466. # CONFIG_8139_OLD_RX_RESET is not set
  467. # CONFIG_SIS900 is not set
  468. # CONFIG_EPIC100 is not set
  469. # CONFIG_SUNDANCE is not set
  470. # CONFIG_SUNDANCE_MMIO is not set
  471. # CONFIG_TLAN is not set
  472. # CONFIG_TC35815 is not set
  473. # CONFIG_VIA_RHINE is not set
  474. # CONFIG_VIA_RHINE_MMIO is not set
  475. # CONFIG_WINBOND_840 is not set
  476. # CONFIG_NET_POCKET is not set
  477. #
  478. # Ethernet (1000 Mbit)
  479. #
  480. # CONFIG_ACENIC is not set
  481. # CONFIG_DL2K is not set
  482. # CONFIG_E1000 is not set
  483. # CONFIG_MYRI_SBUS is not set
  484. # CONFIG_NS83820 is not set
  485. # CONFIG_HAMACHI is not set
  486. # CONFIG_YELLOWFIN is not set
  487. # CONFIG_SK98LIN is not set
  488. # CONFIG_TIGON3 is not set
  489. # CONFIG_FDDI is not set
  490. # CONFIG_HIPPI is not set
  491. # CONFIG_PLIP is not set
  492. CONFIG_PPP=m
  493. # CONFIG_PPP_MULTILINK is not set
  494. CONFIG_PPP_FILTER=y
  495. CONFIG_PPP_ASYNC=m
  496. CONFIG_PPP_SYNC_TTY=m
  497. CONFIG_PPP_DEFLATE=m
  498. CONFIG_PPP_BSDCOMP=m
  499. # CONFIG_PPPOE is not set
  500. # CONFIG_SLIP is not set
  501. #
  502. # Wireless LAN (non-hamradio)
  503. #
  504. # CONFIG_NET_RADIO is not set
  505. #
  506. # Token Ring devices
  507. #
  508. # CONFIG_TR is not set
  509. # CONFIG_NET_FC is not set
  510. # CONFIG_RCPCI is not set
  511. # CONFIG_SHAPER is not set
  512. #
  513. # Wan interfaces
  514. #
  515. # CONFIG_WAN is not set
  516. #
  517. # PCMCIA network device support
  518. #
  519. # CONFIG_NET_PCMCIA is not set
  520. #
  521. # Amateur Radio support
  522. #
  523. # CONFIG_HAMRADIO is not set
  524. #
  525. # IrDA (infrared) support
  526. #
  527. # CONFIG_IRDA is not set
  528. #
  529. # ISDN subsystem
  530. #
  531. # CONFIG_ISDN is not set
  532. #
  533. # Old CD-ROM drivers (not SCSI, not IDE)
  534. #
  535. # CONFIG_CD_NO_IDESCSI is not set
  536. #
  537. # Input core support
  538. #
  539. CONFIG_INPUT=m
  540. CONFIG_INPUT_KEYBDEV=m
  541. CONFIG_INPUT_MOUSEDEV=m
  542. CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
  543. CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
  544. # CONFIG_INPUT_JOYDEV is not set
  545. # CONFIG_INPUT_EVDEV is not set
  546. #
  547. # Character devices
  548. #
  549. CONFIG_VT=y
  550. CONFIG_VT_CONSOLE=y
  551. CONFIG_SERIAL=y
  552. # CONFIG_SERIAL_CONSOLE is not set
  553. # CONFIG_SERIAL_EXTENDED is not set
  554. # CONFIG_SERIAL_NONSTANDARD is not set
  555. CONFIG_UNIX98_PTYS=y
  556. CONFIG_UNIX98_PTY_COUNT=256
  557. CONFIG_PRINTER=m
  558. # CONFIG_LP_CONSOLE is not set
  559. # CONFIG_PPDEV is not set
  560. #
  561. # I2C support
  562. #
  563. # CONFIG_I2C is not set
  564. #
  565. # Mice
  566. #
  567. # CONFIG_BUSMOUSE is not set
  568. CONFIG_MOUSE=m
  569. CONFIG_PSMOUSE=y
  570. # CONFIG_82C710_MOUSE is not set
  571. # CONFIG_PC110_PAD is not set
  572. # CONFIG_MK712_MOUSE is not set
  573. #
  574. # Joysticks
  575. #
  576. # CONFIG_INPUT_GAMEPORT is not set
  577. # CONFIG_INPUT_NS558 is not set
  578. # CONFIG_INPUT_LIGHTNING is not set
  579. # CONFIG_INPUT_PCIGAME is not set
  580. # CONFIG_INPUT_CS461X is not set
  581. # CONFIG_INPUT_EMU10K1 is not set
  582. # CONFIG_INPUT_SERIO is not set
  583. # CONFIG_INPUT_SERPORT is not set
  584. # CONFIG_INPUT_ANALOG is not set
  585. # CONFIG_INPUT_A3D is not set
  586. # CONFIG_INPUT_ADI is not set
  587. # CONFIG_INPUT_COBRA is not set
  588. # CONFIG_INPUT_GF2K is not set
  589. # CONFIG_INPUT_GRIP is not set
  590. # CONFIG_INPUT_INTERACT is not set
  591. # CONFIG_INPUT_TMDC is not set
  592. # CONFIG_INPUT_SIDEWINDER is not set
  593. # CONFIG_INPUT_IFORCE_USB is not set
  594. # CONFIG_INPUT_IFORCE_232 is not set
  595. # CONFIG_INPUT_WARRIOR is not set
  596. # CONFIG_INPUT_MAGELLAN is not set
  597. # CONFIG_INPUT_SPACEORB is not set
  598. # CONFIG_INPUT_SPACEBALL is not set
  599. # CONFIG_INPUT_STINGER is not set
  600. # CONFIG_INPUT_DB9 is not set
  601. # CONFIG_INPUT_GAMECON is not set
  602. # CONFIG_INPUT_TURBOGRAFX is not set
  603. # CONFIG_QIC02_TAPE is not set
  604. #
  605. # Watchdog Cards
  606. #
  607. # CONFIG_WATCHDOG is not set
  608. # CONFIG_AMD_RNG is not set
  609. # CONFIG_INTEL_RNG is not set
  610. # CONFIG_AMD_PM768 is not set
  611. # CONFIG_NVRAM is not set
  612. # CONFIG_RTC is not set
  613. # CONFIG_DTLK is not set
  614. # CONFIG_R3964 is not set
  615. # CONFIG_APPLICOM is not set
  616. # CONFIG_SONYPI is not set
  617. #
  618. # Ftape, the floppy tape device driver
  619. #
  620. # CONFIG_FTAPE is not set
  621. CONFIG_AGP=m
  622. # CONFIG_AGP_INTEL is not set
  623. # CONFIG_AGP_I810 is not set
  624. CONFIG_AGP_VIA=y
  625. # CONFIG_AGP_AMD is not set
  626. CONFIG_AGP_AMD_8151=y
  627. # CONFIG_AGP_SIS is not set
  628. # CONFIG_AGP_ALI is not set
  629. # CONFIG_AGP_SWORKS is not set
  630. # CONFIG_DRM is not set
  631. #
  632. # PCMCIA character devices
  633. #
  634. # CONFIG_PCMCIA_SERIAL_CS is not set
  635. # CONFIG_SYNCLINK_CS is not set
  636. # CONFIG_MWAVE is not set
  637. #
  638. # Multimedia devices
  639. #
  640. # CONFIG_VIDEO_DEV is not set
  641. #
  642. # File systems
  643. #
  644. # CONFIG_QUOTA is not set
  645. # CONFIG_AUTOFS_FS is not set
  646. CONFIG_AUTOFS4_FS=y
  647. # CONFIG_REISERFS_FS is not set
  648. # CONFIG_REISERFS_CHECK is not set
  649. # CONFIG_REISERFS_PROC_INFO is not set
  650. # CONFIG_ADFS_FS is not set
  651. # CONFIG_ADFS_FS_RW is not set
  652. # CONFIG_AFFS_FS is not set
  653. # CONFIG_HFS_FS is not set
  654. # CONFIG_BEFS_FS is not set
  655. # CONFIG_BEFS_DEBUG is not set
  656. # CONFIG_BFS_FS is not set
  657. CONFIG_EXT3_FS=y
  658. CONFIG_JBD=y
  659. # CONFIG_JBD_DEBUG is not set
  660. CONFIG_FAT_FS=m
  661. CONFIG_MSDOS_FS=m
  662. # CONFIG_UMSDOS_FS is not set
  663. CONFIG_VFAT_FS=m
  664. # CONFIG_EFS_FS is not set
  665. # CONFIG_JFFS_FS is not set
  666. # CONFIG_JFFS2_FS is not set
  667. CONFIG_CRAMFS=m
  668. CONFIG_TMPFS=y
  669. CONFIG_RAMFS=y
  670. CONFIG_ISO9660_FS=m
  671. CONFIG_JOLIET=y
  672. CONFIG_ZISOFS=y
  673. # CONFIG_JFS_FS is not set
  674. # CONFIG_JFS_DEBUG is not set
  675. # CONFIG_JFS_STATISTICS is not set
  676. # CONFIG_MINIX_FS is not set
  677. # CONFIG_VXFS_FS is not set
  678. # CONFIG_NTFS_FS is not set
  679. # CONFIG_NTFS_RW is not set
  680. # CONFIG_HPFS_FS is not set
  681. CONFIG_PROC_FS=y
  682. # CONFIG_DEVFS_FS is not set
  683. # CONFIG_DEVFS_MOUNT is not set
  684. # CONFIG_DEVFS_DEBUG is not set
  685. CONFIG_DEVPTS_FS=y
  686. # CONFIG_QNX4FS_FS is not set
  687. # CONFIG_QNX4FS_RW is not set
  688. # CONFIG_ROMFS_FS is not set
  689. CONFIG_EXT2_FS=y
  690. # CONFIG_SYSV_FS is not set
  691. CONFIG_UDF_FS=m
  692. # CONFIG_UDF_RW is not set
  693. # CONFIG_UFS_FS is not set
  694. # CONFIG_UFS_FS_WRITE is not set
  695. #
  696. # Network File Systems
  697. #
  698. # CONFIG_CODA_FS is not set
  699. # CONFIG_INTERMEZZO_FS is not set
  700. CONFIG_NFS_FS=m
  701. # CONFIG_NFS_V3 is not set
  702. # CONFIG_ROOT_NFS is not set
  703. CONFIG_NFSD=m
  704. # CONFIG_NFSD_V3 is not set
  705. # CONFIG_NFSD_TCP is not set
  706. CONFIG_SUNRPC=m
  707. CONFIG_LOCKD=m
  708. CONFIG_SMB_FS=m
  709. # CONFIG_SMB_NLS_DEFAULT is not set
  710. # CONFIG_NCP_FS is not set
  711. # CONFIG_NCPFS_PACKET_SIGNING is not set
  712. # CONFIG_NCPFS_IOCTL_LOCKING is not set
  713. # CONFIG_NCPFS_STRONG is not set
  714. # CONFIG_NCPFS_NFS_NS is not set
  715. # CONFIG_NCPFS_OS2_NS is not set
  716. # CONFIG_NCPFS_SMALLDOS is not set
  717. # CONFIG_NCPFS_NLS is not set
  718. # CONFIG_NCPFS_EXTRAS is not set
  719. CONFIG_ZISOFS_FS=m
  720. #
  721. # Partition Types
  722. #
  723. # CONFIG_PARTITION_ADVANCED is not set
  724. CONFIG_MSDOS_PARTITION=y
  725. CONFIG_SMB_NLS=y
  726. CONFIG_NLS=y
  727. #
  728. # Native Language Support
  729. #
  730. CONFIG_NLS_DEFAULT="iso8859-15"
  731. # CONFIG_NLS_CODEPAGE_437 is not set
  732. # CONFIG_NLS_CODEPAGE_737 is not set
  733. # CONFIG_NLS_CODEPAGE_775 is not set
  734. CONFIG_NLS_CODEPAGE_850=m
  735. # CONFIG_NLS_CODEPAGE_852 is not set
  736. # CONFIG_NLS_CODEPAGE_855 is not set
  737. # CONFIG_NLS_CODEPAGE_857 is not set
  738. # CONFIG_NLS_CODEPAGE_860 is not set
  739. # CONFIG_NLS_CODEPAGE_861 is not set
  740. # CONFIG_NLS_CODEPAGE_862 is not set
  741. # CONFIG_NLS_CODEPAGE_863 is not set
  742. # CONFIG_NLS_CODEPAGE_864 is not set
  743. # CONFIG_NLS_CODEPAGE_865 is not set
  744. # CONFIG_NLS_CODEPAGE_866 is not set
  745. # CONFIG_NLS_CODEPAGE_869 is not set
  746. # CONFIG_NLS_CODEPAGE_936 is not set
  747. # CONFIG_NLS_CODEPAGE_950 is not set
  748. # CONFIG_NLS_CODEPAGE_932 is not set
  749. # CONFIG_NLS_CODEPAGE_949 is not set
  750. # CONFIG_NLS_CODEPAGE_874 is not set
  751. # CONFIG_NLS_ISO8859_8 is not set
  752. # CONFIG_NLS_CODEPAGE_1250 is not set
  753. # CONFIG_NLS_CODEPAGE_1251 is not set
  754. CONFIG_NLS_ISO8859_1=m
  755. # CONFIG_NLS_ISO8859_2 is not set
  756. # CONFIG_NLS_ISO8859_3 is not set
  757. # CONFIG_NLS_ISO8859_4 is not set
  758. # CONFIG_NLS_ISO8859_5 is not set
  759. # CONFIG_NLS_ISO8859_6 is not set
  760. # CONFIG_NLS_ISO8859_7 is not set
  761. # CONFIG_NLS_ISO8859_9 is not set
  762. # CONFIG_NLS_ISO8859_13 is not set
  763. # CONFIG_NLS_ISO8859_14 is not set
  764. CONFIG_NLS_ISO8859_15=m
  765. # CONFIG_NLS_KOI8_R is not set
  766. # CONFIG_NLS_KOI8_U is not set
  767. CONFIG_NLS_UTF8=m
  768. #
  769. # Console drivers
  770. #
  771. CONFIG_VGA_CONSOLE=y
  772. # CONFIG_VIDEO_SELECT is not set
  773. # CONFIG_MDA_CONSOLE is not set
  774. #
  775. # Frame-buffer support
  776. #
  777. # CONFIG_FB is not set
  778. #
  779. # Sound
  780. #
  781. CONFIG_SOUND=m
  782. # CONFIG_SOUND_ALI5455 is not set
  783. # CONFIG_SOUND_BT878 is not set
  784. # CONFIG_SOUND_CMPCI is not set
  785. # CONFIG_SOUND_EMU10K1 is not set
  786. # CONFIG_MIDI_EMU10K1 is not set
  787. # CONFIG_SOUND_FUSION is not set
  788. # CONFIG_SOUND_CS4281 is not set
  789. # CONFIG_SOUND_ES1370 is not set
  790. # CONFIG_SOUND_ES1371 is not set
  791. # CONFIG_SOUND_ESSSOLO1 is not set
  792. # CONFIG_SOUND_MAESTRO is not set
  793. # CONFIG_SOUND_MAESTRO3 is not set
  794. # CONFIG_SOUND_FORTE is not set
  795. # CONFIG_SOUND_ICH is not set
  796. # CONFIG_SOUND_RME96XX is not set
  797. # CONFIG_SOUND_SONICVIBES is not set
  798. # CONFIG_SOUND_TRIDENT is not set
  799. # CONFIG_SOUND_MSNDCLAS is not set
  800. # CONFIG_SOUND_MSNDPIN is not set
  801. CONFIG_SOUND_VIA82CXXX=m
  802. CONFIG_MIDI_VIA82CXXX=y
  803. # CONFIG_SOUND_OSS is not set
  804. # CONFIG_SOUND_TVMIXER is not set
  805. #
  806. # USB support
  807. #
  808. CONFIG_USB=m
  809. # CONFIG_USB_DEBUG is not set
  810. CONFIG_USB_DEVICEFS=y
  811. # CONFIG_USB_BANDWIDTH is not set
  812. # CONFIG_USB_LONG_TIMEOUT is not set
  813. # CONFIG_USB_EHCI_HCD is not set
  814. # CONFIG_USB_UHCI is not set
  815. CONFIG_USB_UHCI_ALT=m
  816. # CONFIG_USB_OHCI is not set
  817. # CONFIG_USB_AUDIO is not set
  818. # CONFIG_USB_EMI26 is not set
  819. # CONFIG_USB_BLUETOOTH is not set
  820. # CONFIG_USB_MIDI is not set
  821. CONFIG_USB_STORAGE=m
  822. # CONFIG_USB_STORAGE_DEBUG is not set
  823. # CONFIG_USB_STORAGE_DATAFAB is not set
  824. # CONFIG_USB_STORAGE_FREECOM is not set
  825. # CONFIG_USB_STORAGE_ISD200 is not set
  826. # CONFIG_USB_STORAGE_DPCM is not set
  827. # CONFIG_USB_STORAGE_HP8200e is not set
  828. # CONFIG_USB_STORAGE_SDDR09 is not set
  829. # CONFIG_USB_STORAGE_SDDR55 is not set
  830. # CONFIG_USB_STORAGE_JUMPSHOT is not set
  831. # CONFIG_USB_ACM is not set
  832. CONFIG_USB_PRINTER=m
  833. CONFIG_USB_HID=m
  834. CONFIG_USB_HIDINPUT=y
  835. # CONFIG_USB_HIDDEV is not set
  836. CONFIG_USB_KBD=m
  837. CONFIG_USB_MOUSE=m
  838. # CONFIG_USB_AIPTEK is not set
  839. # CONFIG_USB_WACOM is not set
  840. # CONFIG_USB_DC2XX is not set
  841. # CONFIG_USB_MDC800 is not set
  842. CONFIG_USB_SCANNER=m
  843. # CONFIG_USB_MICROTEK is not set
  844. # CONFIG_USB_HPUSBSCSI is not set
  845. # CONFIG_USB_PEGASUS is not set
  846. # CONFIG_USB_RTL8150 is not set
  847. # CONFIG_USB_KAWETH is not set
  848. # CONFIG_USB_CATC is not set
  849. # CONFIG_USB_CDCETHER is not set
  850. # CONFIG_USB_USBNET is not set
  851. # CONFIG_USB_USS720 is not set
  852. #
  853. # USB Serial Converter support
  854. #
  855. # CONFIG_USB_SERIAL is not set
  856. # CONFIG_USB_RIO500 is not set
  857. # CONFIG_USB_AUERSWALD is not set
  858. # CONFIG_USB_TIGL is not set
  859. # CONFIG_USB_BRLVGER is not set
  860. # CONFIG_USB_LCD is not set
  861. #
  862. # Bluetooth support
  863. #
  864. # CONFIG_BLUEZ is not set
  865. #
  866. # Kernel hacking
  867. #
  868. # CONFIG_DEBUG_KERNEL is not set
  869. #
  870. # Library routines
  871. #
  872. CONFIG_ZLIB_INFLATE=m
  873. CONFIG_ZLIB_DEFLATE=m


Message édité par Goon le 23-04-2003 à 10:31:37
n°253335
Mjules
Modérateur
Parle dans le vide
Posté le 23-04-2003 à 10:30:14  profilanswer
 

avant tout, il faut que tu installes les sources de ton noyau : urpmi kernel-source et que tu regarde si l'ACPI n'est pas déjà dedans (les noyaux MDK sont pas mal patchés).
 
évite make menuconfig, il plante quand tu essayes de configurer ALSA


Message édité par Mjules le 23-04-2003 à 10:30:27

---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
n°254738
stim
certes
Posté le 26-04-2003 à 11:33:04  profilanswer
 

bon je dois vraiment etre nul pasque j'y arrive tjr pas.... :(
 
d'apres ce que j'ai compris les fichier de mon kernel se trouverais dans /boot
 
 c'est juste ou pas ?
 
 sinon meme dans ce dossier quand je fais un make xconfig j'ai droit au meme mess d'erreur:
 
 make: *** Pas de règle pour fabriquer la cible « xconfig ». Arrêt.
 
 qu'est ce que je fais de mal ??? :(

mood
Publicité
Posté le 26-04-2003 à 11:33:04  profilanswer
 

n°254748
Mjules
Modérateur
Parle dans le vide
Posté le 26-04-2003 à 12:07:47  profilanswer
 

les fichiers sources du noyaux sont dans /usr/src/version_du_noyau
 
c'est là dedans qu'il faut faire le make xconfig  
 
pour installer les sources du noyau Mandrake (qui est déjà pas mal patché donc peut-être avec l'ACPI), urpmi kernel-sources
 
sinon, télécharges des sources officielles sur www.kernel.org
 
pour facilement recompiler un noyau, Mandrake a fait une doc très bien que tu trouveras dansle manuel de référence en ligne de commande, rubrique installation d'un nouveau noyau


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
n°254749
Goon
Posté le 26-04-2003 à 12:08:39  profilanswer
 

Bon on va tout reprendre en détails, j'espère que l'arborescence de la Mandrake correspond à celle de la Debian. Au besoin, un Mandrakeu confirmera.
 
On va repartir from scratch, ça sera peut-être plus simple. On a besoin des fichiers suivants :
les sources du noyau linux 2.4.20  http://kernel.org/pub/linux/kernel [...] 20.tar.bz2  
le patch pour l'acpi  http://prdownloads.sourceforge.net [...] z?download  
 
Télécharge tout ça, passe en root et met ces fichiers dans /usr/src/
Va dans ce répertoire
 
On extraie le noyau avec
tar xjvf linux-2.4.20.tar.bz2
qui crée un répertoire linux-2.4.20
 
Maintenant on applique le patch ACPI
Va dans linux-2.4.20, copie le fichier patch-acpi-je-sais-plus-son-nom.gz dans ce répertoire et décompresse le avec
gunzip patch-acpi-je-sais-plus-son-nom.gz
Maintenant on applique le patch ACPI avec patch -p1 < patch-acpi-je-sais-plus-son-nom
 
OK, le noyau est près à être compilé. Récompère mon fichier de config plus haut dans le post et appelle-le config.2.4.20acpi
make menuconfig
Tu choisis en bas Load alternate configuration file et tu lui indiques ce fichier. Tu quittes en sauvant et
make dep && make clean && make bzImage && make modules && make modules_install
va compiler le noyau avec le support de l'ACPI.
 
Ne reste plus qu'à lui indiquer comment booter dessus
On copie les fichiers générés dans /boot
cp config-2.4.20acpi /boot/
cp System.map /boot/Systam.map-2.4.20acpi
cp arch/i386/boot/bzImage /boot/vmlinuz-2.4.20acpi
 
Allez maintenant on configure lilo et c'est fini. Sous Debian le fichier de config est /etc/lilo.conf Edite-le (toujours en root)
et vers la fin du fichier tu rajoutes les lignes
image=/boot/vmlinuz-2.4.20acpi
  label=2.4.20acpi
 
Un petit "lilo" en root à la ligne de commande et tu peux rebooter en choisissant le 2.4.20acpi.
 
Ouf ! Bien sûr pour tout ça tu as besoin de make, patch, gcc, gunzip, etc. J'espère que ça ira  ;)

n°254754
zeb_
Posté le 26-04-2003 à 12:10:50  profilanswer
 

L'acpi est déjà compilé dans le noyau de la Mandrake.
Simplement, il faut aussi activer l'acpi dans lilo : édite /etc/lilo.conf et remplace acpi=off par acpi=on
Ensuite relance lilo avec 'lilo'.


Message édité par zeb_ le 26-04-2003 à 12:11:45
n°254756
Goon
Posté le 26-04-2003 à 12:13:15  profilanswer
 

zeb_ a écrit :

L'acpi est déjà compilé dans le noyau de la Mandrake.
Simplement, il faut aussi activer l'acpi dans lilo : édite /etc/lilo.conf et remplace acpi=off par acpi=on
Ensuite relance lilo avec 'lilo'.

Arf bah si c'est que ça, c'est beaucoup plus simple effectivement...

n°254801
stim
certes
Posté le 26-04-2003 à 14:02:15  profilanswer
 

j'e l'avais vu ca et je l'ai deja changer le off en on mais c'est tjrs pareil.....
 
donc now je vais suivre les instructions a la lettre en esperant que ca foire pas ^^

n°254803
Goon
Posté le 26-04-2003 à 14:11:46  profilanswer
 

stim a écrit :

j'e l'avais vu ca et je l'ai deja changer le off en on mais c'est tjrs pareil.....
 
donc now je vais suivre les instructions a la lettre en esperant que ca foire pas ^^

Ouais la première fois ça fait un peu peur mais une fois compris ce qu'on fait, on peut plus s'en passer  :D


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

  portable et linux

 

Sujets relatifs
Installation Linux sur petit portable : le défi de la mort :-)4Go pour install un linux sur mon portable, confortable ?
Linux sur un portable avec une ati radeon M9 etc .., c faisable ?Pb lancement Mandrake Linux 9.0 sur petit portable.
portable 100% compatible linux pour developperLinux + Portable
Linux sur un PC portable Compaq Presario 915Linux sur un portable
Peut on installer un linux sur un portable????Quel distribution de linux vous me conseillez pour mon portable ?
Plus de sujets relatifs à : portable et linux


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