[announce] Xvdr-0.2.0 - Xbox vdr client

  • Hi,


    here is a mini-linux for Xbox dedicated as a streamdev client.
    Based in xebian, you launch it as a normal .xbe application.
    It use vdr-1.3.22 , streamdev-client 0.3.4 , Xine plugin , Directfb with df_xine.


    You need an xbox remote control to use it. Or at least, you can use svdrp with a second vdradmin session on your server isntalled to control the xbox.


    http://xmltv.free.fr/Xvdr


    readme:



    v 0.2.0:
    Migration to Xine plugin + df_xine ( xine for DirectFB ) : Skins support, better video fluidity.


    v 0.1.0:
    First version, DirectFB + hacked Softdevice ( audio glitches, bad skin support, and not smooth)




    Prerequires:
    * An Xbox
    * With modchips it's better
    * A dashboard like Evox, XBMC, or anything else that support launching apps.
    * an Xbox remote control kit (like i laready said, pads are not working.... it's in project, but not in the priorities)


    so, for the install :



    * Download XVDR and unrar it.
    * Don't forget to set Xbox clock for the EPG!!
    * Transfer the debian folder with FTP in the E driver ( and not F ) to obtain "E:\debian"
    * Edit your Evox.ini file or other dashboard config file to add the menu entry to e:\debian\default.xbe
    * Edit the linuxboot.cfg file to modify the "xbox_ip=192.168.0.6" parameter with your xbox ip. ( for ssh/ftp access and VDR server access)
    * Launch Linux/VDR
    * Connect with ftp to your xbox ip, user: root / password : xebian and put your own channels.conf in /VdrBox/VDRConf, and your logos in skins directories.
    * Set in the streamdev configuration menu ( ( Configuration/ Plugins / Streamdev ) your VDR server ip. You will probably have to restart vdr on the xobx to make the changes working.



    For version 1:


    DON'T USE streamdev multipid/filter and softdevice deinterlace mode.... Or it won't be usable at all.


    For version 2:
    Multipid is supported.


    Remote control map:


    Display --> Power
    Reverse --> Volume -
    Play --> Mute
    Forward --> Volume +
    (useless as Xbox audio chipset don't have hardware mixer)
    Skip - --> Red
    Stop --> Green
    Pause --> Yellow
    Skip + --> Blue
    Title --> Nothing or User1, i don't remember
    Info --> Idem
    Haut,Bas,Gauche,Droite --> Haut,Bas,Gauche,Droite (c'est bien fait quand meme!!)
    Up,Down,Left,Right --> Up, Down, Left, Right what a coincidence...
    Select --> Ok
    Menu --> Menu (
    Back --> Back


    0 ~ 9 --> 0 ~ 9

  • Hi alib,


    thanks a lot for this VDR version on the XBox. It works very well here.


    As I am not used to Xebian, can you give me a hint on how to compile my own plugins (for instance the VLC HTTP-Streamin plugin). Maybe in a parallel environment?


    Did you change anything to get XINE to work?


    Nevertheless, good work.


    I also like your Mplayer version with VDR streaming client support.


    Regards,


    MovieFan

  • to compile your own plugin, you need to install xebian on your xbox and build as usual, then boot with the Xvdr, mount your xebian partition , copy the binaries in the /VdrBox/VDR/PLUGINS/lib/ of your Xvdr , and that's all.


    No change to Xine, only using df_xine as frontend, it's a DirectFB Xine player, that allow us to not use X11 and save some space and ressources.

  • Gleich gibt das bestimmt wieder schelle!
    Aber ich habe mir mal von Xdebian eine Iso gebrannt un sie beim booten in meinem Rechner gelassen.
    Ich habe gan schön gekuckt als Xdebian oder war das GentooX weis jetzt nicht, aber es hat auf menem rechner gebootet bis in die KDE hinei.
    Wäre es damit nicht möglich eine LIVE-CD zu erstellen ?

    HauptVDR AMD Goede 1750 Easyvdr 0.06.4
    FF_TT2.3 Skystar2.6c 1x160GB + 1x1TB lautloser Rechner weil er im Keller steht. :D


    2x MediaMVP als Client+VOMPServer-Plugin


    TestVDR AMD Goede 1750 mit TT1.5 Easyvdr 06.*
    Bootet auf einer komischen Weise
    PicoPSU als NT

  • Right!
    For a long time.
    I burn a CD'iso with Gentoox or Xdebian and have this CD in the CD-rom form my
    PC forgotten.I surprised as my PC boot from CD to the KDE.
    My ask!
    Now can make from the e:/debian a Live-CD?


    for example a P 900 with Gforce2 is a Xbox too or not?


    sorry for my english ;)

    HauptVDR AMD Goede 1750 Easyvdr 0.06.4
    FF_TT2.3 Skystar2.6c 1x160GB + 1x1TB lautloser Rechner weil er im Keller steht. :D


    2x MediaMVP als Client+VOMPServer-Plugin


    TestVDR AMD Goede 1750 mit TT1.5 Easyvdr 06.*
    Bootet auf einer komischen Weise
    PicoPSU als NT

  • Zitat

    for example a P 900 with Gforce2 is a Xbox too or not?


    Unfortunately this is not correct, as the xbox uses Celeron 733 (no issue so far) and uses a dedicated Video-Encoder-Chip coming from Future Enhancements (FS454)...


    this has to be taken into consideration before doing such a project as the framebuffer will have to comply with that specific settings.


    Kind regard,s


    Adama ;)

  • hey alib,


    I am wondering what screen resolution your xbox-client can provide, and if it is also providing some de-scaling functionality???


    Could you please explain a little?


    Seems to me that for a in-expensive media-client your software is just the right thing to consider when looking at the prices of a regular xbox that usually sells here in germany for about 149,- euros including a dvd-drive.


    Just some work needed to get the damn thing more quiet, and then youre finished with a cheap client that fits perfectly to a beamer.


    kind regards,


    Adama ;)

  • Maybe a stupid question:
    Why 256MB swap when the XBox only has 32MB RAM..? 64MB swap should be enough.

    (( Kein VDR im Augenblick ))
    Desktop: OS X 10.4 - PowerBook G4
    Misc. HW: XBox 1.0 w/ XBMC & Sanyo Z3S & Onkyo TX-SR503E

  • the video output is 640x480 16 bits, DirectFB crash the xbox with out of memory error when using anything bigger.
    With Vesa FB it works in 720x576 but it's farly too slow to be usable.


    There's a little overscan to fit the whole TV screen so.
    The output is not interlaced ( the deinterlace is done by ffmpeg ), we didn't succeed to have a true interlaced signal with the xbox.

  • Hi,


    great work, it works great.... ;)


    thanks for this mini-linux and the easy setup!


    Wishes for the next version:


    - pads funktional
    - support of the lirc_atiusb modul for ati-usb remotes
    - support for DVB driver for usb-dvb-systems (usb dvb-(t/s)) in Xebian




    Thanks to france!


    AleX

    Hardware: Intel Cel 1Ghz+, 256MB, 420GB HD, TT DVB-S (Premium) Rev 1.5, 2* Activy DVB-S (Budget), PVR-250, Lirc-USB (ati-rf-remote)
    #############################################
    Software: Debian Etch 2.6.16.1, DVB-Kernel, VDR 1.3.42 + enAIO + noEPG +weitere Patches
    Plugins: tvonscreen, femon, streamdev, mplayer, vdradmin, wapd,
    osdteletext, vcd, dvd, burn, vdrrip
    Other: nvram mit rebootscript
    IRC-Nick: df-h

    Einmal editiert, zuletzt von alex-zero ()

  • could you please add the usb id ffffffff to the xir driver and remove it from the xpad driver in the next version?
    i have got a cheap remote from ebay which has this id


    i hope the next version is coming soon

  • tolles tool... funktioniert auf anhieb


    allerdings habe ich noch folgendes problem:


    sobald der client (xbox) läuft, kann nur zwischen kanälen innerhalb des gleichen transponders umschalten... egal ob ich auf server oder client versuche zu wechseln


    sobald der client (xbox) beendet ist klappt das umschalten wieder


    hat jemand eine idee wie man das hinkriegt (benutze lindvr 0.7 + mt patch als server mit nexus)


    ----


    works great, but i can only switch channels within the current transponder (i tried on server and on client)... when the client (xbox) is shutdown, its again possible to switch channels on any transponder


    any idea? thx a lot

  • Hi,


    dank LordJaxom´s Hilfe läuft der Xbox-Client nun ohne Probleme.


    Aber wie kann ich in das xebian einen NFS-Mount einbinden als
    Video-Dir?


    Habs in die fstab eingetragen, aber das kümmert den nicht, er mountet es
    nicht.
    Manuell wird es gemountet und klappt auch mit dem Abspielen.


    Jemand nen Tip?
    Kenn mich mit debian nicht so aus.


    ciao
    Mirko76

    VDR1: Gigabyte B85N * G3420 * 1x2GB DDR3 * Nvidia 1030 * VDR 2.4.0

    VDR-Server: Dell T20 Proxmox * VDR im LXC-Container * V 2.4.0

  • Really nice work and it looks great. One problem so far, I didn't hear anything from the xbox. I use an optical link and xmbc and any other player produces sound, only xvdr doesn't even qiuek. So far I didn't have a clue where to start looking.


    EDIT: Yes, reconfiguring my TV I can hear sound. It seems that xvdr doesn't use the opto output from the xbox. Is there are setting that can be changed?

  • Hello,


    this is a realy usefull tool.


    I installed the software like you explained in your post.
    I was wondering how easy it was to install this software and get the live-stream.


    I only have the problem that i have a huge overscan and offset.
    The image have a black border on the top and left side of ca. 5% from the TV-Screensize. And I only see ca. 70% from the image.
    What can I do to solve this problem?
    I connected the XBox with S-Video to my TV.


    Kind regards,
    Uwe Heinritz.

    Gigabyte GA-Z77-D3H; I3-3220; 4GB 1600MHz DDR3; Technotrend S2-4100 + Technotrend Budget + Nova-HD-S2;
    passive geForce GT620 1GB; WD RED 2TB; LG DVD-DL Brenner; Debian Jessie mit VDR 2.2.0 + SoftHDDevice + KODI

  • [Fixed -> see RE: Problem]


    Hi,


    I've got a little problem....


    When I start my XVdr, then I can see 2 or 3 frames, then the X-BOX hang.



    --------------------------see my dmesg:--------------------------
    Linux version 2.4.29-xbox (root@Xbox2.localdomain.local) (gcc version 3.3.5 (Debian 1:3.3.5-5)) #3 Tue Feb 22 15:58:29 CET 2005
    Xbox detected - enabling Xbox patches.
    BIOS-provided physical RAM map:
    BIOS-88: 0000000000000000 - 000000000009f000 (usable)
    BIOS-88: 0000000000100000 - 0000000003c00000 (usable)
    60MB LOWMEM available.
    On node 0 totalpages: 15360
    zone(0): 4096 pages.
    zone(1): 11264 pages.
    zone(2): 0 pages.
    DMI not present.
    Kernel command line: init=/linuxrc root=/dev/ram0 kbd-reset xbox=fatx_e:/debian ramdisk_blocksize= video=xbox:640x480,nohwcursor
    Initializing CPU#0
    Detected 733.337 MHz processor.
    Console: colour dummy device 80x25
    Calibrating delay loop... 1461.45 BogoMIPS
    Memory: 57092k/61440k available (1320k kernel code, 3960k reserved, 474k data, 96k init, 0k highmem)
    Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)
    Inode cache hash table entries: 4096 (order: 3, 32768 bytes)
    Mount cache hash table entries: 512 (order: 0, 4096 bytes)
    Buffer cache hash table entries: 1024 (order: 0, 4096 bytes)
    Page-cache hash table entries: 16384 (order: 4, 65536 bytes)
    CPU: L1 I cache: 16K, L1 D cache: 16K
    CPU: L2 cache: 128K
    CPU: After generic, caps: 0383f9ff 00000000 00000000 00000000
    CPU: Common caps: 0383f9ff 00000000 00000000 00000000
    CPU: Intel Celeron (Coppermine) stepping 0a
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Checking 'hlt' instruction... OK.
    POSIX conformance testing by UNIFIX
    mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
    mtrr: detected mtrr type: Intel
    PCI: Using configuration type 1
    PCI: Probing PCI hardware
    PCI: Probing PCI hardware (bus 00)
    PCI: Cannot allocate resource region 1 of device 01:00.0
    PCI: Failed to allocate resource 1(f0000000-f3ffffff) for 01:00.0
    Linux NET4.0 for Linux 2.4
    Based upon Swansea University Computer Society NET3.039
    Initializing RT netlink socket
    Enabling Xbox eject problem workaround.
    Starting kswapd
    VFS: Disk quotas vdquot_6.5.1
    Journalled Block Device driver loaded
    FATX driver 0.0.1
    devfs: v1.12c (20020818) Richard Gooch (rgooch@atnf.csiro.au)
    devfs: boot_options: 0x1
    i2c-core.o: i2c core module version 2.6.1 (20010830)
    i2c-dev.o: i2c /dev entries driver module version 2.6.1 (20010830)
    i2c-core.o: driver i2c-dev dummy driver registered.
    i2c-proc.o version 2.6.1 (20010830)
    xboxfb: Detected 64MB of system RAM
    xboxfb: Using maximum available framebuffer 4M
    i2c-amd756.o version 2.8.6
    i2c-dev.o: Registered 'SMBus AMD756 adapter at c000' as minor 0
    i2c-core.o: adapter SMBus AMD756 adapter at c000 registered as adapter 0.
    i2c-core.o: driver i2c xbox conexant driver registered.
    xbox-tv-i2c: Using 'SMBus AMD756 adapter at c000'!
    i2c-core.o: client [I2C Xbox Conexant client] registered to adapter [SMBus AMD756 adapter at c000](pos. 0).
    i2c-core.o: client [I2C Xbox Focus client] registered to adapter [SMBus AMD756 adapter at c000](pos. 1).
    i2c-core.o: client [I2C Xbox Xcalibur client] registered to adapter [SMBus AMD756 adapter at c000](pos. 2).
    i2c-core.o: client [I2C Xbox PIC client] registered to adapter [SMBus AMD756 adapter at c000](pos. 3).
    i2c-core.o: client [I2C Xbox EEPROM client] registered to adapter [SMBus AMD756 adapter at c000](pos. 4).
    xboxfb: Setting TV mode from EEPROM (PAL-BDGHI)
    xboxfb: detected xcalibur encoder
    xboxfb: Setting cable type from AVIP ID: SCART (RGB)
    xboxfb: RIVA MTRR set to ON
    Console: switching to colour frame buffer device 80x30
    xboxfb: PCI nVidia NV20 framebuffer ver 0.9.6-xbox (GeForce3-Xbox, 4MB @ 0xF3C00000)
    vesafb: abort, cannot reserve video memory at 0xf0045040
    vesafb: framebuffer at 0xf0045040, mapped to 0xc5c1c040, size 2400k
    vesafb: mode is 640x480x32, linelength=2560, pages=1
    vesafb: scrolling: redraw
    vesafb: directcolor: size=8:8:8:8, shift=24:16:8:0
    fb1: VESA VGA frame buffer device
    initialize_kbd: No keyboard controller preset
    pty: 256 Unix98 ptys configured
    Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
    PCI: Enabling device 00:06.1 (0000 -> 0003)
    PCI: No IRQ known for interrupt pin B of device 00:06.1. Please try using pci=biosirq.
    Real Time Clock Driver v1.10f
    RAMDISK driver initialized: 16 RAM disks of 4096K size 4096 blocksize
    Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
    ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    NFORCE: IDE controller at PCI slot 00:09.0
    NFORCE: chipset revision 212
    NFORCE: not 100% native mode: will probe irqs later
    ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    NFORCE: 00:09.0 (rev d4) UDMA100 controller
    ide0: BM-DMA at 0xff60-0xff67, BIOS settings: hda:pio, hdb:pio
    hda: C/H/S=49934/1/232 from BIOS ignored
    hda: SAMSUNG SV0411N, ATA DISK drive
    hdb: HL-DT-STDVD-ROM GDR8050L, ATAPI CD/DVD-ROM drive
    blk: queue c03093a0, I/O limit 4095Mb (mask 0xffffffff)
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    hda: attached ide-disk driver.
    hda: host protected area => 1
    hda: 78242976 sectors (40060 MB) w/2048KiB Cache, CHS=4870/255/63, UDMA(33)
    hdb: attached ide-cdrom driver.
    hdb: ATAPI 52X DVD-ROM drive, 256kB Cache, UDMA(33)
    Uniform CD-ROM driver Revision: 3.12
    Partition check:
    /dev/ide/host0/bus0/target0/lun0:<7>ldm_validate_partition_table(): No MS-DOS partition table found.
    unknown partition table
    p50 p51 p52 p53 p54 p55<6>Initializing Cryptographic API
    NET4: Linux TCP/IP 1.0 for NET4.0
    IP Protocols: ICMP, UDP, TCP, IGMP
    IP: routing cache hash table of 512 buckets, 4Kbytes
    TCP: Hash tables configured (established 4096 bind 8192)
    Linux IP multicast router 0.06 plus PIM-SM
    RAMDISK: cramfs filesystem found at block 0
    RAMDISK: Loading 1136 blocks [1 disk] into ram disk... done.
    Freeing initrd memory: 1140k freed
    VFS: Mounted root (cramfs filesystem) readonly.
    Mounted devfs on /dev
    Freeing unused kernel memory: 96k freed
    loop: loaded (max 8 devices)
    kjournald starting. Commit interval 5 seconds
    EXT3-fs warning: checktime reached, running e2fsck is recommended
    EXT3 FS 2.4-0.9.19, 19 August 2002 on loop(7,0), internal journal
    EXT3-fs: recovery complete.
    EXT3-fs: mounted filesystem with ordered data mode.
    NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
    PCI: Setting latency timer of device 00:06.0 to 64
    ALSA ../../alsa-kernel/pci/ac97/ac97_codec.c:1860: AC'97 0 does not respond - RESET
    ALSA ../../alsa-kernel/pci/ac97/ac97_codec.c:1868: AC'97 0 access is not valid [0x0], removing mixer.
    intel8x0_measure_ac97_clock: measured 49815 usecs
    intel8x0: clocking to 48000
    lirc_dev: IR Remote Control driver registered, at major 61
    usb.c: registered new driver usbdevfs
    usb.c: registered new driver hub
    usb.c: registered new driver xir
    lirc_xir: driver registered (minor 0)
    usb.c: registered new driver hiddev
    usb.c: registered new driver hid
    hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@suse.cz>
    hid-core.c: USB HID support drivers
    SCSI subsystem driver Revision: 1.00
    mice: PS/2 mouse device common for all mice
    usb.c: registered new driver xpad
    xpad-core.c: driver for Xbox controllers with mouse emulation v0.1.5
    PCI: Setting latency timer of device 00:02.0 to 64
    usb-ohci.c: USB OHCI at membase 0xc5f61000, IRQ 1
    usb-ohci.c: usb-00:02.0, nVidia Corporation nForce USB Controller
    usb.c: new USB bus registered, assigned bus number 1
    hub.c: USB hub found
    hub.c: 4 ports detected
    PCI: Setting latency timer of device 00:03.0 to 64
    usb-ohci.c: USB OHCI at membase 0xc5f63000, IRQ 9
    usb-ohci.c: usb-00:03.0, nVidia Corporation nForce USB Controller (#2)
    usb.c: new USB bus registered, assigned bus number 2
    hub.c: USB hub found
    hub.c: 2 ports detected
    forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.30.
    PCI: Setting latency timer of device 00:04.0 to 64
    eth0: forcedeth.c: subsystem: 00000:0000 bound to 00:04.0
    hub.c: new USB device 00:02.0-1, assigned address 2
    hub.c: new USB device 00:02.0-3, assigned address 3
    hub.c: USB hub found
    hub.c: 3 ports detected
    eth0: no link during initialization.
    hub.c: new USB device 00:02.0-4, assigned address 4
    hub.c: USB hub found
    hub.c: 3 ports detected
    eth0: link up.
    hub.c: new USB device 00:02.0-4.1, assigned address 5
    usb.c: USB device 5 (vend/prod 0xf30/0x456) is not claimed by any active driver.
    hub.c: new USB device 00:02.0-3.1, assigned address 6
    xpad-core.c: Microsoft Xbox Controller S
    xpad-mouse.c: Mouse Emulation @ Microsoft Xbox Controller S
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xf0/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xf0/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0x1d2/0)
    VM: killing process df_xine
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    __alloc_pages: 0-order allocation failed (gfp=0xb2/0)
    ---------------------------snip--------------------


    Pleace help...


    greetings Alex

    Server: MSI K8T / AMD Athlon 3400-64 / 2xNexus2.2 / 1xNovaS / 300GB / 200GB / SuSE 10.0 / VDR 1.3.44+BigPatch+PluginSammlung / AlphaCrypt / Premiere
    Client1: X-VDR on X-Box - Client2: Vomp on MediaMVP

    Einmal editiert, zuletzt von acaliebe ()

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!