Ok here is goes:
My server address is 192.168.0.247 and the ip that I am giving to mvp is
192.168.0.108.
My mvp is staying on loading with one bar steady and flashing.
Here what I get from syslog:
May 28 17:22:32 master dhcpd: DHCPOFFER on 192.168.0.108 to
00:0d:fe:00:37:7b via eth0
May 28 17:22:32 master atftpd[16841]: Serving dongle.bin to
192.168.0.108:3909
May 28 17:22:32 master dhcpd: DHCPDISCOVER from 00:0d:fe:00:37:7b via eth0
May 28 17:22:32 master dhcpd: DHCPOFFER on 192.168.0.108 to
00:0d:fe:00:37:7b via eth0
May 28 17:22:32 master atftpd[16841]: Serving dongle.bin to
192.168.0.108:3909
May 28 17:22:32 master dhcpd: DHCPDISCOVER from 00:0d:fe:00:37:7b via eth0
May 28 17:22:32 master dhcpd: DHCPOFFER on 192.168.0.108 to
00:0d:fe:00:37:7b via eth0
May 28 17:22:32 master atftpd[16841]: Serving dongle.bin to
192.168.0.108:3909
May 28 17:22:32 master dhcpd: DHCPDISCOVER from 00:0d:fe:00:37:7b via eth0
May 28 17:22:32 master dhcpd: DHCPOFFER on 192.168.0.108 to
00:0d:fe:00:37:7b via eth0
my dhcpd.conf:
option domain-name "local";
option subnet-mask 255.255.255.0;
option domain-name-servers 192.168.0.1;
allow bootp;
allow booting;
#option ip-forwarding false; # No IP forwarding
#option mask-supplier false; # Don't respond to ICMP Mask req
subnet 192.168.0.0 netmask 255.255.255.0 {
option routers 192.168.0.1;
range 192.168.0.100 192.168.0.250;
}
group {
next-server 192.168.0.247; # IP address of your TFTP server
host mvp { # NOTE: Change the hardware ethernet to the MAC address of your
actual MVP
hardware ethernet 00:0d:fe:00:37:7b;
fixed-address 192.168.0.108;
filename "dongle.bin";
option root-path "/home/mvp,rsize=4096,wsize=4096,nolock";
}
}
My dongle.bin.conf:
rdate -s 192.168.0.247
mvpmc -f /etc/helvR10.fnt -s 192.168.0.247 &
I am starting the mvprelay like:
/usr/bin/mvprelay 16881 5906 6337 192.168.0.247 &
Tom Metro-10 wrote:
>
> neeesat in:
> https://sourceforge.net/forum/message.php?msg_id=4980685
> wrote:
>> Can someone confirm that mvpmc can work with .21 release of mythtv?
>
> Check the list archives. This has been discussed recently.
>
> here are the files I have in /tftpboot:
>
> dongle.bin
> dongle.bin.config
> dongle.bin.ver
>
> Thanks for helping
>
>> I am using the latest precompiled 0.3.4 dongle.bin and my syslog is
>> showing
>> the following:
>>
>> May 23 07:56:28 master dhcpd: DHCPOFFER on 192.168.0.108 to
>> 00:0d:fe:00:37:7b
>> via eth0
>> May 23 07:56:28 master atftpd[1626]: Serving dongle.bin.mvpmc
>> to 192.168.0.108:3909
>> [...]
>> Even I do not see any error my MVP can not boot. It stays on the booting
>> screen.
>
> A boot problem is unrelated to MythTV version. mvpmc doesn't depend on
> MythTV for the boot process.
>
> Absent from your log is mention of dongle.bin.mvpmc.ver, which is a file
> necessary for the MVP to determine that the mvpmc dongle is newer than
> the one it already has in Flash memory. Check the wiki for instructions
> on generating the ver file.
>
> -Tom
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Mvpmc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mvpmc-users
> mvpmc wiki: http://mvpmc.wikispaces.com/
>
>
--
View this message in context:
http://www.nabble.com/Re%3A--mvpmc---MythTV--Problem-connecting-to-mythtv-.21-tp17429964s24861p17513868.html
Sent from the MediaMVP Media Center - Users mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/