View Single Post
Old 13th November 2008, 09:49 PM   #26 (permalink)
arkay

 
arkay's Avatar
Status arkay is Online:
Location Melbourne
ActivityPosts: 10,075
Reputation & Thanks Support Rating:
arkay arkay arkay arkay arkay arkay arkay arkay arkay arkay arkay
Points Earned: 2590

arkay has been thanked 757 times in 631 posts
arkay's
Media Center
Re: Fine tuning questions on xbmc

Duffy,

The only file in that zip pack that is relevant is:

LinuxDrivers/Audio/Others/realtek-linux-audiopack-4.06a.tar.bz2


The other audio driver is for the older 2.4 series kernel.

To extract that file do the following:

co to where the above file is
bunzip2 -d realtek-linux-audiopack-4.06a.tar.bz2
tar -xvf realtek-linux-audiopack-4.06a.tar

It will probably unpack a source code directory named realtek-linux-audiopack.

cd realtek-linux-audiopack-4.06a.tar
./configure
make
make install

Should install it. If you want to just unpack it first and see what's in there and let me know otherwise just go ahead and install it.

With the shares you can try and map it on the command line from the frontend with:

mount -t cifs //mythserver/images /mnt -o username=dad,password=<your password>

That should mount it under /mnt on the frontend. Don't forget to insert your real password where I "your password" above.

If you can map it like that then the username and password that you give should be what you use in clonezilla to map /images from mythserver.

Cheers,

Arkay.
  Reply With Quote