PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 26, 2012, 09:14:49 PM


Login with username, password and session length


Pages: 1 [2]   Go Down
  Print  
Author Topic: XBMC doesnt work  (Read 1671 times)
Leiche
Global Moderator
Hero Member
*****
Offline Offline

Posts: 2702


God knows, i'm not an Angel!


WWW
« Reply #15 on: January 21, 2012, 06:26:30 PM »

Smiley Smiley Smiley Smiley

Don't know what it did but that's magic - If only all problems were so easy to fix!

Thanks guys.

Derek

fine that it work...
Logged

JohnW_57
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 800



« Reply #16 on: January 21, 2012, 06:30:00 PM »

 Grin  magic?

Enjoy it!!!

JohnW
Logged

PCLinuxOS 2010 KDE4 full on: home build system:  Intel Core 2 Quad (q6700) (2.66ghz), Asus P5K motherboard, 4 gig ddr2 memory, Asus Nvidia Geforce GTS 250 1024 mb gddr3, 2x Samsung 500 gig HDD (sata).
reddieng
Jr. Member
**
Offline Offline

Posts: 10


« Reply #17 on: January 22, 2012, 06:33:35 AM »

Just one issue I've found today with the XBMC set up.  The Revo hard disk only had a small partition when received so I added a 450gb partition called Data into which I've added my music.

Now programs like Dolphin see this partion OK but XBMC will only see it if I've already accessed in Dolphin?  This makes the principle of starting XMBC automatically on boot a bit flawed.

On the old Dell the music was on a separate hard drive but it never had the same problem.

I've tried setting the system to re-start the old session and leave Dolphin running on close but this does not seem to work. Any sggestions?

Derek

Logged
AS
Global Moderator
Hero Member
*****
Offline Offline

Posts: 4139

Have a nice ... night!


« Reply #18 on: January 22, 2012, 07:25:04 AM »

Just one issue I've found today with the XBMC set up.  The Revo hard disk only had a small partition when received so I added a 450gb partition called Data into which I've added my music.

Now programs like Dolphin see this partion OK but XBMC will only see it if I've already accessed in Dolphin?  This makes the principle of starting XMBC automatically on boot a bit flawed.

On the old Dell the music was on a separate hard drive but it never had the same problem.

I've tried setting the system to re-start the old session and leave Dolphin running on close but this does not seem to work. Any sggestions?

Derek

May be the Data partition is not automatically mounted at boot ?

AS

Logged
reddieng
Jr. Member
**
Offline Offline

Posts: 10


« Reply #19 on: January 22, 2012, 02:21:20 PM »

Right, and I think I need an entry in the fstab file in /etc.

Been working out what this should be, my current fstab looks like this;

# Entry for /dev/sda2 :
UUID=7f464a30-d8bd-4e80-b646-4fabcd5ff820 / ext3 defaults 1 1
none /proc proc defaults 0 0
none /dev/pts devpts defaults 0 0

Not sure what the "none" specifies?

My partition is  sda3 and I want to mount it to  /media/data

Should my new entry be the following?

/sda3 /dev/media/data defaults 0 0

or do I have to specify it by UUID?

Derek
Logged
AS
Global Moderator
Hero Member
*****
Offline Offline

Posts: 4139

Have a nice ... night!


« Reply #20 on: January 22, 2012, 03:14:44 PM »

Right, and I think I need an entry in the fstab file in /etc.

Been working out what this should be, my current fstab looks like this;

# Entry for /dev/sda2 :
UUID=7f464a30-d8bd-4e80-b646-4fabcd5ff820 / ext3 defaults 1 1
none /proc proc defaults 0 0
none /dev/pts devpts defaults 0 0

Not sure what the "none" specifies?
"none" here means "none device" in fact proc and devpts are virtual filesystems representing kernels structures.

Quote
My partition is  sda3 and I want to mount it to  /media/data

/media in PCLinuxOS is a mountpoint whose use is reserved to auto-mounting utility, like you have seen.
I would suggest a different mountpoint, may be something like  /home/username/data

Quote
Should my new entry be the following?

/sda3 /dev/media/data defaults 0 0

or do I have to specify it by UUID?

Derek

the correct syntax for fstab entries, mandatory:
Quote
device   mountpoint    filesystem-type   options   dump  check
Use of UUID or LABEL instead of DEVICE is greatly suggested in case of removable device, because the device may change depending on the order several device could have been plugged in, in you case the partition /dev/sda3 will always remain /dev/sda3, unless you repartition the disk.

Your new fstab entry should like this:
Quote
/dev/sda3    /home/username/data   ext4  defaults    1       2
only substitute username with your current username id, and substitute ext4 with the filesystem type you are using.

About the last two fields: dump could be used from dump program, this is really ancient  Cheesy Grin

The flag check will tell to fsck when automatically run at boot, in which order the filesystems need to be checked,
the important thing is that the root filesystem must be the first (flag = 1), all other follow (flag = 2) or don't need check (flag = 0)
Logged
reddieng
Jr. Member
**
Offline Offline

Posts: 10


« Reply #21 on: January 22, 2012, 03:57:32 PM »

Thanks, that clarrifies a lot. I did not want to corrupt the file to the extent that nothing worked.

Will give it a go and report back.

Derek
Logged
Pages: 1 [2]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM