View previous topic :: View next topic |
Author |
Message |
ercete Guru
Joined: 11 Dec 2003 Posts: 426 Location: France, Avignon
|
Posted: Fri Oct 13, 2006 3:25 pm Post subject: [udev] udev ne voit qu'un seul lecteur |
|
|
Bonjour à tous,
voilà j'ai un petit problème avec udev et je cherche d'où ca peut venir :
J'ai deux lecteurs, ma distrib est gentooooooo
Code: | courgette ~ # dmesg |grep hd[abcd]
hda: PLEXTOR CD-R PX-W2410A, ATAPI CD/DVD-ROM drive
hdc: _NEC DVD_RW ND-3540A, ATAPI CD/DVD-ROM drive
hda: ATAPI 40X CD-ROM CD-R/RW drive, 4096kB Cache
hdc: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache
|
Par contre udev semble n'en trouver qu'un seul :
Code: | courgette dev # l cd* dvd*
lrwxrwxrwx 1 root root 3 oct 13 11:39 cdrom -> hdc
lrwxrwxrwx 1 root root 3 oct 13 11:39 cdrom1 -> hdc
lrwxrwxrwx 1 root root 3 oct 13 11:39 cdrw -> hdc
lrwxrwxrwx 1 root root 3 oct 13 11:39 cdrw1 -> hdc
lrwxrwxrwx 1 root root 3 oct 13 11:39 dvd -> hdc
lrwxrwxrwx 1 root root 3 oct 13 11:39 dvd1 -> hdc
lrwxrwxrwx 1 root root 3 oct 13 11:39 dvdrw -> hdc
lrwxrwxrwx 1 root root 3 oct 13 11:39 dvdrw1 -> hdc
|
et mon hda alors ? il a le droit de vivre non ?
il n'est même pas detecté, en cdrw2/cdrom2...
alors j'essaie de comprendre pourquoi
c'est peut-être le comportement normal d'udev, mais je dois pas être le seul a avoir plusieurs périphériques de lecture...
Je précise que je suis en ~x86 ! |
|
Back to top |
|
|
netfab Veteran
Joined: 03 Mar 2005 Posts: 1958 Location: 127.0.0.1
|
Posted: Fri Oct 13, 2006 4:35 pm Post subject: |
|
|
Salut,
Idem :
Code: |
$ dmesg |grep hd[abcd]
hda: HL-DT-ST GCE-8160B, ATAPI CD/DVD-ROM drive
hdc: HL-DT-ST DVDRAM GSA-4163B, ATAPI CD/DVD-ROM drive
hda: ATAPI 40X CD-ROM CD-R/RW drive, 2048kB Cache, DMA
hdc: ATAPI 40X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
$ ls -l cd* dvd*
lrwxrwxrwx 1 root root 3 oct 13 12:46 cdrom -> hdc
lrwxrwxrwx 1 root root 3 oct 13 12:46 cdrom1 -> hdc
lrwxrwxrwx 1 root root 3 oct 13 12:46 cdrw -> hdc
lrwxrwxrwx 1 root root 3 oct 13 12:46 cdrw1 -> hdc
lrwxrwxrwx 1 root root 3 oct 13 12:46 dvd -> hdc
lrwxrwxrwx 1 root root 3 oct 13 12:46 dvd1 -> hdc
lrwxrwxrwx 1 root root 3 oct 13 12:46 dvdrw -> hdc
lrwxrwxrwx 1 root root 3 oct 13 12:46 dvdrw1 -> hdc
$ ls -l hda*
brw-rw---- 1 root cdrom 3, 0 oct 13 12:46 hda
|
Aucune idée du pourquoi. Mon second lecteur fonctionne. udev 100-r2, ~x86. |
|
Back to top |
|
|
ghoti Advocate
Joined: 30 Dec 2002 Posts: 3636 Location: Belgium
|
Posted: Fri Oct 13, 2006 9:27 pm Post subject: |
|
|
Idem mais ça ne m'avait jamais frappé jusqu'ici. Faut dire aussi que "cdrom", "dvd" et compagnie ne sont que des liens symboliques.
Perso, j'utilise toujours les périphériques de base : s'ils ne sont pas là, c'est alors que je m'inquiète |
|
Back to top |
|
|
geekounet Bodhisattva
Joined: 11 Oct 2004 Posts: 3772
|
Posted: Fri Oct 13, 2006 9:30 pm Post subject: |
|
|
C'est ptêt ta conf qui est pas à jour. Tu as bien fais un etc-update pour updater les fichiers dans /etc/udev/ ? |
|
Back to top |
|
|
ghoti Advocate
Joined: 30 Dec 2002 Posts: 3636 Location: Belgium
|
Posted: Fri Oct 13, 2006 9:34 pm Post subject: |
|
|
En ce qui me concerne le dispath-conf ( ) est effectué systématiquement et les fichiers de type "udev" sont acceptés tout aussi sytématiquement vu qu'il est possible d'avoir des fichiers de conf "privés". |
|
Back to top |
|
|
ercete Guru
Joined: 11 Dec 2003 Posts: 426 Location: France, Avignon
|
Posted: Sat Oct 14, 2006 10:57 am Post subject: |
|
|
de même que gothi,
dispatch-conf a jour, j'ai mes règles à moi
d'ailleurs je suis en train de m'apercevoir que mon floppy a disparu aussi...
(mais je ferai ptet bien de vérifier mon noyau avant d'accuser udev...)
[EDIT : mon probleme de floppy vient bien de mon noyau, rien a voir avec udev : ouf ] |
|
Back to top |
|
|
nemo13 Veteran
Joined: 08 Oct 2004 Posts: 1016 Location: France/Istres
|
Posted: Sat Oct 14, 2006 4:10 pm Post subject: |
|
|
bonjour,
sur ma gentoo celà donne : Code: | nemo13 # dmesg |grep hd[abcd]
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
hda: IDE DVD-ROM 16X, ATAPI CD/DVD-ROM drive
hdb: DVD RW DVR-MCC, ATAPI CD/DVD-ROM drive
hda: ATAPI 48X DVD-ROM drive, 512kB Cache, UDMA(33)
hdb: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache, UDMA(33)
gentoobscur nemo13 # cd /dev
gentoobscur dev # l cd* dvd*
bash: l: command not found
gentoobscur dev # ls cd* dvd*
lrwxrwxrwx 1 root root 3 oct 14 2006 cdrom -> hda
lrwxrwxrwx 1 root root 3 oct 14 2006 cdrom1 -> hda
lrwxrwxrwx 1 root root 3 oct 14 2006 cdrom2 -> hdb
lrwxrwxrwx 1 root root 3 oct 14 2006 cdrom3 -> hdb
lrwxrwxrwx 1 root root 3 oct 14 2006 cdrw -> hdb
lrwxrwxrwx 1 root root 3 oct 14 2006 cdrw2 -> hdb
lrwxrwxrwx 1 root root 3 oct 14 2006 cdrw3 -> hdb
lrwxrwxrwx 1 root root 3 oct 14 2006 dvd -> hda
lrwxrwxrwx 1 root root 3 oct 14 2006 dvd1 -> hda
lrwxrwxrwx 1 root root 3 oct 14 2006 dvd2 -> hdb
lrwxrwxrwx 1 root root 3 oct 14 2006 dvd3 -> hdb
lrwxrwxrwx 1 root root 3 oct 14 2006 dvdrw -> hdb
lrwxrwxrwx 1 root root 3 oct 14 2006 dvdrw2 -> hdb
lrwxrwxrwx 1 root root 3 oct 14 2006 dvdrw3 -> hdb
gentoobscur dev # |
je n'ai aucune régle personnelle pour udev.
si vous voulez des info , non problèmo. |
|
Back to top |
|
|
ghoti Advocate
Joined: 30 Dec 2002 Posts: 3636 Location: Belgium
|
Posted: Sat Oct 14, 2006 4:59 pm Post subject: |
|
|
Ah ben non tiens, je ne devais pas avoir les yeux en face des trous :
ls -l cd* dvd*: | lrwxrwxrwx 1 root root 3 oct 14 14:46 cdrom -> hda
lrwxrwxrwx 1 root root 3 oct 14 14:46 cdrom1 -> hda
lrwxrwxrwx 1 root root 3 oct 14 14:46 cdrw -> hdc
lrwxrwxrwx 1 root root 3 oct 14 14:46 dvd -> hda
lrwxrwxrwx 1 root root 3 oct 14 14:46 dvd1 -> hda
lrwxrwxrwx 1 root root 3 oct 14 14:46 dvdrw -> hdc |
Au temps pour moi ! |
|
Back to top |
|
|
nemo13 Veteran
Joined: 08 Oct 2004 Posts: 1016 Location: France/Istres
|
Posted: Sat Oct 14, 2006 7:41 pm Post subject: |
|
|
ghoti wrote: | Au temps pour moi ! |
Faiblesse grammaticale en fin de semaine ?
Autant pour moi est plus mieux bien |
|
Back to top |
|
|
kernelsensei Bodhisattva
Joined: 22 Feb 2004 Posts: 5619 Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)
|
Posted: Sat Oct 14, 2006 7:56 pm Post subject: |
|
|
nemo13 wrote: | ghoti wrote: | Au temps pour moi ! |
Faiblesse grammaticale en fin de semaine ?
Autant pour moi est plus mieux bien |
Non non, Ghoti++
http://www.academie-francaise.fr/langue/questions.html#au_temps _________________ $ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join' |
|
Back to top |
|
|
E11 l33t
Joined: 24 Feb 2004 Posts: 764 Location: Bruxelles
|
Posted: Sat Oct 14, 2006 8:28 pm Post subject: |
|
|
Si ça, c'est pas de la classe lol !
N'en pêche, ghoti l'avait p-e (sans doute ? ) pas fait exprès |
|
Back to top |
|
|
nemo13 Veteran
Joined: 08 Oct 2004 Posts: 1016 Location: France/Istres
|
Posted: Sat Oct 14, 2006 9:00 pm Post subject: |
|
|
Chapeau bas KS
En prime ton lien vers l'academie-francaise part illico en signet.
merci: jlp
et mille excuses à Ghoti |
|
Back to top |
|
|
ghoti Advocate
Joined: 30 Dec 2002 Posts: 3636 Location: Belgium
|
Posted: Sat Oct 14, 2006 9:25 pm Post subject: |
|
|
E11 wrote: | N'en pêche, ghoti l'avait p-e (sans doute ? ) pas fait exprès |
Bah, c'est un gros bateau de la langue française, mille fois discuté sur tous les forums et presque aussi célèbre que la recette de la tartiflette sur fr.rec.cuisine !
Merci à K_S d'avoir pointé la référence incontestable !
PS : on écrit "n'empêche" : c'est un raccourci pour "cela n'empêche pas" .
"n'en pêche" concerne le poisson : "il en mange moins qu'il n'en pêche"
Bon, file : c'est la récré ! |
|
Back to top |
|
|
nemo13 Veteran
Joined: 08 Oct 2004 Posts: 1016 Location: France/Istres
|
Posted: Sat Oct 14, 2006 10:05 pm Post subject: |
|
|
ghoti wrote: | "n'en pêche" concerne le poisson : "il en mange moins qu'il n'en pêche"
Bon, file : c'est la récré ! |
Ben ton avatar est un chat alors |
|
Back to top |
|
|
E11 l33t
Joined: 24 Feb 2004 Posts: 764 Location: Bruxelles
|
Posted: Sun Oct 15, 2006 12:15 am Post subject: |
|
|
ghoti wrote: | E11 wrote: | N'en pêche, ghoti l'avait p-e (sans doute ? ) pas fait exprès |
Bah, c'est un gros bateau de la langue française, mille fois discuté sur tous les forums et presque aussi célèbre que la recette de la tartiflette sur fr.rec.cuisine !
Merci à K_S d'avoir pointé la référence incontestable !
PS : on écrit "n'empêche" : c'est un raccourci pour "cela n'empêche pas" .
"n'en pêche" concerne le poisson : "il en mange moins qu'il n'en pêche"
Bon, file : c'est la récré ! |
Mdr !
Je ne l'ai pas vu en relisant
N'en pêche que c'est joli quand même (Bon d'accord, je retourne à la récrée ) |
|
Back to top |
|
|
|