Opened 12 years ago
Closed 12 years ago
#9004 closed enhancement (fixed)
Bluray format not recognised by Haiku
Reported by: | lalit | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | File Systems/UDF | Version: | R1/Development |
Keywords: | Bluray | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
I can read dvds by the bluray drive, but can't read blurays using the same drive.
Attachments (5)
Change History (18)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
cdrecord -scanbus
Cdrecord-ProDVD-ProBD-Clone 3.01a07 (i586-pc-haiku) Copyright (C) 1995-2012 Joerg Schilling Using libscg version 'schily-0.9'. scsibus11:
11,0,0 1100) 'Slimtype' 'BD E DS6E2SH ' 'CP53' Removable CD-ROM 11,1,0 1101) * 11,2,0 1102) * 11,3,0 1103) * 11,4,0 1104) * 11,5,0 1105) * 11,6,0 1106) * 11,7,0 1107) *
cdrecord -media-info
Cdrecord-ProDVD-ProBD-Clone 3.01a07 (i586-pc-haiku) Copyright (C) 1995-2012 Joerg Schilling Using libscg version 'schily-0.9'. Device type : Removable CD-ROM Version : 2 Response Format: 2 Capabilities : Vendor_info : 'Slimtype' Identifikation : 'BD E DS6E2SH ' Revision : 'CP53' Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM. Using generic SCSI-3/mmc-3 BD-ROM driver (mmc_bdrom). Driver flags : NO-CD BD MMC-3 BURNFREE FORCESPEED Supported modes: PACKET SAO LAYER_JUMP Mounted media class: BD Mounted media type: BD-ROM Disk Is not erasable data type: standard disk status: complete session status: complete BG format status: none first track: 1 number of sessions: 1 first track in last sess: 1 last track in last sess: 1 Disk Is unrestricted Disk type: DVD, HD-DVD or BD
Track Sess Type Start Addr End Addr Size ==============================================
1 1 Data 0 13013407 13013408
Last session start address: 0 Last session leadout start address: 13013408
~> cdrecord -scanbus > scanbus ~> cdrecord -media-info > mediaInfo cdrecord: WARNING: Cannot set priority on this OS. cdrecord: WARNING: This causes a high risk for buffer underruns. No target specified, trying to find one... Using dev=11,0,0. cdrecord: Warning: Cannot read drive buffer. cdrecord: Warning: The DMA speed test has been skipped.
comment:4 by , 12 years ago
Thoughts: May be due to Bluray discs using a UDF 2.5 or UDF 2.6 filesystem... I see a few blurbs about UDF-2.50 in the UDF file_system driver, but have no idea if 2.5 has ever been tested.
syslog would definitely help though.
comment:5 by , 12 years ago
Nothing useful in this syslog. Maybe try without the driver iprowifi4965.
comment:6 by , 12 years ago
Interesting part:
KERN: trying: file_systems/udf/v1 KERN: udf: WARNING: no valid udf implementation use descriptor found KERN: udf_recognize: last integrity descriptor not closed. status = -1
comment:7 by , 12 years ago
added an explicit error message in syslog in hrev44665 in case udf revision isn't supported (0x250, maximum is 0x201). I don't know what implies supporting 2.50
comment:8 by , 12 years ago
Component: | File Systems → File Systems/UDF |
---|
comment:10 by , 12 years ago
Hi lalit, which version of Haiku have you obtained this syslog with? Could it be that you checked with an alpha4 nightly?
comment:11 by , 12 years ago
As of hrev44710 gcc4, my Blu-Ray movie mounts and is accessible.
However, when I unmount the disc I get a kdl (every time)
KDL screenshot attached.
comment:12 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:13 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Should be fixed in hrev44711.
Try running:
cdrecord -scanbus
in a terminal and report the info back here. You might also try:
cdrecord -media-info
to see if it is recognizing the media type correctly. cdrtools should support blueray, although I don't know how well this has been tested on Haiku, I don't yet have a blueray drive myself.