ubuntu expert please . lost now.

bradowen

Registered
Messages
77
would be very grateful if someone could put me on the right path .

long story..

basicly i am using ubuntu 10 04 lts . and cccam 2.1 4.which seems to be ok.

only thing i have omnikey 321 usb reader which will not reconize the card in apache.

apparently i need ncs 167rc1..aswell . ive even tried the automated one. but no go ..

i have followed instruction and canot chmod 755 the file in terminal ..no matter what i do .

the file is newcs install sh . ive also altered the owner bit aswell.

now i am using as stand alone .

i also find the xlm file cannot be altered in var/etc. why ??



proper stuck now .. be mint if someone could help ..many many thanks .. :thum:
 

bradowen

Registered
Messages
77
i find the command in termal a bit hard as im no linux expert just a newbie . willing to learn i got a bit bored with the dreambox .. do i need the terminal can i just noy drag and drop ...only the chmod thing i cant do proper ..many thanks
 

LoRdNyCoN

Registered
Messages
31
Terminal>cd /to/your/place > Enter > sudo chmod 755 your.file

If sudo not work for you, try su and enter the rootpassword
 

bradowen

Registered
Messages
77
hi and thanks for the reply ..yes i have ubuntu as partion with windows ..but will soon be using on its own hard disk the ubuntu .. yes i log in as root by sudo i and put in me passwrd. them chmod 755 /tmp/newcs install sh . and enter ..prob wrong ..its in temp m8 at the minute cheers
 

bradowen

Registered
Messages
77
lee@ubuntu:~$ sudo chmod'/tmp/NewcsInstall.sh'
sudo: chmod/tmp/NewcsInstall.sh: command not found


this what i get mate ..after i type the chmod 755 . i drag across the newcsinstall file ..which is in .my computer filesystem then temp ...to no joy m8
 

LoRdNyCoN

Registered
Messages
31
Better chmod 755 /tmp/NewcsInstall.sh
after this make: cd /tmp/
then : ./NewcsInstall.sh

You have to make a space between chmod and 755 and / sign

When this not brings any solution, try it with an FTP tool
 
Last edited:

LoRdNyCoN

Registered
Messages
31
let us mak it on other way!

Fisrt you have to do some! go to /tmp directory and make ls and post the lines you will get back!
 

bradowen

Registered
Messages
77
:~# chmod 755 /tmp/NewcsInstall.sh
root@ubuntu:~# cd /tmp/
root@ubuntu:/tmp# /NewcsInstall.sh

is this what im aiming for ..question what is cd ..please bear with me im a beginner in ubuntu cheers and im grateful for your help thanks
 

bradowen

Registered
Messages
77
right m8 it seemed to reeboot the unbuntu...if the file id chmod to 755 ..does this let you alter the xlm file newcs . in var etc prob wrong lol
 

LoRdNyCoN

Registered
Messages
31
you have forgott the . bevore / like this ./

This says linux only that the file you want to execute is in the directory that you are now ....
 

bradowen

Registered
Messages
77
root@ubuntu:~# chmod 755 /tmp/NewcsInstall.sh
root@ubuntu:~# cd /tmp/
root@ubuntu:/tmp# ./NewcsInstall.sh

soz i missed the dot off ..is this correct ... if so it rebooted m8 thanks
 

bradowen

Registered
Messages
77
thank you . 1 step at a time im at ..i used the automated install be the late youknowho ..

slowly getting there thanks to yourself cheers ..only prob now is i cant alter my alm file for the omnkey reader ..which im sure has to be set and extra line on the cfg of cccam .. i think cheers
 

LoRdNyCoN

Registered
Messages
31
Maybe you should try this:

apt-get install pcsc pcsc-tools wget

Then go to yout /tmp directory with : cd /tmp/
there you make: wget http://www.omnikey.com/index.php?id=69&rName=CardMan 3x21 PC/SC CCID for Linux 32 Bit&did=69
and extract the tarball with : tar -xvf <archivname>.tar

change to the extracted directory with cd /tmp/extracted.directory/ (when you dont know wich name it hast, simple type in ls (list directory)

type ./install

When all is done test it with : pcsc_scan

<readers name="Standard Omnikey on PC">
<device>
<name>Omnikey</name>
<type>pcsc</type>
<mhz>368</mhz>
<node>0</node>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<boxkey>01020304</boxkey>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>Yes</blockga>
<blockC0>Yes</blockC0>
<carddetect>Yes</carddetect>
<newcamd_port>12010</newcamd_port>
<autosid>Yes</autosid>
<priority>round</priority>
</device>
 
Last edited:

bradowen

Registered
Messages
77
ee@ubuntu:~$ sudo -i
[sudo] password for lee:
root@ubuntu:~# apt-get install pcsc pcsc-tools wget
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package pcsc
root@ubuntu:~# cd /tmp/
root@ubuntu:/tmp# wget http://www.omnikey.com/index.php?id=...2 Bit&did=69
[1] 1765
root@ubuntu:/tmp# --2010-12-02 17:55:18-- http://www.omnikey.com/index.php?id=...2 Bit
Resolving www.omnikey.com... 206.169.97.103
Connecting to www.omnikey.com|206.169.97.103|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://www.hidglobal.com/technology.php?tech_cat=19&subcat_id=10&headerType=1 [following]
--2010-12-02 17:55:19-- http://www.hidglobal.com/technology.php?tech_cat=19&subcat_id=10&headerType=1
Resolving www.hidglobal.com... 174.132.186.101
Connecting to www.hidglobal.com|174.132.186.101|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `technology.php?tech_cat=19&subcat_id=10&headerType=1.2'

[ <=> ] 66,870 85.7K/s in 0.8s

2010-12-02 17:55:21 (85.7 KB/s) - `technology.php?tech_cat=19&subcat_id=10&headerType=1.2' saved [66870]

tar -xvf <archivname>.tar
-bash: archivname: No such file or directory
[1]+ Done wget http://www.omnikey.com/index.php?id=...2 Bit
root@ubuntu:/tmp# cd /tmp/extracted.directory/
-bash: cd: /tmp/extracted.directory/: No such file or directory
root@ubuntu:/tmp# ./install
-bash: ./install: No such file or directory
root@ubuntu:/tmp#



hi again , i dont think ive done it right m8 ..i must of made a mistake somewhere..
 
Top