Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[dvd] pas de lecture possible (resolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
marvin rouge
Veteran
Veteran


Joined: 01 Aug 2004
Posts: 1422
Location: Villa Lumierrante, Zonelibre

PostPosted: Thu Sep 09, 2004 6:36 am    Post subject: [dvd] pas de lecture possible (resolu) Reply with quote

bonjour !

mon problème du matin , c'est la lecture de dvd (avec xine ou mplayer)

j'ai les libs suivantes:
Code:

# emerge --search libdvd
*  media-libs/libdvdcss
      Latest version available: 1.2.8
      Latest version installed: 1.2.8

*  media-libs/libdvdnav
      Latest version available: 0.1.9
      Latest version installed: 0.1.9

*  media-libs/libdvdplay
      Latest version available: 1.0.1
      Latest version installed: 1.0.1

*  media-libs/libdvdread       
      Latest version available: 0.9.4
      Latest version installed: 0.9.4


Le symlink /dev/cdrom existe:
Code:

# ls -la /dev/cdrom
lrwxrwxrwx  1 root root 3 sep  9  2004 /dev/cdrom -> hdc


quand je veux ouvrir un dvd (je peux le monter à la main et il est accessible) avec xine, j'ai ca:
Code:
libdvdnav: Using dvdnav version 1-rc5 from http://xine.sf.net
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdread: Could not open /dev/cdrom with libdvdcss.
libdvdread: Can't open /dev/cdrom for reading
libdvdnav: vm: faild to open/read the DVD


Dans xine j'ai essayé de changer /dev/cdrom pour /mnt/cdrom: wallou.
gMplayer : pas de lecture no plus des dvd.

Quoi d'autre ? j'ai commenté toutes les lignes du fichier /etc/security/console.perms . Je peux lire les .avi sans problème.

kernel : 2.6.8-r3
xorg : 6.7.0-r2
nvidiaglx/kernel : 1.0.6111


Une idée ? ca serait bien. Merci !

+


Last edited by marvin rouge on Thu Sep 09, 2004 10:42 am; edited 1 time in total
Back to top
View user's profile Send private message
Pachacamac
Veteran
Veteran


Joined: 22 Nov 2003
Posts: 1264
Location: Paris - France

PostPosted: Thu Sep 09, 2004 6:59 am    Post subject: Reply with quote

Peut-être qu'ajouter libdvdcss comme il te le dit permettra une résolution de ton problème :
Quote:
Could not open /dev/cdrom with libdvdcss.
Back to top
View user's profile Send private message
jpwalker
Guru
Guru


Joined: 12 Jul 2004
Posts: 503
Location: Annecy - 74 - France - In Tartiflette We Trust ;-)

PostPosted: Thu Sep 09, 2004 8:25 am    Post subject: Reply with quote

Chez moi, le lien est /dev/dvd !

Code:
/dev/dvd > /dev/cdroms/cdrom1


Crée ce lien et réessaye. Sinon je ne crois pas que ça vienne de tes librairies.

PS : tu le sais surement mais il ne faut pas monter le DVD :oops:

[EDIT]

rajoute (non résolu) ou (résolu) à la fin de ton sujet, cela permet de connaitre l'avancement de ton problème, merci :wink:

[EDIT 2]

Sorry, oublie le message du dessus j'avais pas vu :oops: !!

https://forums.gentoo.org/viewtopic.php?t=186681&start=50
_________________
JPW@lker
Ride & Enjoy
;-)
Back to top
View user's profile Send private message
marvin rouge
Veteran
Veteran


Joined: 01 Aug 2004
Posts: 1422
Location: Villa Lumierrante, Zonelibre

PostPosted: Thu Sep 09, 2004 10:18 am    Post subject: Reply with quote

@Pachacamac : oups, j'ai oublié qu'elle était installée:
Code:
*  media-libs/libdvdcss
      Latest version available: 1.2.8
      Latest version installed: 1.2.8


@jpwalker : j'ai un combo dvd/cdrom

La regle udev que j'utilise est
Code:

#CDROM                         
BUS="ide", KERNEL="hdc", NAME="%k", SYMLINK="cdrom cdroms/cdrom0"


j'ai pas /dev/cdrom/cdrom1 (j'ai pas de hdd, par exemple)

merci pour l'aide
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Thu Sep 09, 2004 10:26 am    Post subject: Reply with quote

il te fait ca avec tous les dvds ?

[EDIT]
T'as quoi comme droits sur /dev/hdc ?
t'es ds le groupe cdrom ?
[/EDIT]
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
marvin rouge
Veteran
Veteran


Joined: 01 Aug 2004
Posts: 1422
Location: Villa Lumierrante, Zonelibre

PostPosted: Thu Sep 09, 2004 10:31 am    Post subject: Reply with quote

bah ouais. je viens d'essayer avec corto maltese, et avec citizen kane. Pourtant c'est des genres cinématographiques bien différents.


(pas copiés, hein, originaux achetés...)

[edit]
je viens de voir cette erreur dans xine. (boite de messages erreur):
xine: cannot find input plugin for MRL [dvd:/]

:(
Back to top
View user's profile Send private message
marvin rouge
Veteran
Veteran


Joined: 01 Aug 2004
Posts: 1422
Location: Villa Lumierrante, Zonelibre

PostPosted: Thu Sep 09, 2004 10:38 am    Post subject: Reply with quote

Code:

brw-rw----  1 root disk 22, 0 sep  9  2004 /dev/hdc



group cdrom : nan. je m'y colle.

EDIT : YESSS !
je me suis mis dans cdrom et disk.

merci a tous.

:)


Last edited by marvin rouge on Thu Sep 09, 2004 10:41 am; edited 1 time in total
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Thu Sep 09, 2004 10:41 am    Post subject: Reply with quote

ou plutot le groupe disk !!!
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
limacette
Apprentice
Apprentice


Joined: 25 Feb 2004
Posts: 168
Location: Belgique, Bruxelles

PostPosted: Thu Sep 09, 2004 2:34 pm    Post subject: Reply with quote

Moi j ai aussi la meme erreur que marvin rouge mais je comprends pas tro parce que je me suis mis aussi dans disk et cdrom et ca ne marche pas...
J ai créé juste avant /dev/dvd en faisant mdkdir /dev/dvd et je l ai lié a /dev/cdroms/cdrom0
mais ca ne fonctionne pas...
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Thu Sep 09, 2004 2:38 pm    Post subject: Reply with quote

limacette wrote:
Moi j ai aussi la meme erreur que marvin rouge mais je comprends pas tro parce que je me suis mis aussi dans disk et cdrom et ca ne marche pas...
J ai créé juste avant /dev/dvd en faisant mdkdir /dev/dvd et je l ai lié a /dev/cdroms/cdrom0
mais ca ne fonctionne pas...

mdkdir /dev/dvd ?

il faut simplement faire un ln -s, mais c'est pas "propre", mieux vaut editer tes regles UDEV/Devfs !

fais moi un ls -l de ton device dvd stp !

Merci.
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
limacette
Apprentice
Apprentice


Joined: 25 Feb 2004
Posts: 168
Location: Belgique, Bruxelles

PostPosted: Thu Sep 09, 2004 2:39 pm    Post subject: Reply with quote

voila :

Code:
lr-xr-xr-x  1 root root 33 Jan  1  1970 /dev/cdroms/cdrom0 -> ../ide/host0/bus1/ target0/lun0/cd
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Thu Sep 09, 2004 2:40 pm    Post subject: Reply with quote

limacette wrote:
voila :

Code:
lr-xr-xr-x  1 root root 33 Jan  1  1970 /dev/cdroms/cdrom0 -> ../ide/host0/bus1/ target0/lun0/cd

un
Code:
 ls -l /dev/ide/host0/bus1/ target0/lun0/cd
maintenant, Merci.
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
jpwalker
Guru
Guru


Joined: 12 Jul 2004
Posts: 503
Location: Annecy - 74 - France - In Tartiflette We Trust ;-)

PostPosted: Thu Sep 09, 2004 2:40 pm    Post subject: Reply with quote

limacette wrote:
J ai créé juste avant /dev/dvd en faisant mdkdir /dev/dvd et je l ai lié a /dev/cdroms/cdrom0
mais ca ne fonctionne pas...


Inutile de créer un dossier /dev/dvd, il faut simplement créer un lien symbolique dans /dev/

Code:
ln -s /dev/cdroms/cdrom0 /dev/dvd


Essaye ça
_________________
JPW@lker
Ride & Enjoy
;-)
Back to top
View user's profile Send private message
limacette
Apprentice
Apprentice


Joined: 25 Feb 2004
Posts: 168
Location: Belgique, Bruxelles

PostPosted: Thu Sep 09, 2004 2:42 pm    Post subject: Reply with quote

voila :

Code:
 ls -l /dev/ide/host0/bus1/ target0/lun0/cd
ls: target0/lun0/cd: No such file or directory
/dev/ide/host0/bus1/:
total 0
drwxr-xr-x  1 root root 0 Jan  1  1970 target0
Back to top
View user's profile Send private message
jpwalker
Guru
Guru


Joined: 12 Jul 2004
Posts: 503
Location: Annecy - 74 - France - In Tartiflette We Trust ;-)

PostPosted: Thu Sep 09, 2004 2:43 pm    Post subject: Reply with quote

jpwalker wrote:
limacette wrote:
J ai créé juste avant /dev/dvd en faisant mdkdir /dev/dvd et je l ai lié a /dev/cdroms/cdrom0
mais ca ne fonctionne pas...


Inutile de créer un dossier /dev/dvd, il faut simplement créer un lien symbolique dans /dev/

Code:
ln -s /dev/cdroms/cdrom0 /dev/dvd


Essaye ça


[EDIT]
Zut !!! Grillé !!! Mais j'ai appris quelque chose, merci kernel_sensei :D
[/EDIT]

[EDIT2]
:oops:
[/EDIT2]
_________________
JPW@lker
Ride & Enjoy
;-)
Back to top
View user's profile Send private message
limacette
Apprentice
Apprentice


Joined: 25 Feb 2004
Posts: 168
Location: Belgique, Bruxelles

PostPosted: Thu Sep 09, 2004 2:53 pm    Post subject: Reply with quote

la j arrive a lire le dvd mais j ai une image bleue... enfin un ecran bleu au lieu de l image

[edit] Sorry, erreur de ma part, en cliquant sur l ecran je vois tres bien l image... donc merci bcp mon probleme est regle :D [/edit]
[edit 2] Est-ce que je dois a chaque fois refaire ce lien symbolique???[/edit 2]
[edit 3] Quelles regles udev ou devfs je ne sais pas , je dois utiliser et ou les mettre???[/edit 3]
Back to top
View user's profile Send private message
jpwalker
Guru
Guru


Joined: 12 Jul 2004
Posts: 503
Location: Annecy - 74 - France - In Tartiflette We Trust ;-)

PostPosted: Thu Sep 09, 2004 3:01 pm    Post subject: Reply with quote

Tu as fais quoi comme manip ?
_________________
JPW@lker
Ride & Enjoy
;-)
Back to top
View user's profile Send private message
limacette
Apprentice
Apprentice


Joined: 25 Feb 2004
Posts: 168
Location: Belgique, Bruxelles

PostPosted: Thu Sep 09, 2004 3:04 pm    Post subject: Reply with quote

Code:
ln -s /dev/cdroms/cdrom0 /dev/dvd


et puis j ai lance xine et j ai sur lire mon dvd...
mais ce que je voulais savoir c est si je dois a chaque fois recreer ce lien ou pas
Back to top
View user's profile Send private message
jpwalker
Guru
Guru


Joined: 12 Jul 2004
Posts: 503
Location: Annecy - 74 - France - In Tartiflette We Trust ;-)

PostPosted: Thu Sep 09, 2004 3:31 pm    Post subject: Reply with quote

Non, maintenant il restera !! Cool :wink:
_________________
JPW@lker
Ride & Enjoy
;-)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum