หัวข้อ: ผมลองทำตามนี้แล้ว ยังแชร์การ์ดไม่ได้ครับ
เริ่มหัวข้อโดย: ton ที่ 16, กันยายน 2009, 12:38:44 pm
ผมลองวิธีการตามนี้แล้ว วิธีทำ สำหรับเครื่อง Server ระบบ NewCS บน (DM 500s)
1. ให้ Download ติดตั้งจากตัวเครื่อง - MgCam 1.27 - MgCam Config 1.00 - NewCS 1.50 - NewCS Config 1.14 (all box)
2. ใช้ DCC เข้าไปใน var/tuxbox/config/ - ทำการ replace file: newcs.xml โดยใช้ file ที่เตรียมไว้ สามารถแก้ไข port ที่ใช้ได้ตามใจชอบ (ดังตัวอย่างที่เตรียมให้นี้ใช้ port = 7500 และ 7501 สองพอร์ทการ์ดสองใบ ซึ่งสามารถเปลี่ยนแปลงได้) - จำนวน user และ password สามารถเปลี่ยนแปลงหรือเพิ่มเติมจำนวนได้ตามใจชอบโดยใช้ pattern ดังที่แสดงในไฟร์ตัวอย่าง - ทำการ replace file: newcamd.conf โดยใช้ file ที่เตรียมไว้ ** ให้ใช้ port เดียวกันกับที่ใช้ใน newcs.xml (ตัวอย่างนี้ใช้ port = 7500 และ 7501)
3. เครื่องหลัก (Server)ให้เสียบการ์ดแล้ว run ด้วย MgCam 1.27/NewCS 1.50
เครื่องลูก ให้เข้าไปแก้ไขเพิ่มเติม newcamd.conf ใน var/tuxbox/config/ ให้เป็นเหมือนดังตัวอย่างข้างล่าง
CWS = abc.dyndns.org 7500 user1 pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs CWS = abc.dyndns.org 7501 user1 pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs โดย abc.dyndns.org คือ Dynamic DNS ของเครื่อง Server กรณีออกนอกวงแลน
ยังไม่สามารถแชร์การ์ดได้ครับ เป็นการ์ดฟรีทีวี สีเทา-แดง เซ็ตตามที่เค้าเขียนบอกไว้ทุกอย่าง ทำการ Forword port และทำ no-ip แล้ว เครื่องลูก ยังดูไม่ได้ครับ โดยผมใส่โค้ดของเครื่องแม่ในเครื่องลูกที่ /var/etc/keys (เพราะเคยใช้บริการเครื่องแม่ที่อื่น เค้าใส่ตรงนี้) ลองเอาไปใส่ตามที่เค้าบอก var/tuxbox/config/ ก็ยังดูไม่ได้ครับ ไม่ทราบว่าต้องแก้ไขยังไง (ขอบคุณเจ้าของไฟล์ที่ให้ดาวน์โหลดทางอินเตอร์เน็ตนะครับ ไม่ได้แจ้งชื่อไว้ด้วย)
หัวข้อ: Re: ผมลองทำตามนี้แล้ว ยังแชร์การ์ดไม่ได้ครับ
เริ่มหัวข้อโดย: ton ที่ 16, กันยายน 2009, 12:40:40 pm
ไฟล์ newcs.xml เป็นแบบนี้ <?xml version="1.0"?> <newCSconfig> <readers name="Card Readers"> <device> <name>lower</name> <type>Sci</type> <node>/dev/sci0</node> <parity>none</parity> <reset>normal</reset> <export>Yes</export> <enabled>Yes</enabled> <blocksa>No</blocksa> <blockua>No</blockua> <blockga>No</blockga> <boxkey>0000000000</boxkey> <rsa>0000000000</rsa> <crypto-special>Yes</crypto-special> <PTShandshake>No</PTShandshake> <carddetect>Yes</carddetect> <newcamd_port>7500</newcamd_port> <autosid>No</autosid> <Seca-PPV>No</Seca-PPV> <sid> <allow> <id></id> </allow> <deny> <id></id> </deny> </sid> <priority>round</priority> </device> <device> <name>Phoenix</name> <type>Phoenix</type> <mhz>600</mhz> <node>/dev/tts/0</node> <parity>none</parity> <reset>normal</reset> <export>Yes</export> <enabled>Yes</enabled> <blocksa>No</blocksa> <blockua>No</blockua> <blockga>No</blockga> <boxkey>0000000000</boxkey> <rsa>0000000000</rsa> <crypto-special>Yes</crypto-special> <PTShandshake>No</PTShandshake> <carddetect>Yes</carddetect> <newcamd_port>7501</newcamd_port> <autosid>No</autosid> <Seca-PPV>No</Seca-PPV> <sid> <allow> <id></id> </allow> <deny> <id></id> </deny> </sid> <priority>round</priority> </device> </readers> <radegastserver> <enabled>No</enabled> <port>6500</port> <allow> <hostname>all</hostname> </allow> </radegastserver> <newcamdserver> <enabled>Yes</enabled> <name>newcs</name> <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey> <userfile>/tmp/users.txt</userfile> <user> <name>dummy</name> <password>dummy</password> <au>on</au> <allow>lower</allow> <allow>upper</allow> </user> <user> <name>user1</name> <password>pass1</password> <au>on</au> <spider>No</spider> </user> <user> <name>user2</name> <password>pass2</password> <au>on</au> <spider>No</spider> </user> <user> <name>user3</name> <password>pass3</password> <au>on</au> <spider>No</spider> </user> <user> <name>user4</name> <password>pass4</password> <au>on</au> <spider>No</spider> </user> <user> <name>user5</name> <password>pass6</password> <au>on</au> <spider>No</spider> </user> <user> <name>user7</name> <password>pass7</password> <au>on</au> <spider>No</spider> </user> <user> <name>user8</name> <password>pass8</password> <au>on</au> <spider>No</spider> </user> <user> <name>user9</name> <password>pass9</password> <au>on</au> <spider>No</spider> </user> <user> <name>user10</name> <password>pass10</password> <au>on</au> <spider>No</spider> </user> <user> <name>user11</name> <password>pass11</password> <au>on</au> <spider>No</spider> </user> <user> <name>user12</name> <password>pass12</password> <au>on</au> <spider>No</spider> </user> <user> <name>user13</name> <password>pass13</password> <au>on</au> <spider>No</spider> </user> <user> <name>user14</name> <password>pass14</password> <au>on</au> <spider>No</spider> </user> <user> <name>user15</name> <password>pass15</password> <au>on</au> <spider>No</spider> </user> <user> <name>user16</name> <password>pass16</password> <au>on</au> <spider>No</spider> </user> <user> <name>user17</name> <password>pass17</password> <au>on</au> <spider>No</spider> </user> <user> <name>user18</name> <password>pass18</password> <au>on</au> <spider>No</spider> </user> <user> <name>user19</name> <password>pass19</password> <au>on</au> <spider>No</spider> </user> </newcamdserver> <cache> <emm>20</emm> <ecm>-1</ecm> </cache> <debug> <password>rockman</password> <level>normal</level> <type>init</type> <output>console</output> <console_options>normal,all</console_options> <logfile></logfile> <file_options>normal,all</file_options> <udp_host>192.168.0.15</udp_host> <udp_port>1000</udp_port> <udp_options>normal,all</udp_options> <tcp_port>1001</tcp_port> <tcp_options>normal,all</tcp_options> </debug> </newCSconfig>
หัวข้อ: Re: ผมลองทำตามนี้แล้ว ยังแชร์การ์ดไม่ได้ครับ
เริ่มหัวข้อโดย: ton ที่ 16, กันยายน 2009, 12:44:16 pm
ไฟล์ newcamd.conf ครับ # /var/tuxbox/config/newcamd.conf # # this is the configfile for MGCamd with NewCS!!!! # # # What Demux API is used? (1 = very old, 2 = rel (Dreambox), 3 = head (VDR)) DEMUX_API = 2 # on PPC version: What Box is used? Valid options are DBOX2, DM7000 and DM5600 # on I386 version this parameter is ignored BOX_TYPE = DM7000 # Which device for writing control words should be used? # Valid options are CA, SDEV or GTX # (SDEV and GTX = /proc/bus/gtx, CA = /dev/caX or /dev/dvb/card0/caX) CONTROL_WORD_DEVICE = CA # What CA0 API is used? # 3 for recent DVB-S driver or recent Dreambox drivers (dream.o 1.07.3) # also for ca1 use on dbox2 # 2 for older Dreambox driver (ca.o or dream.o up to 1.07.2) # no effect on PPC version if CONTROL_WORD_DEVICE = GTX or SDEV CA_API = 3 # output control words to /proc/bus/gtx in 16 byte or 4096 byte packets # no effect on I386 version or on PPC version, if BOX_TYPE = DREAMBOX GTX_OUTPUT_MODE = 16 # This is important for channels which frequently change between free and # encrypted broadcasts. The change will be reflected in the PMT. If you # don't want picture to stop when the channel goes free access # mode to encrypted mode, either zapper (zapit/Enigma) or newcamd # itself has to keep track of PMT changes. Recent Enigma versions do this, # so you can set PMT_UPDATE_WATCH to no. Recent Zapit versions also have # this option, but it is not compiled by default. So when using Zapit # without PMT updates, you need to enable newcamd to monitor the PMT # (PMT_UPDATE_WATCH = yes). Having both zapper and newcamd monitor # the PMT at the same time, can lead to all kind of instabilities and # should therefore by avoided, even if it seems to work at first. PMT_UPDATE_WATCH = yes # Use emulator? EMU = yes # if both control word server and emulator keys are available for the # channel, which method should be tried first? PREFER_EMU = yes # deactivates the dbox2 Betacrypt CAM # this has to be set to yes on Dreambox DISABLE_CAM = yes # use dbox2 Betacrypt CAM for caids 06, 17 or both (00)? CAM_CASYS = 17 # Autoupdate for Emu and Control Word Servers # AU is always yes if there are Betacrypt UDS control word server # connected to newcamd AU = yes # # newcamd debug options # # dumps all ca systems used by a channel on the console SHOW_ALL_CA_SYSTEMS = no # On Screen Display, neutrino, enigma or none OSD = none # Recent Enigma versions come with a new option "Use http authentication" # in the Expert Setup menu. If this option is enabled, the Enigma web server # requires all clients to authorize themselves with username (root) and # password (usually dbox2 or dreambox). The following option tells newcamd # about the authentication username and password to use for the web server # in order to be able to display its on screen information. OSD_WEB_LOGIN = root:dreambox # print debug messages about ECM handling DEBUG_ECM = yes # print debug messages about EMM handling DEBUG_EMM = no # print debug messages about Control Word Server (CWS) DEBUG_CWS = yes # print debug messages about dbox2 CAM (cam-alpha.bin) DEBUG_CAM = yes # print command message to/ dbox2 CAM as hex strings DEBUG_CAM_HEX = no # print all plain control words used SHOW_CW = no # hex dump of entire PAT SHOW_PAT = no # hex dump of entire PMT SHOW_PMT = no # hex dump of entire ECM SHOW_ECM = no # hex dump of entire CAT SHOW_CAT = no # hex dump of entire EMM (AU) SHOW_EMM = no # show network ECM messages being sent and received /to the cardservers SHOW_CWS_ECM = no # show network EMM messages being sent and received /to the cardservers SHOW_CWS_EMM = no # hex dump of EMMs with wrong signature EMM_REPORT_WRONG_SIG = no # delay between channel zap and appearance of the OSD OSD_WAIT_TIME = 2000 # # newcamd optional settings # # Delay between reception of new control word and writing them into # the CSA registers # this is a default, can be changed for each individual key in keylist DEFAULT_CW_DELAY = 500 # reload config on every channel zap RELOAD_CONFIG_ON_ZAP = yes # reload keylist on every channel zap RELOAD_KEYLIST_ON_ZAP = no # write osd ca info to file # CA_INFO_FILE = /tmp/cainfo.txt # # newcamd mandatory settings for control word servers (cws) # # Cardserver list # # <hostname> <port> <username> <password> <14 byte triple-des key in hex> <lan/wan> <cardserver name> # # wan connections will be dropped and rebuild if newcamd is told so by camdcmd # (see admin options) # # hostname = uds to use betad, port is the serial port in that case # #CWS = uds 1 premiere premiere
############################## Change Port Number Only ############################# CWS = xxx.xxx.xxx 7500 user1 pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs CWS = xxx.xxx.xxx 7501 user1 pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs ####################################################################################
# # newcamd optional settings for using control word servers (cws) # # Timeout for cardserver login in 100ms CWS_CONNECT_TIMEOUT = 20 # Port to listen for incoming cardserver connections (reverse login) # and/or admin connections CWS_INCOMING_PORT = 12000 # Port to get a list of all connected cardservers, just telnet to it CWS_DEBUG_PORT = 12001 # # newcamd admin control options # (incoming port is the same as CWS_INCOMING_PORT) # # <password> <14 byte des key> # ADMIN_PASSWORD = secret 00 00 00 00 00 00 00 00 00 00 00 00 00 00
หัวข้อ: Re: ผมลองทำตามนี้แล้ว ยังแชร์การ์ดไม่ได้ครับ
เริ่มหัวข้อโดย: แฟนผมตัวดำ ที่ 16, กันยายน 2009, 06:27:45 pm
ขอบคุณ คุณ ton แทน เจ้าของกระทู้ด้วยครับ
หัวข้อ: Re: ผมลองทำตามนี้แล้ว ยังแชร์การ์ดไม่ได้ครับ
เริ่มหัวข้อโดย: แฟนผมตัวดำ ที่ 16, กันยายน 2009, 06:54:01 pm
เบลอ ไม่ทันอ่าน คุณ ton โพสต์ให้ดูนี่เอง
หัวข้อ: Re: ผมลองทำตามนี้แล้ว ยังแชร์การ์ดไม่ได้ครับ
เริ่มหัวข้อโดย: REPORTER TPBS ที่ 16, กันยายน 2009, 10:01:43 pm
ผมลองวิธีการตามนี้แล้ว วิธีทำ สำหรับเครื่อง Server ระบบ NewCS บน (DM 500s)
1. ให้ Download ติดตั้งจากตัวเครื่อง - MgCam 1.27 - MgCam Config 1.00 - NewCS 1.50 - NewCS Config 1.14 (all box)
2. ใช้ DCC เข้าไปใน var/tuxbox/config/ - ทำการ replace file: newcs.xml โดยใช้ file ที่เตรียมไว้ สามารถแก้ไข port ที่ใช้ได้ตามใจชอบ (ดังตัวอย่างที่เตรียมให้นี้ใช้ port = 7500 และ 7501 สองพอร์ทการ์ดสองใบ ซึ่งสามารถเปลี่ยนแปลงได้) - จำนวน user และ password สามารถเปลี่ยนแปลงหรือเพิ่มเติมจำนวนได้ตามใจชอบโดยใช้ pattern ดังที่แสดงในไฟร์ตัวอย่าง - ทำการ replace file: newcamd.conf โดยใช้ file ที่เตรียมไว้ ** ให้ใช้ port เดียวกันกับที่ใช้ใน newcs.xml (ตัวอย่างนี้ใช้ port = 7500 และ 7501)
3. เครื่องหลัก (Server)ให้เสียบการ์ดแล้ว run ด้วย MgCam 1.27/NewCS 1.50
เครื่องลูก ให้เข้าไปแก้ไขเพิ่มเติม newcamd.conf ใน var/tuxbox/config/ ให้เป็นเหมือนดังตัวอย่างข้างล่าง
CWS = abc.dyndns.org 7500 user1 pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs CWS = abc.dyndns.org 7501 user1 pass1 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs โดย abc.dyndns.org คือ Dynamic DNS ของเครื่อง Server กรณีออกนอกวงแลน
ยังไม่สามารถแชร์การ์ดได้ครับ เป็นการ์ดฟรีทีวี สีเทา-แดง เซ็ตตามที่เค้าเขียนบอกไว้ทุกอย่าง ทำการ Forword port และทำ no-ip แล้ว เครื่องลูก ยังดูไม่ได้ครับ โดยผมใส่โค้ดของเครื่องแม่ในเครื่องลูกที่ /var/etc/keys (เพราะเคยใช้บริการเครื่องแม่ที่อื่น เค้าใส่ตรงนี้) ลองเอาไปใส่ตามที่เค้าบอก var/tuxbox/config/ ก็ยังดูไม่ได้ครับ ไม่ทราบว่าต้องแก้ไขยังไง (ขอบคุณเจ้าของไฟล์ที่ให้ดาวน์โหลดทางอินเตอร์เน็ตนะครับ ไม่ได้แจ้งชื่อไว้ด้วย) ตัวลุกผมว่าสคลิปผิดหรือปล่าวครับ !!!
หัวข้อ: Re: ผมลองทำตามนี้แล้ว ยังแชร์การ์ดไม่ได้ครับ
เริ่มหัวข้อโดย: ton ที่ 17, กันยายน 2009, 12:37:56 pm
ตัวลุกผมว่าสคลิปผิดหรือปล่าวครับ !!!
ต้องแก้ตรงไหนครับ งง ไปหมดแล้ว
หัวข้อ: Re: ผมลองทำตามนี้แล้ว ยังแชร์การ์ดไม่ได้ครับ
เริ่มหัวข้อโดย: don ที่ 17, กันยายน 2009, 02:32:49 pm
ตัวแม่อ่านการ์ดได้หรือยังครับ หรือ ว่าตัวลูกรับไม่ได้
หัวข้อ: Re: ผมลองทำตามนี้แล้ว ยังแชร์การ์ดไม่ได้ครับ
เริ่มหัวข้อโดย: แฟนผมตัวดำ ที่ 17, กันยายน 2009, 02:34:31 pm
ผมว่าตัวแม่อ่านการ์ดยังไม่ได้นะครับ เพราะผมก็ลองเหมือนกัน (ภาพไม่ออก)
หัวข้อ: Re: ผมลองทำตามนี้แล้ว ยังแชร์การ์ดไม่ได้ครับ
เริ่มหัวข้อโดย: thitisorn ที่ 18, กันยายน 2009, 11:20:12 pm
มาเอาใจช่วยเสี่ยตูน..รออยู่นะจุ๊บๆๆ
หัวข้อ: Re: ผมลองทำตามนี้แล้ว ยังแชร์การ์ดไม่ได้ครับ
เริ่มหัวข้อโดย: kikkokman2006 ที่ 22, กันยายน 2009, 02:06:06 am
<newCSconfig> <readers name="Card Readers"> <device> <name>Font Reader</name> <type>sci</type> <mhz>600</mhz> <node>/dev/sci0</node> <parity>none</parity> <reset>normal</reset> <export>Yes</export> <enabled>Yes</enabled> <blocksa>No</blocksa> <blockua>No</blockua> <blockga>No</blockga> <blockC0>Yes</blockC0> <irdeto-camkey>0000000000000000</irdeto-camkey> <irdeto-camkey-data>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000</irdeto-camkey-data> <crypto-special>No</crypto-special> <PTShandshake>No</PTShandshake> <carddetect>Yes</carddetect> <newcamd_port>12000</newcamd_port> <autosid>No</autosid> <Seca-PPV>no</Seca-PPV> <pincode>0000</pincode> <priority>round</priority> </device> <!-- <device> <name>Rear Reader</name> <type>phoenix</type> <mhz>600</mhz> <node>/dev/tts/0</node> <parity>none</parity> <reset>normal</reset> <export>Yes</export> <enabled>Yes</enabled> <blocksa>No</blocksa> <blockua>No</blockua> <blockga>No</blockga> <blockC0>Yes</blockC0> <irdeto-camkey>0000000000000000</irdeto-camkey> <irdeto-camkey-data>0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000</irdeto-camkey-data> <crypto-special>No</crypto-special> <PTShandshake>No</PTShandshake> <carddetect>Yes</carddetect> <newcamd_port>13000</newcamd_port> <autosid>No</autosid> <Seca-PPV>no</Seca-PPV> <pincode>0000</pincode> <priority>round</priority> </device> --> </readers>
<radegastserver> <enabled>No</enabled> <port>10001</port> <allow> <hostname>localhost</hostname> </allow> </radegastserver>
<cache> <emm>20</emm> <ecm>-1</ecm> </cache>
<httpd> <server> <port>12001</port> <enabled>yes</enabled> </server> <user> <name>newcs</name> <password>newcs</password> <accesslevel>admin</accesslevel> </user> </httpd>
<debug> <password>newcs</password> <mode>simple</mode> <level>normal</level> <type>init</type> <output>console,tcp</output> <console_options>normal,init</console_options> <tcp_port>1001</tcp_port> <tcp_options>normal,init</tcp_options> </debug>
<newcamdserver> <enabled>Yes</enabled> <name>newcs</name> <deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey> <user> <name>dummy</name> <password>dummy</password> <hostname></hostname> <au>on</au> <spider>no</spider> <sidoverride>no</sidoverride> </user> </newcamdserver> </newCSconfig>
หัวข้อ: Re: ผมลองทำตามนี้แล้ว ยังแชร์การ์ดไม่ได้ครับ
เริ่มหัวข้อโดย: kikkokman2006 ที่ 22, กันยายน 2009, 02:08:28 am
newcamd.list ใน /var/keys ใส่ CWS = 127.0.0.1 12000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan newcs
จากนั้น start Mgcam/Newcs ครับ
|
ติด Banner ด้านล่างติดต่อ
boransat@gmail.com
กระทู้ ความคิดเห็น บทความ ข้อความใด ๆที่ได้อ่านในบอรดนี้ เกิดจากการเขียนโดยสาธารณชน และตีพิมพ์แบบอัตโนมัติ
ผู้ดูแล ไม่จำเป็นต้องเห็นด้วยและ ไม่รับผิดชอบต่อข้อความใดๆ ผู้อ่านจึงควรใช้วิจารณญาณในการกลั่นกรองด้วยตัวเอง และถ้าพบเห็นข้อความใดๆ ที่ขัดต่อกฎหมาย ศิลธรรม
กรุณาแจ้งมาที่ boransat@gmail.com เพื่อที่ทีมงานจะได้ดำเนินการต่อไป
|
|
|