Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Lecteurs optiques]pas de reconnaissances des dvd(résolu)
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
Napoleon
Apprentice
Apprentice


Joined: 03 Nov 2010
Posts: 283

PostPosted: Thu Dec 09, 2010 11:05 pm    Post subject: [Lecteurs optiques]pas de reconnaissances des dvd(résolu) Reply with quote

Bonjour,

Aujourd'hui, alors que c'est la première fois que je souhaite utiliser mon graveur, je me rends compte que k3b me renvois le message d'érreur :
Code:
No optical drive found.
K3b did not find any optical device in your system.
Solution : Make sure HAL daemon is running, it is used by K3b for finding devices.
MP3 Audio Decoder plugin not found.
K3b could not load or find the MP3 decoder plugin. This means that you will not be able to create Audio CDs from MP3 files. Many Linux distributions do not include MP3 support for legal reasons.
Solution : To enable MP3 support, please install the MAD MP3 decoding library as well as the K3b MAD MP3 decoder plugin (the latter may already be installed but not functional due to the missing libmad). Some distributions allow installation of MP3 support via an online update tool.

Bon pour la partie MP3, je n'en veux volontairement pas, mais pour hal, je suis sur qu'il fonctionne d'ailleurs :
Code:
[root@⛩ /usr/src/linux#] rc-update add hald default
 * hald already installed in runlevel 'default'; skipping
Je suppose donc qu'il s'agit d'un support du noyaut que je n'ai pas pris, à cet effet voici mon lspci -vv.
Si c'est bien ça mon problème j'aimerais savoir avec lequel des nombreux support présent dans "device driver" de menuconfig dois-je prendre.

Bien à vous,

Cordiallement.


Last edited by Napoleon on Fri Dec 10, 2010 2:36 pm; edited 1 time in total
Back to top
View user's profile Send private message
Ezka
Guru
Guru


Joined: 17 Feb 2005
Posts: 352
Location: par là, mais vraiment ...

PostPosted: Fri Dec 10, 2010 12:50 am    Post subject: Reply with quote

Que te donne la commande groups pour ton user ?
_________________
Ez.
Back to top
View user's profile Send private message
geekounet
Bodhisattva
Bodhisattva


Joined: 11 Oct 2004
Posts: 3772
Location: Wellington, Aotearoa

PostPosted: Fri Dec 10, 2010 8:08 am    Post subject: Reply with quote

Un lecteur DVD n'apparaitra jamais dans le lspci, ce n'est pas du PCI. ;) Il faut activer le support "SCSI CDrom" pour reconnaitre ton lecteur si c'est pas déjà fait (t'auras un /dev/sr0) et activer le support "SCSI Generic" pour pouvoir graver avec. Et t'assurer d'être dans le groupe "cdrom".
Back to top
View user's profile Send private message
Napoleon
Apprentice
Apprentice


Joined: 03 Nov 2010
Posts: 283

PostPosted: Fri Dec 10, 2010 1:49 pm    Post subject: Reply with quote

Ezka wrote:
Que te donne la commande groups pour ton user ?

geekounet wrote:
Et t'assurer d'être dans le groupe "cdrom".

Effectivement, je n'appartiens qu'aux groupes : wheel audio plugdev fove48

geekounet wrote:
Un lecteur DVD n'apparaitra jamais dans le lspci, ce n'est pas du PCI. ;) Il faut activer le support "SCSI CDrom" pour reconnaitre ton lecteur si c'est pas déjà fait (t'auras un /dev/sr0) et activer le support "SCSI Generic" pour pouvoir graver avec.
J'ai bien /dev/sr0. Je re-compile mon noyaut avec ces support.
Back to top
View user's profile Send private message
Napoleon
Apprentice
Apprentice


Joined: 03 Nov 2010
Posts: 283

PostPosted: Fri Dec 10, 2010 2:04 pm    Post subject: Reply with quote

Désolé pour freePost mais je ne trouve aucune des mentions "SCSI CDrom" dans menuconfig ni "SCSI Generic". En tout cas la fonction de recherche m'a dit qu'elle n'a rien trouvé. j'ai alors chercher les mots cléf "CDrom" et "SCSI" séparement, ce qui me donne quelques trois résultats pour le premier et énnormément pour le segond :
Pour Cdrom :
Code:
  │ Symbol: SC6600_CDROM [=]                                                                                             │   
  │ Prompt: SC-6600 CDROM Interface (4=None, 3=IDE, 1=Panasonic, 0=?Sony?)                                               │   
  │   Defined at sound/oss/Kconfig:511                                                                                   │   
  │   Depends on: SOUND [=y] && !M68K [=M68K] && SOUND_PRIME [=n] && SOUND_OSS [=n] && SC6600 [=n]                       │   
  │   Location:                                                                                                          │   
  │     -> Device Drivers                                                                                                │   
  │       -> Sound card support (SOUND [=y])                                                                             │   
  │         -> Open Sound System (DEPRECATED) (SOUND_PRIME [=n])                                                         │   
  │           -> OSS sound modules (SOUND_OSS [=n])                                                                      │   
  │             -> Gallant Audio Cards (SC-6000 and SC-6600 based) (SOUND_AEDSP16 [=n])                                  │   
  │               -> SC-6600 based audio cards (new Audio Excel DSP 16) (SC6600 [=n])                                    │   
  │                                                                                                                      │   
  │                                                                                                                      │   
  │ Symbol: CDROM_PKTCDVD_BUFFERS [=8]                                                                                   │   
  │ Prompt: Free buffers for data gathering                                                                              │   
  │   Defined at drivers/block/Kconfig:405                                                                               │   
  │   Depends on: BLK_DEV [=y] && CDROM_PKTCDVD [=y]                                                                     │   
  │   Location:                                                                                                          │   
  │     -> Device Drivers                                                                                                │   
  │       -> Block devices (BLK_DEV [=y])                                                                                │   
  │         -> Packet writing on CD/DVD media (CDROM_PKTCDVD [=y])                                                       │   
  │                                                                                                                      │   
  │                                                                                                                      │   
  │ Symbol: SC6600_CDROMBASE [=]                                                                                         │   
  │ Prompt: SC-6600 CDROM Interface I/O Address                                                                          │   
  │   Defined at sound/oss/Kconfig:520                                                                                   │   
  │   Depends on: SOUND [=y] && !M68K [=M68K] && SOUND_PRIME [=n] && SOUND_OSS [=n] && SC6600 [=n]                       │   
  │   Location:                                                                                                          │   
  │     -> Device Drivers                                                                                                │   
  │       -> Sound card support (SOUND [=y])                                                                             │   
  │         -> Open Sound System (DEPRECATED) (SOUND_PRIME [=n])                                                         │   
  │           -> OSS sound modules (SOUND_OSS [=n])                                                                      │   
  │             -> Gallant Audio Cards (SC-6000 and SC-6600 based) (SOUND_AEDSP16 [=n])                                  │   
  │               -> SC-6600 based audio cards (new Audio Excel DSP 16) (SC6600 [=n])                                    │   
  │                                                                                                                      │   
  │ Symbol: CDROM_PKTCDVD [=y]                                                                                           │   
  │ Prompt: Packet writing on CD/DVD media                                                                               │   
  │   Defined at drivers/block/Kconfig:386                                                                               │   
  │   Depends on: BLK_DEV [=y] && !UML [=UML]                                                                            │   
  │   Location:                                                                                                          │   
  │     -> Device Drivers                                                                                                │   
  │       -> Block devices (BLK_DEV [=y])                                                                                │   
  │                                                                                                                      │   
  │                                                                                                                      │   
  │ Symbol: CDROM_PKTCDVD_WCACHE [=n]                                                                                    │   
  │ Prompt: Enable write caching (EXPERIMENTAL)                                                                          │   
  │   Defined at drivers/block/Kconfig:416                                                                               │   
  │   Depends on: BLK_DEV [=y] && CDROM_PKTCDVD [=y] && EXPERIMENTAL [=y]                                                │   
  │   Location:                                                                                                          │   
  │     -> Device Drivers                                                                                                │   
  │       -> Block devices (BLK_DEV [=y])                                                                                │   
  │         -> Packet writing on CD/DVD media (CDROM_PKTCDVD [=y])                                                       │   

Bon pour SCSI y'en a pleins :D mais je n'y ai trouvé aucunement la mention "SCSI CDrom" en entier.
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3634
Location: Belgium

PostPosted: Fri Dec 10, 2010 2:15 pm    Post subject: Reply with quote

Napoleon wrote:
Bon pour SCSI y'en a pleins :D mais je n'y ai trouvé aucunement la mention "SCSI CDrom" en entier.

Il se voit pourtant comme le nez au milieu de la figure ! :roll:
Device Drivers => SCSI device support => SCSI CDROM support
Quote:
SCSI CDROM support (BLK_DEV_SR)

CONFIG_BLK_DEV_SR:

If you want to use a CD or DVD drive attached to your computer
by SCSI, FireWire, USB or ATAPI, say Y and read the SCSI-HOWTO
and the CDROM-HOWTO at <http://www.tldp.org/docs.html#howto>.

Make sure to say Y or M to "ISO 9660 CD-ROM file system support".

To compile this driver as a module, choose M here and read
<file:Documentation/scsi/scsi.txt>.
The module will be called sr_mod.

Symbol: BLK_DEV_SR [=y]
Prompt: SCSI CDROM support
Defined at drivers/scsi/Kconfig:126
Depends on: SCSI [=y]
Location:
-> Device Drivers
-> SCSI device support

Et le SCSI generic est juste en-dessous ...
Back to top
View user's profile Send private message
Napoleon
Apprentice
Apprentice


Joined: 03 Nov 2010
Posts: 283

PostPosted: Fri Dec 10, 2010 2:25 pm    Post subject: Reply with quote

ghoti wrote:
Napoleon wrote:
Bon pour SCSI y'en a pleins :D mais je n'y ai trouvé aucunement la mention "SCSI CDrom" en entier.

Il se voit pourtant comme le nez au milieu de la figure ! :roll:
Device Drivers => SCSI device support => SCSI CDROM support
Quote:
SCSI CDROM support (BLK_DEV_SR)

CONFIG_BLK_DEV_SR:

If you want to use a CD or DVD drive attached to your computer
by SCSI, FireWire, USB or ATAPI, say Y and read the SCSI-HOWTO
and the CDROM-HOWTO at <http://www.tldp.org/docs.html#howto>.

Make sure to say Y or M to "ISO 9660 CD-ROM file system support".

To compile this driver as a module, choose M here and read
<file:Documentation/scsi/scsi.txt>.
The module will be called sr_mod.

Symbol: BLK_DEV_SR [=y]
Prompt: SCSI CDROM support
Defined at drivers/scsi/Kconfig:126
Depends on: SCSI [=y]
Location:
-> Device Drivers
-> SCSI device support

Et le SCSI generic est juste en-dessous ...
Merci ghoti, je les vois bien, pourtant... ils sont tous les deux compilés en dur chez moi :O.
Back to top
View user's profile Send private message
Napoleon
Apprentice
Apprentice


Joined: 03 Nov 2010
Posts: 283

PostPosted: Fri Dec 10, 2010 2:36 pm    Post subject: Reply with quote

Un petit redémarage de séssion plus tard aprés l'ajout du user dans le groupe cdrom et le vilain petit méssage s'en vas :D
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