public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] [OT] CD/DVD/R/RW-manufacturer - HOWTO identify?
@ 2006-02-18 17:25 Andrew Gaydenko
  2006-02-18 17:46 ` Andrei Slavoiu
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Andrew Gaydenko @ 2006-02-18 17:25 UTC (permalink / raw
  To: gentoo-user

Hi!

Is there a tool to identify a CD/DVD/R/RW-manufacturer?
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user] [OT] CD/DVD/R/RW-manufacturer - HOWTO identify?
  2006-02-18 17:25 [gentoo-user] [OT] CD/DVD/R/RW-manufacturer - HOWTO identify? Andrew Gaydenko
@ 2006-02-18 17:46 ` Andrei Slavoiu
  2006-02-18 18:07   ` Andrew Gaydenko
  2006-02-18 18:00 ` Etaoin Shrdlu
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 10+ messages in thread
From: Andrei Slavoiu @ 2006-02-18 17:46 UTC (permalink / raw
  To: gentoo-user

--- Andrew Gaydenko <a@gaydenko.com> wrote:
> Hi!
> 
> Is there a tool to identify a
> CD/DVD/R/RW-manufacturer?
cat /proc/ide/hdd/model
This works if your cdrom is /dev/hdd, replace otherwise.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user] [OT] CD/DVD/R/RW-manufacturer - HOWTO identify?
  2006-02-18 17:25 [gentoo-user] [OT] CD/DVD/R/RW-manufacturer - HOWTO identify? Andrew Gaydenko
  2006-02-18 17:46 ` Andrei Slavoiu
@ 2006-02-18 18:00 ` Etaoin Shrdlu
  2006-02-18 18:13   ` Hemmann, Volker Armin
  2006-02-18 18:00 ` Mariusz Pękala
  2006-02-18 18:15 ` Hemmann, Volker Armin
  3 siblings, 1 reply; 10+ messages in thread
From: Etaoin Shrdlu @ 2006-02-18 18:00 UTC (permalink / raw
  To: gentoo-user

On Saturday 18 February 2006 18:25, Andrew Gaydenko wrote:

> Hi!
>
> Is there a tool to identify a CD/DVD/R/RW-manufacturer?

Cdrecord tries to detect the disk manufacturer at the beginning of the 
write process. Look for cdrecord output messages. Here is an example 
using a TDK blank CD (your messages may be different, of course):

...
ATIP info from disk:
  Indicated writing power: 5
  Is not unrestricted
  Is not erasable
  Disk sub type: Medium Type B, low Beta category (B-) (4)
  ATIP start of lead in:  -12369 (97:17/06)
  ATIP start of lead out: 359849 (79:59/74)
Disk type:    Short strategy type (Phthalocyanine or similar)
Manuf. index: 69
Manufacturer: Moser Baer India Limited
Manufacturer is guessed because of the orange forum embargo.
The orange forum likes to get money for recent information.
The information for this media may not be correct.
...

-- 
cat /dev/urandom > /tmp/life
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user] [OT] CD/DVD/R/RW-manufacturer - HOWTO identify?
  2006-02-18 17:25 [gentoo-user] [OT] CD/DVD/R/RW-manufacturer - HOWTO identify? Andrew Gaydenko
  2006-02-18 17:46 ` Andrei Slavoiu
  2006-02-18 18:00 ` Etaoin Shrdlu
@ 2006-02-18 18:00 ` Mariusz Pękala
  2006-02-18 18:15 ` Hemmann, Volker Armin
  3 siblings, 0 replies; 10+ messages in thread
From: Mariusz Pękala @ 2006-02-18 18:00 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 970 bytes --]

On 2006-02-18 20:25:58 +0300 (Sat, Feb), Andrew Gaydenko wrote:
> Hi!
> 
> Is there a tool to identify a CD/DVD/R/RW-manufacturer?

The only one I found so far is:

  cdrecord -dummy -v dev=/dev/cdrw /dev/null

but it does not work on non-writers, and I havent looked for such tool
too hard :-)

Example:
[..]
ATIP info from disk:
  Indicated writing power: 5
  Is not unrestricted
  Is not erasable
  Disk sub type: Medium Type B, low Beta category (B-) (4)
  ATIP start of lead in:  -12488 (97:15/37)
  ATIP start of lead out: 359849 (79:59/74)
Disk type:    Short strategy type (Phthalocyanine or similar)
Manuf. index: 70
Manufacturer: NAN-YA Plastics Corporation
Manufacturer is guessed because of the orange forum embargo.
The orange forum likes to get money for recent information.
The information for this media may not be correct.
[..]

-- 
No virus found in this outgoing message.
Checked by "grep -i virus $MESSAGE"
Trust me.

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user] [OT] CD/DVD/R/RW-manufacturer - HOWTO identify?
  2006-02-18 17:46 ` Andrei Slavoiu
@ 2006-02-18 18:07   ` Andrew Gaydenko
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Gaydenko @ 2006-02-18 18:07 UTC (permalink / raw
  To: gentoo-user

This shows a drive model rather media manufacturer.

======= On Saturday 18 February 2006 20:46, Andrei Slavoiu wrote: =======
--- Andrew Gaydenko <a@gaydenko.com> wrote:
> Hi!
> 
> Is there a tool to identify a
> CD/DVD/R/RW-manufacturer?
cat /proc/ide/hdd/model
This works if your cdrom is /dev/hdd, replace otherwise.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
gentoo-user@gentoo.org mailing list

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user] [OT] CD/DVD/R/RW-manufacturer - HOWTO identify?
  2006-02-18 18:00 ` Etaoin Shrdlu
@ 2006-02-18 18:13   ` Hemmann, Volker Armin
  2006-02-18 19:02     ` Etaoin Shrdlu
  0 siblings, 1 reply; 10+ messages in thread
From: Hemmann, Volker Armin @ 2006-02-18 18:13 UTC (permalink / raw
  To: gentoo-user

On Saturday 18 February 2006 19:00, Etaoin Shrdlu wrote:
> On Saturday 18 February 2006 18:25, Andrew Gaydenko wrote:
> > Hi!
> >
> > Is there a tool to identify a CD/DVD/R/RW-manufacturer?
>
> Cdrecord tries to detect the disk manufacturer at the beginning of the
> write process. Look for cdrecord output messages. Here is an example
> using a TDK blank CD (your messages may be different, of course):
>
> ...
> ATIP info from disk:
>   Indicated writing power: 5
>   Is not unrestricted
>   Is not erasable
>   Disk sub type: Medium Type B, low Beta category (B-) (4)
>   ATIP start of lead in:  -12369 (97:17/06)
>   ATIP start of lead out: 359849 (79:59/74)
> Disk type:    Short strategy type (Phthalocyanine or similar)
> Manuf. index: 69
> Manufacturer: Moser Baer India Limited
> Manufacturer is guessed because of the orange forum embargo.
> The orange forum likes to get money for recent information.
> The information for this media may not be correct.
> ...

this information is very.... useless...

because the information is printed into the stamper to make the blanks. And 
when a manufacturer sells its stampers to another on, or a third buys them on 
the 'second hand' or 'grey market', the ATIP information has nothing to do 
with the real manufacturer. There are even stampers, discarded by the 
dedicated vendor, because of bad quality, that are used by cheapo east asian 
manufacturers.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user] [OT] CD/DVD/R/RW-manufacturer - HOWTO identify?
  2006-02-18 17:25 [gentoo-user] [OT] CD/DVD/R/RW-manufacturer - HOWTO identify? Andrew Gaydenko
                   ` (2 preceding siblings ...)
  2006-02-18 18:00 ` Mariusz Pękala
@ 2006-02-18 18:15 ` Hemmann, Volker Armin
  2006-02-19  3:16   ` [gentoo-user] " James
  3 siblings, 1 reply; 10+ messages in thread
From: Hemmann, Volker Armin @ 2006-02-18 18:15 UTC (permalink / raw
  To: gentoo-user

On Saturday 18 February 2006 18:25, Andrew Gaydenko wrote:
> Hi!
>
> Is there a tool to identify a CD/DVD/R/RW-manufacturer?

the drive?
hdparm

man hdparm, if you don't know which option you need.

the blanks?

none that is reliable - best to look at the package and google
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user] [OT] CD/DVD/R/RW-manufacturer - HOWTO identify?
  2006-02-18 18:13   ` Hemmann, Volker Armin
@ 2006-02-18 19:02     ` Etaoin Shrdlu
  0 siblings, 0 replies; 10+ messages in thread
From: Etaoin Shrdlu @ 2006-02-18 19:02 UTC (permalink / raw
  To: gentoo-user

On Saturday 18 February 2006 19:13, Hemmann, Volker Armin wrote:

> this information is very.... useless...
>
> because the information is printed into the stamper to make the
> blanks. And when a manufacturer sells its stampers to another on, or a
> third buys them on the 'second hand' or 'grey market', the ATIP
> information has nothing to do with the real manufacturer. There are
> even stampers, discarded by the dedicated vendor, because of bad
> quality, that are used by cheapo east asian manufacturers.

Good to know, thanks for the info.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-user]  Re: [OT] CD/DVD/R/RW-manufacturer - HOWTO identify?
  2006-02-18 18:15 ` Hemmann, Volker Armin
@ 2006-02-19  3:16   ` James
  2006-02-19 13:10     ` Hemmann, Volker Armin
  0 siblings, 1 reply; 10+ messages in thread
From: James @ 2006-02-19  3:16 UTC (permalink / raw
  To: gentoo-user

Hemmann, Volker Armin <volker.armin.hemmann <at> tu-clausthal.de> writes:

> 
> On Saturday 18 February 2006 18:25, Andrew Gaydenko wrote:
> > Hi!
> >
> > Is there a tool to identify a CD/DVD/R/RW-manufacturer?
> 
> the drive?
> hdparm
> 
> man hdparm, 

hdparm i /dev/hdc 

Model=TOSHIBA DVD-ROM SD-R2412, FwRev=1015, SerialNo=Z34A308331
 Config={ Fixed Removeable DTR<=5Mbs DTR>10Mbs nonMagnetic }
 RawCHS=0/0/0, TrkSize=0, SectSize=0, ECCbytes=0
 BuffType=unknown, BuffSize=2048kB, MaxMultSect=0
 (maybe): CurCHS=0/0/0, CurSects=0, LBA=yes, LBAsects=0
 IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes:  pio0 pio1 pio2 pio3 pio4
 DMA modes:  sdma0 sdma1 sdma2 mdma0 mdma1 mdma2
 UDMA modes: udma0 udma1 *udma2
 AdvancedPM=no
 Drive conforms to: ATA/ATAPI-5 T13 1321D revision 3:


hdparm -I /dev/hdc
ATAPI CD-ROM, with removable media
        Model Number:       TOSHIBA DVD-ROM SD-R2412
        Serial Number:      Z34A308331
        Firmware Revision:  1015
Standards:
        Used: ATAPI for CD-ROMs, SFF-8020i, r2.5
        Supported: CD-ROM ATAPI-2
Configuration:
        DRQ response: 50us.
        Packet size: 12 bytes
Capabilities:
        LBA, IORDY(can be disabled)
        Buffer size: 2048.0kB
        DMA: sdma0 sdma1 sdma2 mdma0 mdma1 mdma2 udma0 udma1 *udma2
             Cycle time: min=120ns recommended=120ns
        PIO: pio0 pio1 pio2 pio3 pio4
             Cycle time: no flow control=120ns  IORDY flow control=120ns
HW reset results:
        CBLID- above Vih
        Device num = 0 determined by CSEL


HTH,

James





-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user]  Re: [OT] CD/DVD/R/RW-manufacturer - HOWTO identify?
  2006-02-19  3:16   ` [gentoo-user] " James
@ 2006-02-19 13:10     ` Hemmann, Volker Armin
  0 siblings, 0 replies; 10+ messages in thread
From: Hemmann, Volker Armin @ 2006-02-19 13:10 UTC (permalink / raw
  To: gentoo-user

On Sunday 19 February 2006 04:16, James wrote:

> hdparm -I /dev/hdc
> ATAPI CD-ROM, with removable media
>         Model Number:       TOSHIBA DVD-ROM SD-R2412
>         Serial Number:      Z34A308331
>         Firmware Revision:  1015

well, every info that is needed for identification ;)
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2006-02-19 13:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-18 17:25 [gentoo-user] [OT] CD/DVD/R/RW-manufacturer - HOWTO identify? Andrew Gaydenko
2006-02-18 17:46 ` Andrei Slavoiu
2006-02-18 18:07   ` Andrew Gaydenko
2006-02-18 18:00 ` Etaoin Shrdlu
2006-02-18 18:13   ` Hemmann, Volker Armin
2006-02-18 19:02     ` Etaoin Shrdlu
2006-02-18 18:00 ` Mariusz Pękala
2006-02-18 18:15 ` Hemmann, Volker Armin
2006-02-19  3:16   ` [gentoo-user] " James
2006-02-19 13:10     ` Hemmann, Volker Armin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox