Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 09/04/2006, à 19:19

AlexandreP

[Résolu] Copie d'un CD audio

Bonjour à tous,

J'aimerais dupliquer un CD audio que je possède.  J'aurais voulu faire une image disque du CD pour ensuite la graver.  J'ai essayé la commande suivante:

$ dd if=/dev/hdd of=/usr/temp/disque.iso

où /dev/hdd est bien mon périphérique et /usr/temp est le répertoire dans lequel j'aimerais créer le fichier "disque.iso".  Le répertoire existe bien et j'ai les droits en écriture dessus.

Malheureusement, j'ai une erreur:

dd: lecture de `/dev/hdd': Erreur d'entrée/sortie
0+0 records in
0+0 records out
0 bytes (0 B) copied, 0,425557 seconde, 0,0 kB/s

$ dmesg | tail
[69446.572628] ide: failed opcode was: unknown
[69446.572643] end_request: I/O error, dev hdd, sector 48
[69446.575721] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[69446.575746] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[69446.575766] ide: failed opcode was: unknown
[69446.575781] end_request: I/O error, dev hdd, sector 56
[69446.578577] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[69446.578601] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[69446.578620] ide: failed opcode was: unknown
[69446.578635] end_request: I/O error, dev hdd, sector 0

Quelqu'un a-t-il une idée?
Merci smile

#Edit: Résolu à l'aide de cdrdao (http://forum.ubuntu-fr.org/viewtopic.php?pid=260040#p260040)

Dernière modification par AlexandreP (Le 12/04/2006, à 04:31)


«La capacité d'apprendre est un don; La faculté d'apprendre est un talent; La volonté d'apprendre est un choix.» -Frank Herbert
93,8% des gens sont capables d'inventer des statistiques sans fournir d'études à l'appui.

Hors ligne

#2 Le 09/04/2006, à 19:28

cep_

Re : [Résolu] Copie d'un CD audio

dd if=/dev/cdrom of=mon_image.iso

#3 Le 09/04/2006, à 19:28

Bobbybionic

Re : [Résolu] Copie d'un CD audio

Bonjour
Chez moi c'est if=/dev/cdrom ...
De plus, le /usr/tmp est-il accessible en écriture ?

EDIT : Grillé par le maître wink Ça va cep ?


Non à la vente liée. Non au monopole Windows.
Tous ensemble, refusons les logiciels préinstallés et tournons nous vers le libre.

http://bobbybionic.wordpress.com

Hors ligne

#4 Le 09/04/2006, à 19:34

cep_

Re : [Résolu] Copie d'un CD audio

Hello Bobby et Alexandre smile

Ne pas tenir compte des messages. Avec dmesg :
[4673556.107000] ide: failed opcode was: unknown
[4673556.107000] end_request: I/O error, dev hdd, sector 13572
[4673557.139000] hdd: command error: status=0x51 { DriveReady SeekComplete Error }
[4673557.139000] hdd: command error: error=0x51 { IllegalLengthIndication LastFailedSense=0x05 }
[4673557.139000] ide: failed opcode was: unknown
[4673557.139000] end_request: I/O error, dev hdd, sector 13576

sudo mount -t iso9660 -o ro,loop mon_image.iso /mnt
Password:
:~$ cd /mnt
:/mnt$ ls -al
total 6417
dr-xr-xr-x   2 root root    4096 2005-10-12 00:40 .
drwxr-xr-x  22 root root    4096 2006-02-21 12:32 ..
-r--r--r--   1 root root    2048 2005-10-12 00:40 boot.cat
-r--r--r--   1 root root     724 2005-10-12 00:40 f10.txt
-r--r--r--   1 root root     868 2005-10-12 00:40 f1.txt
-r--r--r--   1 root root     714 2005-10-12 00:40 f2.txt
-r--r--r--   1 root root     803 2005-10-12 00:40 f3.txt
-r--r--r--   1 root root     896 2005-10-12 00:40 f4.txt
-r--r--r--   1 root root    1120 2005-10-12 00:40 f5.txt
-r--r--r--   1 root root    1147 2005-10-12 00:40 f6.txt
-r--r--r--   1 root root    1038 2005-10-12 00:40 f7.txt
-r--r--r--   1 root root     770 2005-10-12 00:40 f8.txt
-r--r--r--   1 root root     347 2005-10-12 00:40 f9.txt
-r--r--r--   2 root root 5319317 2005-10-12 00:40 initrd.gz
-r--r--r--   2 root root    2165 2005-10-12 00:40 initrd.list
-r--r--r--   1 root root    9856 2005-10-12 00:40 isolinux.bin
-r--r--r--   1 root root     801 2005-10-12 00:40 isolinux.cfg
-r--r--r--   2 root root 1206555 2005-10-10 15:22 linux
-r--r--r--   1 root root    8023 2005-10-12 00:40 splash.rle
-r--r--r--   1 root root     266 2005-10-12 00:40 syslinux.txt
:/mnt$

Bonne continuation.
cep

#5 Le 09/04/2006, à 20:05

gendarcore

Re : [Résolu] Copie d'un CD audio

Salut à tous !!!

Comme Alex, je n'arrive pas à graver...
Cep, tu as marqué une manip' et je voudrais savoir si les lignes -r--r--r-- s'éditent automatiquement ? Je sais, ca parait con comme question mais y'a pas plus novice que moi ! hmm

Merci


Tout se passe comme si rien ne se passait !

Hors ligne

#6 Le 09/04/2006, à 20:05

abetsic

Re : [Résolu] Copie d'un CD audio

J'ai quelques questions sur ce genre de choses :

Est ce que ça marche sur les cds qui ont des protections contre la copie ?
Si on monte cette image est ce que on peut la monter en rw et supprimer des données qu'il y a dessus ou en rajouter ?

Merci d'avance smile

Hors ligne

#7 Le 09/04/2006, à 20:09

gendarcore

Re : [Résolu] Copie d'un CD audio

Ah oui, J'avais oublié....La manip' à suivre pour copier une image du pc ?

(question encore plus débutante que jamais sad ...mais y a un début à tout)


Tout se passe comme si rien ne se passait !

Hors ligne

#8 Le 09/04/2006, à 20:59

cep_

Re : [Résolu] Copie d'un CD audio

@gendarcore : r pour read, c'est le caractère d'origine de l'iso travaillée. Qui donc est montée en ro.

@abetsic : pour modifier une iso, tu l'ouvres avec nautilus par exemple, pour faire simple, tu extrais un fichier et il sera en rw. Ensuite pour réintégrer le fichier, il faudra recréer une iso. Mais on s'éloigne du sujet. Pour l'autre question aussi d'ailleurs smile

Bonne continuation.
cep

#9 Le 09/04/2006, à 21:03

gendarcore

Re : [Résolu] Copie d'un CD audio

Je sens que je vais mégament patoger !!!!
Mais je vais persister afin d'y arriver....
Donc il faut que je tape toute cette commande afin de pouvoir graver ?


Existe-t-il un logiciel qui permet de graver (style nero) ?


Tout se passe comme si rien ne se passait !

Hors ligne

#10 Le 10/04/2006, à 00:08

AlexandreP

Re : [Résolu] Copie d'un CD audio

@ Gendarcore: Contrairement à toi, je ne cherche pas à graver une image CD, mais bien à en créer une depuis un CD audio que j'ai en ma possession.  Si tu souhaites graver une image CD (par exemple, l'image CD d'Ubuntu), tu peux utiliser Nautilus (un clic-droit sur le fichier en question te permet de graver l'image sur un CD), Graveman, GnomeBaker, voire K3B, ces trois derniers programmes ressemblant en fonction à Nero.

@ Cep et BobbyBionic: Je n'y arrive toujours pas hmm

D'abord, pour être bien sûr, j'ai effacé et recréé mon répertoire temporaire.  (Je l'avais mis dans /usr, parce que c'est sur une partition où il me reste beaucoup d'espace.)

$ sudo rm -rf /usr/temp
$ sudo mkdir /usr/temp
$ sudo chown alexandre:alexandre /usr/temp
$ sudo chmod a+rwx /usr/temp

(Si je n'ai pas assez de droits avec tout ça... tongue)

Ensuite, j'avais mis le CD audio dans mon second lecteur de CD-ROM (/dev/hdd), plus rapide ; pour l'essai, j'ai mis mon CD audio dans mon lecteur de CD-ROM primaire (/dev/hdc).  Si je regarde dans mon fichier /etc/fstab, par exemple, je retrouve ceci:

/dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/hdd        /media/cdrom1   udf,iso9660 user,noauto     0       0

Donc, /dev/hdc et /dev/hdd sont bien mes périphériques.  D'ailleurs, je peux très bien lire mon CD audio peu importe le périphérique utilisé.  Et puis, si je regarde dans mon dossier /dev, je remarque que cdrom est un lien symbolique vers hdd (monter /dev/cdrom serait donc équivalent à monter /dev/hdd).

Bref, j'essaie donc avec /dev/hdc:

$ dd if=/dev/cdrom of=monimage.iso
dd: lecture de `/dev/cdrom': Erreur d'entrée/sortie
0+0 records in
0+0 records out
0 bytes (0 B) copied, 2,35826 seconde, 0,0 kB/s

Bref, ne fonctionne pas plus hmm

Au besoin, je lie l'entièreté de dmesg, bien que je pense que seule la dernière partie est vraiment importante:

$ dmesg
[4294667.296000] Linux version 2.6.15-20-386 (buildd@vernadsky) (gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu3)) #1 PREEMPT Tue Apr 4 17:48:51 UTC 2006
[4294667.296000] BIOS-provided physical RAM map:
[4294667.296000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[4294667.296000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[4294667.296000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[4294667.296000]  BIOS-e820: 0000000000100000 - 0000000014000000 (usable)
[4294667.296000]  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[4294667.296000] 0MB HIGHMEM available.
[4294667.296000] 320MB LOWMEM available.
[4294667.296000] On node 0 totalpages: 81920
[4294667.296000]   DMA zone: 4096 pages, LIFO batch:0
[4294667.296000]   DMA32 zone: 0 pages, LIFO batch:0
[4294667.296000]   Normal zone: 77824 pages, LIFO batch:15
[4294667.296000]   HighMem zone: 0 pages, LIFO batch:0
[4294667.296000] DMI 2.0 present.
[4294667.296000] ACPI: Unable to locate RSDP
[4294667.296000] Allocating PCI resources starting at 20000000 (gap: 14000000:ebff0000)
[4294667.296000] Built 1 zonelists
[4294667.296000] Kernel command line: root=/dev/hdb8 ro quiet splash
[4294667.296000] Local APIC disabled by BIOS (or by default) -- you can enable it with "lapic"
[4294667.296000] mapped APIC to ffffd000 (01282000)
[4294667.296000] Initializing CPU#0
[4294667.296000] PID hash table entries: 2048 (order: 11, 32768 bytes)
[    0.000000] Detected 350.823 MHz processor.
[   26.677649] Using tsc for high-res timesource
[   26.680648] Console: colour VGA+ 80x25
[   26.682451] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[   26.684207] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[   26.735532] Memory: 314416k/327680k available (1973k kernel code, 12668k reserved, 601k data, 288k init, 0k highmem)
[   26.735552] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[   26.794961] Calibrating delay using timer specific routine.. 702.38 BogoMIPS (lpj=351193)
[   26.795113] Security Framework v1.0.0 initialized
[   26.795152] SELinux:  Disabled at boot.
[   26.795220] Mount-cache hash table entries: 512
[   26.795634] CPU: After generic identify, caps: 0183f9ff 00000000 00000000 00000000 00000000 00000000 00000000
[   26.795672] CPU: After vendor identify, caps: 0183f9ff 00000000 00000000 00000000 00000000 00000000 00000000
[   26.795714] CPU: L1 I cache: 16K, L1 D cache: 16K
[   26.795729] CPU: L2 cache: 512K
[   26.795742] CPU: After all inits, caps: 0183f9ff 00000000 00000000 00000040 00000000 00000000 00000000
[   26.795818] mtrr: v2.0 (20020519)
[   26.795840] CPU: Intel Pentium II (Deschutes) stepping 02
[   26.795859] Enabling fast FPU save and restore... done.
[   26.795877] Checking 'hlt' instruction... OK.
[   26.799608] checking if image is initramfs... it is
[   31.040716] Freeing initrd memory: 6395k freed
[   31.079929] NET: Registered protocol family 16
[   31.080043] EISA bus registered
[   31.095529] PCI: PCI BIOS revision 2.10 entry at 0xfb000, last bus=1
[   31.095557] PCI: Using configuration type 1
[   31.097408] ACPI: Subsystem revision 20051216
[   31.097421] ACPI: Interpreter disabled.
[   31.097436] Linux Plug and Play Support v0.97 (c) Adam Belay
[   31.097469] pnp: PnP ACPI: disabled
[   31.097488] PnPBIOS: Scanning system for PnP BIOS support...
[   31.098099] PnPBIOS: Found PnP BIOS installation structure at 0xc00fbba0
[   31.098125] PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0xbbc8, dseg 0xf0000[   31.104221] PnPBIOS: 16 nodes reported by PnP BIOS; 16 recorded by driver
[   31.104286] PCI: Probing PCI hardware
[   31.104300] PCI: Probing PCI hardware (bus 00)
[   31.104967] PCI quirk: region 4000-403f claimed by PIIX4 ACPI
[   31.104986] PCI quirk: region 5000-500f claimed by PIIX4 SMB
[   31.105790] Boot video device is 0000:01:00.0
[   31.109087] PCI: Using IRQ router PIIX/ICH [8086/7110] at 0000:00:07.0
[   31.214922] pnp: 00:0b: ioport range 0x208-0x20f has been reserved
[   31.216203] PCI: Bridge: 0000:00:01.0
[   31.216220]   IO window: d000-dfff
[   31.216238]   MEM window: e4000000-e5ffffff
[   31.216254]   PREFETCH window: e6000000-e6ffffff
[   31.219166] audit: initializing netlink socket (disabled)
[   31.219209] audit(1144601411.038:1): initialized
[   31.219709] VFS: Disk quotas dquot_6.5.1
[   31.219819] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   31.220071] Initializing Cryptographic API
[   31.220094] io scheduler noop registered
[   31.220126] io scheduler anticipatory registered
[   31.220151] io scheduler deadline registered
[   31.220202] io scheduler cfq registered
[   31.220220] Limiting direct PCI/PCI transfers.
[   31.221082] isapnp: Scanning for PnP cards...
[   31.324002] isapnp: Card 'PC-TEL HSP K56FLEX PNP D/F/V MODEM'
[   31.324020] isapnp: 1 Plug & Play card detected total
[   31.431223] PNP: PS/2 Controller [PNP0303,PNP0f13] at 0x60,0x64 irq 1,12
[   31.433913] serio: i8042 AUX port at 0x60,0x64 irq 12
[   31.434214] serio: i8042 KBD port at 0x60,0x64 irq 1
[   31.434437] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
[   31.434811] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   31.435149] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[   31.447092] 00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   31.447944] 00:0f: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[   31.451100] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[   31.451376] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[   31.451397] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[   31.452035] mice: PS/2 mouse device common for all mice
[   31.453083] EISA: Probing bus 0 at eisa.0
[   31.453135] Cannot allocate resource for EISA slot 4
[   31.453149] Cannot allocate resource for EISA slot 5
[   31.453184] EISA: Detected 0 cards.
[   31.453356] NET: Registered protocol family 2
[   31.461749] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[   31.462439] TCP established hash table entries: 16384 (order: 4, 65536 bytes)[   31.462813] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[   31.463151] TCP: Hash tables configured (established 16384 bind 16384)
[   31.463166] TCP reno registered
[   31.463565] TCP bic registered
[   31.463601] NET: Registered protocol family 1
[   31.463629] NET: Registered protocol family 8
[   31.463640] NET: Registered protocol family 20
[   31.463723] Using IPI Shortcut mode
[   31.463909] Freeing unused kernel memory: 288k freed
[   31.487159] input: AT Translated Set 2 keyboard as /class/input/input0
[   31.861599] vga16fb: initializing
[   31.861623] vga16fb: mapped to 0xc00a0000
[   32.033616] Console: switching to colour frame buffer device 80x25
[   32.033643] fb0: VGA16 VGA frame buffer device
[   33.254544] Capability LSM initialized
[   35.568818] PIIX4: IDE controller at PCI slot 0000:00:07.1
[   35.568871] PIIX4: chipset revision 1
[   35.568883] PIIX4: not 100% native mode: will probe irqs later
[   35.568914]     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:pio, hdb:pio
[   35.568961]     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:pio, hdd:pio
[   35.568997] Probing IDE interface ide0...
[   35.835391] hda: WDC AC28400R, ATA DISK drive
[   36.090341] hdb: Maxtor 6E040L0, ATA DISK drive
[   36.148948] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[   36.150101] Probing IDE interface ide1...
[   36.821876] hdc: ATAPI CD-ROM DRIVE 40X MAXIMUM, ATAPI CD/DVD-ROM drive
[   37.535501] hdd: BENQ DVD DD DW1620, ATAPI CD/DVD-ROM drive
[   37.586368] hdc: Disabling (U)DMA for ATAPI CD-ROM DRIVE 40X MAXIMUM (blacklisted)
[   37.587056] ide1 at 0x170-0x177,0x376 on irq 15
[   37.621159] hda: max request size: 128KiB
[   37.621182] hda: 16514064 sectors (8455 MB) w/512KiB Cache, CHS=16383/16/63, UDMA(33)
[   37.621209] hda: cache flushes not supported
[   37.621983]  hda: hda1 hda2 hda3
[   37.688365] hdb: max request size: 128KiB
[   37.699166] hdb: 80293248 sectors (41110 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(33)
[   37.699344] hdb: cache flushes supported
[   37.699498]  hdb: hdb1 hdb2 < hdb5 hdb6 hdb7 hdb8 >
[   37.806086] hdc: ATAPI 40X CD-ROM drive, 128kB Cache
[   37.806119] Uniform CD-ROM driver Revision: 3.20
[   37.817599] hdd: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
[   38.886535] usbcore: registered new driver usbfs
[   38.887817] usbcore: registered new driver hub
[   38.900747] PCI: Found IRQ 9 for device 0000:00:0c.2
[   38.900837] ehci_hcd 0000:00:0c.2: EHCI Host Controller
[   38.922918] ehci_hcd 0000:00:0c.2: new USB bus registered, assigned bus number 1
[   38.922960] ehci_hcd 0000:00:0c.2: irq 9, io mem 0xe8003000
[   38.922989] ehci_hcd 0000:00:0c.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   38.924264] hub 1-0:1.0: USB hub found
[   38.924320] hub 1-0:1.0: 3 ports detected
[   39.004130] ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
[   39.005392] PCI: Found IRQ 10 for device 0000:00:0c.0
[   39.005479] ohci_hcd 0000:00:0c.0: OHCI Host Controller
[   39.028447] ohci_hcd 0000:00:0c.0: new USB bus registered, assigned bus number 2
[   39.028491] ohci_hcd 0000:00:0c.0: irq 10, io mem 0xe8001000
[   39.109995] hub 2-0:1.0: USB hub found
[   39.110058] hub 2-0:1.0: 2 ports detected
[   39.197201] USB Universal Host Controller Interface driver v2.3
[   39.199533] uhci_hcd 0000:00:07.2: UHCI Host Controller
[   39.211284] PCI: Found IRQ 11 for device 0000:00:0c.1
[   39.211323] PCI: Sharing IRQ 11 with 0000:00:09.0
[   39.211388] ohci_hcd 0000:00:0c.1: OHCI Host Controller
[   39.211995] ohci_hcd 0000:00:0c.1: new USB bus registered, assigned bus number 3
[   39.212034] ohci_hcd 0000:00:0c.1: irq 11, io mem 0xe8002000
[   39.246380] uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 4
[   39.246415] uhci_hcd 0000:00:07.2: irq 10, io base 0x0000e000
[   39.247794] hub 4-0:1.0: USB hub found
[   39.247847] hub 4-0:1.0: 2 ports detected
[   39.350278] hub 3-0:1.0: USB hub found
[   39.350333] hub 3-0:1.0: 1 port detected
[   39.635307] usb 4-1: new full speed USB device using uhci_hcd and address 2
[   39.944160] Attempting manual resume
[   39.985801] ReiserFS: hdb8: found reiserfs format "3.6" with standard journal[   39.998104] usb 3-1: new full speed USB device using ohci_hcd and address 2
[   40.469198] ReiserFS: hdb8: using ordered data mode
[   40.488634] ReiserFS: hdb8: journal params: device hdb8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   40.494706] ReiserFS: hdb8: checking transaction log (hdb8)
[   40.552419] ReiserFS: hdb8: Using r5 hash to sort names
[   55.132878] hdc: Disabling (U)DMA for ATAPI CD-ROM DRIVE 40X MAXIMUM (blacklisted)
[   55.132945] hdc: Disabling (U)DMA for ATAPI CD-ROM DRIVE 40X MAXIMUM (blacklisted)
[   61.510999] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   61.540503] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   62.313482] piix4_smbus 0000:00:07.3: Found 0000:00:07.3 device
[   62.680909] Linux Tulip driver version 1.1.13 (December 15, 2004)
[   62.681103] PCI: Found IRQ 11 for device 0000:00:09.0
[   62.681152] PCI: Sharing IRQ 11 with 0000:00:0c.1
[   62.681707] tulip0:  MII transceiver #1 config 1000 status 786d advertising 05e1.
[   62.686854] eth0: ADMtek Comet rev 17 at 0001e400, 00:50:BF:B6:D5:63, IRQ 11.[   64.099023] Linux agpgart interface v0.101 (c) Dave Jones
[   64.111662] agpgart: Detected an Intel 440BX Chipset.
[   64.120173] agpgart: AGP aperture is 64M @ 0xe0000000
[   64.154994] input: ImPS/2 Generic Wheel Mouse as /class/input/input1
[   65.155043] Real Time Clock Driver v1.12
[   66.280896] input: PC Speaker as /class/input/input2
[   66.332824] PCI: Found IRQ 9 for device 0000:00:0b.0
[   67.017895] Floppy drive(s): fd0 is 1.44M
[   67.032766] FDC 0 is a post-1991 82077
[   67.754855] drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x03F0 pid 0x8204
[   67.755074] usbcore: registered new driver usblp
[   67.755091] drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver[   68.812962] ts: Compaq touchscreen protocol output
[   69.138672] parport: PnPBIOS parport detected.
[   69.138749] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[   71.274365] Intel ISA PCIC probe: not found.
[   71.615098] lp0: using parport0 (interrupt-driven).
[   71.820157] NET: Registered protocol family 17
[   72.148707] Adding 610460k swap on /dev/hda3.  Priority:-1 extents:1 across:610460k
[   73.686490] 0000:00:09.0: tulip_stop_rxtx() failed (CSR5 0xfc664010 CSR6 0xff972113)
[   73.686524] eth0: Setting full-duplex based on MII#1 link partner capability of 45e1.
[   74.601512] NET: Registered protocol family 10
[   74.602090] lo: Disabled Privacy Extensions
[   74.602815] IPv6 over IPv4 tunneling driver
[   74.766194] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
[   74.766214] md: bitmap version 4.39
[   76.598628] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
[   77.157180] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.157208] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.157225] ide: failed opcode was: unknown
[   77.157241] end_request: I/O error, dev hdc, sector 0
[   77.157258] Buffer I/O error on device hdc, logical block 0
[   77.158303] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.158326] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.158341] ide: failed opcode was: unknown
[   77.158356] end_request: I/O error, dev hdc, sector 4
[   77.158371] Buffer I/O error on device hdc, logical block 1
[   77.159436] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.159459] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.159475] ide: failed opcode was: unknown
[   77.159489] end_request: I/O error, dev hdc, sector 8
[   77.159505] Buffer I/O error on device hdc, logical block 2
[   77.160586] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.160608] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.160624] ide: failed opcode was: unknown
[   77.160654] end_request: I/O error, dev hdc, sector 12
[   77.160669] Buffer I/O error on device hdc, logical block 3
[   77.161799] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.161821] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.161837] ide: failed opcode was: unknown
[   77.161851] end_request: I/O error, dev hdc, sector 16
[   77.161866] Buffer I/O error on device hdc, logical block 4
[   77.162930] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.162952] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.162968] ide: failed opcode was: unknown
[   77.162982] end_request: I/O error, dev hdc, sector 20
[   77.162997] Buffer I/O error on device hdc, logical block 5
[   77.164028] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.164050] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.164066] ide: failed opcode was: unknown
[   77.164080] end_request: I/O error, dev hdc, sector 24
[   77.164095] Buffer I/O error on device hdc, logical block 6
[   77.165126] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.165148] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.165164] ide: failed opcode was: unknown
[   77.165178] end_request: I/O error, dev hdc, sector 28
[   77.165193] Buffer I/O error on device hdc, logical block 7
[   77.166260] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.166282] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.166297] ide: failed opcode was: unknown
[   77.166312] end_request: I/O error, dev hdc, sector 32
[   77.166327] Buffer I/O error on device hdc, logical block 8
[   77.167358] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.167380] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.167395] ide: failed opcode was: unknown
[   77.167410] end_request: I/O error, dev hdc, sector 36
[   77.167425] Buffer I/O error on device hdc, logical block 9
[   77.168456] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.168478] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.168494] ide: failed opcode was: unknown
[   77.168508] end_request: I/O error, dev hdc, sector 40
[   77.169553] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.169575] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.169590] ide: failed opcode was: unknown
[   77.169604] end_request: I/O error, dev hdc, sector 44
[   77.170654] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.170676] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.170691] ide: failed opcode was: unknown
[   77.170705] end_request: I/O error, dev hdc, sector 48
[   77.171752] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.171774] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.171790] ide: failed opcode was: unknown
[   77.171804] end_request: I/O error, dev hdc, sector 52
[   77.172851] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.172873] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.172888] ide: failed opcode was: unknown
[   77.172902] end_request: I/O error, dev hdc, sector 56
[   77.173948] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.173970] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.173986] ide: failed opcode was: unknown
[   77.174000] end_request: I/O error, dev hdc, sector 60
[   77.175065] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.175087] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.175103] ide: failed opcode was: unknown
[   77.175116] end_request: I/O error, dev hdc, sector 0
[   77.176146] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.176168] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.176183] ide: failed opcode was: unknown
[   77.176197] end_request: I/O error, dev hdc, sector 4
[   77.184312] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.184336] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.184352] ide: failed opcode was: unknown
[   77.184366] end_request: I/O error, dev hdc, sector 0
[   77.414200] hdc: command error: status=0x51 { DriveReady SeekComplete Error }[   77.414228] hdc: command error: error=0x50 { LastFailedSense=0x05 }
[   77.414245] ide: failed opcode was: unknown
[   77.414261] end_request: I/O error, dev hdc, sector 0
[   85.452321] eth0: no IPv6 routers present
[   90.557185] kjournald starting.  Commit interval 5 seconds
[   90.562928] EXT3 FS on hda2, internal journal
[   90.562953] EXT3-fs: mounted filesystem with ordered data mode.
[   90.630574] ReiserFS: hdb7: found reiserfs format "3.6" with standard journal[   90.991975] ReiserFS: hdb7: using ordered data mode
[   91.009134] ReiserFS: hdb7: journal params: device hdb7, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   91.015138] ReiserFS: hdb7: checking transaction log (hdb7)
[   91.057770] ReiserFS: hdb7: Using r5 hash to sort names
[   91.128077] ReiserFS: hdb5: found reiserfs format "3.6" with standard journal[   91.330743] ReiserFS: hdb5: using ordered data mode
[   91.346916] ReiserFS: hdb5: journal params: device hdb5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[   91.353114] ReiserFS: hdb5: checking transaction log (hdb5)
[   91.380288] ReiserFS: hdb5: Using r5 hash to sort names
[   91.519616] NTFS driver 2.1.25 [Flags: R/O MODULE].
[   91.679262] NTFS volume version 3.1.
[  119.367242] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[  123.647947] Bluetooth: Core ver 2.8
[  123.647970] NET: Registered protocol family 31
[  123.647982] Bluetooth: HCI device and connection manager initialized
[  123.648030] Bluetooth: HCI socket layer initialized
[  123.817054] Bluetooth: L2CAP ver 2.8
[  123.817076] Bluetooth: L2CAP socket layer initialized
[  123.995665] Bluetooth: RFCOMM socket layer initialized
[  123.995722] Bluetooth: RFCOMM TTY layer initialized
[  123.995734] Bluetooth: RFCOMM ver 1.7
[  124.816770] hdc: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
[  124.816805] hdc: drive_cmd: error=0x04 { AbortedCommand }
[  124.816821] ide: failed opcode was: 0xec
[  124.825076] hdc: drive_cmd: status=0x58 { DriveReady SeekComplete DataRequest }
[  124.825102] ide: failed opcode was: 0xa1
[  124.840492] hdd: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
[  124.840525] hdd: drive_cmd: error=0x04 { AbortedCommand }
[  124.840540] ide: failed opcode was: 0xec
[  126.966236] hdc: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
[  126.966270] hdc: drive_cmd: error=0x04 { AbortedCommand }
[  126.966285] ide: failed opcode was: 0xec
[  126.974589] hdc: drive_cmd: status=0x58 { DriveReady SeekComplete DataRequest }
[  126.974629] ide: failed opcode was: 0xa1
[  126.990441] hdd: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
[  126.990473] hdd: drive_cmd: error=0x04 { AbortedCommand }
[  126.990488] ide: failed opcode was: 0xec
[ 3392.642933] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.642966] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.642986] ide: failed opcode was: unknown
[ 3392.643003] end_request: I/O error, dev hdd, sector 0
[ 3392.643020] printk: 8 messages suppressed.
[ 3392.643035] Buffer I/O error on device hdd, logical block 0
[ 3392.847963] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.847994] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.848014] ide: failed opcode was: unknown
[ 3392.848030] end_request: I/O error, dev hdd, sector 4
[ 3392.848050] Buffer I/O error on device hdd, logical block 1
[ 3392.851732] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.851761] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.851782] ide: failed opcode was: unknown
[ 3392.851798] end_request: I/O error, dev hdd, sector 8
[ 3392.851816] Buffer I/O error on device hdd, logical block 2
[ 3392.855091] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.855118] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.855137] ide: failed opcode was: unknown
[ 3392.855152] end_request: I/O error, dev hdd, sector 12
[ 3392.855169] Buffer I/O error on device hdd, logical block 3
[ 3392.859299] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.859326] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.859345] ide: failed opcode was: unknown
[ 3392.859360] end_request: I/O error, dev hdd, sector 16
[ 3392.859377] Buffer I/O error on device hdd, logical block 4
[ 3392.863347] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.863375] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.863395] ide: failed opcode was: unknown
[ 3392.863410] end_request: I/O error, dev hdd, sector 20
[ 3392.863427] Buffer I/O error on device hdd, logical block 5
[ 3392.866858] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.866882] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.866920] ide: failed opcode was: unknown
[ 3392.866935] end_request: I/O error, dev hdd, sector 24
[ 3392.866952] Buffer I/O error on device hdd, logical block 6
[ 3392.872537] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.872565] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.872583] ide: failed opcode was: unknown
[ 3392.872599] end_request: I/O error, dev hdd, sector 28
[ 3392.872616] Buffer I/O error on device hdd, logical block 7
[ 3392.875392] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.875419] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.875438] ide: failed opcode was: unknown
[ 3392.875453] end_request: I/O error, dev hdd, sector 32
[ 3392.875470] Buffer I/O error on device hdd, logical block 8
[ 3392.878595] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.878622] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.878641] ide: failed opcode was: unknown
[ 3392.878657] end_request: I/O error, dev hdd, sector 36
[ 3392.878673] Buffer I/O error on device hdd, logical block 9
[ 3392.882224] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.882252] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.882271] ide: failed opcode was: unknown
[ 3392.882286] end_request: I/O error, dev hdd, sector 40
[ 3392.885354] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.885382] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.885401] ide: failed opcode was: unknown
[ 3392.885417] end_request: I/O error, dev hdd, sector 44
[ 3392.889225] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.889253] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.889272] ide: failed opcode was: unknown
[ 3392.889288] end_request: I/O error, dev hdd, sector 48
[ 3392.894832] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.894860] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.894879] ide: failed opcode was: unknown
[ 3392.894914] end_request: I/O error, dev hdd, sector 52
[ 3392.898153] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.898180] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.898199] ide: failed opcode was: unknown
[ 3392.898214] end_request: I/O error, dev hdd, sector 56
[ 3392.901383] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.901410] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.901429] ide: failed opcode was: unknown
[ 3392.901444] end_request: I/O error, dev hdd, sector 60
[ 3392.905121] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.905148] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.905167] ide: failed opcode was: unknown
[ 3392.905182] end_request: I/O error, dev hdd, sector 0
[ 3392.908446] hdd: command error: status=0x51 { DriveReady SeekComplete Error }[ 3392.908473] hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
[ 3392.908492] ide: failed opcode was: unknown
[ 3392.908507] end_request: I/O error, dev hdd, sector 4

$

Enfin, je veux bien monter l'image ISO, mais... elle fait 0 octet hmm
Au besoin, je rappelle que c'est un CD audio, et non un CD de données.  En montant l'image ISO, je ne retrouverai donc pas de fichier texte ou autre (d'ailleurs, vais-je simplement trouver des fichiers?).

Néanmoins, merci de vous intéresser à mon cas. smile

Dernière modification par AlexandreP (Le 10/04/2006, à 00:08)


«La capacité d'apprendre est un don; La faculté d'apprendre est un talent; La volonté d'apprendre est un choix.» -Frank Herbert
93,8% des gens sont capables d'inventer des statistiques sans fournir d'études à l'appui.

Hors ligne

#11 Le 10/04/2006, à 09:04

cep_

Re : [Résolu] Copie d'un CD audio

Au besoin, je rappelle que c'est un CD audio, et non un CD de données.

En effet. Et rien en mount. Je regarde plus en détail. À plus tard, peut-être wink

#12 Le 10/04/2006, à 09:52

cep_

Re : [Résolu] Copie d'un CD audio

Alors, je n'ai pas testé mais tu as des pistes de solutions en utilisant au choix les paquets (et d'autres) :

cdfssrc
cdda2wav (voir cdrtools-doc)

ou les classiques utilitaires de copie.

Bonne continuation.
cep

p.s : je pensais que /dev/audio pouvait offrir une solution.

#13 Le 10/04/2006, à 11:34

cep_

Re : [Résolu] Copie d'un CD audio

J'avais mal lu la question smile , je pensais que tu voulais un iso ou autre système de fichiers à modifier.

S'il s'agit simplement de faire un fichier pouvant être gravé ensuite, il y a plusieurs solutions, puisqu'on n'a pas besoin de créér un système de fichier montable.

apt-get install cdrdao

cdrdao read-cd --device /dev/cdrom  mon_im.toc (ou autre nom, peu importe, puisque l'image n'est pas montable)

noter dans le terminal cette partie :
Copying audio tracks 1-2: start 00:00:00, length 08:09:70 to "data.bin"...
qui donne le nom du fichier créé dans le répertoire perso.

Donc il a été créé un fichier data.bin qui pourra ensuite être gravé.

cdrdao write --device /ton/graveur mon_im.toc

#14 Le 11/04/2006, à 00:30

sksbir

Re : [Résolu] Copie d'un CD audio

graveman permet de créer une image ISO très simplement....

Hors ligne

#15 Le 12/04/2006, à 04:29

AlexandreP

Re : [Résolu] Copie d'un CD audio

@ sksbir: oui, j'avais essayé, mais ça n'avait pas fonctionné.  C'est pour ça que j'ai opté pour des outils en ligne de commande.  Finalement, il aura fallu que je ne passe pas par une image ISO, contrairement à ce que j'avais pensé au début.

@ cep: Je ne connaissais pas cdrdao.  Bref, j'ai essayé et... ouuaaaaiiiisssss, ça fonctionne!  Viens que je t'embrass... euh! que je te serre la main très fort tongue

Il aura fallu, toutefois, que je me serve de sudo pour graver.  Autrement, ça me donnait ces erreurs:

WARNING: No super user permission to setup real time scheduling.

[...]

ERROR: Write data failed.ers 100%  94%).
ERROR: Writing failed - buffer under run?
ERROR: Writing failed.

Avec sudo, no problema cool  Bref, un énorme merci!


«La capacité d'apprendre est un don; La faculté d'apprendre est un talent; La volonté d'apprendre est un choix.» -Frank Herbert
93,8% des gens sont capables d'inventer des statistiques sans fournir d'études à l'appui.

Hors ligne

#16 Le 12/04/2006, à 08:56

cep_

Re : [Résolu] Copie d'un CD audio

smile
De rien Alexandre.
Bonne journée.
cep