Okay this will be a long post with all the details. I must be missing something hopefully someone else can see it cause I can't.
MBE all is good.
2 x PVR250 (one tuner input one svideo)
2nd MBE all is good
1 x SAA7134 card (composite input)
Decided to make 2nd MBE a SBE so I would have access to everything everywhere. I followed the linhes directions with the only real change being that my MBE will house video's and music as well as the tv recordings.
The challenge I now have is that the tuner on the SBE is not seen by either machine. I deleted and re added tuners on both machines but no luck. Tuner worked when it was configures as a stand alone it continues to work with tvtime. If I delete the tuner from the setup then I can access the tuners on the MBE from the SBE with the tuner in I get a black screen until it times out to the menu.
On the MBE if I press y to go through the tuners when I get to the 3rd tuner I get a black screen until it times out to the menu.
All ip's appear correct in setup and the SBE has all front end functions so I am at a loss and would love it if someone could point out a typo or mistake I have made. Below are all the files referenced in the linhes setup guide.
etc/hosts on MBE
Code:
127.0.0.1 localhost
192.168.0.6 sbe
The following lines are desirable for IPv6 capable hosts
# (added automatically by netbase upgrade)
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
etc/fstab on MBE
Code:
# /etc/fstab: filesystem table.
#
# filesystem mountpoint type options dump pass
/dev/hda1 / ext3 defaults,errors=remount-ro 0 1
/dev/hda3 /myth ext3 defaults,errors=remount-ro 0 1
proc /proc proc defaults 0 0
/dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
usbfs /proc/bus/usb usbfs devmode=0666 0 0
sysfs /sys sysfs defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
sbe:/myth /mnt/sbe nfs rsize=8192,wsize=8192,soft,nfsvers=3
/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
# Added by KNOPPIX
/dev/hda2 none swap defaults 0 0
# Added by KNOPPIX
#/dev/hda3 /media/hda3 ext3 noauto,users,exec 0 0
# Added by KNOPPIX
/dev/sda1 /media/sda1 ext3 noauto,users,exec 0 0
# Added by KNOPPIX
/dev/sda2 /media/sda2 ext3 noauto,users,exec 0 0
etc/exports on MBE
Code:
# /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes hostname1(rw,sync) hostname2(ro,sync)
#
# Example for NFSv4:
# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt)
# /srv/nfs4/homes gss/krb5i(rw,sync)
#
/myth *(rw)
/media/sda *(rw)
Contents of /mnt on MBE
Code:
root@mbe:/mnt# ls
hda3 music sbe sda1 sda2 video
root@mbe:/mnt#
etc/hosts on SBE
Code:
127.0.0.1 localhost
192.168.0.6 sbe
192.168.0.2 mbe
The following lines are desirable for IPv6 capable hosts
# (added automatically by netbase upgrade)
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Code:
# /etc/fstab: filesystem table.
#
# filesystem mountpoint type options dump pass
/dev/hda1 / ext3 defaults,errors=remount-ro 0 1
/dev/hda3 /myth ext3 defaults,auto 0 2
proc /proc proc defaults 0 0
/dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0
usbfs /proc/bus/usb usbfs devmode=0666 0 0
sysfs /sys sysfs defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
# Added by KNOPPIX
/dev/hda2 none swap defaults 0 0
mbe:/myth /mnt/mbe nfs rsize=8192,wsize=8192,soft,nfsvers=3
etc/exports on SBE
Code:
# /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes hostname1(rw,sync) hostname2(ro,sync)
#
# Example for NFSv4:
# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt)
# /srv/nfs4/homes gss/krb5i(rw,sync)
#
/myth *(rw)
~/.mythtv/mysql.txt on SBE
Code:
DBHostName=mbe
DBUserName=mythtv
DBPassword=mythtv
DBName=mythconverg
DBType=QMYSQL3
# Set the following if you want to use something other than the
# machine's real hostname for identifying settings in the database.
# This is useful if your hostname changes often, as otherwise
# you'll need to reconfigure mythtv (or futz with the DB) every time.
# TWO HOSTS MUST NOT USE THE SAME VALUE
#
LocalHostName=SBE
# If you want your frontend to be able to wake your MySQL server
# using WakeOnLan, have a look at the following settings:
#
# Set the time the frontend waits (in seconds) between reconnect tries.
# This should be the rough time your MySQL server needs for startup
#WOLsqlReconnectWaitTime=0
#
#
# This is the amount of retries to wake the MySQL server until the frontend
# gives up
#WOLsqlConnectRetry=5
#
#
# This is the command executed to wake your MySQL server.
#WOLsqlCommand=echo 'WOLsqlServerCommand not set'
etc/mythtv/mysql.txt on SBE
Code:
DBHostName=mbe
DBUserName=mythtv
DBName=mythconverg
DBPassword=mythtv
Thanks for having a look.
Craig