Kodi Community Forum
USB drive not appearing - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: USB drive not appearing (/showthread.php?tid=58764)

Pages: 1 2 3 4 5 6 7


- topfs2 - 2009-11-09

Should be fixed in head (after alpha) so next version will contain the fix, however the already mentioned advancedsettings.xml should make it work.


- MrLux - 2009-11-09

i tried the

Code:
~/.xbmc/userdata/advancedsettings.xml

Code:
<advancedsettings>
<handlemounting>true</handlemounting>
</advancedsettings>

But no luck what so ever.


- topfs2 - 2009-11-09

MrLux Wrote:i tried the

Code:
~/.xbmc/userdata/advancedsettings.xml

Code:
<advancedsettings>
<handlemounting>true</handlemounting>
</advancedsettings>

But no luck what so ever.

Please mate, I've stated in this very thread, and in my signature below how I wish to have a bugreport. if you do not give me necessary info I'll consider it PEBKAC


- MrLux - 2009-11-09

Now i am at home and here is the info:

Version: XBMC 9.11 Alpha installed
installation : PPA
Code:
deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/team-xbmc/ppa/ubuntu jaunty main
Os: Ubuntu 9.10 intel
Sys: Asrock ion 330

Log: http://pastebin.com/m45ef0efe

thx for your assistence !


- vikjon0 - 2009-11-09

Quote:deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu jaunty main
Quote:Os: Ubuntu 9.10 intel

9.10 is not juanty use ppa for karmic


- shassino - 2009-11-09

Code:
deb http://ppa.launchpad.net/team-xbmc/karmic-ppa/ubuntu karmic main
For all too lazy to search the karmik repo XD


- MrLux - 2009-11-09

So i installed the karmic version from (thx for pointing this out)

Code:
deb http://ppa.launchpad.net/team-xbmc/karmic-ppa/ubuntu karmic main


Stille the same problem.

Log: http://pastebin.com/m4783f004


- topfs2 - 2009-11-09

MrLux Wrote:So i installed the karmic version from (thx for pointing this out)

Code:
deb http://ppa.launchpad.net/team-xbmc/karmic-ppa/ubuntu karmic main


Stille the same problem.

Log: http://pastebin.com/m4783f004

Ok, I think I need to fix the logging abit, this log tells me to little (my fault).

My bet is that your device isn't recognised as removable, or there is yet another regression regarding this.

I'll take a big look at it and hopefully it'll be fixed in next alpha.


- MrLux - 2009-11-09

ok thx a lot

FYI
My Harddrive is a Samsung story station 1.5TB
http://www.samsung.com/global/business/hdd/productmodel.do?type=87&subtype=91&model_cd=466#


- nappomat - 2009-11-11

Hi folks,... first post.

Ive compiled xbmc on an debian testing system, it seems to be working so far but i also have a broken "HAL" -> USB auto add, tweaked my advancedsettings.xml and now when i plug in an drive/stick xmbc crashes with "segmentation fault".. any ideas?

http://nopaste.info/f5fc786eeb.html <- Crashlog


Thanks


- nappomat - 2009-11-15

nobody? any ideas?


- topfs2 - 2009-11-15

compile with debug, your crashlog doesn't generate any usefull data unfortuanatly.


- Nogood5 - 2009-11-23

Works like a charm in beta1. Thanks to those who fixed it (made it noob proof)


- Serverov - 2009-11-29

nappomat Wrote:nobody? any ideas?

I resolved usb automount trouble by adding next HAL & sys politics for 'xbmc' user:

In /etc/dbus-1/system.d/hal.conf

add section
Code:
<policy user="xbmc">
    <allow own="org.freedesktop.Hal"/>
</policy>

In file /etc/PolicyKit/PolicyKit.conf

Change line

Code:
<match user="root">


to line

Code:
<match user="root|xbmc">


Here is my htpc config: e7aum-ds2h, Jaunty 'mini'(9.04), xbmc beta1.


- topfs2 - 2009-11-29

welcome to forum.
The way you are fixing this isnt very recommended. the correct way is to use polkit-auth --grant. This is explained elsewere on the forum. Its very bad to blindly set xbmc to do root stuff over dbus. if you for instance have xbmc connected to the internet with http someone could do some real nasty stuff to the PC.

Cheers,
Tobias