News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Please help!!!

Started by socabomb, May 09, 2008, 09:48:46 PM

Previous topic - Next topic

socabomb

I'm a newbie in linuxmce with kubuntu.  I have been trying to get my z wave usb ha22 stick working.....but i'm stuck at this part listed in on one of these posts

Get the driver
Check out the driver from the repository:

linuxmce@dcerouter:/tmp$ svn co http://svn.charonmedia.org/svn/vendor/spcp8x5
A    spcp8x5/spcp8x5.c
A    spcp8x5/Makefile
Checked out revision 1512.

I typed it into konsole, it is telling me no such file or directory

please tell me directions in layman's terms

hari

Quote from: socabomb on May 09, 2008, 09:48:46 PM
I'm a newbie in linuxmce with kubuntu.  I have been trying to get my z wave usb ha22 stick working.....but i'm stuck at this part listed in on one of these posts

Get the driver
Check out the driver from the repository:

linuxmce@dcerouter:/tmp$ svn co http://svn.charonmedia.org/svn/vendor/spcp8x5
A    spcp8x5/spcp8x5.c
A    spcp8x5/Makefile
Checked out revision 1512.

I typed it into konsole, it is telling me no such file or directory

please tell me directions in layman's terms

you need subversion for that (svn). Try something like "sudo apt-get install subversion"

best regards,
Hari
rock your home - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

socabomb

thanks for taking the time out to help me, i appreciate it.  i did this in konsole...

linuxmce@dcerouter:~$  sudo apt-get install subversion

it seemed to work, after doing so i typed

linuxmce@dcerouter:~$ linuxmce@dcerouter:/tmp$ svn co http://svn.charonmedia.org/svn/vendor/spcp8x5

all i got was no such file or directory

what am i doing wrong?

itspac

all you should type is

svn co http://svn.charonmedia.org/svn/vendor/spcp8x5

it looked like from your post you were typing the prompt information before it also