网络机顶盒报错联通iptv错误100700

 上传我的文档
 下载
 收藏
该文档贡献者很忙,什么也没留下。
 下载此文档
正在努力加载中...
广东iptv机顶盒故障代码_v1.7
下载积分:1500
内容提示:广东iptv机顶盒故障代码_v1.7,广东电信iptv机顶盒,iptv故障代码0013,iptv机顶盒,电信iptv机顶盒破解,联通iptv机顶盒,电信iptv机顶盒,iptv高清机顶盒,中兴iptv机顶盒设置,联通iptv机顶盒设置
文档格式:XLS|
浏览次数:1|
上传日期: 03:21:24|
文档星级:
该用户还上传了这些文档
广东iptv机顶盒故障代码_v1.7
官方公共微信后使用快捷导航没有帐号?
查看: 2095|回复: 15
在Hadoop-2.4.1下运行Pig-0.13.0时一Dump就报错
中级会员, 积分 330, 距离下一级还需 170 积分
论坛徽章:5
本帖最后由 悟空 于
23:15 编辑
我在hadoop-1.2.1下运行以下脚本,是可以正常出结果的
A = LOAD '/user/wukong/w08/access_log.txt' USING PigStorage(' ') AS (ip);
B = GROUP A BY
C = FOREACH B GENERATE group AS ip, COUNT(A.ip) AS
STORE C INTO '/user/wukong/w08/access_log.out.txt';
复制代码
但是在hadoop2中,用ant编译过pig(编译过程见)后,执行以上脚本却不行。我又尝试了0.12版本的pig,仍然有这个问题。查阅很多资料也仍然没有解决问题。
具体执行过程如下,可以看到并没有明确的错误提示。还请各位调试成功的同学帮忙看看。谢谢了!
[wukong@bd23 ~]$ pig
14/09/10 03:10:29 INFO pig.ExecTypeProvider: Trying ExecType : LOCAL
14/09/10 03:10:29 INFO pig.ExecTypeProvider: Trying ExecType : MAPREDUCE
14/09/10 03:10:29 INFO pig.ExecTypeProvider: Picked MAPREDUCE as the ExecType
03:10:29,579 [main] INFO&&org.apache.pig.Main - Apache Pig version 0.13.1-SNAPSHOT (rexported) compiled Sep 10 :40
03:10:29,579 [main] INFO&&org.apache.pig.Main - Logging error messages to: /home/wukong/pig_8.log
03:10:29,654 [main] INFO&&org.apache.pig.impl.util.Utils - Default bootup file /home/wukong/.pigbootup not found
03:10:30,780 [main] INFO&&org.apache.hadoop.conf.Configuration.deprecation - mapred.job.tracker is deprecated. Instead, use mapreduce.jobtracker.address
03:10:30,780 [main] INFO&&org.apache.hadoop.conf.Configuration.deprecation - fs.default.name is deprecated. Instead, use fs.defaultFS
03:10:30,781 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.HExecutionEngine - Connecting to hadoop file system at: hdfs://bd23:9000
03:10:33,244 [main] INFO&&org.apache.hadoop.conf.Configuration.deprecation - fs.default.name is deprecated. Instead, use fs.defaultFS
grunt& ls
hdfs://bd23:9000/user/wukong/w08& && &&&&dir&
grunt& A = LOAD '/user/wukong/w08/access_log.txt' USING PigStorage(' ') AS (ip);
03:10:40,275 [main] INFO&&org.apache.hadoop.conf.Configuration.deprecation - fs.default.name is deprecated. Instead, use fs.defaultFS
grunt& B = GROUP A BY
grunt& C = FOREACH B GENERATE group AS ip, COUNT(A.ip) AS
grunt& STORE C INTO '/user/wukong/w08/access_log.out.txt';
03:11:02,795 [main] INFO&&org.apache.hadoop.conf.Configuration.deprecation - fs.default.name is deprecated. Instead, use fs.defaultFS
03:11:02,834 [main] INFO&&org.apache.hadoop.conf.Configuration.deprecation - mapred.textoutputformat.separator is deprecated. Instead, use mapreduce.output.textoutputformat.separator
03:11:06,300 [main] INFO&&org.apache.pig.tools.pigstats.ScriptState - Pig features used in the script: GROUP_BY
03:11:07,110 [main] INFO&&org.apache.pig.newplan.logical.optimizer.LogicalPlanOptimizer - {RULES_ENABLED=[AddForEach, ColumnMapKeyPrune, GroupByConstParallelSetter, LimitOptimizer, LoadTypeCastInserter, MergeFilter, MergeForEach, PartitionFilterOptimizer, PushDownForEachFlatten, PushUpFilter, SplitFilter, StreamTypeCastInserter], RULES_DISABLED=[FilterLogicExpressionSimplifier]}
03:11:07,321 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MRCompiler - File concatenation threshold: 100 optimistic? false
03:11:07,347 [main] INFO&&org.apache.pig.backend.hadoop.binerOptimizer - Choosing to move algebraic foreach to combiner
03:11:07,427 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MultiQueryOptimizer - MR plan size before optimization: 1
03:11:07,427 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MultiQueryOptimizer - MR plan size after optimization: 1
03:11:07,486 [main] INFO&&org.apache.hadoop.conf.Configuration.deprecation - fs.default.name is deprecated. Instead, use fs.defaultFS
03:11:07,585 [main] INFO&&org.apache.hadoop.yarn.client.RMProxy - Connecting to ResourceManager at bd23/192.168.1.23:8032
03:11:07,947 [main] INFO&&org.apache.pig.tools.pigstats.mapreduce.MRScriptState - Pig script settings are added to the job
03:11:07,970 [main] INFO&&org.apache.hadoop.conf.Configuration.deprecation - mapred.job.reduce.markreset.buffer.percent is deprecated. Instead, use mapreduce.reduce.markreset.buffer.percent
03:11:07,971 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler - mapred.job.reduce.markreset.buffer.percent is not set, set to default 0.3
03:11:07,971 [main] INFO&&org.apache.hadoop.conf.Configuration.deprecation - press is deprecated. Instead, use mapreduce.press
03:11:07,989 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler - Reduce phase detected, estimating # of required reducers.
03:11:07,990 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler - Using reducer estimator: org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.InputSizeReducerEstimator
03:11:08,012 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.InputSizeReducerEstimator - BytesPerReducer= maxReducers=999 totalInputFileSize=7118627
03:11:08,012 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler - Setting Parallelism to 1
03:11:08,012 [main] INFO&&org.apache.hadoop.conf.Configuration.deprecation - mapred.reduce.tasks is deprecated. Instead, use mapreduce.job.reduces
03:11:08,012 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler - This job cannot be converted run in-process
03:11:08,013 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler - creating jar file Job5350062.jar
03:11:11,692 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler - jar file Job5350062.jar created
03:11:11,692 [main] INFO&&org.apache.hadoop.conf.Configuration.deprecation - mapred.jar is deprecated. Instead, use mapreduce.job.jar
03:11:11,735 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler - Setting up single store job
03:11:11,752 [main] INFO&&org.apache.pig.data.SchemaTupleFrontend - Key [pig.schematuple] is false, will not generate code.
03:11:11,752 [main] INFO&&org.apache.pig.data.SchemaTupleFrontend - Starting process to move generated code to distributed cacche
03:11:11,775 [main] INFO&&org.apache.pig.data.SchemaTupleFrontend - Setting key [pig.schematuple.classes] with classes to deserialize []
03:11:12,029 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - 1 map-reduce job(s) waiting for submission.
03:11:12,030 [main] INFO&&org.apache.hadoop.conf.Configuration.deprecation - mapred.job.tracker.http.address is deprecated. Instead, use mapreduce.jobtracker.http.address
03:11:12,050 [JobControl] INFO&&org.apache.hadoop.yarn.client.RMProxy - Connecting to ResourceManager at bd23/192.168.1.23:8032
03:11:12,073 [JobControl] INFO&&org.apache.hadoop.conf.Configuration.deprecation - fs.default.name is deprecated. Instead, use fs.defaultFS
03:11:13,699 [JobControl] INFO&&org.apache.hadoop.mapreduce.lib.input.FileInputFormat - Total input paths to process : 1
03:11:13,699 [JobControl] INFO&&org.apache.pig.backend.hadoop.executionengine.util.MapRedUtil - Total input paths to process : 1
03:11:13,769 [JobControl] INFO&&org.apache.pig.backend.hadoop.executionengine.util.MapRedUtil - Total input paths (combined) to process : 1
03:11:14,402 [JobControl] INFO&&org.apache.hadoop.mapreduce.JobSubmitter - number of splits:1
03:11:14,541 [JobControl] INFO&&org.apache.hadoop.conf.Configuration.deprecation - fs.default.name is deprecated. Instead, use fs.defaultFS
03:11:15,243 [JobControl] INFO&&org.apache.hadoop.mapreduce.JobSubmitter - Submitting tokens for job: job_1_0003
03:11:15,700 [JobControl] INFO&&org.apache.hadoop.yarn.client.api.impl.YarnClientImpl - Submitted application application_1_0003
03:11:15,781 [JobControl] INFO&&org.apache.hadoop.mapreduce.Job - The url to track the job: http://bd23:8088/proxy/application_1_0003/
03:11:15,782 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - HadoopJobId: job_1_0003
03:11:15,782 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Processing aliases A,B,C
03:11:15,782 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - detailed locations: M: A[1,4],C[3,4],B[2,4] C: C[3,4],B[2,4] R: C[3,4]
03:11:15,828 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - 0% complete
03:11:15,828 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Running jobs are [job_1_0003]
03:11:38,420 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - 50% complete
03:11:38,420 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Running jobs are [job_1_0003]
03:11:50,455 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Running jobs are [job_1_0003]
03:11:59,590 [main] INFO&&org.apache.hadoop.ipc.Client - Retrying connect to server: bd25/192.168.1.25:42141. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=3, sleepTime=1000 MILLISECONDS)
03:12:00,591 [main] INFO&&org.apache.hadoop.ipc.Client - Retrying connect to server: bd25/192.168.1.25:42141. Already tried 1 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=3, sleepTime=1000 MILLISECONDS)
03:12:01,593 [main] INFO&&org.apache.hadoop.ipc.Client - Retrying connect to server: bd25/192.168.1.25:42141. Already tried 2 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=3, sleepTime=1000 MILLISECONDS)
03:12:12,740 [main] WARN&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Ooops! Some job has failed! Specify -stop_on_failure if you want Pig to stop immediately on failure.
03:12:12,741 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - job job_1_0003 has failed! Stop running all dependent jobs
03:12:12,741 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - 100% complete
03:12:12,762 [main] ERROR org.apache.pig.tools.pigstats.mapreduce.MRPigStatsUtil - 1 map reduce job(s) failed!
03:12:12,764 [main] INFO&&org.apache.pig.tools.pigstats.mapreduce.SimplePigStats - Script Statistics:
HadoopVersion& &PigVersion& && &UserId&&StartedAt& && & FinishedAt& && &Features
2.4.1& &0.13.1-SNAPSHOT wukong&& 03:11:07& &&& 03:12:12& & GROUP_BY
Failed Jobs:
JobId& &Alias& &Feature Message Outputs
job_1_0003&&A,B,C& &GROUP_BY,COMBINER& && & Message: Job failed!& &/user/wukong/w08/access_log.out.txt,
Input(s):
Failed to read data from &/user/wukong/w08/access_log.txt&
Output(s):
Failed to produce result in &/user/wukong/w08/access_log.out.txt&
Counters:
Total records written : 0
Total bytes written : 0
Spillable Memory Manager spill count : 0
Total bags proactively spilled: 0
Total records proactively spilled: 0
Job DAG:
job_1_0003
03:12:12,764 [main] INFO&&org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Failed!复制代码
中级会员, 积分 330, 距离下一级还需 170 积分
论坛徽章:5
自己顶一下~
中级会员, 积分 330, 距离下一级还需 170 积分
论坛徽章:5
有没有同学遇到过这种情况啊?
新手上路, 积分 3, 距离下一级还需 47 积分
论坛徽章:0
问题解决了吗,我也遇到了
高级会员, 积分 851, 距离下一级还需 149 积分
论坛徽章:9
access_log.txt里面的数据格式是什么,能贴上来部分吗?
中级会员, 积分 330, 距离下一级还需 170 积分
论坛徽章:5
ernest100 发表于
access_log.txt里面的数据格式是什么,能贴上来部分吗?220.181.108.151 - - [31/Jan/:32 +0800] &GET /home.php?mod=space&uid=158&do=album&view=me&from=space HTTP/1.1& 200 8784 &-& &Mozilla/5.0 ( Baiduspider/2.0; +/search/spider.html)&
208.115.113.82 - - [31/Jan/:54 +0800] &GET /robots.txt HTTP/1.1& 200 582 &-& &Mozilla/5.0 ( Ezooms/1.0; ezooms.)&
220.181.94.221 - - [31/Jan/:24 +0800] &GET /home.php?mod=spacecp&ac=pm&op=showmsg&handlekey=showmsg_3&touid=3&pmid=0&daterange=2&pid=398&tid=66 HTTP/1.1& 200 10070 &-& &Sogou web spider/4.0(+/docs/help/webmasters.htm#07)&
112.97.24.243 - - [31/Jan/:48 +0800] &GET /data/cache/style_2_common.css?AZH HTTP/1.1& 200 57752 &/forum-58-1.html& &Mozilla/5.0 (iP CPU iPhone OS 5_0_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Mobile/9A406&
112.97.24.243 - - [31/Jan/:48 +0800] &GET /data/cache/style_2_widthauto.css?AZH HTTP/1.1& 200 1024 &/forum-58-1.html& &Mozilla/5.0 (iP CPU iPhone OS 5_0_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Mobile/9A406&
112.97.24.243 - - [31/Jan/:48 +0800] &GET /data/cache/style_2_forum_forumdisplay.css?AZH HTTP/1.1& 200 11486 &/forum-58-1.html& &Mozilla/5.0 (iP CPU iPhone OS 5_0_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Mobile/9A406&复制代码就是老师给的内容。这个脚本内容应该没有问题。因为我在hadoop-1.2.1上是可以正常跑的
高级会员, 积分 851, 距离下一级还需 149 积分
论坛徽章:9
悟空 发表于
就是老师给的内容。这个脚本内容应该没有问题。因为我在hadoop-1.2.1上是可以正常跑的
我的pig是0.12.1.2.1,hdfs是2.4.0.2.1 yarn是2.4.0.2.1
我在我的环境下跑了一下这个程序,没有问题。
其他的没有啥想法。
中级会员, 积分 330, 距离下一级还需 170 积分
论坛徽章:5
ernest100 发表于
我的pig是0.12.1.2.1,hdfs是2.4.0.2.1 yarn是2.4.0.2.1
我在我的环境下跑了一下这个程序,没有问题。
问题还没有找到原因,不过还是谢谢你的回复~
高级会员, 积分 975, 距离下一级还需 25 积分
论坛徽章:12
我也遇到这个问题了& &&&楼主有答案了吗?
中级会员, 积分 330, 距离下一级还需 170 积分
论坛徽章:5
freshcandy 发表于
我也遇到这个问题了& &&&楼主有答案了吗?
现在还没有。课程比较紧张,每天还有工作。所以这个问题我暂时放下了,还没有进一步研究。慈溪电信的IPTV的机顶盒是不是在升级后屏蔽掉无线功能了?|『 关注慈溪 』 - 慈溪论坛
查看完整版本: [--
慈溪电信的IPTV的机顶盒是不是在升级后屏蔽掉无线功能了?
前言:电信的ITV比广告漫天飞的慈溪广电的数字电视好太多了!我们家三个数字电视的机顶盒,一个电信ITV机顶盒,基本都在看ITV.首先说一下家里的网络建设,本市某镇农村,8M光纤。具体如下:=700) window.open('/attachment/photo/Mon__2bfcb.jpg');" onload="if(this.offsetWidth>'700')this.width='700';" >这个是光猫,黑色的细线是光纤,两条黄色的一条是接路由器,一条是接ITV的。=700) window.open('/attachment/photo/Mon__9b812ebe43a92839a.jpg');" onload="if(this.offsetWidth>'700')this.width='700';" >这个是ITV的“猫”,以前是猫,现在成了路由器,为ITV机顶盒发射无线信号。=700) window.open('/attachment/photo/Mon__fcbcbf96.jpg');" onload="if(this.offsetWidth>'700')this.width='700';" >这个是无线路由器,TP的,很大众,150M,主要就是为家里提供无线宽带服务,电脑,手机,PAD基本每个房间都可以覆盖。以上的连接都是我自己所建,一直用用很好。现在来说说ITV。=700) window.open('/attachment/photo/Mon__928cca.jpg');" onload="if(this.offsetWidth>'700')this.width='700';" >电信的机顶盒,基本上慈溪地区都是华为的EC1308,是支持无线的,所以自己在网上买了个无线网卡配套使用,这样只要房间里有无线覆盖到的地方,都可以看ITV,比数字电视少去了必须插有线电线的麻烦。=700) window.open('/attachment/photo/Mon__badf279.jpg');" onload="if(this.offsetWidth>'700')this.width='700';" >无线网卡有很多种,我买的是乐光的,之前一直是可以放的。=700) window.open('/attachment/photo/Mon__e62721cacfdcdeda7.jpg');" onload="if(this.offsetWidth>'700')this.width='700';" >机顶盒最新的版本,开机后自己升级的,是6月25的那个版本,升级之后,再也连接不上了。=700) window.open('/attachment/photo/Mon__3b1dc4dfc6.jpg');" onload="if(this.offsetWidth>'700')this.width='700';" >机顶盒是可以和ITV的信号发射器连接成功的,说明不是硬件的问题。=700) window.open('/attachment/photo/Mon__fcb03c53b17ec0414.jpg');" onload="if(this.offsetWidth>'700')this.width='700';" >问题估计出在这里,说什么与服务器施加同步有问题等等的问题=700) window.open('/attachment/photo/Mon__29debea0.jpg');" onload="if(this.offsetWidth>'700')this.width='700';" >屏幕在开启机顶盒后先是这样的=700) window.open('/attachment/photo/Mon__ad1372.jpg');" onload="if(this.offsetWidth>'700')this.width='700';" >然后就是这样了。打10000号,服务人员说插网线看看试试,我说可以的,他说那说明进来的线路是可以的,叫我自己找电脑维修工,这个他们外线工也不管的。窝火!我不可能在房间里拖着网线看电视啊!这个ITV,本来就是因为可以无线收看才让很多人喜欢,现在怎么搞这样啊?!大慈溪在用无线网卡看ITV的绝对不止我们家一户,求大家的探讨解决啊,谢谢了!=700) window.open('/attachment/photo/Mon__a3bfe1d5b841f4e5f.jpg');" onload="if(this.offsetWidth>'700')this.width='700';" >无线网卡具体是这个型号。
有用电力猫解决的朋友吗?
希望电信的工作人员看到能派个人给我家来解决这个事情,好歹支持电信这么多年了,每个月159以上的支出啊,老爸,老妈,我的,老婆的都是电信手机。
楼主辛苦了,有图有真相!
打10000号保修,然后就说itv看不了,等维修工来后让他了解下,即使他不会,应该肯定别人也遇到过,或者咨询电信的技术人员。如果说不管,那你说你还要打10000。办法肯定有的,就看人肯折腾不,很可能就是那里一个简单的设置问题
不属于他们的业务范畴,他们懒的来。
这个机顶盒可以破解的,直接路由就可以看电视了。
电信太卑鄙了!我也遇到了楼主的情况!破解比较困难!我本来可以在路由器上插很多网线到每个房间的接口,然后可以把无线路由器一起插上用!现在只能用两个端口,一个无线路由器,一个itv电视,这样的话可以用了!但是不能再插其他网线端口了!简单的说就是,只能插2个网线!多了就不能看电视了!
电信的IPTV
引用 引用第7楼bobofu329于 13:17发表的&&:电信太卑鄙了!我也遇到了楼主的情况!破解比较困难!我本来可以在路由器上插很多网线到每个房间的接口,然后可以把无线路由器一起插上用!现在只能用两个端口,一个无线路由器,一个itv电视,这样的话可以用了!但是不能再插其他网线端口了!简单的说就是,只能插2个网线!多了就不能看电视了! 那没有啊,光毛后面有四个网线口的,加上路由器的四个口,一共有8个难道还不够你用啊?
用无线一直能看的,升级不影响,表示不清楚楼主的问题。
电信给的光纤猫太垃圾了,我记得以前是给华为的Hg8245的,自带无线功能的,不要再接那个itv的猫,直接接机顶盒。不知道楼主的ec1308找电信花了多少钱买的,我记得网上ec出头,高清版的ec元。
你用的是哪一款的网卡,麻烦具体型号,我换个无线网卡实验一下,你的版本也和我一样?无线猫是哪一款?
我属于第一批客户吧,送的,现在好像要买了,要200多
好象很好的样子.
没有知道的人吗?
我不知道你的无线网卡是什么型号。 配合1308机顶盒的无线网卡有TP321G+&&D-LINKG122 C1版
关闭DHCP,
我之前跟你差不多,后来我自己又弄好了。之前我是直接用IPTV搜索TP无线路由看电视的,就是找无线路由连接,设置一下IP地址和其它选择就可以上网了。目前这种方法不行了,上次出现错误10070现在就老老实实的用IPTV连接无线猫设置跟电信一样,用拔号看电视。目前无线完好
兄弟.直接把那个无线猫去掉.联无线路由...ITV设置成DHCP就可以.那个ITV密码你也知道的
乐光的A3,以前一直可以用的
如何关闭?无线本来连的就是DHCP,非pppoe
试验过了,貌似不行啊
具体方法可以传授一下吗?
你的连接IPTV的无线有没有和家里普通的路由分开的?如果没有分开,共用一个我想是不行,除非你的路由有直通IPTV功能,这个道理就和你的有线连接IPTV是一样的,IPTV必须自己用PPOE拨号,也就是说家里上网路由用一个电信猫的接口,无线IPTV也要直接连到猫的端口。
楼上的其实只知道电信安装人的一种方法,其它还有一种连接方式。可以直接连接无线路由来收看电视的。方法其它跟电脑连接无线一样,只是你自己设定一个固定的IP地址(对照一下电脑)
引用 引用第28楼xinling于 13:52发表的 回 27楼(nbsws) 的帖子 :楼上的其实只知道电信安装人的一种方法,其它还有一种连接方式。可以直接连接无线路由来收看电视的。方法其它跟电脑连接无线一样,只是你自己设定一个固定的IP地址(对照一下电脑) 如果你要用路由直连看电信的IPTV(就是说一个路由既上网,又看IPTV),只能买买有直通功能的路由器,绑定其中一个接口为IPTV的,然后用这个接口连接机顶盒。普通的路由是很难弄的,除非你破解。
偶的那个是USB接口问题,接触不好。现在无线不能用,只好拖了一根长线。
我觉得可能是无线路由器的问题,您的无线路由器设置过了,您需要弄一个无设置的无线路由器,然后网卡连接无设置那个。因为我家里是adsl,当时电信的人员说机顶盒是要拨号的,所以我就有两个路由,猫接出来到空白的,然后接到设置好的。空白那个专门给iptv用,设置好的就电脑手机之类的用来上网。但是鉴于您是光纤,我觉得您具体还是问下电信上门来的安装人员吧。
你好,请留下联系方式,方便我们联系并及时给你回复,谢谢~!
我也不懂,谁给个详细教程
楼主多费事.直接把机顶盒的PPPOE设成DHCP模式就可以 接收TP的无线信号~~~
机顶盒设置密码10000
楼主强烈建议你 退了IPTV&&换个天猫魔盒的机顶盒 装个泰洁TV 比你那个IPTV 不知道强多少倍
试试以下思路1、楼主 能不能 手动输入 IP地址?2、恢复出厂设置 重新连接?3、我看你倒数第四张图&&时间不对&&找下原因&&时间不对&&IP地址 可能就获取不到了
4、可能系统升级后 对网卡支持&&有问题&&去找找网卡对应的升级驱动&&(不知道你原来有没有装驱动,如果没有驱动的就麻烦了,去网卡或者你这个猫的论坛去找找答案)
查看完整版本: [--
Powered by
v8.3 Code &2004-
Time 0.046875 second(s),query:5 Gzip enabled}

我要回帖

更多关于 网络机顶盒 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信