|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Hardware Support Do you have any problems with installing new hardware under SuSE Linux? Post your question in here... |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I was able to burn a blu-ray disk using Nero Linux. I verified that the information was written to the disk by opening it with a Windows machine, but unfortunately for backup restore purposes the Windows route will not be a simple one; the best solution is to be able to extract the data using openSUSE, since the data is composed it tar and bz2 files.
Under my computer, the disk shows up as "Blank BD-R" but when I click on it, I receive the message, "Method "Mount" with signature "ssas" on interface "org.freedesktop.Hal.Device.Volume" doesn't exist. Here are some of the things that I have done so far: [~]$ lsmod | grep udf udf 95256 0 [~]$ udevinfo -q env -n /dev/sr1 ID_CDROM=1 ID_CDROM_CD_R=1 ID_CDROM_CD_RW=1 ID_CDROM_DVD=1 ID_CDROM_DVD_R=1 ID_CDROM_DVD_RAM=1 ID_CDROM_MRW=1 ID_CDROM_MRW_W=1 ID_CDROM_RAM=1 DEVTYPE=disk ID_VENDOR=SONY ID_MODEL=BDRW_BWU-200S ID_REVISION=1.0a ID_SERIAL= ID_SERIAL_SHORT= ID_TYPE=cd ID_BUS=scsi ID_PATH=pci-0000:00:05.1-scsi-0:0:0:0 [/usr/src/linux-2.6.22.13-0.3]$ ls -l /dev/sr1 brw-rw----+ 1 root disk 11, 1 2008-05-16 16:09 /dev/sr1 [/usr/src/linux-2.6.22.13-0.3]$ ls /dev/dv* -1 /dev/dvd /dev/dvd2 /dev/dvdrw /dev/dvdrw2 [/usr/src/linux-2.6.22.13-0.3]$ ll /dev/dv* -1 lrwxrwxrwx 1 root root 3 2008-05-16 16:09 /dev/dvd -> sr0 lrwxrwxrwx 1 root root 3 2008-05-16 16:09 /dev/dvd2 -> sr1 lrwxrwxrwx 1 root root 3 2008-05-16 16:09 /dev/dvdrw -> sr0 lrwxrwxrwx 1 root root 3 2008-05-16 16:09 /dev/dvdrw2 -> sr1 [/usr/src/linux-2.6.22.13-0.3]$ halmount /dev/sr1 bash: halmount: command not found [/etc]$ more fstab /dev/disk/by-id/scsi-SATA_WDC_WD1600JS-55_WD-WCANM4797649-part6 / ext3 acl,user_xattr 1 1 /dev/disk/by-id/scsi-SATA_WDC_WD1600JS-55_WD-WCANM4797649-part7 /home ext3 acl,user_xattr 1 2 /dev/disk/by-id/scsi-SATA_WDC_WD1600JS-55_WD-WCANM4797649-part1 swap swap defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs noauto 0 0 debugfs /sys/kernel/debug debugfs noauto 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 /dev/fd0 /media/floppy auto noauto,user,sync 0 0 /dev/sdb3 /home/old reiserfs noauto 0 0 /dev/sda1 /home/gjones/tmp ext3 acl,user_xattr 0 0 [/etc]$ more mtab /dev/sdb6 / ext3 rw,acl,user_xattr 0 0 proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 debugfs /sys/kernel/debug debugfs rw 0 0 udev /dev tmpfs rw 0 0 devpts /dev/pts devpts rw,mode=0620,gid=5 0 0 /dev/sdb7 /home ext3 rw,acl,user_xattr 0 0 /dev/sda1 /home/gjones/tmp ext3 rw,acl,user_xattr 0 0 securityfs /sys/kernel/security securityfs rw 0 0 fusectl /sys/fs/fuse/connections fusectl rw 0 0 none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0 none /proc/fs/vmblock/mountPoint vmblock rw 0 0 -------------------------end------------------------------ Please let me know if you can assist. ANY direction/assitance/idea would be useful, helpful, appreciated... Thanks, ![]() Rafael. |
|
|||
|
you need UDF 2.5
this would require patching kernel. There is a lot of confusion regarding Blu-Ray (read only vs read/write support). You can check if upcoming opensuse 11 will support udf 2.5 and blu-ray sorry |
|
|||
|
Quote:
Thanks, appreciate the reply. Is there a way to apply a patch and recompile the kernel, or is it just not supported at this point? Is there any other way, such as third party products where I can read the burnt info and extract it from the BD-R using SUSE? Or am I pretty much s.o.l. until the next SUSE release? Thanks again, Rafael. |
|
|||
|
you can apply patch against vanilla sources (currently 2.6.25.4):
www.kernel.org in the howto section you will find a guide to patching and compiling custom kernel. I don't have enough information regarding blu-ray and udf 2.5 You can probably apply patch cleanly but I don't have any information regarding functionality. Unfortunately, without patched kernel, you may not be able to read/write blu-ray disks. I think that movies can be copied to the hard drive and latest mplayer should be able to read/play blu-ray (after decryption). This however you would have to check at http://www.mplayerhq.hu/ some information here: https://forums.gentoo.org/viewtopic-...ighlight-.html you will need udf 2.5 http://sourceforge.net/tracker/?grou...95&atid=300295 download the patch that corresponds to your kernel version I am not sure about other options that you would have to enable (or not) to make blu ray work |
|
|||
|
Quote:
Thank you, I will check out the information you provided me. I really appreciate it, thanks! Rafael |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|