@obi:
hi there, I converted yesterday's HEAD to jffs2only flash image. The YADD works fine with my Philips, but the image doesn't boot (see snippet from bootlog below). Actually this happens since you started modding the tda8044h drivers:
https://lists.berlios.de/pipermail/tuxb ... 13990.html
https://lists.berlios.de/pipermail/tuxb ... 13994.html
I'm not sure if this is the cause of my problem, but if it is I would be grateful if you can fix it.
Cheers, JockyW
============
...
VFS: Mounted root (jffs2 filesystem).
Mounted devfs on /dev
Freeing unused kernel memory: 60k init
Starting pid 12, console /dev/co/bin/sh: run-parts: not foundti-c
/bin/sh: run-parts: not found
/bin/sh: run-parts: not found
/bin/sh: run-parts: not found
Detected STB:
Vendor: Unknown
Model: D-BOX2
[i2c-8xx]: mpc 8xx i2c init
i2c-core.o: adapter PowerPC 8xx I2C adapter registered as adapter 0.
[i2c-8xx]: adapter: 0
event: $Id: event.c,v 1.12 2003/09/30 05:45:38 obi Exp $
i2c-core.o: driver DBox2 Frontprocessor driver registered.
i2c-core.o: client [DBox2 Frontprocessor client] registered to
adapter [PowerPC
8xx I2C adapter](pos. 0 ========> at this point the Philips shuts down
@obi: tda8044h -> did you break something?
-
- Einsteiger
- Beiträge: 358
- Registriert: Montag 21. Juli 2003, 23:52
-
- Senior Member
- Beiträge: 1282
- Registriert: Montag 12. November 2001, 00:00
-
- Einsteiger
- Beiträge: 358
- Registriert: Montag 21. Juli 2003, 23:52
After looking into rcS it can actually not be caused by your drivers Obi. For some reason the modprobe tuxbox fails to detect the dbox2 when it runs from a flashimage and I fail to see why
If someone has an idea please let me know 'cuz I'm getting desperate.
JockyW
=========
rsS:
#!/bin/sh
PATH=/sbin:/bin
hostname -F /etc/hostname
mount -a
ifup -a
test -x /sbin/inetd && inetd
if test -x /sbin/sshd ; then
/etc/init.d/start_sshd &
fi
touch /etc/modules.conf
depmod -ae
sleep 1
modprobe tuxbox
. /etc/profile
VENDOR=`/bin/tuxinfo -V`
VENDOR_ID=`/bin/tuxinfo -v`
MODEL=`/bin/tuxinfo -M`
MODEL_ID=`/bin/tuxinfo -m`
SUBMODEL=`/bin/tuxinfo -S`
SUBMODEL_ID=`/bin/tuxinfo -s`
echo "Detected STB:"
echo " Vendor: $VENDOR"
echo " Model: $MODEL $SUBMODEL"
.....
If someone has an idea please let me know 'cuz I'm getting desperate.
JockyW
=========
rsS:
#!/bin/sh
PATH=/sbin:/bin
hostname -F /etc/hostname
mount -a
ifup -a
test -x /sbin/inetd && inetd
if test -x /sbin/sshd ; then
/etc/init.d/start_sshd &
fi
touch /etc/modules.conf
depmod -ae
sleep 1
modprobe tuxbox
. /etc/profile
VENDOR=`/bin/tuxinfo -V`
VENDOR_ID=`/bin/tuxinfo -v`
MODEL=`/bin/tuxinfo -M`
MODEL_ID=`/bin/tuxinfo -m`
SUBMODEL=`/bin/tuxinfo -S`
SUBMODEL_ID=`/bin/tuxinfo -s`
echo "Detected STB:"
echo " Vendor: $VENDOR"
echo " Model: $MODEL $SUBMODEL"
.....
-
- Senior Member
- Beiträge: 1282
- Registriert: Montag 12. November 2001, 00:00
-
- Einsteiger
- Beiträge: 358
- Registriert: Montag 21. Juli 2003, 23:52
-
- Oberlamer, Administrator & Supernanny
- Beiträge: 10532
- Registriert: Samstag 13. Juli 2002, 10:49
-
- Einsteiger
- Beiträge: 358
- Registriert: Montag 21. Juli 2003, 23:52
-
- Interessierter
- Beiträge: 31
- Registriert: Donnerstag 4. Oktober 2001, 00:00