@obi: tda8044h -> did you break something?

Sklaventreiber
JOCKYW2001
Einsteiger
Einsteiger
Beiträge: 358
Registriert: Montag 21. Juli 2003, 23:52

@obi: tda8044h -> did you break something?

Beitrag von JOCKYW2001 »

@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
Senior Member
Beiträge: 1282
Registriert: Montag 12. November 2001, 00:00

Beitrag von obi »

you can be sure if you downgrade your driver version until the error disappears. please report the revision number then.
JOCKYW2001
Einsteiger
Einsteiger
Beiträge: 358
Registriert: Montag 21. Juli 2003, 23:52

Beitrag von JOCKYW2001 »

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"
.....
obi
Senior Member
Beiträge: 1282
Registriert: Montag 12. November 2001, 00:00

Beitrag von obi »

sorry, I have no idea. the only reason I know why the detection can fail is missing flash support (then the manufacturer id can not be read)... but since you're running from flash this seems very unlikely... :)
JOCKYW2001
Einsteiger
Einsteiger
Beiträge: 358
Registriert: Montag 21. Juli 2003, 23:52

Beitrag von JOCKYW2001 »

Solved! My mklibs was broken, replaced it and all is good :)

Ciao, JockyW
DieMade
Oberlamer, Administrator & Supernanny
Beiträge: 10532
Registriert: Samstag 13. Juli 2002, 10:49

Beitrag von DieMade »

Which Version of mklibs do you use now? :)

mklibs(.py) --version
There are 10 types of people in the world: those who know binary and those who don't
JOCKYW2001
Einsteiger
Einsteiger
Beiträge: 358
Registriert: Montag 21. Juli 2003, 23:52

Beitrag von JOCKYW2001 »

DieMade hat geschrieben:Which Version of mklibs do you use now? :)

mklibs(.py) --version
Now: 0.12
Before: unknown

JockyW
Richie Blackmore
Interessierter
Interessierter
Beiträge: 31
Registriert: Donnerstag 4. Oktober 2001, 00:00

Beitrag von Richie Blackmore »

hmm....
mklibs 0.12, but exactly the same problem like JockyW.
At the nokia it works very well....

@JockyW, is anything else you've changed???

CU Richie
Richie Blackmore
Interessierter
Interessierter
Beiträge: 31
Registriert: Donnerstag 4. Oktober 2001, 00:00

Beitrag von Richie Blackmore »

That here has solved my problem ;)