OVH Cloud OVH Cloud

udev et cdsymlink

9 réponses
Avatar
Shubbaka
Bonjour, depuis quelque temps (je reboote pas souvent alors j'avais pas
vu avant) udev a la facheuse manie de faire des liens cdrom et dvd vers
mon graveur et non pas le lecteur. Ce qui a pour effet de planter le
lecteur de CD audio de gnome... qui bien sur ne trouve pas de disque.
J'ai été voir dans /etc/udev/cd-aliases.rules mais la syntaxe m'est un
peu hermétique. Va falloir que je m'y mette. En attendant et pour éviter
de refaire les liens à chaque démarrage si une bonne ame pouvait
m'éclairer sur ce qu'il faut changer.
Précision je suis en Sid kernel 2.6.12-k7 et sans l'émulation scsi
caduque pour ce noyau. Les logiciels qui cherchent /dev/hdc n'ont pas de
pb eux.
Merci, si nécessaire je posterai les fichiers de conf de udev.
Bonne soirée à tou-te-s.
Fabien


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

9 réponses

Avatar
BARBIER Jean-Matthieu
--=-H7aPLfuQytnOQq0SVXEV
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Le mardi 06 septembre 2005 à 18:52 +0200, Shubbaka a écrit :
Bonjour, depuis quelque temps (je reboote pas souvent alors j'avais pas
vu avant) udev a la facheuse manie de faire des liens cdrom et dvd vers
mon graveur et non pas le lecteur. Ce qui a pour effet de planter le
lecteur de CD audio de gnome... qui bien sur ne trouve pas de disque.
J'ai été voir dans /etc/udev/cd-aliases.rules mais la syntaxe m'est u n
peu hermétique. Va falloir que je m'y mette. En attendant et pour évi ter
de refaire les liens à chaque démarrage si une bonne ame pouvait
m'éclairer sur ce qu'il faut changer.



J'ai essayé de m'y mettre, et j'ai laissé tomber... manque de temps.

Sauf que moi, c'est pas exactement le même problème, mais ça a l'air
relaté... depuis le passage en 2.6.12-1-amd64-k8, la nouvelle version de
udev (ou un autre coupable) m'a supprimé mon /dev/hda (lecteur cdrom)
et /dev/hdb (graveur), pour remplacer ça par un /dev/scd0
et /dev/scd1....

J'ai un dmesg qui me dit bien que
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
hda: ATAPI DVD-ROM 16XMax, ATAPI CD/DVD-ROM drive
hdb: PHILIPS CDRW1610A, ATAPI CD/DVD-ROM drive

et quand je vire temporairement udev, j'ai bien mes /dev/hd[ab]...

J'ai navigué dans les /etc/udev/rules.d mais pas trouvé...



Précision je suis en Sid kernel 2.6.12-k7 et sans l'émulation scsi
caduque pour ce noyau. Les logiciels qui cherchent /dev/hdc n'ont pas de
pb eux.



J'ai encore dans ce noyau un module ide_scsi, qui ne vient pas de moi...
pourtant je l'ai blacklisté dans hotplug, et je l'ai pas
dans /etc/modules, mais il revient...
ide_scsi 18180 0
ide_core 145272 5
ide_generic,ide_disk,ide_cd,amd74xx,ide_scsi
scsi_mod 152024 5 sg,ide_scsi,sr_mod,sd_mod,libata

et si je le vire à la main, c'est kernel oops en pagaille... mystères.. .

Merci, si nécessaire je posterai les fichiers de conf de udev.
Bonne soirée à tou-te-s.
Fabien




Y a t'il un udev-expert dans la salle ?.?.?

Bonne nuit !

--=-H7aPLfuQytnOQq0SVXEV
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQBDHgY1+cj6VhfIEVgRAvZoAKCipYCWbkTJhBiR3ig8MQrCCtRjkQCffA8l
z7hnTQL49OJp5BbOWhW5TXQ =o6Nr
-----END PGP SIGNATURE-----

--=-H7aPLfuQytnOQq0SVXEV--


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
NaiosKAE{FR}
commence par :

:~$ udevinfo -a -p `udevinfo -q path -n /dev/hdd`

udevinfo starts with the device the node belongs to and then walks up the
device chain, to print for every device found, all possibly useful
attributes
in the udev key format.
Only attributes within one device section may be used together in one rule,
to match the device for which the node will be created.

device '/sys/block/hdd' has major:minor 22:64
looking at class device '/sys/block/hdd':
SUBSYSTEM="block"
SYSFS{dev}="22:64"
SYSFS{range}="1"
SYSFS{removable}="1"
SYSFS{size}="8388604"
SYSFS{stat}=" 7254 277998 1141008 1592521 0 0
0 0 0 851413 1592521"

follow the class device's "device"
couldn't open device directory


ensuite trouves la chaine qui identifie de façon unique ton périphérique

soit tu modifies dans /etc/udev/rules.d/cd-aliases.rules mais j'ai peur
des conséquences

# These rules create the /dev/{cdrom,dvd,...} symlinks. Also see the
# /etc/udev/cdsymlinks.conf config file.
#
# If you would like to statically configure the aliases instead, you can
# use rules like:
# BUS="ide", ID="1.0", SYMLINK="cdrom"

BUS="scsi", KERNEL="sr[0-9]*",
PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k",
SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}"
BUS="ide", KERNEL="hd[a-z]", SYSFS{removable}="1",
PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k",
SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}"
BUS="ide", KERNEL="pcd[0-9]*", SYSFS{removable}="1",
PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k",
SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}"


soit tu te créées une règle spécifique dans
/etc/udev/rules.d/local.rules avec la syntaxe suivante:

BUS="ide", KERNEL="hd[a-z]", SYSFS{dev}="22:64" , NAME="%k",
SYMLINK="KEY"

--
Erwann PENCREACH

BF>la question qui fâche, c'est le montage vidéo sous Linusque.
man mount.
-+- VB in GFA: Sexe, montage et vidéo. -+-


--
Pensez
Avatar
NaiosKAE{FR}
NaiosKAE{FR} a écrit :
commence par :

:~$ udevinfo -a -p `udevinfo -q path -n /dev/hdd`

udevinfo starts with the device the node belongs to and then walks up the
device chain, to print for every device found, all possibly useful
attributes
in the udev key format.
Only attributes within one device section may be used together in one rule,
to match the device for which the node will be created.

device '/sys/block/hdd' has major:minor 22:64
looking at class device '/sys/block/hdd':
SUBSYSTEM="block"
SYSFS{dev}="22:64"
SYSFS{range}="1"
SYSFS{removable}="1"
SYSFS{size}="8388604"
SYSFS{stat}=" 7254 277998 1141008 1592521 0 0
0 0 0 851413 1592521"

follow the class device's "device"
couldn't open device directory


ensuite trouves la chaine qui identifie de façon unique ton périphérique

soit tu modifies dans /etc/udev/rules.d/cd-aliases.rules mais j'ai peur
des conséquences

# These rules create the /dev/{cdrom,dvd,...} symlinks. Also see the
# /etc/udev/cdsymlinks.conf config file.
#
# If you would like to statically configure the aliases instead, you can
# use rules like:
# BUS="ide", ID="1.0", SYMLINK="cdrom"

BUS="scsi", KERNEL="sr[0-9]*",
PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k",
SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}"
BUS="ide", KERNEL="hd[a-z]", SYSFS{removable}="1",
PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k",
SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}"
BUS="ide", KERNEL="pcd[0-9]*", SYSFS{removable}="1",
PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k",
SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}"


soit tu te créées une règle spécifique dans
/etc/udev/rules.d/local.rules avec la syntaxe suivante:

BUS="ide", KERNEL="hd[a-z]", SYSFS{dev}="22:64" , NAME="%k",
SYMLINK="KEY"




petite correction dans le cas de cdrom :
BUS="ide", KERNEL="hd[a-z]", SYSFS{dev}="22:64" , NAME="%k",
SYMLINK="cdrom"

et dans /etc/udev/cdsymlinks.conf
passes la variable NUMBERED_LINKS à 1 (enleve le commentaire) (autrement
/dev/cdrom sera dejà utilisé ;))
--
Erwann PENCREACH

BF>la question qui fâche, c'est le montage vidéo sous Linusque.
man mount.
-+- VB in GFA: Sexe, montage et vidéo. -+-


--
Pensez
Avatar
Shubbaka
NaiosKAE{FR} a écrit :
commence par :

:~$ udevinfo -a -p `udevinfo -q path -n /dev/hdd`





Ca coince déja ici :
:~$ udevinfo -a -p `udevinfo -q path -n /dev/hdc`
udevinfo: option requires an argument -- p
Usage: udevinfo [-anpqrVh]
Aie, aie, aie.
Vraiment udev chez moi c'est pire que le mulet !
Fabien
PS : pis j'ai un peu peur de tout kc, lors de la transition 2.4 > 2.6
udev m'a bien plombé.


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
BARBIER Jean-Matthieu
--=-NxES8tPYyriSKwX5arcl
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Le mardi 06 septembre 2005 à 23:36 +0200, NaiosKAE{FR} a écrit :
commence par :

:~$ udevinfo -a -p `udevinfo -q path -n /dev/hdd`



C'est peut-être déjà là qu'il y a un problème... :

:~$ udevinfo -q path -n /dev/hdd
device not found in database

Et d'ailleurs aussi
:~$ ls /sys/block/hd*
ls: /sys/block/hd*: Aucun fichier ou répertoire de ce type

Alors que

:~$ dmesg | grep 'hd'
testing NMI watchdog ... OK.
SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
SCSI device sdb: 320173056 512-byte hdwr sectors (163929 MB)
SCSI device sdb: 320173056 512-byte hdwr sectors (163929 MB)
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
hda: ATAPI DVD-ROM 16XMax, ATAPI CD/DVD-ROM drive
hdb: PHILIPS CDRW1610A, ATAPI CD/DVD-ROM drive
ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdX
as device

donc hda et hdb sont bien reconnus par le noyo ?.?. et puis, dans les
infos encore :
:~$ sudo hdparm /dev/.static/dev/hda

/dev/.static/dev/hda:
IO_support = 1 (32-bit)
unmaskirq = 1 (on)
using_dma = 1 (on)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 256 (on)
HDIO_GETGEO failed: Invalid argument

donc il est là ?....?.

Là chuis largué...

Merci pour le coup de main...

JMB

--=-NxES8tPYyriSKwX5arcl
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQBDHhTn+cj6VhfIEVgRAsZAAJ4/0YG9A7WbagB4DlX1krnOYtUviACgkwc2
pzAdpqc+bBLceZSHBz/uOv8 =PWAT
-----END PGP SIGNATURE-----

--=-NxES8tPYyriSKwX5arcl--


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Jean-Luc Coulon (f5ibh)
--=-DI60YtaKzL4oDqBHmW/m
Content-Type: text/plain; charset=iso-8859-1; DelSp=Yes; Format=Flowed
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Le 07.09.2005 00:15:03, BARBIER Jean-Matthieu a écrit :
Le mardi 06 septembre 2005 à 23:36 +0200, NaiosKAE{FR} a écrit :
> commence par :
>
> :~$ udevinfo -a -p `udevinfo -q path -n /dev/hdd`

C'est peut-être déjà là qu'il y a un problème... :

:~$ udevinfo -q path -n /dev/hdd
device not found in database

Et d'ailleurs aussi
:~$ ls /sys/block/hd*
ls: /sys/block/hd*: Aucun fichier ou répertoire de ce type

Alors que

:~$ dmesg | grep 'hd'
testing NMI watchdog ... OK.
SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
SCSI device sdb: 320173056 512-byte hdwr sectors (163929 MB)
SCSI device sdb: 320173056 512-byte hdwr sectors (163929 MB)
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
hda: ATAPI DVD-ROM 16XMax, ATAPI CD/DVD-ROM drive
hdb: PHILIPS CDRW1610A, ATAPI CD/DVD-ROM drive
ide-scsi is deprecated for cd burning! Use ide-cd and give
dev=/dev/hdX
as device

donc hda et hdb sont bien reconnus par le noyo ?.?. et puis, dans les
infos encore :
:~$ sudo hdparm /dev/.static/dev/hda

/dev/.static/dev/hda:
IO_support = 1 (32-bit)
unmaskirq = 1 (on)
using_dma = 1 (on)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 256 (on)
HDIO_GETGEO failed: Invalid argument

donc il est là ?....?.

Là chuis largué...

Merci pour le coup de main...



Est-ce que vous avez ide-generic et ide-cd de chargé au démarage (dans
/etc/modules). Et, éventuellement, dnas un initrd ?

JMB




--=-DI60YtaKzL4oDqBHmW/m
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQBDHoWwXit3lz9m7V4RAsnxAKCws8IO8p5y9OrJaYyg5Si1jGbUiQCfYq6o
yt5rMhJxtSyskArSm89UkeM ¼HJ
-----END PGP SIGNATURE-----

--=-DI60YtaKzL4oDqBHmW/m--



--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
BARBIER Jean-Matthieu
--=-pj7nUiyD3N52Cdv9Zm+V
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

J'ai viré sr_mod dans /etc/modules,je l'ai blacklisté dans hotplug
trouve encore le moyen d'être présent... et toujours pas
de /dev/hdx ?.?.?...

Comment un module qu'on ne VEUT pas, qui n'est utilisé par aucun autre
module, qu'on blackliste de partout, peut-il être là quand même... j' ai
l'impression de me retrouver sous Windows... à moins que ce soit sa
présence dans les aliases ???

:~$ sudo grep -R sr_mod /etc/*
/etc/hotplug/scsi.agent: 4) TYPE=worm ;
MODULES=sr_mod ;;
/etc/hotplug/scsi.agent: 5) TYPEÍrom ; MODULES="sr_mod
sg" ;;
/etc/hotplug/blacklist:sr_mod
/etc/modprobe.d/aliases:alias block-major-11 sr_mod
/etc/modules:#sr_mod
:~$


même problème avec ide_scsi...

Pour la lecture, un ptit lsmod et un dmesg en dessous :-)

Encore merci !

:~$ lsmod
Module Size Used by
radeon 79040 1
drm 71720 2 radeon
binfmt_misc 13072 1
nfsd 253536 2
exportfs 6400 1 nfsd
lockd 69040 2 nfsd
sunrpc 153576 12 nfsd,lockd
ipt_MASQUERADE 3904 1
ipt_state 2368 3
iptable_nat 25816 2 ipt_MASQUERADE
ip_conntrack 49172 3 ipt_MASQUERADE,ipt_state,iptable_nat
iptable_filter 3584 1
ip_tables 20992 4
ipt_MASQUERADE,ipt_state,iptable_nat,iptable_filter
af_packet 23948 4
lp 13952 0
autofs4 20872 0
md5 4800 1
ipv6 268896 23
tsdev 9152 0
parport_pc 38704 1
parport 40588 2 lp,parport_pc
rt2500 198568 1
8139cp 22144 0
shpchp 96488 0
pci_hotplug 12484 1 shpchp
snd_intel8x0 35968 1
snd_ac97_codec 89028 1 snd_intel8x0
snd_pcm 100108 2 snd_intel8x0,snd_ac97_codec
snd_timer 25608 1 snd_pcm
snd 60416 6
snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc 11272 2 snd_intel8x0,snd_pcm
usblp 14400 0
usbhid 36832 0
ehci_hcd 34568 0
ohci_hcd 21636 0
i810_audio 37656 0
ac97_codec 21976 1 i810_audio
soundcore 11232 2 snd,i810_audio
8139too 27776 0
mii 6400 2 8139cp,8139too
forcedeth 20288 0
quota_v2 9856 1
ext2 69648 1
evdev 11136 0
raid1 17024 2
md 45944 3 raid1
w83627hf 34216 0
eeprom 8848 0
i2c_sensor 3840 2 w83627hf,eeprom
i2c_isa 2752 0
i2c_nforce2 8128 0
i2c_core 24408 5
w83627hf,eeprom,i2c_sensor,i2c_isa,i2c_nforce2
psmouse 29572 0
ide_generic 1664 0 [permanent]
ide_disk 18112 0
ide_cd 43616 0
amd74xx 15280 0 [permanent]
ext3 138576 7
jbd 58992 1 ext3
mbcache 10888 2 ext2,ext3
ide_scsi 18180 0
ide_core 145272 5
ide_generic,ide_disk,ide_cd,amd74xx,ide_scsi
sr_mod 18532 0
cdrom 39608 2 ide_cd,sr_mod
sd_mod 19672 13
sata_nv 10500 11
libata 50120 1 sata_nv
scsi_mod 152024 4 ide_scsi,sr_mod,sd_mod,libata
unix 31032 867
fbcon 39040 0
tileblit 2880 1 fbcon
font 9024 1 fbcon
bitblit 6208 1 fbcon
vesafb 9320 0
cfbcopyarea 4224 1 vesafb
cfbimgblt 3200 1 vesafb
cfbfillrect 4864 1 vesafb
softcursor 2880 1 vesafb






:~$ dmesg
Bootdata ok (command line is root=/dev/sda1 ro )
Linux version 2.6.12-1-amd64-k8 () (gcc
version 4.0.2 20050806 (prerelease) (Debian 4.0.1-4)) #1 Thu Aug 18
03:05:27 CEST 2005
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
BIOS-e820: 00000000fefffc00 - 00000000ff000000 (reserved)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
ACPI: RSDP (v000 Nvidia ) @
0x00000000000f7190
ACPI: RSDT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @
0x000000003fff3000
ACPI: FADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @
0x000000003fff3040
ACPI: MADT (v001 Nvidia AWRDACPI 0x42302e31 AWRD 0x00000000) @
0x000000003fff7a00
ACPI: DSDT (v001 NVIDIA AWRDACPI 0x00001000 MSFT 0x0100000e) @
0x0000000000000000
On node 0 totalpages: 262128
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 258032 pages, LIFO batch:31
HighMem zone: 0 pages, LIFO batch:1
Nvidia board detected. Ignoring ACPI timer override.
ACPI: PM-Timer IO Port: 0x4008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 15:12 APIC version 16
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: BIOS IRQ0 pin2 override ignored.
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
ACPI: IRQ9 used by override.
ACPI: IRQ14 used by override.
ACPI: IRQ15 used by override.
Setting APIC routing to flat
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 40000000 (gap: 40000000:bec00000)
Checking aperture...
CPU 0: aperture @ e0000000 size 128 MB
Built 1 zonelists
Kernel command line: root=/dev/sda1 ro
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 131072 bytes)
time.c: Using 3.579545 MHz PM timer.
time.c: Detected 2009.174 MHz processor.
time.c: Using PIT/TSC based timekeeping.
Console: colour VGA+ 80x25
Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
Memory: 1025328k/1048512k available (1815k kernel code, 22464k reserved,
1008k data, 148k init)
Calibrating delay loop... 3981.31 BogoMIPS (lpj90656)
Security Framework v1.0.0 initialized
SELinux: Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 256
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU: AMD Athlon(tm) 64 Processor 3000+ stepping 00
Using local APIC timer interrupts.
Detected 12.557 MHz APIC timer.
testing NMI watchdog ... OK.
checking if image is initramfs...it isn't (bad gzip magic numbers);
looks like an initrd
NET: Registered protocol family 16
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20050309
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
Boot video device is 0000:01:00.0
ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [_SB_.PCI0.HUB0._PRT]
ACPI: Power Resource [ISAV] (on)
ACPI: PCI Interrupt Routing Table [_SB_.PCI0.AGPB._PRT]
ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 7 10 11 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNK4] (IRQs *3 4 5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 10 11 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 10 11 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 10 11 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 10 11 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LFID] (IRQs 3 4 5 6 7 10 11 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
ACPI: PCI Interrupt Link [APC2] (IRQs *17), disabled.
ACPI: PCI Interrupt Link [APC3] (IRQs *18), disabled.
ACPI: PCI Interrupt Link [APC4] (IRQs *19), disabled.
ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0, disabled.
ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0, disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 11 devices
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a
report
TC classifier action (bugs to cc )
agpgart: Detected AGP bridge 0
agpgart: Setting up Nforce3 AGP.
agpgart: AGP aperture is 128M @ 0xe0000000
PCI-DMA: Disabling IOMMU.
pnp: the driver 'system' has been registered
pnp: match found with the PnP device '00:00' and the driver 'system'
pnp: 00:00: ioport range 0x4000-0x407f could not be reserved
pnp: 00:00: ioport range 0x4080-0x40ff has been reserved
pnp: 00:00: ioport range 0x4400-0x447f has been reserved
pnp: 00:00: ioport range 0x4480-0x44ff could not be reserved
pnp: 00:00: ioport range 0x4800-0x487f has been reserved
pnp: 00:00: ioport range 0x4880-0x48ff has been reserved
pnp: match found with the PnP device '00:01' and the driver 'system'
pnp: match found with the PnP device '00:02' and the driver 'system'
IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $
audit: initializing netlink socket (disabled)
audit(1126123080.180:0): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
devfs: 2004-01-31 Richard Gooch ()
devfs: boot_options: 0x0
Initializing Cryptographic API
Linux agpgart interface v0.101 (c) Dave Jones
pnp: the driver 'i8042 kbd' has been registered
pnp: match found with the PnP device '00:0a' and the driver 'i8042 kbd'
pnp: the driver 'i8042 aux' has been registered
PNP: PS/2 controller doesn't have AUX irq; using default 0xc
PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 112
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing
enabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
pnp: the driver 'serial' has been registered
pnp: match found with the PnP device '00:08' and the driver 'serial'
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
mice: PS/2 mouse device common for all mice
NET: Registered protocol family 2
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
NET: Registered protocol family 8
NET: Registered protocol family 20
ACPI wakeup devices:
HUB0 HUB1 USB0 USB1 USB2 F139 MMAC MMCI UAR1
ACPI: (supports S0 S1 S4 S5)
RAMDISK: cramfs filesystem found at block 0
RAMDISK: Loading 1516KiB [1 disk] into ram disk... done.
VFS: Mounted root (cramfs filesystem) readonly.
input: AT Translated Set 2 keyboard on isa0060/serio0
Freeing unused kernel memory: 148k freed
NET: Registered protocol family 1
SCSI subsystem initialized
libata version 1.11 loaded.
sata_nv version 0.6
ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
ACPI: PCI Interrupt 0000:00:09.0[A] -> Link [APSI] -> GSI 23 (level,
high) -> IRQ 23
PCI: Setting latency timer of device 0000:00:09.0 to 64
ata1: SATA max UDMA/133 cmd 0x9E0 ctl 0xBE2 bmdma 0xD800 irq 23
ata2: SATA max UDMA/133 cmd 0x960 ctl 0xB62 bmdma 0xD808 irq 23
ata1: dev 0 cfg 49:2f00 82:346b 83:7f61 84:4003 85:3469 86:3c41 87:4003
88:407f
ata1: dev 0 ATA, max UDMA/133, 312581808 sectors: lba48
nv_sata: Primary device added
nv_sata: Primary device removed
nv_sata: Secondary device added
nv_sata: Secondary device removed
ata1: dev 0 configured for UDMA/133
scsi0 : sata_nv
ata2: dev 0 cfg 49:2f00 82:7c6b 83:7f09 84:4003 85:7c69 86:3e01 87:4003
88:407f
ata2: dev 0 ATA, max UDMA/133, 320173056 sectors: lba48
ata2: dev 0 configured for UDMA/133
scsi1 : sata_nv
Vendor: ATA Model: WDC WD1600JD-00H Rev: 08.0
Type: Direct-Access ANSI SCSI revision: 05
Vendor: ATA Model: Maxtor 6Y160M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
SCSI device sda: drive cache: write back
SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
SCSI device sda: drive cache: write back
/dev/scsi/host0/bus0/target0/lun0: p1 p2 < p5 p6 p7 p8 p9 p10 > p3
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sdb: 320173056 512-byte hdwr sectors (163929 MB)
SCSI device sdb: drive cache: write back
SCSI device sdb: 320173056 512-byte hdwr sectors (163929 MB)
SCSI device sdb: drive cache: write back
/dev/scsi/host1/bus0/target0/lun0: p1 p2 < p5 p6 >
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with
idebus=xx
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Adding 3004112k swap on /dev/sda7. Priority:-1 extents:1
EXT3 FS on sda1, internal journal
NFORCE3-250: IDE controller at PCI slot 0000:00:08.0
NFORCE3-250: chipset revision 162
NFORCE3-250: not 100% native mode: will probe irqs later
NFORCE3-250: 0000:00:08.0 (rev a2) UDMA133 controller
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
Probing IDE interface ide0...
hda: ATAPI DVD-ROM 16XMax, ATAPI CD/DVD-ROM drive
hdb: PHILIPS CDRW1610A, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdX
as device
scsi2 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: ATAPI Model: DVD-ROM 16XMax Rev: 1.50
Type: CD-ROM ANSI SCSI revision: 02
sr0: scsi3-mmc drive: 0x/40x cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
Attached scsi CD-ROM sr0 at scsi2, channel 0, id 0, lun 0
scsi3 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: PHILIPS Model: CDRW1610A Rev: 02B0
Type: CD-ROM ANSI SCSI revision: 02
sr1: scsi3-mmc drive: 8x/40x writer cd/rw xa/form2 cdda tray
Attached scsi CD-ROM sr1 at scsi3, channel 0, id 0, lun 0
Probing IDE interface ide1...
Probing IDE interface ide1...
Probing IDE interface ide2...
Probing IDE interface ide3...
sr0: Hmm, seems the drive doesn't support multisession CD's
sr1: Hmm, seems the drive doesn't support multisession CD's
Probing IDE interface ide4...
Probing IDE interface ide5...
i2c_adapter i2c-0: nForce2 SMBus adapter at 0x4c00
i2c_adapter i2c-1: nForce2 SMBus adapter at 0x4c40
w83627hf 2-0290: Reading VID from GPIO5
md: md driver 0.90.1 MAX_MD_DEVS%6, MD_SB_DISKS'
input: PS/2 Generic Mouse on isa0060/serio1
devfs_mk_dev: could not append to parent for md/0
md: md0 stopped.
md: bind<sdb1>
md: bind<sda3>
md: raid1 personality registered as nr 3
raid1: raid set md0 active with 2 out of 2 mirrors
devfs_mk_dev: could not append to parent for md/1
md: md1 stopped.
md: bind<sdb5>
md: bind<sda10>
raid1: raid set md1 active with 2 out of 2 mirrors
kjournald starting. Commit interval 5 seconds
EXT3 FS on sda9, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS on md1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS on sda8, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS on sda5, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS on sda6, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3-fs warning: maximal mount count reached, running e2fsck is
recommended
EXT3 FS on sdb6, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.32.
ACPI: PCI Interrupt Link [APCH] enabled at IRQ 22
ACPI: PCI Interrupt 0000:00:05.0[A] -> Link [APCH] -> GSI 22 (level,
high) -> IRQ 22
PCI: Setting latency timer of device 0000:00:05.0 to 64
eth0: forcedeth.c: subsystem: 01462:0300 bound to 0000:00:05.0
8139too Fast Ethernet driver 0.9.27
ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
ACPI: PCI Interrupt 0000:02:08.0[A] -> Link [APC3] -> GSI 18 (level,
low) -> IRQ 18
eth1: RealTek RTL8139 at 0xffffc20000022000, 00:50:fc:a3:0c:a2, IRQ 18
eth1: Identified 8139 chip type 'RTL-8100B/8139D'
Intel 810 + AC97 Audio, version 1.01, 03:20:49 Aug 18 2005
ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ACPI: PCI Interrupt Link [APCF] enabled at IRQ 21
ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 21 (level,
high) -> IRQ 21
PCI: Setting latency timer of device 0000:00:02.0 to 64
ohci_hcd 0000:00:02.0: nVidia Corporation CK8S USB Controller
ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:02.0: irq 21, io mem 0xeb003000
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
ACPI: PCI Interrupt Link [APCG] enabled at IRQ 20
ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [APCG] -> GSI 20 (level,
high) -> IRQ 20
PCI: Setting latency timer of device 0000:00:02.1 to 64
ohci_hcd 0000:00:02.1: nVidia Corporation CK8S USB Controller (#2)
ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:02.1: irq 20, io mem 0xeb004000
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 4 ports detected
usb 2-2: new low speed USB device using ohci_hcd and address 2
usb 2-4: new full speed USB device using ohci_hcd and address 3
ACPI: PCI Interrupt Link [APCL] enabled at IRQ 23
ACPI: PCI Interrupt 0000:00:02.2[C] -> Link [APCL] -> GSI 23 (level,
high) -> IRQ 23
PCI: Setting latency timer of device 0000:00:02.2 to 64
ehci_hcd 0000:00:02.2: nVidia Corporation nForce3 EHCI USB 2.0
Controller
ehci_hcd 0000:00:02.2: debug port 1
ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 3
ehci_hcd 0000:00:02.2: irq 23, io mem 0xeb005000
PCI: cache line size of 64 is not supported by device 0000:00:02.2
ehci_hcd 0000:00:02.2: USB 2.0 initialized, EHCI 1.00, driver 10 Dec
2004
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 8 ports detected
usb 2-2: USB disconnect, address 2
usb 2-2: new low speed USB device using ohci_hcd and address 4
usb 2-4: USB disconnect, address 3
usb 2-4: new full speed USB device using ohci_hcd and address 5
usbcore: registered new driver hiddev
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 5 if 0
alt 0 proto 2 vid 0x04B8 pid 0x0005
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on
usb-0000:00:02.1-2
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.01:USB HID core driver
ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 22
ACPI: PCI Interrupt 0000:00:06.0[A] -> Link [APCJ] -> GSI 22 (level,
high) -> IRQ 22
PCI: Setting latency timer of device 0000:00:06.0 to 64
intel8x0_measure_ac97_clock: measured 49615 usecs
intel8x0: clocking to 46850
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
ACPI: PCI Interrupt Link [APC4] enabled at IRQ 19
ACPI: PCI Interrupt 0000:02:09.0[A] -> Link [APC4] -> GSI 19 (level,
low) -> IRQ 19
rt2500 1.1.0 CVS 2005/07/10 http://rt2x00.serialmonkey.com
pnp: the driver 'parport_pc' has been registered
pnp: match found with the PnP device '00:09' and the driver 'parport_pc'
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
ts: Compaq touchscreen protocol output
eth1: link up, 100Mbps, full-duplex, lpa 0x45E1
NET: Registered protocol family 10
Disabled Privacy Extensions on device ffffffff8038e000(lo)
IPv6 over IPv4 tunneling driver
eth1: no IPv6 routers present
lp0: using parport0 (interrupt-driven).
eth0: no IPv6 routers present
ra0: no IPv6 routers present
NET: Registered protocol family 17
cdrom: This disc doesn't have any tracks I recognize!
cdrom: This disc doesn't have any tracks I recognize!
ip_tables: (C) 2000-2002 Netfilter core team
ip_conntrack version 2.1 (4095 buckets, 32760 max) - 336 bytes per
conntrack
scsi: unknown opcode 0x85
Installing knfsd (copyright (C) 1996 ).
[drm] Initialized drm 1.0.0 20040925
ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [APC1] -> GSI 16 (level,
low) -> IRQ 16
[drm] Initialized radeon 1.16.0 20050311 on minor 0: ATI Technologies
Inc RV280 [Radeon 9200 PRO]
agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 4x mode
[drm] Loading R200 Microcode


--=-pj7nUiyD3N52Cdv9Zm+V
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQBDHy8W+cj6VhfIEVgRAhlAAKCYELb15rc175wrrdqmqmced0gPrACfQb2k
dT39QZaEnIX2AOUtc68Lbz4 =Cu/k
-----END PGP SIGNATURE-----

--=-pj7nUiyD3N52Cdv9Zm+V--


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
NaiosKAE{FR}
BARBIER Jean-Matthieu a écrit :
J'ai viré sr_mod dans /etc/modules,je l'ai blacklisté dans hotplug
trouve encore le moyen d'être présent... et toujours pas
de /dev/hdx ?.?.?...

Comment un module qu'on ne VEUT pas, qui n'est utilisé par aucun autre
module, qu'on blackliste de partout, peut-il être là quand même... j'ai
l'impression de me retrouver sous Windows... à moins que ce soit sa
présence dans les aliases ???

:~$ sudo grep -R sr_mod /etc/*
/etc/hotplug/scsi.agent: 4) TYPE=worm ;
MODULES=sr_mod ;;
/etc/hotplug/scsi.agent: 5) TYPEÍrom ; MODULES="sr_mod
sg" ;;
/etc/hotplug/blacklist:sr_mod
/etc/modprobe.d/aliases:alias block-major-11 sr_mod
/etc/modules:#sr_mod
:~$


même problème avec ide_scsi...

Pour la lecture, un ptit lsmod et un dmesg en dessous :-)

Encore merci !



as tu essayé de le désinstallé à l'aide de modconf ?
ton lecteur de cdrom n'apparaitrait t'il pas en /dev/sra1 ?
peut etre que ton cdrom doit etre utilisé avec le module sr_mod tout
simplement...

--
Erwann PENCREACH

J'embrasse mon rival, mais c'est pour l'étouffer.
-+- Jean Racine, Britannicus -+-


--
Pensez
Avatar
BARBIER Jean-Matthieu
--=-T3qTEmFYeCaSRSNG6jqZ
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Le mercredi 07 septembre 2005 à 20:51 +0200, NaiosKAE{FR} a écrit :
BARBIER Jean-Matthieu a écrit :



as tu essayé de le désinstallé à l'aide de modconf ?
ton lecteur de cdrom n'apparaitrait t'il pas en /dev/sra1 ?
peut etre que ton cdrom doit etre utilisé avec le module sr_mod tout
simplement...




modconf ??? j'ai fait un rmmod sur ide_scsi (à priori non utilisé selon
lsmod) et j'obtiens une kirielle de kernel oops... je pense que je vais
laisser tomber... j'ai un autre graveur sur le portable, je m'en
servirai en attendant de me refaire un système propre avec une ptite
ubuntu... je n'ai plus le temps d'assumer une unstable :-(

merci quand même à tous...

JMB

--
Erwann PENCREACH

J'embrasse mon rival, mais c'est pour l'étouffer.
-+- Jean Racine, Britannicus -+-





--=-T3qTEmFYeCaSRSNG6jqZ
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQBDH4TN+cj6VhfIEVgRAoJCAJ9WuiHAafp1GV+wj5hS4UAPEsiPtgCeJQaB
5ORbGW+GnQZTy1VUMDTkDK4 =QuKE
-----END PGP SIGNATURE-----

--=-T3qTEmFYeCaSRSNG6jqZ--


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact