Neutrino auf der IPBox

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Neutrino auf der IPBox

Beitrag von rhabarber1848 »

Grabber66 hat geschrieben:Danke damit läuft es wieder durch.
Patch ist im CVS: http://article.gmane.org/gmane.comp.vid ... ox.scm/756
Grabber66
Einsteiger
Einsteiger
Beiträge: 216
Registriert: Dienstag 1. Juni 2004, 12:24

Re: Neutrino auf der IPBox

Beitrag von Grabber66 »

So ich habe nun schon einige tests mit den erstellten Images machen können, und konnte eigentlich fast nichts mehr an Fehlern feststellen.
Bis auf 2 Sachen.
1. Im Movieplayer und Movieplayer2 kann man die Lautstärke nicht regeln. Der Balken wandert zwar, es ändert sich aber nichts am Ton.

Es gab ja mal die Option avs / ost für audio, damals hatte ich bei einem der Beiden auch das Phaenomen, doch ich finde die Enstellungsmöglichkeit nicht mehr.

2. Aktiviert man den Scart-Mode wird das Bild kurz schwarz und es kommt sofort wieder das TV Bild. Nur umschalten etc. klappt nicht, solange man nicht wieder in den TV-Modus schaltet. Dafür schleift der Scarteingang durch, wenn ich die Box in den Standbyschicke.

Ich hab mal versucht aus der Erklärung von Barf zum Scartmode (scart.conf) schlau zu werden, aber das ich ne nummer zu hoch für mich.
Ich wüsste auch nicht wo ich im Code ansetzten sollte.

Vielleicht hat hierzu ja jemand ne Idee....
Grabber66
Einsteiger
Einsteiger
Beiträge: 216
Registriert: Dienstag 1. Juni 2004, 12:24

Re: Neutrino auf der IPBox

Beitrag von Grabber66 »

Hab nochmal ne Frage, bin mir nicht sicher ob das IPBox speziefisch ist, aber ich habe probleme mit dem nfs server.

Ich baue das image mit enable -- nfs-server und with - ext3,ext2,nfs,cifs,smbfs

Das image baut auch sauber durch. Ich habe dann unter

/lib/modules/2.6.17-cubecafe-prime/kernel/fs/
die jeweiligen Ordner: autofs4 cifs exportfs nfsd smbfs
mit z.B.: nfsd.ko

Will ich das nun nutzen :

Code: Alles auswählen

~ > insmod /lib/modules/2.6.17-cubecafe-prime/kernel/fs/nfsd/nfsd.ko
insmod: can't insert '/lib/modules/2.6.17-cubecafe-prime/kernel/fs/nfsd/nfsd.ko': unknown symbol in module, or unknown parameter
angeblich wird zwar mein Ornder /hdd/movies exportiert

Code: Alles auswählen

~ > exportfs -v
/hdd/movies     192.168.1.9(rw,async,wdelay,no_root_squash,no_subtree_check)
Aber wenn ich von der DBox darauf zugreifen will kommt immer:

Code: Alles auswählen

/var # mount -t nfs 192.168.1.8:/hdd/movies /hdd
mount: 192.168.1.8:/hdd/movies failed, reason given by server: Permission denied
ps liefert:

Code: Alles auswählen

~ > ps -A
  PID USER       VSZ STAT COMMAND
    1 root       508 S    init
    2 root         0 SWN  [ksoftirqd/0]
    3 root         0 SW<  [events/0]
    4 root         0 SW<  [khelper]
    5 root         0 SW<  [kthread]
    6 root         0 SW<  [kblockd/0]
    7 root         0 SW   [pdflush]
    8 root         0 SW   [pdflush]
    9 root         0 SW   [kswapd0]
   10 root         0 SW<  [aio/0]
   11 root         0 SW   [mtdblockd]
   12 root       532 S    /bin/sh /etc/init.d/rcS
   29 root         0 DW   [osp_thread]
   30 root         0 SW   [avs_thread]
   31 root         0 SW   [fe_thread]
   41 root         0 SWN  [jffs2_gcd_mtd1]
   54 root       524 S    /sbin/inetd
   72 root         0 SW<  [khubd]
   79 root         0 SW<  [scsi_eh_0]
   80 root         0 SW<  [usb-storage]
   88 root         0 SW<  [kjournald]
  104 root         0 SW<  [kjournald]
  126 root       640 S    automount -g -t 600 -p /var/run/automount.pid /tmp/au
  145 1          316 S    /sbin/portmap
  147 root       512 S    /sbin/rpc.mountd
  153 root       576 S    /bin/sh /etc/init.d/start_neutrino
  159 root      3256 R    sectionsd
  192 root      1848 S    zapit
  203 root       756 S    /bin/nhttpd
  237 nobody     632 S    in.ftpd
  239 root       628 S    in.ftpd
  247 root       968 S    timerd
  252 root      3204 S    neutrino -f -u
  257 root       552 S    telnetd
  258 root       664 S    -sh
  270 root       616 R    ps -A
~ >
Kann mir da jemand helfen?
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: Neutrino auf der IPBox

Beitrag von seife »

Code: Alles auswählen

server:~ # lsmod|grep nfsd
nfsd                  268776  9
lockd                  71568  1 nfsd
nfs_acl                 3480  1 nfsd
auth_rpcgss            43344  1 nfsd
sunrpc                213768  13 nfsd,lockd,nfs_acl,auth_rpcgss
exportfs                4856  1 nfsd[/quote]
Das ist auf meinem Server mit openSUSE 11.1 / Kernel 2.6.27.23

Was ich damit sagen will: für nfsd benötigst du noch ein paar mehr module. Entweder einfach "modprobe" nehmen, oder halt im dmesg nachschauen, welche Symbole fehlen und dann schauen, von welchen Modulen die bereitgestellt werden.

Und nein, das ist nicht IPbox-spezifisch ;-)
Grabber66
Einsteiger
Einsteiger
Beiträge: 216
Registriert: Dienstag 1. Juni 2004, 12:24

Re: Neutrino auf der IPBox

Beitrag von Grabber66 »

seife hat geschrieben:

Code: Alles auswählen

server:~ # lsmod|grep nfsd
nfsd                  268776  9
lockd                  71568  1 nfsd
nfs_acl                 3480  1 nfsd
auth_rpcgss            43344  1 nfsd
sunrpc                213768  13 nfsd,lockd,nfs_acl,auth_rpcgss
exportfs                4856  1 nfsd
Das ist auf meinem Server mit openSUSE 11.1 / Kernel 2.6.27.23

Was ich damit sagen will: für nfsd benötigst du noch ein paar mehr module. Entweder einfach "modprobe" nehmen, oder halt im dmesg nachschauen, welche Symbole fehlen und dann schauen, von welchen Modulen die bereitgestellt werden.

Und nein, das ist nicht IPbox-spezifisch ;-)
Danke das du mir helfen wolltest, doch leider komme ich damit nicht so richtig weiter.

Code: Alles auswählen

~ > modprobe nfsd
modprobe: can't open 'modules.dep': No such file or directory
~ >
Das Symbole fehlen, hab ich verstanden, aber wie nun herausfinden soll welche fehlen und vorallem wie ich die "nachrüsten"
kann weiß ich leider überhaupt nicht.

desmsg liefert folgendes :

Code: Alles auswählen

~ > dmesg nfsd
Linux version 2.6.17-cubecafe-prime (grabber66@linux-vmlk) (gcc version 3.4.6) #                                                                              1 Wed Jul 1 19:05:34 CEST 2009
relook210 (CubeCaFe-prime) DGStation Co. http://www.dgstation.co.kr
On node 0 totalpages: 8192
  DMA zone: 8192 pages, LIFO batch:1
Built 1 zonelists
Kernel command line: console=ttyS0,115200 root=/dev/mtdblock2 panic=1 videofmt=p                                                                              al
PID hash table entries: 256 (order: 8, 1024 bytes)
Console: colour dummy device 80x25
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Memory: 29744k available (1964k kernel code, 656k data, 92k init, 0k highmem)
Calibrating delay loop... 251.39 BogoMIPS (lpj=502784)
Mount-cache hash table entries: 512
NET: Registered protocol family 16
NET: Registered protocol family 2
IP route cache hash table entries: 256 (order: -2, 1024 bytes)
TCP established hash table entries: 1024 (order: 0, 4096 bytes)
TCP bind hash table entries: 512 (order: -1, 2048 bytes)
TCP: Hash tables configured (established 1024 bind 512)
TCP reno registered
squashfs: version 3.1 + autolzma (2006/10/05) Phillip Lougher
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x1
JFFS2 version 2.2. (NAND) (C) 2001-2003 Red Hat, Inc.
Initializing Cryptographic API
io scheduler noop registered (default)
IBM GPIO driver version 07.25.02
IBM GPIO driver version 07.25.02
GPIO #0 at 0xc305e000
Serial: 8250/16550 driver $Revision: 1.90 $ 3 ports, IRQ sharing disabled
serial8250: ttyS0 at MMIO 0x0 (irq = 20) is a 16550A
serial8250: ttyS1 at MMIO 0x0 (irq = 21) is a 16550A
serial8250: ttyS2 at MMIO 0x0 (irq = 22) is a 16550A
loop: loaded (max 8 devices)
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
NET: Registered protocol family 24
dm9000 Ethernet Driver
dm9000: 16 bit io datasize.
dm9000: Invalid ethernet MAC address feched from srom, tring bios
eth0: dm9000 at c3060000,c3062004 IRQ 26 MAC: 00:13:18:01:da:c5
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx
IBM Redwood 4/6 IDE driver version 2.1 S
detected IOADDR: f2000000/f4000000
DMA addr: fce00000
using irq 25
Probing IDE interface ide0...
hda: probing with STATUS(0x50) instead of ALTSTATUS(0x7f)
hda: SAMSUNG HM160HC, ATA DISK drive
hdb: probing with STATUS(0x00) instead of ALTSTATUS(0x7f)
hdb: probing with STATUS(0x00) instead of ALTSTATUS(0x7f)
hda: use pio mode 4
ide0 at 0xc3064000-0xc3064007,0xc3066000 on irq 25
hda: max request size: 512KiB
hda: Host Protected Area detected.
        current capacity is 312581808 sectors (160041 MB)
        native  capacity is 177702923509424 sectors (90983896836 MB)
hda: task_no_data_intr: status=0x51 { DriveReady SeekComplete Error }
hda: task_no_data_intr: error=0x10 { SectorIdNotFound }, LBAsect=177702923509423                                                                              , high=10591919, low=10591919, sector=0
ide: failed opcode was: 0x37
hda: 312581808 sectors (160041 MB) w/8192KiB Cache, CHS=19457/255/63, (U)DMA
hda: cache flushes supported
 /dev/ide/host0/bus0/target0/lun0: p1 p2
relook: flash mapping: 800000 at ff800000
DGStation relook210: Found 1 x16 devices at 0x0 in 16-bit bank
 Amd/Fujitsu Extended Query Table at 0x0040
number of CFI chips: 1
cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
Creating 9 MTD partitions on "DGStation relook210":
0x00000000-0x00040000 : "nor.config_welcome"
0x00600000-0x007d0000 : "nor.db"
0x001a0000-0x00600000 : "nor.root"
0x00040000-0x001a0000 : "nor.kernel"
0x007d0000-0x00800000 : "nor.boot"
0x00040000-0x00600000 : "nor.kernel_root"
0x00040000-0x007d0000 : "nor.kernel_root_db"
0x00000000-0x007d0000 : "nor.all_noboot"
0x00000000-0x00800000 : "nor.all"
i2c /dev entries driver
IBM IIC driver v2.1
ibm-iic0: using standard (100 kHz) mode
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
SQUASHFS error: zlib_fs returned unexpected result 0xfffffffd
SQUASHFS error: zlib_fs Failed!! trying to lzma

VFS: Mounted root (squashfs filesystem) readonly.
Mounted devfs on /dev
Freeing unused kernel memory: 92k init
CubeCaFe prime 350 driverset for stb2500 ver 1.3.2  (Mar 21 2008 - 02:51:53)  bu                                                                              ild 37
[PLATMAN] started!
Adding 25204k swap on /dev/mtdblock/9.  Priority:-1 extents:1 across:25204k
To unload this module launch : swapoff /dev/mtdblock/9
[FP] Found a CubeCaFe Prime
micom access driver $Revision: 1.1 $
input: Dreambox IR Keyboard as /class/input/input0
[FP] Ver. 7.4.24(1)
Micom version Ver 07 04 24
res: 0
[NIM] Found tda10023 based demod
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
usbcore: registered new driver usbfs
usbcore: registered new driver hub
116x: driver isp116x-hcd, 03 Nov 2005
isp116x-hcd isp116x-hcd.0: ISP116x Host Controller
isp116x-hcd isp116x-hcd.0: new USB bus registered, assigned bus number 1
isp116x-hcd isp116x-hcd.0: irq 27, io base 0xfa000004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
usb 1-1: new full speed USB device using isp116x-hcd and address 2
usb 1-1: configuration #1 chosen from 1 choice
usbcore: registered new driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial Driver core
drivers/usb/serial/usb-serial.c: USB Serial support registered for cp2101
usbcore: registered new driver cp2101
drivers/usb/serial/cp2101.c: Silicon Labs CP2101/CP2102 RS232 serial adaptor dri                                                                              ver v0.07
drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI USB Seri                                                                              al Device
usbcore: registered new driver ftdi_sio
drivers/usb/serial/ftdi_sio.c: v1.4.3:USB FTDI Serial Converters Driver
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
  Vendor: USB       Model: Flash Disk        Rev: 1100
  Type:   Direct-Access                      ANSI SCSI revision: 00
SCSI device sda: 3963904 512-byte hdwr sectors (2030 MB)
sda: Write Protect is off
sda: Mode Sense: 43 00 00 00
sda: assuming drive cache: write through
SCSI device sda: 3963904 512-byte hdwr sectors (2030 MB)
sda: Write Protect is off
sda: Mode Sense: 43 00 00 00
sda: assuming drive cache: write through
 /dev/scsi/host0/bus0/target0/lun0: p1
sd 0:0:0:0: Attached scsi removable disk sda
sd 0:0:0:0: Attached scsi generic sg0 type 0
usb-storage: device scan complete
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda1, internal journal
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
Adding 131064k swap on /usb/swap0128.  Priority:-2 extents:35 across:133152k
kjournald starting.  Commit interval 5 seconds
EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
EXT3 FS on hda2, internal journal
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with ordered data mode.
tda10023_set_qam -> 0
tda10023_set_parameters out: time  152
tda10023_set_qam -> 5
tda10023_set_parameters out: time  152
tda10023_set_qam -> 5
tda10023_set_parameters out: time  152
nfsd: Unknown symbol find_exported_dentry
nfsd: Unknown symbol export_op_default
nfsd: Unknown symbol find_exported_dentry
nfsd: Unknown symbol export_op_default
nfsd: Unknown symbol find_exported_dentry
nfsd: Unknown symbol export_op_default
nfsd: Unknown symbol find_exported_dentry
nfsd: Unknown symbol export_op_default

rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Neutrino auf der IPBox

Beitrag von rhabarber1848 »

Grabber66 hat geschrieben:Will ich das nun nutzen :

Code: Alles auswählen

~ > insmod /lib/modules/2.6.17-cubecafe-prime/kernel/fs/nfsd/nfsd.ko
insmod: can't insert '/lib/modules/2.6.17-cubecafe-prime/kernel/fs/nfsd/nfsd.ko': unknown symbol in module, or unknown parameter
Es gibt ein IPBox-spezifisches Startskript /etc/init.d/nfs

Code: Alles auswählen

insmod exportfs
insmod nfsd
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: Neutrino auf der IPBox

Beitrag von seife »

Ich habe mal versucht, die nicht-dbox-Routinen für die SCART-Umschaltung zu verbessern:
http://article.gmane.org/gmane.comp.vid ... ox.scm/773
Ich wäre an Erfahrungsberichten von dreambox/ipbox-Benutzern, insbesondere zum Thema VCR-SCART, interessiert.
Grabber66
Einsteiger
Einsteiger
Beiträge: 216
Registriert: Dienstag 1. Juni 2004, 12:24

Re: Neutrino auf der IPBox

Beitrag von Grabber66 »

rhabarber1848 hat geschrieben:
Grabber66 hat geschrieben:Will ich das nun nutzen :

Code: Alles auswählen

~ > insmod /lib/modules/2.6.17-cubecafe-prime/kernel/fs/nfsd/nfsd.ko
insmod: can't insert '/lib/modules/2.6.17-cubecafe-prime/kernel/fs/nfsd/nfsd.ko': unknown symbol in module, or unknown parameter
Es gibt ein IPBox-spezifisches Startskript /etc/init.d/nfs

Code: Alles auswählen

insmod exportfs
insmod nfsd
Das kenne ich da wird versucht nfsd.o zu laden.
Hier ein auszug aus nem Start-Log:

Code: Alles auswählen

[/etc/init.d/ide] ide support successfully started
Starting the automounter
[/etc/init.d/nfs] starting nfs server
insmod: exportfs.o: module not found
insmod: nfsd.o: module not found
$Id: sectionsd.cpp,v 1.302 2009/06/27 19:47:19 rhabarber1848 Exp $
@seife werde nachher mal mit deinem diff neu bauen und berichten.
Grabber66
Einsteiger
Einsteiger
Beiträge: 216
Registriert: Dienstag 1. Juni 2004, 12:24

Re: Neutrino auf der IPBox

Beitrag von Grabber66 »

Hier mal ein auszug aus der ipbox_kernel-2.6.17.config.m4

Code: Alles auswählen

# Network File Systems
#
ifdef(`nfs',
`CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
CONFIG_RPCSEC_GSS_KRB5=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_ROOT_NFS=y
CONFIG_NFS_COMMON=y
CONFIG_NFS_DIRECTIO=y',
`# CONFIG_NFS_FS is not set')
ifdef(`nfsd',
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
CONFIG_NFSD_TCP=y',
`# CONFIG_NFSD is not set')
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFSD_V3_ACL is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFSD_V4 is not set
ifdef(`smbfs',
`CONFIG_SMB_FS=m',
`# CONFIG_SMB_FS is not set')
# CONFIG_SMB_NLS_DEFAULT is not set
ifdef(`cifs',
`CONFIG_CIFS=m',
`# CONFIG_CIFS is not set')
# CONFIG_CIFS_STATS is not set
# CONFIG_CIFS_XATTR is not set
# CONFIG_CIFS_EXPERIMENTAL is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
# CONFIG_9P_FS is not set
Ich denke da liegt irgentwo der Hund begraben...
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Neutrino auf der IPBox

Beitrag von rhabarber1848 »

Grabber66 hat geschrieben:insmod: exportfs.o: module not found
insmod: nfsd.o: module not found
Das sind aber andere Fehler als "unknown symbol"
Grabber66
Einsteiger
Einsteiger
Beiträge: 216
Registriert: Dienstag 1. Juni 2004, 12:24

Re: Neutrino auf der IPBox

Beitrag von Grabber66 »

Ich bin vielleicht falsch an die Sache herangegangen. Ich dachte da nfsd.o nicht da ist, sondern nfsd.ko
versuche ich den nfsserver damit zu starten. Und daher kamen dann die oben genannten Fehler.
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Neutrino auf der IPBox

Beitrag von rhabarber1848 »

Probier bitte

Code: Alles auswählen

modprobe exportfs
modprobe nfsd
Nutzt Du schon Busybox 1.14.2?
Grabber66
Einsteiger
Einsteiger
Beiträge: 216
Registriert: Dienstag 1. Juni 2004, 12:24

Re: Neutrino auf der IPBox

Beitrag von Grabber66 »

Hat leider nicht so geklappt :

Code: Alles auswählen

BusyBox v1.14.2 (2009-07-05 21:20:53 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ > modprobe exportfs
modprobe: can't open 'modules.dep': No such file or directory
~ > modprobe nfsd
modprobe: can't open 'modules.dep': No such file or directory
~ >  
Dafür aber anders :) :

Code: Alles auswählen

#!/bin/sh

case "$1" in
	resume)
	if [ -e /var/etc/.nfs ]
	then 
		$0 start
	fi
	;;
	start)
	echo "[$0] starting nfs server"

	[ ! -d /var/lib/nfs ] && mkdir /var/lib/nfs
	[ ! -d /var/lib/nfs/sm ] && mkdir /var/lib/nfs/sm
	[ ! -d /var/lib/nfs/sm.bak ] && mkdir /var/lib/nfs/sm.bak
	[ ! -f /var/lib/nfs/etab ] && touch /var/lib/nfs/etab
	[ ! -f /var/lib/nfs/xtab ] && touch /var/lib/nfs/xtab
	[ ! -f /var/lib/nfs/rmtab ] && touch /var/lib/nfs/rmtab
	[ ! -f /var/lib/nfs/state ] && touch /var/lib/nfs/state

	MD=/lib/modules/$(uname -r)
	insmod $MD/kernel/fs/exportfs/exportfs.ko
	insmod $MD/kernel/fs/nfsd/nfsd.ko

	/sbin/portmap
	/sbin/rpc.mountd 
	/sbin/rpc.nfsd 5
	/sbin/exportfs -ra

	# mark as started for later resumes
	touch /var/etc/.nfs
	;;			
	stop)
	MD=/lib/modules/$(uname -r)
	echo "[$0] stopping nfs server"
	/sbin/exportfs -ua > /dev/null	
	killall rpc.nfsd > /dev/null
	killall rpc.mountd > /dev/null
	killall portmap > /dev/null
	rm -rf /var/lib/nfs
	rmmod $MD/kernel/fs/nfsd/nfsd.ko
	rmmod $MD/kernel/fs/exportfs/exportfs.ko

	# remove flag
	rm -f /var/etc/.nfs
	;;
	*)
	echo "[$0] usage: $0 [start|stop|resume]"
	;;
esac

@seife
Mit deinem Diff wird sauber durchkompiliert, leider zeit er keine Wirkung auf der IPBox.
Mit nem Druck auf die Scart Taste wird das Bild kutz schwarz, danach kommt wieder TV Bild.
Im LCD steht "Scart" und ich komme auch erst wieder per Menue in den TV-Modus zurück.
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Neutrino auf der IPBox

Beitrag von rhabarber1848 »

Grabber66 hat geschrieben:~ > modprobe exportfs
modprobe: can't open 'modules.dep': No such file or directory
Teste bitte diesen Patch: EDIT: Patch ist im CVS
Zuletzt geändert von rhabarber1848 am Dienstag 14. Juli 2009, 20:07, insgesamt 1-mal geändert.
Grabber66
Einsteiger
Einsteiger
Beiträge: 216
Registriert: Dienstag 1. Juni 2004, 12:24

Re: Neutrino auf der IPBox

Beitrag von Grabber66 »

So ich habe nun wieder ein Image compiliert.
Es ist der
controld.cpp diff
und der
ipbox_modules_dep.diff
enthalten.

Zum ipbox_modules_dep.diff :

Ich habe nun folgende Datein zusätzlich erhalten.

Code: Alles auswählen

grabber66@linux-vmlk:~/Neutrino/image/cdkflash/root-neutrino-squashfs/lib/modules/2.6.17-cubecafe-prime> ls -l
insgesamt 192
lrwxrwxrwx 1 grabber66 users    45  8. Jul 12:29 build -> /home/grabber66/Neutrino/CVS/cdk/linux-2.6.17
drwxr-xr-x 2 grabber66 users  4096  8. Jul 12:29 extra
drwxr-xr-x 4 grabber66 users  4096  8. Jul 12:29 kernel
-rw-r--r-- 1 grabber66 users 19591  8. Jul 12:29 modules.alias
-rw-r--r-- 1 grabber66 users    69  8. Jul 12:29 modules.ccwmap
-rw-r--r-- 1 grabber66 users  2242  8. Jul 12:29 modules.dep
-rw-r--r-- 1 grabber66 users    73  8. Jul 12:29 modules.ieee1394map
-rw-r--r-- 1 grabber66 users   141  8. Jul 12:29 modules.inputmap
-rw-r--r-- 1 grabber66 users    81  8. Jul 12:29 modules.isapnpmap
-rw-r--r-- 1 grabber66 users    74  8. Jul 12:29 modules.ofmap
-rw-r--r-- 1 grabber66 users    99  8. Jul 12:29 modules.pcimap
-rw-r--r-- 1 grabber66 users    43  8. Jul 12:29 modules.seriomap
-rw-r--r-- 1 grabber66 users  7114  8. Jul 12:29 modules.symbols
-rw-r--r-- 1 grabber66 users   643  8. Jul 12:29 modules.unsupported.blacklist
-rw-r--r-- 1 grabber66 users 57747  8. Jul 12:29 modules.usbmap
lrwxrwxrwx 1 grabber66 users    45  8. Jul 12:29 source -> /home/grabber66/Neutrino/CVS/cdk/linux-2.6.17
grabber66@linux-vmlk:~/Neutrino/image/cdkflash/root-neutrino-squashfs/lib/modules/2.6.17-cubecafe-prime>
Ich denke das das so richtig ist.

Zum controld.cpp diff :

Wie im meinem letzten Post geschrieben, ist der Scarteingang nicht funktionstüchtig. Was mir allerdings erst heute aufgefallen ist, ist
das ich nun gar nicht mehr darauf zugreifen kann. Bislang konnte ich den Scart eingang nutzen, wenn die Box im Standby war. Dann
wurde das Signal durchgeschliffen. Dies klappt nun nicht mehr.
Grabber66
Einsteiger
Einsteiger
Beiträge: 216
Registriert: Dienstag 1. Juni 2004, 12:24

Re: Neutrino auf der IPBox

Beitrag von Grabber66 »

Dafür habe ich nen Fehler im Movieplayer beheben können. Und zwar wurde dort die Lautstärke nicht verändert.
Dies konnte ich in der zapit.cpp ab Zeile 2721 ändern :

Code: Alles auswählen

	if (videoDemux) {
		delete videoDemux;
		videoDemux = NULL;
	}
#ifndef HAVE_DREAMBOX_HARDWARE
	/* on the dreambox (dm500 tested) we need the audio device for setting
	   the volume and it can be opened multiple times. Other drivers (dbox)
	   do not allow multiple open() of the audio device */
	if (audioDecoder) {
Dort habe ich das HAVE_DREAMBOX_HARDWARE um HAVE_IPBOX_HARDWARE erweitert.
Und nun klappt auch die Lautstärkenregelung im Movieplayer.
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Neutrino auf der IPBox

Beitrag von rhabarber1848 »

Grabber66 hat geschrieben:Dort habe ich das HAVE_DREAMBOX_HARDWARE um HAVE_IPBOX_HARDWARE erweitert.
Und nun klappt auch die Lautstärkenregelung im Movieplayer.
Sieht nach dem klassischen Fall "alles was nicht Dreambox ist, ist Dbox2" aus.
Funktioniert dieser Patch bei Dir?

Code: Alles auswählen

--- apps/dvb/zapit/src/zapit.cpp 2009-06-29 10:42:56.000000000 +0200
+++ apps/dvb/zapit/src/zapit.cpp      2009-07-08 22:14:35.000000000 +0200
@@ -2718,7 +2718,7 @@
                delete videoDemux;
                videoDemux = NULL;
        }
-#ifndef HAVE_DREAMBOX_HARDWARE
+#ifdef HAVE_DBOX_HARDWARE
        /* on the dreambox (dm500 tested) we need the audio device for setting
           the volume and it can be opened multiple times. Other drivers (dbox)
           do not allow multiple open() of the audio device */
seife
Developer
Beiträge: 4189
Registriert: Sonntag 2. November 2003, 12:36

Re: Neutrino auf der IPBox

Beitrag von seife »

Hm, das controld-Zeug ist ja schon im CVS, insofern solltest du da keinen patch mehr brauchen...

Aber egal, ohne Hardware wird das schwierig zu fixen => das muss jemand mit einer IPbox machen (oder jemand muss mir eine schicken, aber Hardware habe ich eigentlich genug ;))
Grabber66
Einsteiger
Einsteiger
Beiträge: 216
Registriert: Dienstag 1. Juni 2004, 12:24

Re: Neutrino auf der IPBox

Beitrag von Grabber66 »

Wenn du mir sagst, wo drinsteht was gemacht wird wenn die Box in den Standby geht (vor deinem Diff)
dann kann ich mich daran mal versuchen.
Irgentwie müsste man das ja ummodeln, das quasi DVB-Video und Ton ausgeschaltet werden wie im Standby.
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Neutrino auf der IPBox

Beitrag von rhabarber1848 »

Die Dbox2 wird demnächst ein Update für U-Boot von 1.2.0 auf 2009.06
erhalten. Für die IPBox werde ich keine Portierung vornehmen, sondern
U-Boot 1.2.0 weiterhin vom CVS kompilieren lassen.

Der Patch dazu ist bereits im fortgeschrittenen Stadium und hat hier
keine negativen Auswirkungen auf die IPBox. Könnte das bitte noch
ein IPBox-Besitzer gegentesten?
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Neutrino auf der IPBox

Beitrag von rhabarber1848 »

Grabber66 hat geschrieben:Zum ipbox_modules_dep.diff :
[...]
Ich denke das das so richtig ist.
Denke ich auch, funktioniert das Image denn?
Der Patch ist jedenfalls im CVS: http://article.gmane.org/gmane.comp.vid ... ox.scm/821
malau
Neugieriger
Neugieriger
Beiträge: 9
Registriert: Freitag 10. Dezember 2004, 07:51

Re: Neutrino auf der IPBox

Beitrag von malau »

Hallo,

ich hab mir mal ein Neutrino und auch ein Enigma für meine Box gebaut.
Das Neutrino läuft soweit auch ganz ordentlich. Aber mit dem Enigma hab ich das Problem, das zwar alles ordentlich gestartet wird, aber die Fernbedienung nicht funktioniert. Kann jemand dieses Enigma-Problem bestätigen?
Als Anmerkung muss ich noch sagen, das ich die Images nicht im Flash sondern nur im Multiboot getestet habe. Werde aber wenn ich mal die Zeit dazu habe das Enigma auch mal im Flash testen.
malau
Neugieriger
Neugieriger
Beiträge: 9
Registriert: Freitag 10. Dezember 2004, 07:51

Re: Neutrino auf der IPBox

Beitrag von malau »

Hab mal das Enigma_Image geflasht.
Leider hab ich mir dadurch gleich mal meinen Bootloader zerschossen.
Nach neuem Bootloader tritt dann das gleiche auf wie bereits erwähnt. Image startet, nur beim drücken auf der Fernbedienung passiert nichts, obwohl das Signal in der Box ankommt. Scheint also, das es nicht richtig interpretiert wird.
Hier mal der Log:

Code: Alles auswählen

startet at 16.08.2009 15:41:22
------------------------------
 
U-Boot 1.1.1 (Dec  8 2006 - 15:28:50)
CPU:   IBM PowerPC STBx25xx(51510950)
Board: relook200s
I2C:   ready
DRAM:  28 MB
FLASH:  8 MB
*** Warning - bad CRC, using default environment
partition "db" selected.(ffda0000,230000)
Partition changed to 3
### JFFS2 loading 'init.denc.uboot' to 0x10
Scanning JFFS2 FS:   | .  / - \ | / - \  done.
find_inode failed for name=init.denc.uboot
load: Failed to find inode
### JFFS2 LOAD ERROR<0> for init.denc.uboot!
init.denc.uboot load fail
checking welcome image... ok.
unknown compression type.(3)
clear screen.
Data (writethrough) Cache is ON
Partition changed to 3
### JFFS2 loading 'init.stv6412.uboot' to 0x10
find_inode failed for name=init.stv6412.uboot
load: Failed to find inode
### JFFS2 LOAD ERROR<0> for init.stv6412.uboot!
default for stv6412
Un-Protect Flash Bank # 1
Press Ctrl-z to debug bootloader.
booting...
## Booting image at ff840000 ...
   Image Name:   Linux Kernel Image
   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
   Data Size:    1071005 Bytes =  1 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK
Linux version 2.6.17-cubecafe (malau@tuxbox) (gcc version 3.4.6) #1 Tue Aug 11 16:02:05 CEST 2009
relook200s (cubeCaFe) DGStation Co. http://www.dgstation.co.kr
Built 1 zonelists
Kernel command line: console=ttyS0,115200 root=/dev/mtdblock2 panic=1 mem=28m videofmt=pal
PID hash table entries: 128 (order: 7, 512 bytes)
Console: colour dummy device 80x25
Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Memory: 26024k available (1716k kernel code, 588k data, 84k init, 0k highmem)
Mount-cache hash table entries: 512
NET: Registered protocol family 16
NET: Registered protocol family 2
IP route cache hash table entries: 256 (order: -2, 1024 bytes)
TCP established hash table entries: 1024 (order: 0, 4096 bytes)
TCP bind hash table entries: 512 (order: -1, 2048 bytes)
TCP: Hash tables configured (established 1024 bind 512)
TCP reno registered
squashfs: version 3.1 + autolzma (2006/10/05) Phillip Lougher
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x1
JFFS2 version 2.2. (NAND) (C) 2001-2003 Red Hat, Inc.
Initializing Cryptographic API
io scheduler noop registered (default)
IBM GPIO driver version 07.25.02
IBM GPIO driver version 07.25.02
GPIO #0 at 0xc205e000
Serial: 8250/16550 driver $Revision: 1.90 $ 3 ports, IRQ sharing disabled
serial8250: ttyS0 at MMIO 0x0 (irq = 20) is a 16550A
serial8250: ttyS1 at MMIO 0x0 (irq = 21) is a 16550A
serial8250: ttyS2 at MMIO 0x0 (irq = 22) is a 16550A
loop: loaded (max 8 devices)
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
NET: Registered protocol family 24
dm9000 Ethernet Driver
dm9000: 16 bit io datasize.
dm9000: Invalid ethernet MAC address feched from srom, tring bios
eth0: dm9000 at c2060000,c2062004 IRQ 26 MAC: 00:13:18:01:c4:bf
relook: flash mapping: 800000 at ff800000
DGStation relook200: Found 1 x16 devices at 0x0 in 16-bit bank
 Amd/Fujitsu Extended Query Table at 0x0040
number of CFI chips: 1
cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
Creating 9 MTD partitions on "DGStation relook200":
0x00000000-0x00040000 : "nor.config_welcome"
0x00600000-0x007d0000 : "nor.db"
0x001a0000-0x00600000 : "nor.root"
0x00040000-0x001a0000 : "nor.kernel"
0x007d0000-0x00800000 : "nor.boot"
0x00040000-0x00600000 : "nor.kernel_root"
0x00040000-0x007d0000 : "nor.kernel_root_db"
0x00000000-0x007d0000 : "nor.all_noboot"
0x00000000-0x00800000 : "nor.all"
i2c /dev entries driver
IBM IIC driver v2.1
ibm-iic0: using standard (100 kHz) mode
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
SQUASHFS error: zlib_fs returned unexpected result 0xfffffffd
SQUASHFS error: zlib_fs Failed!! trying to lzma
VFS: Mounted root (squashfs filesystem) readonly.
Mounted devfs on /dev
Freeing unused kernel memory: 84k init
init started: BusyBox v1.14.3 (2009-08-11 16:02:19 CEST)
starting pid 12, tty '': '/etc/init.d/rcS'
Starte CVS-Image
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
CubeCaFe 250 driverset for stb2500 ver 1.3.2  (Mar 21 2008 - 02:57:34)  build 11
[PLATMAN] started!
To unload this module launch : swapoff /dev/mtdblock/9
[FP] Found a CubeCaFe
micom access driver $Revision: 1.1 $
input: Dreambox IR Keyboard as /class/input/input0
[FP] Ver. 6.12.27(1)
Micom version Ver 06 12 27
res: 0
[NIM] Found stv0288 based demod
insmod: can't insert '/lib/modules/2.6.17-cubecafe/extra/head.ko': invalid module format
rm: cannot remove '/var/tmp': Read-only file system
ifup: can't open '/var/run/ifstate': No such file or directory
eth0: link down
udhcpc (v1.14.3) started
Sending discover...
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Sending discover...
Sending select for 192.168.1.25...
Lease of 192.168.1.25 obtained, lease time 600000
/share/udhcpc/default.script: line 34: can't create /etc/resolv.conf: Read-only file system
/share/udhcpc/default.script: line 34: can't create /etc/resolv.conf: Read-only file system
/share/udhcpc/default.script: line 34: can't create /etc/resolv.conf: Read-only file system
ifup: can't open '/var/run/ifstate': No such file or directory
/etc/init.d/rcS: line 99: /bin/rcremap: not found
[/etc/init.d/ide] resuming ide support
/bin/enigma: /lib/libpng12.so.0: no version information available (required by /bin/enigma)
enigma, Copyright (C) dbox-Project
enigma comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome
to redistribute it under certain conditions.
It is licensed under the GNU General Public License,
Version 2
[eHotplug] created successfully
+ (0) Configuration
reached rl 0
+ (1) Background File Eraser
+ (1) EAUDIO
+ (5) d-Box LCD Hardware
couldn't open LCD - load lcd.o!
+ (5) eActionMapList
+ (9) GFBDC
2044k video mem
+ (9) Font Render Class
[FONT] initializing lib...
[FONT] loading fonts...
[FONT] Intializing font cache, using max. 4MB...
+ (10) gRC
RC thread createted successfully
+ (15) SystemInfo
+ (20) skin subsystem
loading skin: /var/tuxbox/config/enigma/skins/default.esml
loading skin: /share/tuxbox/enigma/skins/default.esml
loading skin: /var/tuxbox/config/enigma/skins/rihanna_special.esml
[FONT] adding font /var/tuxbox/config/enigma/fonts/rihanna/pakenham.ttf...OK (lcd)
[FONT] adding font /var/tuxbox/config/enigma/fonts/rihanna/valis_enigma.ttf...OK (Regular)
[FONT] adding font /var/tuxbox/config/enigma/fonts/rihanna/valis_lcd.ttf...OK (LCD)
[FONT] adding font /var/tuxbox/config/enigma/fonts/rihanna/goodtime.ttf...OK (OLED)
[FONT] adding font /var/tuxbox/config/enigma/fonts/rihanna/caps.ttf...OK (CapsFont)
[FONT] adding font /share/fonts/md_khmurabi_10.ttf...OK (Replacement)
[FONT] adding font /share/fonts/unmrs.pfa...OK (Nimbus)
Font with name lcd already loaded, skip pakenham.ttf
fontalias eStatusBar does exist, skip make alias for font Nimbus
fontalias eChannelInfo does exist, skip make alias for font Nimbus
fontalias global.normal does exist, skip make alias for font Nimbus
fontalias global.30 does exist, skip make alias for font Nimbus
fontalias global.fixed does exist, skip make alias for font Nimbus
fontalias eWindow.TitleBar does exist, skip make alias for font Nimbus
fontalias eWindow.Childs does exist, skip make alias for font Nimbus
fontalias eListBox.EntryText.normal does exist, skip make alias for font Nimbus
fontalias eServiceSelector.Entry.Description does exist, skip make alias for font Nimbus
fontalias eServiceSelector.singleColumn.Entry.Name does exist, skip make alias for font Nimbus
fontalias eServiceSelector.singleColumn.Entry.Number does exist, skip make alias for font Nimbus
fontalias eServiceSelector.multiColumn.Entry.Number does exist, skip make alias for font Nimbus
fontalias eServiceSelector.multiColumn.Entry.Name does exist, skip make alias for font Nimbus
fontalias eServiceSelector.combiColumn.Entry.Number does exist, skip make alias for font Nimbus
fontalias eServiceSelector.combiColumn.Entry.Name does exist, skip make alias for font Nimbus
fontalias eEPGSelector.Entry.Description does exist, skip make alias for font Nimbus
fontalias eEPGSelector.Entry.DateTime does exist, skip make alias for font Nimbus
fontalias lcd.main.service_name does exist, skip make alias for font Nimbus
fontalias lcd.main.clock does exist, skip make alias for font Nimbus
fontalias lcd.standby.clock does exist, skip make alias for font Nimbus
fontalias lcd.menu.title does exist, skip make alias for font Nimbus
fontalias lcd.menu.element does exist, skip make alias for font Nimbus
fontalias eventview.description does exist, skip make alias for font Nimbus
fontalias eventview.date does exist, skip make alias for font Nimbus
fontalias eventview.time does exist, skip make alias for font Nimbus
fontalias eventview.channel does exist, skip make alias for font Nimbus
fontalias head does exist, skip make alias for font Nimbus
fontalias epg.time does exist, skip make alias for font Nimbus
fontalias epg.title does exist, skip make alias for font Nimbus
fontalias epg.description does exist, skip make alias for font Nimbus
image/img="menu_osd" - /enigma/pictures/rihanna_special/mainmenu/menu_osd.png: file not found
image/img="button_green_no" - /enigma/pictures/rihanna_special/button_green_no.png: file not found
image/img="button_yellow" - /enigma/pictures/rihanna_special/g_ico_audio_on.png: file not found
image/img="button_yellow_off" - /enigma/pictures/rihanna_special/g_ico_audio_off.png: file not found
image/img="volume_slider" - /enigma/pictures/rihanna_special/volume_slider.png: file not found
image/img="mainmenu.tv.sel" - /enigma/pictures/rihanna_special/mainmenu/tv_on.png: file not found
image/img="mainmenu.radio.sel" - /enigma/pictures/rihanna_special/mainmenu/radio_on.png: file not found
image/img="mainmenu.file.sel" - /enigma/pictures/rihanna_special/mainmenu/file_on.png: file not found
image/img="mainmenu.info.sel" - /enigma/pictures/rihanna_special/mainmenu/info_on.png: file not found
image/img="mainmenu.shutdown.sel" - /enigma/pictures/rihanna_special/mainmenu/shutdown_on.png: file not found
image/img="mainmenu.setup.sel" - /enigma/pictures/rihanna_special/mainmenu/setup_on.png: file not found
image/img="mainmenu.games.sel" - /enigma/pictures/rihanna_special/mainmenu/games_on.png: file not found
image/img="mainmenu.scart.sel" - /enigma/pictures/rihanna_special/mainmenu/scart_on.png: file not found
image/img="mainmenu.timer.sel" - /enigma/pictures/rihanna_special/mainmenu/rectime_on.png: file not found
image/img="mainmenu.tv" - /enigma/pictures/rihanna_special/mainmenu/tv_on.png: file not found
image/img="mainmenu.radio" - /enigma/pictures/rihanna_special/mainmenu/radio_on.png: file not found
image/img="mainmenu.file" - /enigma/pictures/rihanna_special/mainmenu/file_on.png: file not found
image/img="mainmenu.info" - /enigma/pictures/rihanna_special/mainmenu/info_on.png: file not found
image/img="mainmenu.shutdown" - /enigma/pictures/rihanna_special/mainmenu/shutdown_on.png: file not found
image/img="mainmenu.setup" - /enigma/pictures/rihanna_special/mainmenu/setup_on.png: file not found
image/img="mainmenu.games" - /enigma/pictures/rihanna_special/mainmenu/games_on.png: file not found
image/img="mainmenu.scart" - /enigma/pictures/rihanna_special/mainmenu/scart_on.png: file not found
image/img="mainmenu.timer" - /enigma/pictures/rihanna_special/mainmenu/rectime_on.png: file not found
image/img="osd_format_off" - /enigma/pictures/rihanna_special/ico_format_off.png: file not found
image/img="3DBorder.unselected.corner.light.swap" - /enigma/pictures/rihanna_special/border/3D_border_unselected_corner_light_swap.png: file not found
image/img="3DBorder.unselected.corner.dark.swap" - /enigma/pictures/rihanna_special/border/3D_border_unselected_corner_dark_swap.png: file not found
image/img="3DBorder.unselected.corner.lightDark.swap" - /enigma/pictures/rihanna_special/border/3D_border_unselected_corner_lightDark_swap.png: file not found
image/img="3DBorder.unselected.corner.darkLight.swap" - /enigma/pictures/rihanna_special/border/3D_border_unselected_corner_darkLight_swap.png: file not found
image/img="3DBorder.unselected.corner.light" - /enigma/pictures/rihanna_special/border/3D_border_unselected_corner_light.png: file not found
image/img="3DBorder.unselected.corner.dark" - /enigma/pictures/rihanna_special/border/3D_border_unselected_corner_dark.png: file not found
image/img="3DBorder.unselected.corner.lightDark" - /enigma/pictures/rihanna_special/border/3D_border_unselected_corner_lightDark.png: file not found
image/img="3DBorder.unselected.corner.darkLight" - /enigma/pictures/rihanna_special/border/3D_border_unselected_corner_darkLight.png: file not found
image/img="3DBorder.unselected.hor.dark" - /enigma/pictures/rihanna_special/border/3D_border_unselected_hor_dark.png: file not found
image/img="3DBorder.unselected.hor.light" - /enigma/pictures/rihanna_special/border/3D_border_unselected_hor_light.png: file not found
image/img="3DBorder.unselected.ver.dark" - /enigma/pictures/rihanna_special/border/3D_border_unselected_ver_dark.png: file not found
image/img="3DBorder.unselected.ver.light" - /enigma/pictures/rihanna_special/border/3D_border_unselected_ver_light.png: file not found
image/img="3DBorder.eButton.top" - /enigma/pictures/rihanna_special/border/3D_border_eButton_top.png: file not found
image/img="3DBorder.eButton.bottom" - /enigma/pictures/rihanna_special/border/3D_border_eButton_bottom.png: file not found
image/img="3DBorder.eButton.left" - /enigma/pictures/rihanna_special/border/3D_border_eButton_left.png: file not found
image/img="3DBorder.eButton.right" - /enigma/pictures/rihanna_special/border/3D_border_eButton_right.png: file not found
image/img="3DBorder.eButton.topLeft" - /enigma/pictures/rihanna_special/border/3D_border_eButton_topLeft.png: file not found
image/img="3DBorder.eButton.topRight" - /enigma/pictures/rihanna_special/border/3D_border_eButton_topRight.png: file not found
image/img="3DBorder.eButton.bottomLeft" - /enigma/pictures/rihanna_special/border/3D_border_eButton_bottomLeft.png: file not found
image/img="3DBorder.eButton.bottomRight" - /enigma/pictures/rihanna_special/border/3D_border_eButton_bottomRight.png: file not found
image/img="shortcut.0" - /enigma/pictures/rihanna_special/shortcut/key_0-fs8.png: file not found
image/img="shortcut.1" - /enigma/pictures/rihanna_special/shortcut/key_1-fs8.png: file not found
image/img="shortcut.2" - /enigma/pictures/rihanna_special/shortcut/key_2-fs8.png: file not found
image/img="shortcut.3" - /enigma/pictures/rihanna_special/shortcut/key_3-fs8.png: file not found
image/img="shortcut.4" - /enigma/pictures/rihanna_special/shortcut/key_4-fs8.png: file not found
image/img="shortcut.5" - /enigma/pictures/rihanna_special/shortcut/key_5-fs8.png: file not found
image/img="shortcut.6" - /enigma/pictures/rihanna_special/shortcut/key_6-fs8.png: file not found
image/img="shortcut.7" - /enigma/pictures/rihanna_special/shortcut/key_7-fs8.png: file not found
image/img="shortcut.8" - /enigma/pictures/rihanna_special/shortcut/key_8-fs8.png: file not found
image/img="shortcut.9" - /enigma/pictures/rihanna_special/shortcut/key_9-fs8.png: file not found
image/img="shortcut.green" - /enigma/pictures/rihanna_special/shortcut/green.png: file not found
image/img="shortcut.yellow" - /enigma/pictures/rihanna_special/shortcut/yellow.png: file not found
Image with name listbox.separator already loaded, skip separator-fs8.png
Image with name eCheckbox.checked already loaded, skip checked.png
Image with name eCheckbox.unchecked already loaded, skip unchecked.png
Image with name lcd_menu already loaded, skip lcdmenu.png
Image with name lcd_scart already loaded, skip video.png
Image with name mute_symbol already loaded, skip mute-fs8.png
Image with name volume_grafik already loaded, skip volumeslider-fs8.png
Image with name icon_info already loaded, skip icon-info-fs8.png
Image with name icon_question already loaded, skip icon-question-fs8.png
Image with name icon_error already loaded, skip icon-error-fs8.png
Image with name sselect_folder already loaded, skip folder-fs8.png
Image with name dreamlogo already loaded, skip dreamlogo-fs8.png
image/img="triaxlogo" - /enigma/pictures/triaxlogo-fs8.png: file not found
Image with name diseqc_0 already loaded, skip diseqc_0-fs8.png
Image with name diseqc_1 already loaded, skip diseqc_1-fs8.png
Image with name diseqc_2 already loaded, skip diseqc_2-fs8.png
Image with name shortcut.red already loaded, skip red.png
Image with name shortcut.blue already loaded, skip blue.png
image/img="shortcut.escape" - /enigma/pictures/shortcut/escape.png: file not found
image/img="key.37" - /enigma/pictures/keypics/button_ok.png: file not found
image 3DBorder.unselected.hor.light not found, skip make alias eStatusBar.top
image 3DBorder.unselected.ver.light not found, skip make alias eStatusBar.left
image 3DBorder.unselected.corner.light not found, skip make alias eStatusBar.topLeft
image 3DBorder.unselected.hor.dark not found, skip make alias eStatusBar.bottom
image 3DBorder.unselected.ver.dark not found, skip make alias eStatusBar.right
image 3DBorder.unselected.corner.dark not found, skip make alias eStatusBar.bottomRight
image 3DBorder.unselected.corner.darkLight not found, skip make alias eStatusBar.topRight
image 3DBorder.unselected.corner.lightDark not found, skip make alias eStatusBar.bottomLeft
image 3DBorder.unselected.hor.dark not found, skip make alias eComboBox.top
image 3DBorder.unselected.ver.dark not found, skip make alias eComboBox.left
image 3DBorder.unselected.corner.light.swap not found, skip make alias eComboBox.topLeft
image 3DBorder.unselected.hor.light not found, skip make alias eComboBox.bottom
image 3DBorder.unselected.ver.light not found, skip make alias eComboBox.right
image 3DBorder.unselected.corner.dark.swap not found, skip make alias eComboBox.bottomRight
image 3DBorder.unselected.corner.darkLight.swap not found, skip make alias eComboBox.topRight
image 3DBorder.unselected.corner.lightDark.swap not found, skip make alias eComboBox.bottomLeft
image 3DBorder.unselected.hor.dark not found, skip make alias eComboBox.listbox.bottom
image 3DBorder.unselected.ver.dark not found, skip make alias eComboBox.listbox.right
image 3DBorder.unselected.corner.dark.swap not found, skip make alias eComboBox.listbox.bottomLeft
image 3DBorder.unselected.hor.dark not found, skip make alias eComboBox.listbox.top
image 3DBorder.unselected.ver.dark not found, skip make alias eComboBox.listbox.left
image 3DBorder.unselected.corner.dark.swap not found, skip make alias eComboBox.listbox.topRight
image 3DBorder.unselected.corner.dark.swap not found, skip make alias eComboBox.listbox.bottomRight
image 3DBorder.unselected.corner.dark.swap not found, skip make alias eComboBox.listbox.topLeft
image 3DBorder.eButton.top not found, skip make alias eButton.top
image 3DBorder.eButton.left not found, skip make alias eButton.left
image 3DBorder.eButton.topLeft not found, skip make alias eButton.topLeft
image 3DBorder.eButton.bottom not found, skip make alias eButton.bottom
image 3DBorder.eButton.right not found, skip make alias eButton.right
image 3DBorder.eButton.bottomRight not found, skip make alias eButton.bottomRight
image 3DBorder.eButton.topRight not found, skip make alias eButton.topRight
image 3DBorder.eButton.bottomLeft not found, skip make alias eButton.bottomLeft
image 3DBorder.unselected.hor.dark not found, skip make alias eNumber.top
image 3DBorder.unselected.ver.dark not found, skip make alias eNumber.left
image 3DBorder.unselected.hor.light not found, skip make alias eNumber.bottom
image 3DBorder.unselected.ver.light not found, skip make alias eNumber.right
image 3DBorder.unselected.corner.light.swap not found, skip make alias eNumber.topLeft
image 3DBorder.unselected.corner.dark.swap not found, skip make alias eNumber.bottomRight
image 3DBorder.unselected.corner.darkLight.swap not found, skip make alias eNumber.topRight
image 3DBorder.unselected.corner.lightDark.swap not found, skip make alias eNumber.bottomLeft
image 3DBorder.unselected.hor.dark not found, skip make alias eListBox.top
image 3DBorder.unselected.ver.dark not found, skip make alias eListBox.left
image 3DBorder.unselected.corner.light.swap not found, skip make alias eListBox.topLeft
image 3DBorder.unselected.hor.light not found, skip make alias eListBox.bottom
image 3DBorder.unselected.ver.light not found, skip make alias eListBox.right
image 3DBorder.unselected.corner.dark.swap not found, skip make alias eListBox.bottomRight
image 3DBorder.unselected.corner.darkLight.swap not found, skip make alias eListBox.topRight
image 3DBorder.unselected.corner.darkLight.swap not found, skip make alias eListBox.bottomLeft
value eMessageBox.pos.x does exist, skip make value 100=120
value eMessageBox.pos.y does exist, skip make value 70=121
value mute.pos.x does exist, skip make value 100=11896
value mute.pos.y does exist, skip make value 50=11897
value volume.grafik.pos.x does exist, skip make value 450=120
value volume.grafik.pos.y does exist, skip make value 50=121
value volume.slider.pos.x does exist, skip make value 9=120
value volume.slider.pos.y does exist, skip make value 38=121
value volume.slider.width does exist, skip make value 162=104
value volume.slider.height does exist, skip make value 11=116
+ (25) eTextInputField
+ (25) RC Input layer
sh: can't open /share/keymaps/dream-de.kmap: no such file
load keyboard mapping failed
+ (26) Console RC Driver
+ (26) input device driver
Input device "Dreambox IR Keyboard" is a keyboard.
Found 1 input devices!
+ (26) DreamBox RC Hardware 2
+ (26) d-Box RC Hardware
+ (30) eGauge
+ (30) eSlider
+ (30) eStatusBar
+ (30) eWindow
+ (30) eWidget
+ (30) eProgress
+ (30) eLabel
+ (30) eCheckbox
+ (30) eButton
+ (30) eChannelInfo
+ (35) textedit field actions
+ (35) number actions
+ (35) cursor actions
+ (35) focus actions
+ (35) list actions
+ (35) shortcut actions
+ (35) tuxtxt actions
+ (35) enigma standby actions
+ (35) TransponderEditWindow Actions
+ (35) enigma helpwindow actions
+ (35) rotor menu actions
+ (35) enigma vcr actions
+ (35) timer view actions
+ (35) timer edit actions
+ (35) tuxtxt offset actions
+ (35) epg selector actions
+ (35) enigma mainmenu actions
+ (35) EPG Style Selector actions
+ (35) service selector actions
+ (35) enigma main actions
+ (35) enigma global actions
+ (35) enigma event view actions
+ (39) stream watchdog
+ (40) eDVB lib
1 lnbs readed
reading services
loaded 757 services
loaded 13 subservices
reading bouquets
loaded 45 bouquets
ok
[eAVSwitch] failed to load scart-config (scart.conf), using default-values
[eAVSwitch] setInput 0, avsfd=15
eDVB::eDVB done.
+ (45) eServiceInterface
+ (46) eServiceFileHandler
+ (46) eServiceStructureHandler
+ (47) eServiceHandlerExternal
eServiceHandlerExternal registered
+ (47) eServiceHandlerJPG
+ (47) eServicePlaylistHandler
+ (47) eServiceHandlerMP3
+ (47) eServiceHandlerDVB
+ (48) eDVBCAHandler
+ (48) EPG cache
[EPGC] Initialized EPGCache
+ (48) socket mmi handler
[eSocketMMIHandler] created successfully
+ (49) Timer Manager
loading playlist... /var/tuxbox/config/enigma/timer.epl
[eTimerManager] deepstandbywakeup is 0
[eTimerManager] now deepstandbywakeup is 0
[eTimerManager] delKey deepstandbywakeup
couldn't write config!
reached rl 50
[ENIGMA] loading default keymaps...
couldn't load key bindings for device Dreambox IR Keyboard
couldn't load key bindings for device dreambox Fernbedienung 2
couldn't load key bindings for device dreambox Buttons
couldn't write resolv.conf
[eDVB] use IP: 192.168.1.25, Netmask: 255.255.255.0, gateway 192.168.1.1, DNS: 192.168.1.1
open /dev/dvb/card0/ancillary0 failed(Datei oder Verzeichnis nicht gefunden)
lcdMain created: 0x105ca908
couldn't write config!
[eZapMain]wasSleeping is 0, wasDeepStandby is 0
skin has undefined element: snr_text
skin has undefined element: agc_text
skin has undefined element: ber_text
skin has undefined element: description
skin has undefined element: button_blue_enabled
skin has undefined element: AudioOrPause
no sapi
loading playlist... /hdd/movie/recordings.epl
failed to open.
loading playlist... /var/tuxbox/config/enigma/playlist.epl
loading playlist... /var/tuxbox/config/enigma/userbouquets.tv.epl
loading playlist... /var/tuxbox/config/enigma/userbouquets.file.epl
loading playlist... /var/tuxbox/config/enigma/userbouquets.radio.epl
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe00.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe01.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe02.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe03.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe04.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe05.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe06.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe07.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe08.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe09.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe10.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe11.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe12.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe13.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe14.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe15.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe16.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe17.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe18.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe19.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe20.tv
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe00.radio
loading playlist... /var/tuxbox/config/enigma/userbouquet.dbe01.radio
loading playlist... /var/tuxbox/config/enigma/userbouquet.478b2.radio
stopping permanent timeshift ...
write number to led-display
 ------------> changed! 0
[TUNE] tuning to 12544000/22003000/H/4@192
set continuous tone OFF and voltage to 13V
set continuous tone OFF and voltage to 13V
Horizontal
Hi Band
DiSEqC Switch cmd = 00f3
1 DiSEqC cmds to send
no Toneburst (MiniDiSEqC)
FE_SET_FRONTEND OK
<-- tuned
[ENIGMA_DYN] lockWebIf = 1
[ENIGMA] starting httpd
[NET] httpd server started on port 80
console=ttyS0 detected...disable enigma serial http interface
[ENIGMA] ok, beginning mainloop
+ (54) wizard: tv system
+ (55) wizard: language
+ (56) wizard: fpudate
+ (57) wizard: timezone
Dont run Timezone Setup.. timezone is already selected
cp: cannot create '/var/etc/localtime': Read-only file system
couldn't set timezone:CET
+ (58) wizard: scan
reached rl 75
[FE] evt. locked
[FE] start update transponder data timer
 ------------> changed! f
AUDIO_GET_STATUS - stopped
VIDEO_GET_STATUS - stopped
DMX_SET_PES_FILTER(0x1ff) - video - ok
DMX_SET_PES_FILTER(0x1ff) - pcr - ok
DMX_SET_PES_FILTER(0x200) - audio - ok
DMX_START (pcr) - ok
DMX_START (video) - ok
VIDEO_PLAY - ok
AUDIO_PLAY - ok
DMX_START (audio) - ok
TuxTxt service started 21
DMX_SET_PES_FILTER(0x21) - vtxt - ok
DEMUX_START - vtxt - ok
start PAT on demux0
start TDT on demux0
TuxTxt running thread...(021)
PATready (0)
start PMT on demux0
PMTready (0)
 ------------> changed! 40
write number to led-display
[FONT] creating new font color cache entry 43000000 .. 00ffffff
[FONT] creating new font color cache entry 43000000 .. 22efc020
[FONT] creating new font color cache entry 43000000 .. 00cccccc
[FONT] creating new font color cache entry 43000000 .. 1056c856
[FONT] creating new font color cache entry 43000000 .. 10ff4a3c
[FONT] creating new font color cache entry 10646c78 .. 10000000
[FONT] creating new font color cache entry 10ff4a3c .. 10000000
[FONT] creating new font color cache entry 1056c856 .. 10000000
[cachebouquets]entering service:17501,1,1107
PMT version = 21
SDTready (0)
[eDVB] restart Samba
[eDVB] do nfs/cifs/smbfs mounts
EITready (0)
write number to led-display
EIT version = 21
TDTready 0
[TIME] we have correction (0)... use
[TIME] time update to 15:37:40
[TIME] time_difference is 1250429838
[TIME] set Linux Time
[EPGC] time updated.. start EPG Mainloop
[cachebouquets]entering service:17501,1,1107
write number to led-display
[eTimerManager] setNextEvent
[eTimerManager] updated ( 0 waiting events in list )
[EPGC] next update in 2 sec
[EPGC] not cached yet
[EPGC] start caching events(1250429863)
------------------------------
stopped at 16.08.2009 15:42:03
P.S.
Nicht wundern, ist noch der alte UBoot drin, und auch noch ein Fehler mit dem var-Verzeichnis(hatte ich falsch eingebunden)
rhabarber1848
CDK-Experte
Beiträge: 4335
Registriert: Donnerstag 3. April 2008, 14:05

Re: Neutrino auf der IPBox

Beitrag von rhabarber1848 »

+ (5) d-Box LCD Hardware
couldn't open LCD - load lcd.o!
[...]
+ (26) input device driver
Input device "Dreambox IR Keyboard" is a keyboard.
Found 1 input devices!
+ (26) DreamBox RC Hardware 2
[...]
[ENIGMA] loading default keymaps...
couldn't load key bindings for device Dreambox IR Keyboard
couldn't load key bindings for device dreambox Fernbedienung 2
couldn't load key bindings for device dreambox Buttons
Meine Vermutung ist, dass Enigma noch einige IPBox-spezifische
Anpassungen fehlen. Mangels Box kann ich da nichts machen.
malau
Neugieriger
Neugieriger
Beiträge: 9
Registriert: Freitag 10. Dezember 2004, 07:51

Re: Neutrino auf der IPBox

Beitrag von malau »

Danke rhabarber1848.

Du hast natürlich vollkommen Recht mit dem was du schreibst. Hab das in meiner ganzen Euphorie vollkommen vergessen.
Da es ja hier eigentlich um Neutrino geht wurden diese Patches sicherlich noch nicht berücksichtigt.
Bevor ich aber diesen Neutrino-Thread weiter mit Enigma Problemen belaste, mal die Frage ob ich das weiter hier machen darf, oder lieber ein neues Thema aufmachen soll? Würde gerne mit dazu beitragen das auch Enigma für die IPBox erfolgreich im Tuxbox-CVS läuft.