This page is mainly as a reminder for me to get my current test box, tv2, up and
running. You may find it instructive, amusing, or downright depressing.
-
Start apache. It should start by itself, but it doesn't.
-
Load the old cxm driver to correctly initialize the card. It seems that you
have to copy to disk to get all the initialization done.
=== root@tv2 (/dev/ttyp1) /home/grog 8 -> cd /boot/modules/
=== root@tv2 (/dev/ttyp1) /boot/modules 9 -> rm cxm*
=== root@tv2 (/dev/ttyp1) /boot/modules 10 -> ln pvr250/* .
=== root@tv2 (/dev/ttyp1) /boot/modules 11 -> kldload cxm
=== root@tv2 (/dev/ttyp1) /boot/modules 12 -> setchannel -m 8 2
=== root@tv2 (/dev/ttyp1) /boot/modules 13 -> dev/cxm0 > /var/tmp/foo
^C
-
Unload the driver and load the new one. Same thing again, but also, for broken
MythTV, make the cxm0 device writeable:
=== root@tv2 (/dev/ttyp1) /boot/modules 18 -> kldunload cxm
=== root@tv2 (/dev/ttyp1) /boot/modules 19 -> rm cxm*
=== root@tv2 (/dev/ttyp1) /boot/modules 20 -> ln pvrXXX/* .
=== root@tv2 (/dev/ttyp1) /boot/modules 21 -> kldload cxm
=== root@tv2 (/dev/ttyp1) /boot/modules 22 -> chmod 666 /dev/cxm0
=== root@tv2 (/dev/ttyp1) /boot/modules 23 -> setchannel -t -m 8 2
ioctl(tfd, METEORSINPUT) failed.: Invalid argument
=== root@tv2 (/dev/ttyp1) /boot/modules 24 -> setchannel -m 8 2
=== root@tv2 (/dev/ttyp1) /boot/modules 25 -> dev/cxm0 > /var/tmp/foo
^C
-
As mythtv, start mythbackend:
=== grog@tv2 (/dev/ttyp0) /var/tmp 4 -> su - mythtv
Password:
Could not open a connection to your authentication agent.
Lisp hackers have to be bound (to-do 'it)....
=== mythtv@tv2 (/dev/ttyp0) ~ 1 -> cd /var/tmp/
=== mythtv@tv2 (/dev/ttyp0) /var/tmp 8 -> l /dev/cxm0
crw-rw-rw- 1 root wheel 0, 113 Mar 10 12:37 /dev/cxm0
=== mythtv@tv2 (/dev/ttyp0) /var/tmp 9 -> mythbackend &
[1] 1129
=== mythtv@tv2 (/dev/ttyp0) /var/tmp 10 -> 2007-03-10 12:45:00.974 Using runtime prefix = /usr/local
2007-03-10 12:45:01.196 New DB connection, total: 1
2007-03-10 12:45:01.261 Connected to database 'mythconverg' at host: localhost
2007-03-10 12:45:01.624 Current Schema Version: 1158
Starting up as the master server.
2007-03-10 12:45:01.751 New DB connection, total: 2
2007-03-10 12:45:01.753 Connected to database 'mythconverg' at host: localhost
2007-03-10 12:45:01.801 EITHelper: localtime offset 10:30:00
2007-03-10 12:45:01.865 New DB connection, total: 3
2007-03-10 12:45:01.867 Connected to database 'mythconverg' at host: localhost
2007-03-10 12:45:02.105 New DB scheduler connection
2007-03-10 12:45:02.106 Connected to database 'mythconverg' at host: localhost
2007-03-10 12:45:02.109 Scheduler: Setting priority failed.
eno: Permission denied (13)
This last message is from a call to setpriority. It can't work, but seems to be
harmless.