Quote Originally Posted by Bill Agee View Post
But I want the sound to stay same as UK, i.e. not Nicam. How would I modify the script before compiling?
Find the line that reads:
Code:
iicw4(0x88, 0x10, 0x00200008);    /* PAL B/G NICAM Stereo */
And remove it, or change it to
Code:
iicw4(0x88, 0x10, 0x00200001);    /* Autodetection */
You will also want to make sure you do not have RFOutputChannel set, or remove the #ifdef/#endif parts of the code that deal with it.

Quote Originally Posted by Bill Agee View Post
Also, I modified some lib files and when I try to change the ukchan.c file or compile it I get a Segmentation fault error - I'm guessing due to the change in lib files. Any idea if that's what's causing it?
I have seen this when compiling things on the UK hardware... something gets a little upset when compilations start going bad (probably with a loadable module - I have not really bothered to look into it) and a reboot fixes it.