Kodi Community Forum
Adding XBMCbuntu machine to windows 7 homegroup. - 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: Adding XBMCbuntu machine to windows 7 homegroup. (/showthread.php?tid=129362)



Adding XBMCbuntu machine to windows 7 homegroup. - jmenorton - 2012-04-19

Hi all, just wondered if this was possible, main reason would be to transfer, newly ripped music, tv shows ect, over to the external hdd's connected to xbmc machine over the network (this is possible right?) Kind of a hassle constantly dissconnecting the externals and connecting them to the laptop, just to add a few albums, or new episodes.


RE: Adding XBMCbuntu machine to windows 7 homegroup. - dandirk - 2012-04-19

Not sure about home group, but you create a smb share on the linux box and windows should be able to access it. No clue at all about homegroups, never use it (I think). I still do workgroup networking.

You might have to install samba server components (you did with dharma).

Tons of info online on how to createa a smb share in linux.


RE: Adding XBMCbuntu machine to windows 7 homegroup. - pumkinut - 2012-04-19

Home groups are a Win7+ thing. It's not supported by other OSs. As dandirk said, you can share via SMB (samba), which should work pretty well.


RE: Adding XBMCbuntu machine to windows 7 homegroup. - HenryFord - 2012-04-19

No, the homegroup is proprietary implementation of SMB - only accessible via Windows-PCs within the homegroup.
What you want is still very much possible - using Linux's SMB integration "Samba". Here is a guide on how to do that:
http://www.howtogeek.com/74459/how-to-create-samba-windows-shares-in-linux-the-easy-way/


RE: Adding XBMCbuntu machine to windows 7 homegroup. - jmenorton - 2012-04-19

thanks for the help, now im having trouble installing the samba packabe, my command line looks like this:
jamie@jamie-Aspire-R3700:^$ sudo apt-get install system-config-samba

it then gives me an option to install something, i assume samba, i say yes, then i get a host of 404 not found errors
Any ideas?


RE: Adding XBMCbuntu machine to windows 7 homegroup. - HenryFord - 2012-04-19

Can you post those errors? Seems like the sources are either down, misconfigured or your network isn't configured like it should be.
Do you have problems installing any other software?
Best way would be to post the whole output of apt (you could use something like pastebin.org to paste the text)


RE: Adding XBMCbuntu machine to windows 7 homegroup. - jmenorton - 2012-04-19

I just installed gedit with no problems heres what it said during the samba install.

W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/main/s/samba/samba-common_3.5.11~dfsg-1ubuntu2.1_all.deb
404 Not Found


W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/main/s/samba/samba-common-bin_3.5.11~dfsg-1ubuntu2.1_i386.deb
404 Not Found


W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/main/s/samba/samba_3.5.11~dfsg-1ubuntu2.1_i386.deb
404 Not Found

Edit. Just installed Ubuntu Software Center, again no problem, tried installing samba from there, 'failed to download package files, check your internet connection' so guessing its a problem with thw website?


RE: Adding XBMCbuntu machine to windows 7 homegroup. - jawilljr - 2012-04-19

Try changing the default server in Software Sources:

Code:
gksudo software-properties-gtk

The above will open Software Sources...where is says "Download from" change it to the main server...close it then:

Code:
sudo apt-get update
sudo apt-get install system-config-samba

See if it works.

Jerry


RE: Adding XBMCbuntu machine to windows 7 homegroup. - jmenorton - 2012-04-19

Ok thanks for the help jawilljr that got it installed, now ive set it up following the guide HenryFord posted a few posts above, But i still can find anything on my windows machine. i can see the linux machine on the routers webpage.

Edit: Im on windows 7 ultimate if that helps. Im gonna go scream into a pillow for a little while.


RE: Adding XBMCbuntu machine to windows 7 homegroup. - dandirk - 2012-04-20

First test if your share is working... On your win7 box, open run, then \\<IP_address_of_XBMC>. It should show your samba share that you setup on the xbmc box.

If that works then networking if ok, its just name resolution/workgroup issue. Which you wouldn't have to fix but is a perk.

In the samba config file there is a setting used to join a windows workgroup (I think there is also a way to change that in the xbmc gui as well)... Make sure this matches what your win7 is setup at (default is WORKGROUP).

I dug up my notes back when I did something similar... my smb.conf file was set as follows:

[global]
workgroup = danhome
netbios name = XBMCLive
security = SHARE
auth methods = guest
domain master = No
wins support = Yes


[XBMCHome]
comment = XBMC System Share
path = /home
force user = dandirk
inherit permissions = yes
read only = No
guest ok = Yes


RE: Adding XBMCbuntu machine to windows 7 homegroup. - jmenorton - 2012-04-20

OK now im get somewhere thanks dandirk. I can now see a <homes> folder, a <'username'> folder which are both empty and i can open them up. I can also see both my external harrdives but cant open them due to not having permission. any ideas?



RE: Adding XBMCbuntu machine to windows 7 homegroup. - dandirk - 2012-04-20

Sorry not sure... I am guessing there could be something special with the USB drives, sharing and rights. Pretty much a linux hack, only able to do have is needed to get it to work, don't understand a whole bunch about it.

Please note the smb.conf file I posted is very specific to my setup/needs... Maybe use another share to share your usb drivesHuh


RE: Adding XBMCbuntu machine to windows 7 homegroup. - jmenorton - 2012-04-20

Ive decided its not really worth the effort now, transfered a few files to the folders i could access and realised at 1.5MBS it would take longer than it would to connect the HDDs to the main computer via USB, Ahh well. Thanks for the help though.