Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
#1 | Link |
|
Registered User
Join Date: Feb 2008
Posts: 16
|
Ubuntu UDF patch
iv'e just tried installing a UDF 2.5 patch to my gutsy install so that I can play Blu-ray DVD's with DumpHD and now appear to have made a mess of my /etc/fstab file.
I did this wget http://www.strapp.co.uk/files/udf-$( uname -r ).ko sudo mv udf-$( uname -r ).ko /lib/modules/$( uname -r )/kernel/fs/udf/udf.ko and followed the rest of the text, dmesg grep | UDF reveals nothing, I fiddle with my /etc/fstab and now have this /dev/hdc /media/cdrom0 auto 0 0 /dev/hdc /media/cdrom0 udf,iso9660 user,noauto,exec 0 0 /dev/scd0 /media/cdrom0 iso9660,udf user,noauto 0 0 How do I get the UDF patch to work? when i try and mount dvd I get told i dont have the right privilege
__________________
Linux Ubuntu Gutsy Gibbon 64bit and love it |
|
|
|
|
|
#3 | Link |
|
Registered User
Join Date: Feb 2008
Posts: 16
|
UDF Patch ubuntu
Just try this from www.strapp.co.uk
rob@rob-desktop:~$ wget http://www.strapp.co.uk/files/udf-$( uname -r ).ko --13:24:10-- http://www.strapp.co.uk/files/udf-2.6.22-14-generic.ko => `udf-2.6.22-14-generic.ko' Resolving www.strapp.co.uk... 212.159.9.131 Connecting to www.strapp.co.uk|212.159.9.131|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1,677,013 (1.6M) [application/x-object] 100%[====================================>] 1,677,013 213.76K/s ETA 00:00 13:24:18 (213.92 KB/s) - `udf-2.6.22-14-generic.ko' saved [1677013/1677013] rob@rob-desktop:~$ sudo mv udf-$( uname -r ).ko /lib/modules/$( uname -r )/kernel/fs/udf/udf.ko rob@rob-desktop:~$ dmesg | grep UDF rob@rob-desktop:~$ sudo depmod -a rob@rob-desktop:~$ sudo modprobe udf FATAL: Error inserting udf (/lib/modules/2.6.22-14-generic/kernel/fs/udf/udf.ko): Invalid module format
__________________
Linux Ubuntu Gutsy Gibbon 64bit and love it Last edited by addisor; 12th February 2008 at 14:24. |
|
|
|
|
|
#5 | Link |
|
Registered User
Join Date: Feb 2008
Posts: 16
|
Thanks, it suddenly dawned on me, while your there, When I did demod -a, could it have messed my sound up as alsa SPDIF no longer works and I can't get it back!!!
Going to give up on blu-ray for a while.
__________________
Linux Ubuntu Gutsy Gibbon 64bit and love it |
|
|
|
|
|
#6 | Link | |
|
Solaris: burnt by the Sun
Join Date: Oct 2004
Location: /etc/default/moo
Posts: 1,932
|
Quote:
but I don't blame you on giving up on blu-ray now if only the studios would follow suit... |
|
|
|
|
|
|
#7 | Link |
|
Registered User
Join Date: Mar 2005
Location: Finland
Posts: 1,631
|
It shouldn't do that by itself (depmod just updates the module dependency lists, which is standard procedure when installing new modules). I'd say the SPDIF problem was caused by something else--especially if analog sound output still works.
|
|
|
|
|
|
#8 | Link |
|
Registered User
Join Date: Feb 2008
Posts: 16
|
yea it is quire bizzare, DVD's with DTS work over spdif but XMMS and avi files from file have no sound over spdif, what do you think?
What would a better linux distro be then?
__________________
Linux Ubuntu Gutsy Gibbon 64bit and love it |
|
|
|
|
|
#9 | Link | ||
|
Registered User
Join Date: Mar 2005
Location: Finland
Posts: 1,631
|
Quote:
Code:
pcm.envyspdifdmix {
type dmix
ipc_key 1024
slave {
pcm "hw:0,1"
format S32_LE
period_time 0
buffer_time 0
period_size 2048
buffer_size 32768
rate 48000
}
}
pcm.dsp0 {
type plug
slave.pcm envyspdifdmix
}
pcm.!default {
type plug
slave.pcm envyspdifdmix
}
pcm.!iec958 {
type plug
slave {
pcm "hw:0,1"
format S32_LE
}
}
Quote:
|
||
|
|
|
|
|
#10 | Link |
|
Registered User
Join Date: Feb 2008
Posts: 16
|
rob@rob-desktop:~$ aplay -l
**** List of PLAYBACK Hardware Devices **** card 0: NVidia [HDA NVidia], device 0: ALC883 Analog [ALC883 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: NVidia [HDA NVidia], device 1: ALC883 Digital [ALC883 Digital] Subdevices: 1/1 Subdevice #0: subdevice #0 rob@rob-desktop:~$ Any help would be great?
__________________
Linux Ubuntu Gutsy Gibbon 64bit and love it |
|
|
|
|
|
#11 | Link |
|
Registered User
Join Date: Mar 2005
Location: Finland
Posts: 1,631
|
Ok, ALC883 should duplicate PCM output to S/PDIF automatically, but it can be disabled in the ALSA mixer (for ALSA > 1.0.14rc3). Perhaps that's what has happened? Try to tweak the output settings with alsamixer.
You may also need to specify the right model when loading the module, if it is not detected correctly. I doubt this is the case since aplay -l lists digital output. |
|
|
|
|
|
#12 | Link |
|
Registered User
Join Date: Jun 2007
Posts: 215
|
I've been trying the UDF 2.5 patch for Gutsy for a while, and had almost given up. I got it to work today.
Please see this thread http://ubuntuforums.org/showthread.php?t=449658 There's is a precompiled udf.ko file. You only need to replace your udf.ko with this one (Make a backup first, just incase). Worked for me. I can finally mount blu-ray discs. |
|
|
|
|
|
#16 | Link |
|
Registered User
Join Date: Nov 2003
Posts: 97
|
The zen kernel is prepatched for UDF and a bunch of other great features.
http://www.mattparnell.com/zen-kernel.html
__________________
Eat Canadian Lamb, 20,000 coyotes can't be wrong. |
|
|
|
|
|
#19 | Link |
|
Registered User
Join Date: Feb 2008
Posts: 16
|
Took the ZEN plunge!!! made a bit of progress,
rob@rob-desktop:~$ dmesg | grep UDF [ 69.589510] UDF-fs: minUDFReadRev=250 (max is 201) [ 97.888006] UDF-fs: minUDFReadRev=250 (max is 201) That never used to happen and also modprobe doesn't error. Except when I put a blu-ray in this still happens Invalid mount option when attempting to mount the volume '32005129_LAYER_CAKE'. Were nearly there, come on guys???
__________________
Linux Ubuntu Gutsy Gibbon 64bit and love it |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|