MVallevand wrote:
> On 7/16/07, Martyn Bright <[EMAIL PROTECTED]> wrote:
>> Unfortunately, my H3 MVP will only load a file called
>> dongle.bin, if I change the name from that, it says "Failed to
>> locate GUI server"
> 
> If this happens you are likely failing on the DHCP tftp method,
> possibly the next-server is wrong.   Check the server IP in
> /etc/udhcpc.config on your mvp .
> 
> Martin
> 

Well, Martyn's next server in his /etc/dhcp.conf looks like this:

> host mvp1 {
>         hardware ethernet 00:0d:fe:0c:47:a0;
>         fixed-address 192.168.0.235;
>         next-server 192.168.0.1;
>         filename "/mvp1/dongle.bin";
>         option root-path 
> "/home/mvp1,rsize=4096,wsize=4096,nolock";
> }

I don't know about the H3's requirement w.r.t. dongle names - that would 
be bad.  But I don't think it makes sense.  What if two different 
internet appliances (i.e. a toaster and a mixer) required the same 
dongle name?

I am wondering about the 192.168.0.1 address.  Are you using your router 
to serve up the dongle?  My netgear router couldn't do this.

The only other thing I am wondering about are the directories you use to 
store your dongle.bin's in.  I thought the dongles were to reside in the 
  /tftpboot directory.  Actually, I think the dhcp program assumes that 
is where they are.  It could be that your dhcp is looking for the file 
/tftpboot/mvp1/dongle.bin to hand out to your mvpmc boxes and not 
/mvp1/dongle.bin!

If I were you, I might try to change:
filename "/mvp1/dongle.bin"
...to...
filename dongle.bin.livingroom
...in your /etc/dhcp.conf file.  And create a copy of your dongle called:
dongle.bin.livingroom
...in your /tftpboot direcotry.  And create a copy of the config file 
for the living room's mvpmc in the same directory and call it:
dongle.bin.livingroom.config
Now, I would make a symbolic link to the first dongle.bin.livingroom 
file in the /tftpboot directory and call it something like:
dongle.bin.den
...in the /tftpboot directory. Then write a new and different config 
file for the den's mvpmc in the same directory and call it:
dongle.bin.den.config

...let us know how that works.



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mvpmc-users mailing list
Mvpmc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to