SMB shares "function not implemented" error in camelot

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
IlCyPHeRlI Offline
Junior Member
Posts: 11
Joined: Dec 2009
Reputation: 0
Post: #1
Hey guys, I just installed the Camelot live repack to my aspire 1600 and can't get any smb shares to work. Everytime I attempt to connect to a windows network file share whether by Windows Network (SMB), Add Network Location (with the host name), or Add Network Location (with the ip address), I get an error popup stating "Function Not Implemented". Anyone have any ideas? I had the beta 2 working fine with my shares, but no longer with camelot.

Thanks for the help
find quote
gucki76 Offline
Junior Member
Posts: 5
Joined: Jun 2009
Reputation: 0
Post: #2
I do have the same problem with SMB "Function Not Implemented" on my Acer apire Revo.

Gucki76
find quote
digzz Offline
Member
Posts: 95
Joined: Nov 2009
Reputation: 0
Post: #3
I'm Also getting the same Problem....Why Does every other thing get messed up with new updates?? It's so annoying!!!
find quote
C-Quel Offline
Retired Team-XBMC Member
Posts: 1,378
Joined: Aug 2004
Reputation: 0
Post: #4
digzz Wrote:I'm Also getting the same Problem....Why Does every other thing get messed up with new updates?? It's so annoying!!!

Don't update then Smile

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: badge.gif]

If scraper related please always grab the latest XML relevant to the content you are trying to grab info for from this link https://xbmc.svn.sourceforge.net/svnroot...m/scrapers

System Specs:

A Computer with loads of shiny things that make a noise and bring life to my tv, and xbmc ofc :)

iNerd Store

iNerd Forum
find quote
vdrfan Offline
Team-XBMC Developer
Posts: 2,786
Joined: Jan 2008
Reputation: 7
Location: Germany
Post: #5
Gah! How about a useful bug report instead of just yelling?

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.
find quote
rawker089 Offline
Junior Member
Posts: 15
Joined: Dec 2009
Reputation: 0
Post: #6
You have to manually put your user name and password in sources.xml.


"<path pathversion="1">smb://username:password@Public/Movies/</path>"
(This post was last modified: 2009-12-27 23:57 by rawker089.)
find quote
digzz Offline
Member
Posts: 95
Joined: Nov 2009
Reputation: 0
Post: #7
rawker089 Wrote:You have to manually put your user name and password in sources.xml.


"<path pathversion="1">smb://username:password@Public/Movies/</path>"

Mines already like this : <path pathversion="1">smb://James:*******@JAMES-PC/</path> But it still don't work. No
find quote
rawker089 Offline
Junior Member
Posts: 15
Joined: Dec 2009
Reputation: 0
Post: #8
digzz Wrote:Mines already like this : <path pathversion="1">smb://James:*******@JAMES-PC/</path> But it still don't work. No

Hmm I don't know. I have the acer 1600 updated from 9.04 to 9.11 and had the same issue. I know they removed the option to put the user name and password in xbmc network settings. I'm running ubuntu 9.10 with a samba share.
find quote
dworlitz Offline
Junior Member
Posts: 2
Joined: Nov 2009
Reputation: 0
Post: #9
I didn't have that exact same error message but I was having having trouble getting my SMB shares found and other inernet related problems.

I came to notice that my Acer 1600 was having IP assignment problems when I installed the 9.11 Camelot for LIVE. The System/Network display showed no internet connection, no IP address, no gateway address, etc.

Let me preface that I am no Linux expert so forgive me if I have any terminology incorrect.

When I went to the shell using ctrl+alt+F1, I checked 'ifconfig -a' and found that my ethernet port was listed as eth1 instead of eth0 which is what is was in the previous 9.04 LIVE version.

So if you go to /etc/network/ and look at the interfaces file (read-only by default) you should find that it has the following entry:

auto eth0
iface eth0 inet dhcp

If you change the '0' to a '1', save the changes and reboot, everything netwok related should begin working again.

Hope this helps out your issues.
find quote
digzz Offline
Member
Posts: 95
Joined: Nov 2009
Reputation: 0
Post: #10
dworlitz Wrote:I didn't have that exact same error message but I was having having trouble getting my SMB shares found and other inernet related problems.

I came to notice that my Acer 1600 was having IP assignment problems when I installed the 9.11 Camelot for LIVE. The System/Network display showed no internet connection, no IP address, no gateway address, etc.

Let me preface that I am no Linux expert so forgive me if I have any terminology incorrect.

When I went to the shell using ctrl+alt+F1, I checked 'ifconfig -a' and found that my ethernet port was listed as eth1 instead of eth0 which is what is was in the previous 9.04 LIVE version.

So if you go to /etc/network/ and look at the interfaces file (read-only by default) you should find that it has the following entry:

auto eth0
iface eth0 inet dhcp

If you change the '0' to a '1', save the changes and reboot, everything netwok related should begin working again.

Hope this helps out your issues.


I've tried to change the interfaces file in shell using FileZilla but I keep on getting a Error permission denied. Can anybody shed some light on this please?
find quote
Post Reply