Author Topic: Please help!!!  (Read 3330 times)

socabomb

  • Newbie
  • *
  • Posts: 14
    • View Profile
Please help!!!
« 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

hari

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 2428
    • View Profile
    • ago control
Re: Please help!!!
« Reply #1 on: May 09, 2008, 10:38:48 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 - http://www.agocontrol.com home automation

socabomb

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Please help!!!
« Reply #2 on: May 09, 2008, 11:42:55 pm »
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

  • Veteran
  • ***
  • Posts: 136
    • View Profile
Re: Please help!!!
« Reply #3 on: May 10, 2008, 12:26:49 am »
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