• 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7
USB drive not appearing
#61
Should be fixed in head (after alpha) so next version will contain the fix, however the already mentioned advancedsettings.xml should make it work.
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply
#62
i tried the

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

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

But no luck what so ever.
Reply
#63
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
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply
#64
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 !
Reply
#65
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
Reply
#66
Code:
deb http://ppa.launchpad.net/team-xbmc/karmic-ppa/ubuntu karmic main
For all too lazy to search the karmik repo XD
Reply
#67
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
Reply
#68
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.
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply
#69
ok thx a lot

FYI
My Harddrive is a Samsung story station 1.5TB
http://www.samsung.com/global/business/h...el_cd=466#
Reply
#70
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
Reply
#71
nobody? any ideas?
Reply
#72
compile with debug, your crashlog doesn't generate any usefull data unfortuanatly.
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply
#73
Works like a charm in beta1. Thanks to those who fixed it (made it noob proof)
Reply
#74
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.
Reply
#75
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
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply
  • 1
  • 3
  • 4
  • 5(current)
  • 6
  • 7

Logout Mark Read Team Forum Stats Members Help
USB drive not appearing0