Aller au contenu
  • Pas encore inscrit ?

    Pourquoi ne pas vous inscrire ? C'est simple, rapide et gratuit.
    Pour en savoir plus, lisez Les avantages de l'inscription... et la Charte de Zébulon.
    De plus, les messages que vous postez en tant qu'invité restent invisibles tant qu'un modérateur ne les a pas validés. Inscrivez-vous, ce sera un gain de temps pour tout le monde, vous, les helpeurs et les modérateurs ! :wink:

Messages recommandés

Posté(e)
Il est préférable d'avoir un onduleur pour un PC fixe :P

Bonjour leminou :) ,

 

justement, mon PC fixe est bien protégé par un onduleur :P .

Dans ces conditions, de quel ordre seraient les risques ?

S'il n'y a pas d'autres solutions, pourquoi pas :P !

Qu'en penses tu ?

Les avis zébulonniens seront les bienvenus :P ...

Bon we.

 

pll

Posté(e)

Bonsoir à tous :P ,

j'étudie la possibilité de flasher le bios.

En utilisant en root la commande dmidecode, j'obtiens en autres des renseignements sur le BIOS et sur le système:

 

[root@localhost alexandre]# dmidecode

# dmidecode 2.10

SMBIOS 2.3 present.

32 structures occupying 1000 bytes.

Table at 0x000F0100.

 

Handle 0x0000, DMI type 0, 20 bytes

BIOS Information

Vendor: Award Software International, Inc.

Version: F4

Release Date: 04/19/2005

Address: 0xE0000

Runtime Size: 128 kB

ROM Size: 512 kB

Characteristics:

PCI is supported

PNP is supported

APM is supported

BIOS is upgradeable

BIOS shadowing is allowed

Boot from CD is supported

Selectable boot is supported

BIOS ROM is socketed

EDD is supported

5.25"/360 kB floppy services are supported (int 13h)

5.25"/1.2 MB floppy services are supported (int 13h)

3.5"/720 kB floppy services are supported (int 13h)

3.5"/2.88 MB floppy services are supported (int 13h)

Print screen service is supported (int 5h)

8042 keyboard services are supported (int 9h)

Serial services are supported (int 14h)

Printer services are supported (int 17h)

CGA/mono video services are supported (int 10h)

ACPI is supported

USB legacy is supported

LS-120 boot is supported

ATAPI Zip drive boot is supported

BIOS boot specification is supported

Function key-initiated network boot is supported

 

Handle 0x0001, DMI type 1, 25 bytes

System Information

Manufacturer: FUJITSU SIEMENS

Product Name: GA-8S649MF

Version:

Serial Number: <BAD INDEX>

UUID: 30303046-4541-4431-4544-3830FFFFFFFF

Wake-up Type: Power Switch

 

Puis j'ai récupéré le numéro de série sur la tour.

Avec ces informations, je suis allez sur le site du fabriquant pour télécharger à dernière maj correspondante.

Soit:

 

Description du fichier  27.02.2010 15:57:47

 

 

 

 

 

Flash - BIOS - Scaleo P P293 1 1,0GB

 

 

 

Titre:

 

BIOSUPDATE GIGABYTE GA–8S649MF Ver. F6F FSC ISO-Image

 

 

 

Date:

 

15.02.2006

 

 

 

Taille:

 

3,17 MB

 

 

 

Version:

 

F6F

 

 

 

Fabricant:

 

Gigabyte

 

 

 

Etat:

 

Description de l´installation:

 

1. Downloaden Sie sich diese Datei.

 

2. Öffnen Sie Nero oder ein adäquates Brennprogramm, welches ISO-Dateien verarbeiten kann.

 

3. Erstellen Sie aus der ISO-Datei eine startfähige CDROM z.B. in Nero Express unter dem Punkt `CD Kopieren und Sichern-}

 

Image auf Disk brennen` (siehe auch Hilfe).

 

4. Einen Neustart durchführen und dem Menu folgen.

 

Pour la petite histoire, je n'ai pu télécharger le fichier que avec internet explorer et en déconnectant le parefeu kerio :P . Heureusement que j'ai XP en multiboot sur mon portable :P . Bref !

 

Comme je ne comprends rien à l'allemand (aucune autre langue n'était disponible !), je suppose qu'il faut booter sur le CD :P ???

 

Voici mes questions préalables au "flashage":

 

1/ Comment sauvegarder le bios actuel au cas où ?

2/ Les risques sont ils limités à une coupure de courant et à une interruption intempestive de la maj ?

3/ Quelles précautions autres que de travailler sous onduleur et de ne pas interrompre la maj dois je prendre ?

4/ Des mises en garde particulières ?

 

Merci pour vos bons conseils :) .

A très bientôt.

 

pll

Posté(e)

Bonsoir :P ,

 

avant de passer à une solution radicale, je voudrai tenter une compilation du noyau. En effet, j'ai pu lire que certain module, en général ceux qui sont intégrés au noyau ne peuvent pas être blacklister :P .Dans ce cas, la solution serait de recompiler le noyau...

 

http://www.linux-france.org/article/lgazet...37/lg-37-5.html

 

J'ai donc suivi le wiki de Mandriva:

 

http://wiki.mandriva.com/fr/Compiler_son_noyau#Configuration

 

Et, je cale ici:

 

[alexandre@localhost ~]$ cd ~/src/linux/

[alexandre@localhost linux]$ make menuconfig

make[1]: Rien à faire pour « menuconfig ».

[alexandre@localhost linux]$

 

Pas moyen de faire fonctionner make menuconfig :P . make et gcc sont bien installés.

Le but étant de configurer le .config avant de compiler.

Si quelqu'un avait un idée...

Merci.

a+

 

pll

Posté(e)

Dsl de ne pas avoir pu répondre plus tôt

 

il doit te manquer quelque chose dans ton dossier, montre nous ce qu'il y a dedans

ls ~/src/linux

 

Si je ne me trompe pas, quant on compile un noyau qui n'a pas encore de config on doit commence par un make oldconfig mais si tu veux faire simple tu peux utiliser la configuration de ton noyau actuel ( à moins que mandriva vire config accessible sur leur noyau ...)

 

zcat /proc/config.gz > ~/src/linux/.config

 

Dans ce cas, la solution serait de recompiler le noyau...

sans oublier de patcher les sources. Vue le patch que 'ai trouvé c'est libata qui bug avec ta config (donc tu pourra toujours recompilé ton noyau ... le bug restera (a moins que coup de chance, tu prenne les sources d'un noyau plus recent, et que le bug est été resolu)

 

Pour patcher tes sources il faut donc

- te placer dans le répertoire des sources soit :

cd ~/src/linux

 

- télécharger le patch

wget http://bugzilla.kernel.org/attachment.cgi?id=22953

 

- tester le patch

cat attachment.cgi?id=22953 | patch -p1 --dry-run

et la si tu vois un message du genre Hunk #2 FAILED at 456. tu t'arrête la, patch ne passera pas

 

si tu ne vois que des message du genre "Hunk #1 succeeded at 259 (offset -3 lines)." le patch devrais donc fonctionner, tu peu donc l'appliquer avec

cat attachment.cgi?id=22953 | patch -p1

 

et si tout c'est bien passé tu peu commencé l'étape de la compilation (enfin deja il faudra trouver pourquoi le menuconfig ne veux pas ce lancer ... :-))

Posté(e)

Bonsoir 256JMAN;

 

Merci pour ta réponse très complète :P .

 

ls ~/src/Linux

 

[alexandre@localhost ~]$ ls ~/src/linux

3rdparty/ Documentation/ include/ kernel/ Module.symvers security/

arch/ drivers/ init/ lib/ net/ sound/

block/ firmware/ ipc/ Makefile samples/ tools/

crypto/ fs/ Kbuild mm/ scripts/ usr/

[alexandre@localhost ~]$

 

zcat /proc/config.gz > ~/src/linux/.config

 

Effectué :P .

 

Pour le patch:

 

[alexandre@localhost ~]$ cd ~/src/linux

[alexandre@localhost linux]$ wget http://bugzilla.kernel.org/attachment.cgi?id=22953

--2010-02-28 22:57:58-- http://bugzilla.kernel.org/attachment.cgi?id=22953

Résolution de bugzilla.kernel.org... 140.211.167.41

Connexion vers bugzilla.kernel.org|140.211.167.41|:80...connecté.

requête HTTP transmise, en attente de la réponse...200 OK

Longueur: 5754 (5,6K) [text/plain]

Sauvegarde en : «attachment.cgi?id=22953»

 

100%[======================================>] 5 754 22,9K/s ds 0,2s

 

2010-02-28 22:58:00 (22,9 KB/s) - «attachment.cgi?id=22953» sauvegardé [5754/5754]

 

[alexandre@localhost linux]$ cat attachment.cgi?id=22953 | patch -p1 --dry-run

can't find file to patch at input line 5

Perhaps you used the wrong -p or --strip option?

The text leading up to this was:

--------------------------

|diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c

|index 98af50f..c9aee2a 100644

|--- a/drivers/ata/libata-core.c

|+++ b/drivers/ata/libata-core.c

--------------------------

File to patch:

 

:P

 

cat attachment.cgi?id=22953 | patch -p1

 

Je ne l'ai pas effectué car je ne suis pas certain du test du patch :P .

 

A bientôt et bonne nuit.

pll

  • 1 mois après...
Posté(e)

Bonjour à tous :P ,

 

à toute fin utile, voici le dernier noyau:

 

[alexandre@localhost ~]$ uname -r

2.6.31.12-desktop-3mnb

[alexandre@localhost ~]$

 

a+

 

pll

  • 2 mois après...
Posté(e)
qu'y-a-t-il sur tes ports sata? (notamment le 3)

Bonjour Greywolf :P ,

 

je profite du dépoussiérage de printemps pour répondre à ta question. Sur les 4 ports sata disponibles, seul le 0 est utilisé (hdd).

Voici quelques photos:

 

4prisessatacartemere.th.jpg

 

graveurq.th.jpg

 

hddsata0.th.jpg

 

nappeide12dvd.th.jpg

 

Que se passerait il si je changeais de port pour le disque dur ?

Merci.

A bientôt.

 

pll

  • 3 semaines après...
Posté(e)

Bonsoir à tous :P ,

je suis sur une autre piste :P .

D'après ce fil, il faudrait se pencher sur "CONFIG_SATA_PMP kernel option".

Voici mon Kconfig:

 

#

# SATA/PATA driver configuration

#

 

menuconfig ATA

tristate "Serial ATA (prod) and Parallel ATA (experimental) drivers"

depends on HAS_IOMEM

depends on BLOCK

depends on !(M32R || M68K) || BROKEN

select SCSI

---help---

If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or

any other ATA device under Linux, say Y and make sure that you know

the name of your ATA host adapter (the card inside your computer

that "speaks" the ATA protocol, also called ATA controller),

because you will be asked for it.

 

NOTE: ATA enables basic SCSI support; *however*,

'SCSI disk support', 'SCSI tape support', or

'SCSI CDROM support' may also be needed,

depending on your hardware configuration.

 

if ATA

 

config ATA_NONSTANDARD

bool

default n

 

config ATA_ACPI

bool "ATA ACPI Support"

depends on ACPI && PCI

select ACPI_DOCK

default y

help

This option adds support for ATA-related ACPI objects.

These ACPI objects add the ability to retrieve taskfiles

from the ACPI BIOS and write them to the disk controller.

These objects may be related to performance, security,

power management, or other areas.

You can disable this at kernel boot time by using the

option libata.noacpi=1

 

config SATA_PMP

bool "SATA Port Multiplier support"

default y

help

This option adds support for SATA Port Multipliers

(the SATA version of an ethernet hub, or SAS expander).

config SATA_AHCI

tristate "AHCI SATA support"

depends on PCI

help

This option enables support for AHCI Serial ATA.

 

If unsure, say N.

 

config SATA_SIL24

tristate "Silicon Image 3124/3132 SATA support"

depends on PCI

help

This option enables support for Silicon Image 3124/3132 Serial ATA.

 

If unsure, say N.

 

config SATA_FSL

tristate "Freescale 3.0Gbps SATA support"

depends on FSL_SOC

help

This option enables support for Freescale 3.0Gbps SATA controller.

It can be found on MPC837x and MPC8315.

 

If unsure, say N.

 

config ATA_SFF

bool "ATA SFF support"

default y

help

This option adds support for ATA controllers with SFF

compliant or similar programming interface.

 

SFF is the legacy IDE interface that has been around since

the dawn of time. Almost all PATA controllers have an

SFF interface. Many SATA controllers have an SFF interface

when configured into a legacy compatibility mode.

 

For users with exclusively modern controllers like AHCI,

Silicon Image 3124, or Marvell 6440, you may choose to

disable this unneeded SFF support.

 

If unsure, say Y.

 

if ATA_SFF

 

config SATA_SVW

tristate "ServerWorks Frodo / Apple K2 SATA support"

depends on PCI

help

This option enables support for Broadcom/Serverworks/Apple K2

SATA support.

 

If unsure, say N.

 

config ATA_PIIX

tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"

depends on PCI

help

This option enables support for ICH5/6/7/8 Serial ATA

and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series

host controllers.

 

If unsure, say N.

 

config SATA_MV

tristate "Marvell SATA support"

help

This option enables support for the Marvell Serial ATA family.

Currently supports 88SX[56]0[48][01] PCI(-X) chips,

as well as the newer [67]042 PCI-X/PCIe and SOC devices.

 

If unsure, say N.

 

config SATA_NV

tristate "NVIDIA SATA support"

depends on PCI

help

This option enables support for NVIDIA Serial ATA.

 

If unsure, say N.

 

config PDC_ADMA

tristate "Pacific Digital ADMA support"

depends on PCI

help

This option enables support for Pacific Digital ADMA controllers

 

If unsure, say N.

 

config SATA_QSTOR

tristate "Pacific Digital SATA QStor support"

depends on PCI

help

This option enables support for Pacific Digital Serial ATA QStor.

 

If unsure, say N.

 

config SATA_PROMISE

tristate "Promise SATA TX2/TX4 support"

depends on PCI

help

This option enables support for Promise Serial ATA TX2/TX4.

 

If unsure, say N.

 

config SATA_SX4

tristate "Promise SATA SX4 support (Experimental)"

depends on PCI && EXPERIMENTAL

help

This option enables support for Promise Serial ATA SX4.

 

If unsure, say N.

 

config SATA_SIL

tristate "Silicon Image SATA support"

depends on PCI

help

This option enables support for Silicon Image Serial ATA.

 

If unsure, say N.

 

config SATA_SIS

tristate "SiS 964/965/966/180 SATA support"

depends on PCI

select PATA_SIS

help

This option enables support for SiS Serial ATA on

SiS 964/965/966/180 and Parallel ATA on SiS 180.

The PATA support for SiS 180 requires additionally to

enable the PATA_SIS driver in the config.

If unsure, say N.

 

config SATA_ULI

tristate "ULi Electronics SATA support"

depends on PCI

help

This option enables support for ULi Electronics SATA.

 

If unsure, say N.

 

config SATA_VIA

tristate "VIA SATA support"

depends on PCI

help

This option enables support for VIA Serial ATA.

 

If unsure, say N.

 

config SATA_VITESSE

tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"

depends on PCI

help

This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.

 

If unsure, say N.

 

config SATA_INIC162X

tristate "Initio 162x SATA support"

depends on PCI

help

This option enables support for Initio 162x Serial ATA.

 

config PATA_ACPI

tristate "ACPI firmware driver for PATA"

depends on ATA_ACPI

help

This option enables an ACPI method driver which drives

motherboard PATA controller interfaces through the ACPI

firmware in the BIOS. This driver can sometimes handle

otherwise unsupported hardware.

 

config PATA_ALI

tristate "ALi PATA support"

depends on PCI

help

This option enables support for the ALi ATA interfaces

found on the many ALi chipsets.

 

If unsure, say N.

 

config PATA_AMD

tristate "AMD/NVidia PATA support"

depends on PCI

help

This option enables support for the AMD and NVidia PATA

interfaces found on the chipsets for Athlon/Athlon64.

 

If unsure, say N.

 

config PATA_ARTOP

tristate "ARTOP 6210/6260 PATA support"

depends on PCI

help

This option enables support for ARTOP PATA controllers.

 

If unsure, say N.

 

config PATA_AT32

tristate "Atmel AVR32 PATA support (Experimental)"

depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL

help

This option enables support for the IDE devices on the

Atmel AT32AP platform.

 

If unsure, say N.

 

config PATA_ATIIXP

tristate "ATI PATA support"

depends on PCI

help

This option enables support for the ATI ATA interfaces

found on the many ATI chipsets.

 

If unsure, say N.

 

config PATA_CMD640_PCI

tristate "CMD640 PCI PATA support (Experimental)"

depends on PCI && EXPERIMENTAL

help

This option enables support for the CMD640 PCI IDE

interface chip. Only the primary channel is currently

supported.

 

If unsure, say N.

 

config PATA_CMD64X

tristate "CMD64x PATA support"

depends on PCI

help

This option enables support for the CMD64x series chips

except for the CMD640.

 

If unsure, say N.

 

config PATA_CS5520

tristate "CS5510/5520 PATA support"

depends on PCI

help

This option enables support for the Cyrix 5510/5520

companion chip used with the MediaGX/Geode processor family.

 

If unsure, say N.

 

config PATA_CS5530

tristate "CS5530 PATA support"

depends on PCI

help

This option enables support for the Cyrix/NatSemi/AMD CS5530

companion chip used with the MediaGX/Geode processor family.

 

If unsure, say N.

 

config PATA_CS5535

tristate "CS5535 PATA support (Experimental)"

depends on PCI && X86 && !X86_64 && EXPERIMENTAL

help

This option enables support for the NatSemi/AMD CS5535

companion chip used with the Geode processor family.

 

If unsure, say N.

 

config PATA_CS5536

tristate "CS5536 PATA support"

depends on PCI && X86 && !X86_64

help

This option enables support for the AMD CS5536

companion chip used with the Geode LX processor family.

 

If unsure, say N.

 

config PATA_CYPRESS

tristate "Cypress CY82C693 PATA support (Very Experimental)"

depends on PCI && EXPERIMENTAL

help

This option enables support for the Cypress/Contaq CY82C693

chipset found in some Alpha systems

 

If unsure, say N.

 

config PATA_EFAR

tristate "EFAR SLC90E66 support"

depends on PCI

help

This option enables support for the EFAR SLC90E66

IDE controller found on some older machines.

 

If unsure, say N.

 

config ATA_GENERIC

tristate "Generic ATA support"

depends on PCI

help

This option enables support for generic BIOS configured

ATA controllers via the new ATA layer

 

If unsure, say N.

 

config PATA_HPT366

tristate "HPT 366/368 PATA support"

depends on PCI

help

This option enables support for the HPT 366 and 368

PATA controllers via the new ATA layer.

 

If unsure, say N.

 

config PATA_HPT37X

tristate "HPT 370/370A/371/372/374/302 PATA support (Experimental)"

depends on PCI && EXPERIMENTAL

help

This option enables support for the majority of the later HPT

PATA controllers via the new ATA layer.

 

If unsure, say N.

 

config PATA_HPT3X2N

tristate "HPT 372N/302N PATA support (Experimental)"

depends on PCI && EXPERIMENTAL

help

This option enables support for the N variant HPT PATA

controllers via the new ATA layer

 

If unsure, say N.

 

config PATA_HPT3X3

tristate "HPT 343/363 PATA support"

depends on PCI

help

This option enables support for the HPT 343/363

PATA controllers via the new ATA layer

 

If unsure, say N.

 

config PATA_HPT3X3_DMA

bool "HPT 343/363 DMA support (Experimental)"

depends on PATA_HPT3X3

help

This option enables DMA support for the HPT343/363

controllers. Enable with care as there are still some

problems with DMA on this chipset.

 

config PATA_ISAPNP

tristate "ISA Plug and Play PATA support"

depends on ISAPNP

help

This option enables support for ISA plug & play ATA

controllers such as those found on old soundcards.

 

If unsure, say N.

 

config PATA_IT821X

tristate "IT8211/2 PATA support"

depends on PCI

help

This option enables support for the ITE 8211 and 8212

PATA controllers via the new ATA layer, including RAID

mode.

 

If unsure, say N.

 

config PATA_IT8213

tristate "IT8213 PATA support (Experimental)"

depends on PCI && EXPERIMENTAL

help

This option enables support for the ITE 821 PATA

controllers via the new ATA layer.

 

If unsure, say N.

 

config PATA_JMICRON

tristate "JMicron PATA support"

depends on PCI

help

Enable support for the JMicron IDE controller, via the new

ATA layer.

 

If unsure, say N.

 

config PATA_LEGACY

tristate "Legacy ISA PATA support (Experimental)"

depends on ISA && EXPERIMENTAL

help

This option enables support for ISA/VLB bus legacy PATA

ports and allows them to be accessed via the new ATA layer.

 

If unsure, say N.

 

config PATA_TRIFLEX

tristate "Compaq Triflex PATA support"

depends on PCI

help

Enable support for the Compaq 'Triflex' IDE controller as found

on many Compaq Pentium-Pro systems, via the new ATA layer.

 

If unsure, say N.

 

config PATA_MARVELL

tristate "Marvell PATA support via legacy mode"

depends on PCI

help

This option enables limited support for the Marvell 88SE61xx ATA

controllers. If you wish to use only the SATA ports then select

the AHCI driver alone. If you wish to the use the PATA port or

both SATA and PATA include this driver.

 

If unsure, say N.

 

config PATA_MPC52xx

tristate "Freescale MPC52xx SoC internal IDE"

depends on PPC_MPC52xx && PPC_BESTCOMM

select PPC_BESTCOMM_ATA

help

This option enables support for integrated IDE controller

of the Freescale MPC52xx SoC.

 

If unsure, say N.

 

config PATA_MPIIX

tristate "Intel PATA MPIIX support"

depends on PCI

help

This option enables support for MPIIX PATA support.

 

If unsure, say N.

 

config PATA_OLDPIIX

tristate "Intel PATA old PIIX support"

depends on PCI

help

This option enables support for early PIIX PATA support.

 

If unsure, say N.

 

config PATA_NETCELL

tristate "NETCELL Revolution RAID support"

depends on PCI

help

This option enables support for the Netcell Revolution RAID

PATA controller.

 

If unsure, say N.

 

config PATA_NINJA32

tristate "Ninja32/Delkin Cardbus ATA support (Experimental)"

depends on PCI && EXPERIMENTAL

help

This option enables support for the Ninja32, Delkin and

possibly other brands of Cardbus ATA adapter

 

If unsure, say N.

 

config PATA_NS87410

tristate "Nat Semi NS87410 PATA support"

depends on PCI

help

This option enables support for the National Semiconductor

NS87410 PCI-IDE controller.

 

If unsure, say N.

 

config PATA_NS87415

tristate "Nat Semi NS87415 PATA support"

depends on PCI

help

This option enables support for the National Semiconductor

NS87415 PCI-IDE controller.

 

If unsure, say N.

 

config PATA_OPTI

tristate "OPTI621/6215 PATA support (Very Experimental)"

depends on PCI && EXPERIMENTAL

help

This option enables full PIO support for the early Opti ATA

controllers found on some old motherboards.

 

If unsure, say N.

 

config PATA_OPTIDMA

tristate "OPTI FireStar PATA support (Very Experimental)"

depends on PCI && EXPERIMENTAL

help

This option enables DMA/PIO support for the later OPTi

controllers found on some old motherboards and in some

laptops.

 

If unsure, say N.

 

config PATA_PALMLD

tristate "Palm LifeDrive PATA support"

depends on MACH_PALMLD

help

This option enables support for Palm LifeDrive's internal ATA

port via the new ATA layer.

 

If unsure, say N.

 

config PATA_PCMCIA

tristate "PCMCIA PATA support"

depends on PCMCIA

help

This option enables support for PCMCIA ATA interfaces, including

compact flash card adapters via the new ATA layer.

 

If unsure, say N.

 

config PATA_PDC_OLD

tristate "Older Promise PATA controller support"

depends on PCI

help

This option enables support for the Promise 20246, 20262, 20263,

20265 and 20267 adapters.

 

If unsure, say N.

 

config PATA_QDI

tristate "QDI VLB PATA support"

depends on ISA

help

Support for QDI 6500 and 6580 PATA controllers on VESA local bus.

 

config PATA_RADISYS

tristate "RADISYS 82600 PATA support (Experimental)"

depends on PCI && EXPERIMENTAL

help

This option enables support for the RADISYS 82600

PATA controllers via the new ATA layer

 

If unsure, say N.

 

config PATA_RB532

tristate "RouterBoard 532 PATA CompactFlash support"

depends on MIKROTIK_RB532

help

This option enables support for the RouterBoard 532

PATA CompactFlash controller.

 

If unsure, say N.

 

config PATA_RZ1000

tristate "PC Tech RZ1000 PATA support"

depends on PCI

help

This option enables basic support for the PC Tech RZ1000/1

PATA controllers via the new ATA layer

 

If unsure, say N.

 

config PATA_SC1200

tristate "SC1200 PATA support"

depends on PCI

help

This option enables support for the NatSemi/AMD SC1200 SoC

companion chip used with the Geode processor family.

 

If unsure, say N.

 

config PATA_SERVERWORKS

tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"

depends on PCI

help

This option enables support for the Serverworks OSB4/CSB5/CSB6 and

HT1000 PATA controllers, via the new ATA layer.

 

If unsure, say N.

 

config PATA_PDC2027X

tristate "Promise PATA 2027x support"

depends on PCI

help

This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.

 

If unsure, say N.

 

config PATA_SIL680

tristate "CMD / Silicon Image 680 PATA support"

depends on PCI

help

This option enables support for CMD / Silicon Image 680 PATA.

 

If unsure, say N.

 

config PATA_SIS

tristate "SiS PATA support"

depends on PCI

help

This option enables support for SiS PATA controllers

 

If unsure, say N.

 

config PATA_VIA

tristate "VIA PATA support"

depends on PCI

help

This option enables support for the VIA PATA interfaces

found on the many VIA chipsets.

 

If unsure, say N.

 

config PATA_WINBOND

tristate "Winbond SL82C105 PATA support"

depends on PCI

help

This option enables support for SL82C105 PATA devices found in the

Netwinder and some other systems

 

If unsure, say N.

 

config PATA_WINBOND_VLB

tristate "Winbond W83759A VLB PATA support (Experimental)"

depends on ISA && EXPERIMENTAL

help

Support for the Winbond W83759A controller on Vesa Local Bus

systems.

 

config HAVE_PATA_PLATFORM

bool

help

This is an internal configuration node for any machine that

uses pata-platform driver to enable the relevant driver in the

configuration structure without having to submit endless patches

to update the PATA_PLATFORM entry.

 

config PATA_PLATFORM

tristate "Generic platform device PATA support"

depends on EMBEDDED || PPC || HAVE_PATA_PLATFORM

help

This option enables support for generic directly connected ATA

devices commonly found on embedded systems.

 

If unsure, say N.

 

config PATA_AT91

tristate "PATA support for AT91SAM9260"

depends on ARM && ARCH_AT91

help

This option enables support for IDE devices on the Atmel AT91SAM9260 SoC.

 

If unsure, say N.

 

config PATA_OF_PLATFORM

tristate "OpenFirmware platform device PATA support"

depends on PATA_PLATFORM && PPC_OF

help

This option enables support for generic directly connected ATA

devices commonly found on embedded systems with OpenFirmware

bindings.

 

If unsure, say N.

 

config PATA_ICSIDE

tristate "Acorn ICS PATA support"

depends on ARM && ARCH_ACORN

help

On Acorn systems, say Y here if you wish to use the ICS PATA

interface card. This is not required for ICS partition support.

If you are unsure, say N to this.

 

config PATA_IXP4XX_CF

tristate "IXP4XX Compact Flash support"

depends on ARCH_IXP4XX

help

This option enables support for a Compact Flash connected on

the ixp4xx expansion bus. This driver had been written for

Loft/Avila boards in mind but can work with others.

 

If unsure, say N.

 

config PATA_OCTEON_CF

tristate "OCTEON Boot Bus Compact Flash support"

depends on CPU_CAVIUM_OCTEON

help

This option enables a polled compact flash driver for use with

compact flash cards attached to the OCTEON boot bus.

 

If unsure, say N.

 

config PATA_SCC

tristate "Toshiba's Cell Reference Set IDE support"

depends on PCI && PPC_CELLEB

help

This option enables support for the built-in IDE controller on

Toshiba Cell Reference Board.

 

If unsure, say N.

 

config PATA_SCH

tristate "Intel SCH PATA support"

depends on PCI

help

This option enables support for Intel SCH PATA on the Intel

SCH (US15W, US15L, UL11L) series host controllers.

 

If unsure, say N.

 

config PATA_BF54X

tristate "Blackfin 54x ATAPI support"

depends on BF542 || BF548 || BF549

help

This option enables support for the built-in ATAPI controller on

Blackfin 54x family chips.

 

If unsure, say N.

 

endif # ATA_SFF

endif # ATA

 

Le passage concerné est en gras. Quelle modification serait judicieuse ?

Merci pour votre aide.

 

pll

Posté(e)

 

Pas moyen de faire fonctionner make menuconfig <img src="http://forum.zebulon.fr/style_emoticons/<#EMO_DIR#>/enerve.gif" style="vertical-align:middle" emoid=":P" border="0" alt="enerve.gif" /> . make et gcc sont bien installés.

Le but étant de configurer le .config avant de compiler.

 

 

Bonjour 256JMAN :P ,

 

Bon, j'avais confondu les sources et les headers, rien que ça :P .

J'ai corrigé le tir, et maintenant "make menuconfig" fonctionne :P .

Je vais donc reprendre ta procédure :) .

Pas aujourd'hui car j'ai besoin de l'ordi pour travailler, mais très prochainement, je te tiens au courant...

J'espère que tu vas bien.

Amicalement.

 

pll

Posté(e)

Bonjour à tous :) ?

 

L'application du patch à fonctionner. Voici le rapport:

 

[alexandre@localhost ~]$ zcat /proc/config.gz > ~/src/linux/.config

[alexandre@localhost ~]$ cd ~/src/linux

[alexandre@localhost linux]$ wget http://bugzilla.kernel.org/attachment.cgi?id=22953

--2010-06-26 20:48:10-- http://bugzilla.kernel.org/attachment.cgi?id=22953

Résolution de bugzilla.kernel.org... 140.211.167.41

Connexion vers bugzilla.kernel.org|140.211.167.41|:80...connecté.

requête HTTP transmise, en attente de la réponse...302 Found

Emplacement: https://bugzilla.kernel.org/attachment.cgi?id=22953 [suivant]

--2010-06-26 20:48:12-- https://bugzilla.kernel.org/attachment.cgi?id=22953

Connexion vers bugzilla.kernel.org|140.211.167.41|:443...connecté.

requête HTTP transmise, en attente de la réponse...200 OK

Longueur: 5754 (5,6K) [text/plain]

Sauvegarde en : «attachment.cgi?id=22953»

 

100%[======================================>] 5 754 --.-K/s ds 0,07s

 

2010-06-26 20:48:17 (78,2 KB/s) - «attachment.cgi?id=22953» sauvegardé [5754/5754]

 

[alexandre@localhost linux]$ cat attachment.cgi?id=22953 | patch -p1 --dry-run

patching file drivers/ata/libata-core.c

Hunk #1 succeeded at 5455 (offset -14 lines).

Hunk #2 succeeded at 5475 (offset -14 lines).

Hunk #3 succeeded at 6068 (offset -14 lines).

patching file drivers/ata/sata_sis.c

[alexandre@localhost linux]$ cat attachment.cgi?id=22953 | patch -p1

patching file drivers/ata/libata-core.c

Hunk #1 succeeded at 5455 (offset -14 lines).

Hunk #2 succeeded at 5475 (offset -14 lines).

Hunk #3 succeeded at 6068 (offset -14 lines).

patching file drivers/ata/sata_sis.c

[alexandre@localhost linux]$

 

La compilation et l'installation du noyau "custom" se sont également bien déroulées ;) .

En revanche, pas moyen d'utiliser le driver nvidia sur ce noyau :-? .

Le souci est que le seul pilote utilisable "nv" ne permet pas un bon réglage de la résolution ni l'accélération matérielle nécessaire au bon fonctionnement des jeux, le pilote nvidia est donc indispensable :chpas: .

J'ai donc désinstallé tous les paquets nvidia pour reprendre la procédure à zéro, soit:

 

En root, "urpmi nvidia", le pilote s'intègre bien au noyau "custom" mais lors de l'utilisation de drakconf pour utiliser le pilote nvidia, des paquets kernel sont téléchargés et installés, mais comme aucun ne peuvent correspondre à mon nouveau noyau car il est unique et bien ça ne marche pas :D .

Je voudrais donc savoir s'il faut intervenir avant la compilation ou bien après pour permettre au pilote nvidia de fonctionner ? Et, comment ?

Merci pour votre aide :) .

a+.

 

pll

Rejoindre la conversation

Vous publiez en tant qu’invité. Si vous avez un compte, connectez-vous maintenant pour publier avec votre compte.
Remarque : votre message nécessitera l’approbation d’un modérateur avant de pouvoir être visible.

Invité
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

  • En ligne récemment   0 membre est en ligne

    • Aucun utilisateur enregistré regarde cette page.
×
×
  • Créer...