(Courriels de diversion: <charcutez@cicatriciels-entartraient.com> <stupefiants@denie-grillages.com> <augmentait@obeiront-etresillonner.com> <paysan@refondue-eclaircis.com> <fastueuses@jonchee-encaustique.com> <occasionne@fendilleront-decrierait.com> <relancerons@confronterons-inclassable.com> <divine@memorandums-atterrerais.com> <tricoterent@dissequa-taches.com> <demissionnerai@sympathiserions-hindi.com> )


bonjour à tous, je vien d'acquerrir un graveur ide plextor que je ne
parvient pas à installer sur ma machine.

Configuration matérielle:
processeur: duron 800mhz
memoire vive : 384 Mo
disques dur :

1/ hda = 40 go 17 go pour win et 19 go pour Linux
2/ hdb = 8.4 go
carte video : nvidia gforce2mx
carte réseau : realteak 8139 
pas de lecteur de disquette
un graveur plextor 24/10/40 ide ( hdc )
un lecteur de dvd assus 16/40. ( hdd )

I/ ais je bien agit en mettannt mon lecteur de dvd et mon graveur sur la
meme nappe  ?
II/afin d'installer mon graveur je dois disposer de l'émulation scsi
donc je dois installer le module ide-scsi.o ou bien recompiler le noyeau
avec les options scsi emulations, scsi cdrom support, generic scsi, (
j'en oublie surement ). 

a) J'ai commencer par un compilation du noyau :

$ make dep clean bzImage,
$ make modules,
$ make modules_install,

je copie bzImage vers /boot:

$ cp /usr/src/linux-2.4.10/arch/i386/boot/bzImage /boot/linux-2.4.10 

Je pense n'avoir obtenu aucun message d'erreur car à la fin de la
compilation il me dit que je peut trouver mon nouveau noyeau dans
...arch/i386/boot/bzImage

je modifie lilo :

$ vi /etc/lilo.conf ----> je rajoute ce qui suit :  

image = /boot/linux-2.4.10
label = linux-2.4.10
root=/dev/hda7
initrd=/boot

je réinstalle lilo : $ lilo

Je redemarre linux et je choisi linux-2.4.10 :
loinding linux....... puis aussitot j'ai un écran noir et mon numlock
qui s'éteint et aucun message d'erreur n'apparait.

J'avoue ne rien comprendre j'ai déjà effectuer une compilation de ce
noyau cela c'était passé sans pb j'ai réussi à démarrer sous linux une
fois ou 2 puis après x ne se lance plus automatiquement ( évitez les
trolls svp mon père se sert de linux je lui lance x automatiquement pour
lui faciliter le travail ).

b) j'ai essayer  de passer sans recompilation du noyau en essayant d
'installer le module ide-scsi

sous root je tappe $ modprobe ide-scsi puis pour voir si le module est
installer ou charger enfin je ne sait pas si j'utilise les bons termes
je lance la commande lsmod le module est bien la mais quand je relance
la machine et que je refait un lsmod je ide-scsi n'apparait pas.

je ne parvient pas à modfier le fichier modules.conf car je ne sait pas
le faire

Comment faire une installation sans recompilation du noyau ? 
Pour quelle(s) raisons je n'arrive pas à démarrer sous mon noyau
compiler ?
Quelles informations dois je indiquer dans /etc/fstab ?

Je vous remercie par avance de votre aide.

A bientot

Pascal

#
# YaST2: Network card
#
alias eth0 8139too
alias eth1 off
alias tr0 off
alias scsi_hostadapter on
alias fb0 off

# only used for Mylex or Compaq Raid as module
alias block-major-48 off
alias block-major-49 off
alias block-major-72 off
alias block-major-73 off

# only needed for fifth and sixth IDE adaptor
alias block-major-56 off
alias block-major-57 off

# mouse (for older busmice)
alias char-major-10 off

# If you want to use the new autofs4
# alias autofs           autofs4

# For parallel port devices, uncomment the following two lines and change
# "frpw" to the protocol type you use

# post-install paride insmod frpw
# pre-remove paride rmmod frpw

#*****************************************************************************
# If you want to use the kernel sound drivers instead of ALSA (SuSE's default
# sound solution) please put comment signs in front of the following
# entries and remove any previous ALSA configuration from YaST2 or alsaconf
# from the end of this file. Then choose one of the sample configurations
# below. Uncomment all lines starting with 'alias', 'options', pre- or post-
# install' within one configuration and modify the parameters according to
# your needs (e.g. the resources chosen for this device in /etc/isapnp.conf).
#*****************************************************************************

alias char-major-14 off
alias sound off
alias midi off

#*****************************************************************************
#    module : ad1816.o           AD1816 chip
#
#                                Supported cards :
#
#                                Terratec Base 1/64
#                                HP Kayak
#                                Acer FX-3D
#                                SY-1816
#                                Highscreen Sound-Boostar 32 Wave 3D
#                                Highscreen Sound-Boostar 16
#
#    Documentation available in /usr/src/linux/Documentation/sound/AD1816
#    and in /usr/src/linux/drivers/sound/ad1816.c .
#
#    Possible configuration :
#
# alias char-major-14 ad1816
# post-install ad1816 modprobe "-k" opl3
# post-install ad1816 modprobe "-k" mpu401
# options ad1816 io=0x530 irq=5 dma=1 dma2=3 ad1816_clockfreq=33000
# options opl3 io=0x0388
# options mpu401 io=0x0330 irq=9
#
#*****************************************************************************
#    module : ad1848.o           AD1848/CS4231/CS4248 Chip
#                                --> Windows Sound System (MSS/WSS)
#
#                                A variety of common ISA soundcards are
#                                compatible with this family of chips.
#
#    Documentation available in /usr/src/linux/drivers/sound/ad1848.c (search
#    for MODULE_PARM) and in /usr/src/linux/Documentation/sound/README.OSS .
#    Usually this module is used in conjunction with other higher level sound
#    modules.
#
#    Possible configuration for stand-alone usage :
#
# alias char-major-14 ad1848
# options ad1848 io=0x530 irq=7 dma=0 dma2=3
#
#*****************************************************************************
#    module : cs4232.o           Crystal 423x chipsets
#
#    Documentation available in /usr/src/linux/drivers/sound/cs4232.c (search
#    for MODULE_PARM) and in /usr/src/linux/Documentation/sound/CS4232 . This
#    chip is often used together with other sound hardware.
#
#    Possible configuration for stand-alone usage :
#
# alias char-major-14 cs4232
# post-install cs4232 modprobe "-k" opl3
# options cs4232 io=0x534 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=9
# options opl3 io=0x388
#
#*****************************************************************************
#    module : es1370.o           Ensoniq 1370 Chipsatz (--> PCI64/128)
#
#                                Supported cards :
#
#                                Creative Labs PCI64/128
#
#    Documentation available at /usr/src/linux/Documentation/sound/es1370 and
#    /usr/src/linux/drivers/sound/es1370.c .
#
# alias char-major-14  es1370
# options es1370 joystick=1
#
#*****************************************************************************
#    module : es1371.o           Creative Ensoniq 1371 Chipsatz (--> PCI64/128)
#
#                                Supported cards :
#
#                                Creative Labs PCI64/128
#
#    Documentation available at /usr/src/linux/Documentation/sound/es1371 and
#    /usr/src/linux/drivers/sound/es1371.c .
#
# alias char-major-14  es1371
# options es1371 joystick=0x200
#
#*****************************************************************************
#    module : mad16.o            MAD16
#
#    Possible configuration :
#
# alias char-major-14 mad16
# options sb mad16=1
# options mad16 io=0x530 irq=7 dma=0 dma16=1
#
#*****************************************************************************
#    module : sb.o               Soundblaster 16, SB Pro + Clones
#                                Also needed for AWE32/64
#
#    Dcoumentation available in /usr/src/linux/Documentation/sound/Soundblaster
#    and in /usr/src/linux/drivers/sound/sb.c .
#
#    Possible configuration :
#
# alias char-major-14 sb
# post-install sb /sbin/modprobe "-k" "adlib_card"
# options sb io=0x220 irq=7 dma=1 dma16=5 mpu_io=0x330
# options adlib_card io=0x388
#
#*****************************************************************************
#    module : trix.o             MediaTrix AudioTrix Pro
#
# alias char-major-14 trix
# pre-install trix modprobe "-k"
#
#*****************************************************************************
#    module : wavefront.o        Turtle Beach Maui, Tropez, Tropez Plus
#
#    Comment from /usr/src/linux/Documentation/sound/Wavefront :
#    (please read that file !)
#    "the wavefront options "io" and "irq" ***MUST*** match the "synthio"
#     and "synthirq" cs4232 options."
#
#    Possible configuration :
#
# alias char-major-14 wavefront
# alias synth0 wavefront
# alias mixer0 cs4232
# alias audio0 cs4232
# pre-install wavefront modprobe "-k" "cs4232"
# post-install wavefront modprobe "-k" "opl3"
# options wavefront io=0x200 irq=9
# options cs4232 synthirq=9 synthio=0x200 io=0x530 irq=5 dma=1 dma2=0
# options opl3 io=0x388
#
#*****************************************************************************

#*****************************************************************************
# Example configs for ALSA
# You don't need to run isapnp with ALSA, it has full PnP support.
# See /usr/share/doc/packages/alsa/README.SuSE
#*****************************************************************************
#
# ALSA native device support and OSS emulation support. Uncomment these
# lines to enable ALSA:
#
# alias char-major-14      soundcore
# alias char-major-116     snd
# alias sound-slot-0       snd-card-0
# alias sound-service-0-0  snd-mixer-oss
# alias sound-service-0-1  snd-seq-oss
# alias sound-service-0-3  snd-pcm-oss
# alias sound-service-0-8  snd-seq-oss
# alias sound-service-0-12 snd-pcm-oss
#
# Uncomment this line too, you can setup your ALSA device permissions here:
#
# options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0666 snd_device_gid=17 snd_device_uid=0
#
# ALSA Card examples:
#
#     Creative SB16 PnP (ALSA will do isapnp itself per default):
#
# alias snd-card-0 snd-card-sb16
# options snd-card-sb16 snd_index=0
#
#     Creative SB Live! (ALSA will find it with the kernel's PCI support):
#
# alias snd-card-0 snd-card-emu10k1
# options snd-card-emu10k1 snd_index=0
#
# An other Example: IBM ThinkPad 600E with an CS423x emulated by an CS4610/11
# In this case, the native PCI Sound is expected to not work, but some chips
# like the CS4610/11 have a very good emulation for older ISA non-PNP cards
# like the CS423x family. The CS4610/11 e.g. has an good emulation of the
# CS4231/2 cards and the CS4239 card, the snd-card-cs4236 e.g. supports the
# CS4239 emulation of the CS4610/11 in the IBM ThinkPad 600E:
#
# alias snd-card-0         snd-card-cs4236
# options snd-card-cs4236 snd_index=0 snd_port=0x530 snd_cport=0x538 snd_irq=5 snd_dma1=1 snd_dma2=0 snd_isapnp=0
#
# You MUST suppy all required snd_port, snd_irq and snd_dma parameter AND
# the snd_isapnp=0 option to the snd-card if the card is not shown by pnpdump,
# otherwise the ALSA driver will try to do PnP and will not find your card.
#
# This is an example of an post-install you may want use:
#
# post-install snd amixer set Master 100% unmute;amixer set PCM 100% unmute; amixer set Aux,1 100% unmute
# (Aux,1 is the CDROM line-in in this ThinkPad 600E)
#
# For more info about the powerful amixer look into "man amixer".
#
# This will open your mixer channels in case you did not store a mixer setup
# for your card in /etc/asound.conf and you will have a default configuration.
# To test your new setup, do:
#
# depmod -a
# rcalsasound restart
#
# If the modules were loaded, you can check them with lsmod.
#
# Open and unmute the mixer channels, e.g. with alsamixer, gamix or your
# OSS mixer (alsamixer: unmute the Master and PCM channels with ",." and
# raise them with the up/down-arrow keys, man alsamixer explains all the keys)
#
# To play a sound sample run:
#
# aplay /usr/share/sounds/alsa/whistle.au
#
# For a list of supported soundcards look into
# /usr/share/doc/packages/alsa/cards.txt
# and browse the other files there and www.alsa-project.org
# for more information.
#*****************************************************************************

########################################################################
# Options; these are examples; uncommented and modify the lines you need
########################################################################

# options cdu31a         cdu31a_port=0x340 cdu31a_irq=0
# options sbpcd          sbpcd=0x230,1
# options aztcd          aztcd=0x320
# options cm206          cm206=0x340,11
# options gscd           gscd=0x340
# options mcd            mcd=0x300,11
# options mcdx           mcdx=0x300,11
# options optcd          optcd=0x340
# options sjcd           sjcd_base=0x340
# options sonycd535      sonycd535=0x340
# options isp16          isp16_cdrom_base=0x340 isp16_cdrom_irq=0 isp16_cdrom_dma=0 isp16_cdrom_type=Sanyo

# options ne             io=0x300 irq=5

# Use this if you have two cards:
# options ne             io=0x300,0x320 irq=5,7

# options tulip          options=0
# options 3c59x          options=0
# options 3c501          io=0x280 irq=5
# options 3c503          io=0x280 irq=5 xcvr=0
# options 3c505          io=0x300 irq=10
# options 3c507          io=0x300 irq=10
# options 3c509          irq=10
# options at1700         io=0x260 irq=10
# options smc-ultra      io=0x200 irq=10
# options wd             io=0x300 irq=10
# options smc9194        io=0x200 irq=10 ifport=0
# options e2100          io=0x300 irq=10 mem=0xd0000 xcvr=0
# options depca          io=0x200 irq=7
# options ewrk3          io=0x300 irq=10
# options eexpress       io=0x300 irq=10
# options hp-plus        io=0x300 irq=10
# options hp             io=0x300 irq=10
# options hp100          hp100_port=0x380
# options apricot        io=0x300 irq=10
# options ac3200         io=0x300 irq=10 mem=0xd0000
# options de620          io=0x378 irq=7 bnc=1
# options ibmtr          io=0xa20
# options arcnet         io=0x300 irq=10 shmem=0xd0000
# options plip           io=0x378 irq=7
# options eepro          io=0x260 irq=10 mem=0x6000
# options eth16i         io=0x2a0 irq=10
# options fmv18x         io=0x220 irq=10
# options ni52           io=0x360 irq=9 memstart=0xd0000 memend=0xd4000
# options bttv    pll=1 radio=0 card=0
# options tuner   type=0
# options msp3400 once=1 simple=1

# post-install bttv /sbin/modprobe "-k" tuner; #                   /sbin/modprobe "-k" msp3400

options dummy0 -o dummy0
options dummy1 -o dummy1

# cipe section
alias cipcb0 cipcb
alias cipcb1 cipcb

options cipcb cipe_debug=0 cipe_maxdev=2

# block dev aliases
alias block-major-1 rd
alias block-major-2 floppy
alias block-major-3 off
alias block-major-7 loop
alias block-major-8 sd_mod
alias block-major-11 sr_mod
alias block-major-13 xd
alias block-major-15 cdu31a
alias block-major-16 gscd
alias block-major-17 optcd
alias block-major-18 sjcd
alias block-major-20 mcdx
alias block-major-22 off
alias block-major-23 mcd
alias block-major-24 sonycd535
alias block-major-25 sbpcd
alias block-major-26 sbpcd
alias block-major-27 sbpcd
alias block-major-28 sbpcd
alias block-major-29 aztcd
alias block-major-32 cm206
alias block-major-33 off
alias block-major-34 off
# network block device
alias block-major-43 off
alias block-major-45 pd
alias block-major-46 pcd
alias block-major-47 pf

alias char-major-6 lp
alias char-major-9 st
alias char-major-10-130 softdog
alias char-major-10-135 off
alias char-major-10-175 agpgart
alias char-major-10-181 toshiba
alias char-major-10-240 agpgarti810
alias char-major-15 off
alias char-major-19 cyclades
alias char-major-20 cyclades
alias char-major-21 sg
alias char-major-27 ftape
# fb
alias char-major-29 off
alias char-major-30 iBCS
alias char-major-36 netlink_dev
# alias char-major-43       hisax
# alias char-major-44       hisax
# alias char-major-45       hisax
alias char-major-43 off
alias char-major-44 off
alias char-major-45 off
alias char-major-48 riscom8
alias char-major-49 riscom8
alias char-major-67 coda
alias char-major-75 specialix
alias char-major-76 specialix
alias char-major-81 bttv

alias char-major-83 vtx
options vtx quiet=1

alias char-major-89 i2c-dev
alias char-major-96 pt
alias char-major-97 pg
alias char-major-107 3dfx
alias char-major-109 lvm-mod

# ppp over ethernet
# the kernel 2.2 uses pppox
# the kernel 2.4 uses pppoe
if `kernelversion` == "2.2"
alias char-major-144      pppox
post-install pppox insmod mssclampfw
pre-remove   pppox rmmod  mssclampfw
else
alias char-major-108      ppp_async
alias char-major-144      pppoe
alias net-pf-24           pppoe
endif

# IrDA
alias char-major-161 ircomm-tty

# USB
alias char-major-166 acm

# Moxa Multiport Serial Boards
alias char-major-172 moxa
alias char-major-173 moxa

# options moxa type=2,,, baseaddr=0xdc000,,, numports=8,,,
alias char-major-174 mxser
alias char-major-175 mxser
# options mxser ioaddr=0x180

#alias char-major-180	  usbcore
alias char-major-195 NVdriver
alias char-major-206 osst
alias char-major-240 usb-serial

alias binfmt-332 iBCS
alias binfmt-518 iBCS
alias binfmt-002c iBCS

alias binfmt-204 binfmt_aout
alias binfmt-263 binfmt_aout
alias binfmt-264 binfmt_aout
alias binfmt-267 binfmt_aout
alias binfmt-0064 binfmt_aout
alias binfmt-0008 binfmt_aout

alias iso9660 isofs
alias tty-ldisc-1 slip
alias tty-ldisc-5 mkiss

# alias tty-ldisc-7       6pack
alias tty-ldisc-7 off

# IrDA
alias tty-ldisc-11 irtty

# alias ax0               mkiss
alias ax0 off
# alias sp0               6pack
alias sp0 off
alias slip0 slip
alias sl0 slip
alias slip1 slip
alias sl1 slip

# the kernel 2.2 uses ppp.o as ppp driver,
# the kernel 2.4 uses ppp_generic.o
if `kernelversion` == "2.2"
alias ppp0                ppp
alias ppp1                ppp
alias tty-ldisc-3         ppp
else
alias ppp0                ppp_generic
alias ppp1                ppp_generic
alias tty-ldisc-3         ppp_async
endif

alias plip0 plip
alias plip1 plip

alias ppp-compress-18 ppp_mppe
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate

alias net-pf-1 unix
alias net-pf-3 ax25
# alias net-pf-3            off
alias net-pf-4 ipx
# alias net-pf-4            off
alias net-pf-5 appletalk
# alias net-pf-5            off
alias net-pf-6 netrom
# alias net-pf-6            off
alias net-pf-10 ipv6
# alias net-pf-10           off
alias net-pf-11 rose
# alias net-pf-11           off
alias net-pf-17 af_packet

alias tap0 ethertap
alias tap1 ethertap
alias tap2 ethertap
alias tap3 ethertap
alias tap4 ethertap
alias tap5 ethertap
alias tap6 ethertap
alias tap7 ethertap
alias tap8 ethertap
alias tap9 ethertap
alias tap10 ethertap
alias tap11 ethertap
alias tap12 ethertap
alias tap13 ethertap
alias tap14 ethertap
alias tap15 ethertap

pre-install mga modprobe "-k" "agpgart"
pre-install r128 modprobe "-k" "agpgart"
options agpgart agp_try_unsupported=1

# don't try to reset isa-pnp cards on startup
options isa-pnp isapnp_reset=0

# end of common part for modules.conf
# begin of i386 part for modules.conf

alias char-major-4 serial
alias char-major-5 serial

alias parport_lowlevel parport_pc
# options parport_pc io=0x378 irq=none,none
# If you have multiple parallel ports, specify them this way:
# options parport_pc io=0x378,0x278  irq=none,none

# Linux ACP modem (Mwave)
alias char-major-10-219 mwavedd
# options mwavedd dspirq=10 dspio=0x130 uartirq=3 uartio=0x2f8

# IBM thinkpad tpctl
# see /usr/share/doc/packages/tpctl/
alias char-major-10-170 thinkpad
# options thinkpad enable_smapi=0

# end of i386 part for modules.conf
# Added by YaST2, do not change
alias usb-hostadapter usb-uhci
# End of YaST2 additions





  

#
# YaST2: sound cards support
#
alias char-major-116 snd
options snd snd_cards_limit=1 snd_major=116
alias snd-card-0 snd-card-ens1371
options snd-card-ens1371 snd_id=card1 snd_index=0

#
# YaST2: sound system dependent part
#
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-11 snd-mixer-oss
alias sound-service-0-12 snd-pcm-oss
boot	= /dev/hda
vga	= 771
read-only
menu-scheme = Wg:kw:Wg:Wg
lba32
prompt
timeout	= 80
message	= /boot/message

  image  = /boot/vmlinuz
  label  = linux
  root   = /dev/hda7
  initrd = /boot/initrd
  append =" hdc=ide-scsi"
  read-only  

  image  = /boot/vmlinuz.suse
  label  = suse
  root   = /dev/hda7
  initrd = /boot/initrd.suse
  optional
  
  image  = /vmlinuz  
  label  = linux-2.4.10
  root   = /dev/hda7
  initrd = /boot/initrd
 
  
  
  
  
  
 

  other  = /dev/hda1
  label  = windows

  image  = /boot/memtest.bin
  label  = memtest86

/dev/hda7	/	reiserfs	defaults 1 1
/dev/cdrom	/media/cdrom	auto	ro,noauto,user,exec 0 0
/dev/hda5	/data1	auto	noauto,user 0 0
devpts	/dev/pts	devpts	defaults 0 0
/dev/dvd	/media/dvd	auto	ro,noauto,user,exec 0 0
/dev/fd0	/media/floppy	auto	noauto,user,sync 0 0
proc	/proc	proc	defaults 0 0
/dev/hda1	/windows/C	vfat	noauto,user 0 0
/dev/hdb1	/windows/D	vfat	noauto,user 0 0
/dev/hda6	swap	swap	pri=42 0 0
/dev/hdc	/media/plexw     auto    ro,iso9960,nosuid,noauto,exec,user,nodev  0 0

---------------------------------------------------------------------
Aide sur la liste: <URL:mailto:linux-31-help@CULTe.org>Le CULTe sur le web: <URL:http://www.CULTe.org/>