ATI drivers won't compile kernel modules, what other options?

Just building my first Arch build on my desktop, I've got XFCE working, and ALSA (Finally after some troubleshooting and tweaking), but now I'm up to video drivers.
I've just found out the hard way that FGLRX will not compile, I'm assuming because ATI drivers do not support Kernel 3.1.1. So I got rid of FGLRX and the ATI configuration tools. But now I have a dual head display, running on ati-dri (which I assume is just your run of the mill basic driver for ATI cards) and I'm a bit lost on what to look into in terms of using the 3D power of my ATI 4870, and also to set up my dual head displays, on other distros I used to just use the ATI tool and it wrote an xorg file for me, but now I've just got a cloned display.
Halp?

Thank you tomk, sorry to have wasted a thread on something that I could of found in the wiki, I'll keep it in mind next time.
Going with the easiest and fastest option seeing as all options will give the same end result, that being using the unofficial catalyst repo. From what I understand the Arch wikis are frequently updated, so that method should work with the 3.1.1 kernel, correct?

Similar Messages

  • Compiling kernel module

    Hello. I tryed to compile kernel module
    /home/das/job/C/foo.c:
    #include <linux/module.h>
    #include <linux/kernel.h>
    int init_module(void)
    printk(KERN_INFO "Hello world 1.\n");
    return 0;
    void cleanup_module(void)
    printk(KERN_INFO "Goodbye world 1.\n");
    I created /home/das/job/C/Makefile:
    obj-m += foo.o
    all:
    make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
    clean:
    make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
    But when i tryed to compile it with command make I take the error:
    make -C /lib/modules/2.6.33-ARCH/build M=/home/das/job/C modules
    make: *** /lib/modules/2.6.33-ARCH/build: No such file or directory. Stop.
    make: *** [all] Error 2
    My question is what is wrong and how i can compile module?
    Last edited by F1sher (2011-11-01 15:37:51)

    tomk wrote:Install it somewhere under /lib/modules/2.6.32-lts, run depmod, and modprobe it.
    After
    depmod -a
    modprobe module
    I can't start my system. GDM start but keyboard and mice don't work

  • Previously posted troubleshooting doesn't work for my error message "iTunes could not back up the iPhone because an error occurred".  What other options do I have?

    Previously posted troubleshooting doesn't work for my error message "iTunes could not back up the iPhone because an error occured".  What other options do I have to backup my iPhone data properly?

    Hi there kchagape,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Troubleshooting backup issues in iTunes
    http://support.apple.com/kb/ts2529
    -Griff W. 

  • Hi, I am unable to install new itunes version to windows 7 PC.  It requires application support and gives windows error 2.  I have tried to save on desktop and run as administrator but errors remains, what other options do I have

    Hi, I am unable to install new itunes version to windows 7 PC.  It requires application support and gives windows error 2.  I have tried to save on desktop and run as administrator but errors remains, what other options do I have?

    Hello, hanliefromzaf. 
    Thank you for visiting Apple Support Communities. 
    Here is an article that I would recommend going through when experiencing this issue. 
    iTunes for Windows: Unable to install or open
    http://support.apple.com/kb/ts5376
    Cheers,
    Jason H. 

  • Downgraded ATI drivers but cannot find Kernel version

    After a recent upgrade to kernel 2.6.39 and ATI catalyst 1.6 drivers, I am getting worse performance.
    I have downgraded catalyst-utils to 11.4 but cannot downgrade the catalyst driver to 11.4 as it requires a
    kernel <2.6.39
    [root@orac boot]# pacman -U /var/cache/pacman/pkg/catalyst-11.4-1-i686.pkg.tar.xz
    warning: downgrading package catalyst (11.6-1 => 11.4-1)
    resolving dependencies...
    warning: cannot resolve "kernel26<2.6.39", a dependency of "catalyst"
    :: The following package cannot be upgraded due to unresolvable dependencies:
          catalyst
    Do you want to skip the above package for this upgrade? [y/N]
    error: failed to prepare transaction (could not satisfy dependencies)
    :: catalyst: requires kernel26<2.6.39
    My problem is I dont know how to find the Arch 2-6.38.4 kernel (or previous version).
    The kernel name always appears as kernel26, so how do I find a particular version?
    I have the old 2.6.38 modules in /lib/modules
    [root@orac pkg]# ls /lib/modules/
    2.6.38-ARCH  2.6.39-ARCH  fglrx  fglrxold
    but do not have 2.6.38-ARCH in /var/cache/pacman/pkg
    Thanks in advance
    Last edited by hal8000 (2011-06-17 17:27:12)

    I use Catalyst 11.4 with kernel 2.6.39, but instead of catalyst I use catalyst-hook to build the fglrx module after kernel updates and it works perfectly.
    $ uname -sr
    Linux 2.6.39-ARCH
    $ pacman -Qs catalyst
    local/catalyst-hook 11.4-1 [3.15 MB]
    AMD/ATI drivers. Auto re-compile the fglrx module when kernel update
    (mkinitcpio's hook)
    local/catalyst-utils 11.4-1 [70.30 MB]
    AMD/ATI Catalyst drivers utilities and libraries.
    Last edited by Dastingo (2011-06-17 18:30:00)

  • Running Solaris 8 compiled kernel module on Solaris 9

    Hi,
    I found some differences in the vnode definitions on S8 and S9. This
    means a file system kernel module written on S8 would have to be recompiled to run on S9. From what I know, such a constraint did not exist when going from Solaris 7 to 8. Is it true? Has anyone faced a similar situation for device drivers?
    Thanks.

    well I have tried it actually. and the behavior is weird. On my solaris 8 box. Every thing works perfectly fine. But due to some reason on solaris 10 machine the values i transmit over the tcp socket totally change. i send a msgCode = 1 , 2, or 3 ... but on the other end, which is a windows machine i get strange values 210, 10, 35 49 etc etc ... is this due to version problem.

  • Compiling kernel modules against 2.6.15-ARCH

    I recently migrated to arch from Gentoo and Debian for a new webserver, and couldn't be happier. The system has worked great so far, and RAID card aside, I haven't had a single problem with Arch. The base system is easy to configure, and there is actually a list of config files in the install docs. Pacman is an absolute dream... Debian's apt is willfully a year out of date, and Gentoo's portage is a convulted and time-consuming nightmare.
    In fact, Gentoo's unprompted and unwarranted removal of libstdc++ was the final straw.
    However, one thing that confuses me about arch is the kernel build system.
    I have an Areca ARC-1210 PCIe to SATAII hardware RAID card, but I can't figure out how to build the driver as a kernel module. If I compile it on its own it fails with literally hundreds of errors, almost like there's a header missing.
    The instructions that came with the source want me to add a
    config SCSI_ARCMSR
    tristate "ARECA SATA RAID HOST Controller"
    depends on PCI && SCSI
    help
    block to /usr/src/linux/drivers/scsi/Kconfig (which I did: it shows up in menuconfig), and a
    obj-$(CONFIG_SCSI_ARCMSR) += arcmsr/
    line to /usr/src/linux/drivers/scsi/Makefile.
    However, arch doesn't seem to have the recursive makefile kernel build system that I and the good people at Areca used to.
    How can I build this driver, preferably as a module, against my 2.6.15 kernel?
    There are also precompiled x86 modules availible for Red Hat, SuSE, and TurboLinux. Assuming one of them is built against a reasonably current kernel, could they be used safely? I normally wouldn't try such a thing, but time is of the essence, and the RAID card seems to have such simple dependencies, I imagine it unlikely that all three major distros would have SCSI and PCI drivers patched to incompatability.

    having said all that ...do u think compiling the kernel myself would provide any improvment for me???? ( I am haveing freezing and instablility problems..ive used 3 of the arch kernels....check out my thread  titled Arch Instable.. (please)
    p.s.  btw Welcome 

  • Compile kernel module during install

    I have an ASUS USB-N66 wireless adapater. I have verified that it works in Knoppix using the instructions here: https://bbs.archlinux.org/viewtopic.php?pid=1289702.
    I would like to now compile the module during the Arch install process, but cannot run make. Is this possible? Is there an Arch image that includes make?
    If not, would it be somehow possible to use the kernel module compiled in Knoppix during the Arch install?
    Thanks,
    Tim

    I suggest you use a wired connection for the installation process and install all base-devel packages. Then fetch the pkgbuild for rt3573, patch the source, makepkg -si it.

  • Compiling kernel module on 64bit Solaris10  amd64 platform

    Hi,
    i m compiling my kernel module in Solaris10 booted in 64bit on amd64 platform.
    i m using two extra flags: -xarch=amd64 -xmodel=kernel
    But i m getting error s as follows:
    ld: fatal: file -c : open failed: No sich file or directory.
    ld: fatal: symbol '_fini' is multiply defined.
    (file /opt/SUNWspro/prod/lib/ctri.o type=FUNC; file bcmod.o type=FUNC) ;
    ld: fatal: symbol '_init' is multiply defined.
    (file /opt/SUNWspro/prod/lib/ctri.o type=FUNC; file bcmod.o type=FUNC) ;
    ld: fatal: file processing errors: No output written to a.out
    can somebody give hint .

    I think you need to take this question to an Open Solaris community forum at http://www.opensolaris.org
    Your question is not about the C compiler, but about how to build the Solaris kernel.

  • [SOLVED] Catalyst-hook won't build kernel module

    I HAVE SOLVED THE PROBLEM. I WAS MISSING /usr/lib/modules/extramodules-3.11-ARCH/version !
    Hello, I got a problem with my Arch Linux install. Today I got a new kernel update (Linux-3.11.1-2-ARCH) and catalyst-hook attemptet to rebuild the fglrx kernel module, but failed.
    This is my /var/log/catalyst-install.log:
    2013-09-25 13:09:13
    Building fglrx module for 3.11.1-2-ARCH kernel ...
    OsVersion says: SMP=1
    file /proc/kallsyms says: SMP=1
    file /usr/lib/modules/3.11.1-2-ARCH/build/include/generated/autoconf.h says: SMP=1
    file /usr/lib/modules/3.11.1-2-ARCH/build/include/generated/autoconf.h says: MODVERSIONS=1
    file /usr/lib/modules/3.11.1-2-ARCH/build/arch/x86/include/asm/compat.h says: COMPAT_ALLOC_USER_SPACE=arch_compat_alloc_user_sp$
    make: Entering directory `/usr/src/linux-3.11.1-2-ARCH'
    CC [M] /tmp/catalyst.H8Xs1y/firegl_public.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_acpi.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_agp.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_debug.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_ioctl.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_io.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_pci.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_str.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_iommu.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl.o
    CC [M] /tmp/catalyst.H8Xs1y/kcl_wait.o
    LD [M] /tmp/catalyst.H8Xs1y/fglrx.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /tmp/catalyst.H8Xs1y/fglrx.mod.o
    LD [M] /tmp/catalyst.H8Xs1y/fglrx.ko
    make: Leaving directory `/usr/src/linux-3.11.1-2-ARCH'
    install: missing destination file operand after ‘fglrx.ko.gz’
    Try 'install --help' for more information.
    Please let me know if you need more information, and where/how I can get it.
    Last edited by xeekei (2013-09-25 21:30:35)

    Hey man have had the same issue.
    How did you go about solving it?

  • Compiled kernel module fails to install

    A few moments ago finished compiling my own kernel, but still I can not boot with the new kernel.
    When installing modules:
    make modules_install
    I get this:
    Warning: you may need to install module-init-tools
    The kernel was compiled in the traditional manner, and I get no error with mkinitcpio:
    ----> mkinitcpio -k 3.2.9 New -g /boot/initramfs-New.img
    ==> Starting build: 3.2.9
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [pata]
    -> Running build hook: [scsi]
    -> Running build hook: [sata]
    -> Running build hook: [filesystems]
    -> Running build hook: [usbinput]
    -> Running build hook: [fsck]
    -> Running build hook: [fglrx]
    Building fglrx module for 3.2.9 kernel ...
    Ok.
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-New.img
    ==> Image generation successful
    I have the entry in grub and I can enter without problem, but there comes a point where you do not start:
    Waiting 10 seconds for device /dev/sda4 ...
    ERROR: Unable to find root device '/dev/sda4'.
    You are being dropped to a recovery shell
    Type 'exit' to try and continue booting
    sh: can't access tty: job control turned off
    [rootfs /]#
    And if my partition /root is /dev/sda4,I found a topic like this, but even I can not fix the problem:
    https://bbs.archlinux.org/viewtopic.php?id=135851

    I compiled the kernel old version that I have problems with the battery life on the newer versions.
    The battery only lasts me one hour, but that is another problem.
    fdisk:
    Disk /dev/sda: 500.1 GB, 500107862016 bytes, 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Identificador del disco: 0x5d8c0991
    Disposit. Inicio Comienzo Fin Bloques Id Sistema
    /dev/sda1 * 2048 409599 203776 7 HPFS/NTFS/exFAT
    /dev/sda2 409600 147210239 73400320 7 HPFS/NTFS/exFAT
    /dev/sda3 147219660 862304939 357542640 5 Extendida
    /dev/sda4 * 862304940 976773167 57234114 83 Linux
    /dev/sda5 147219723 859477499 356128888+ 7 HPFS/NTFS/exFAT
    /dev/sda6 859477563 862304939 1413688+ 82 Linux swap / Solaris
    /lib/modules:
    drwxr-xr-x 4 root root 4096 oct 3 20:40 3.2.9
    drwxr-xr-x 3 root root 4096 oct 3 08:55 3.5.4-1-ARCH
    drwxr-xr-x 2 root root 4096 oct 3 08:55 extramodules-3.5-ARCH
    /boot:
    drwxr-xr-x 6 root root 4096 oct 3 06:20 grub
    -rw-r--r-- 1 root root 12612222 oct 3 08:55 initramfs-linux-fallback.img
    -rw-r--r-- 1 root root 3098536 oct 3 08:55 initramfs-linux.img
    -rw-r--r-- 1 root root 2016551 oct 3 20:40 initramfs-New.img
    -rw-r--r-- 1 root root 2081862 oct 3 19:37 System.map-New
    -rw-r--r-- 1 root root 3444736 sep 15 00:15 vmlinuz-linux
    -rw-r--r-- 1 root root 4434400 oct 3 19:35 vmlinuz-New
    I install grub-legacy of AUR, but I have to change to syslinux.
    For now this is my menu.lst:
    # (0) Arch Linux
    title Arch Linux
    root (hd0,3)
    kernel /boot/vmlinuz-linux root=/dev/sda4 nomodeset vga=773 ro
    initrd /boot/initramfs-linux.img
    # (0) Arch Linux
    title Arch Linux NK
    root (hd0,3)
    kernel /boot/vmlinuz-New root=/dev/sda4 nomodeset ro
    initrd /boot/initramfs-New.img

  • ATI driver - can't find kernel module

    I downloaded catalyst and catalyst-utils like the wiki said, and then I went.
    [lewis@1711 lib]$ modprobe fglrx
    FATAL: Module fglrx not found.
    Which begs the question...lolwut? The whole purpose of the catalyst package was to install the module.

    If you are running the 2.6.31 kernel you will have to uncomment the following line in the pkgbuild
    # Uncomment the following line if you are using kernel 2.6.31
    # patch -p0 < 2.6.31.patch
    you will also probably have to blacklist !radeon in your daemons array

  • I've updated all my ati drivers and my direct 3d and all other 3d programs in directx are unaviable?

    I'm running bootcamp 4.0 on OS X Lion... using Windows 7 Ultimate, and I'm thrying to play battlefield, and COD and neither is working because of this... is there anyway to fix this

    Though you say it is Ati, your Dxdiag jpg shows that you have (VGA) no driver for your "Chip Type": Nvidia hardware.
    Pasted Printout (below) from my run of Dxdiag shows more normal scenario. If you press "Save All Information" tab, may be more info regards "Display Devices". 
    Your Bootcamp (4.0 etc.) updates run in Windows should have updated video, audio etc. drivers.
    Try Search for "MacBook Drivers Windows 7"
    http://superuser.com/questions/35917/windows-7-on-macbook-pro-w-external-display
    Sample Dxdiag "Save All Information"
    System Information
    DxDiag Notes
          Display Tab 1:No problems found.
          Sound Tab 1: No problems found.
          Input Tab:     No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
         Card name: ATI Radeon HD 4800 Series
         Manufacturer: ATI Technologies Inc.
         Chip type: ATI display adapter (0x9440)
         DAC type: Internal DAC(400MHz)
         Device Key: Enum\PCI\VEN_1002&DEV_9440&SUBSYS_00B2106B&REV_00
         Display Memory: 239 MB
         Dedicated Memory: 500 MB
         Shared Memory: 3835 MB
         Current Mode: 1152 x 864 (32 bit) (75Hz)
         Monitor Name: LG W2753(Digital)
         Monitor Model: W2753
         Monitor Id: GSM56F7
         Native Mode: 1920 x 1080(p) (59.934Hz)
         Output Type: DVI
         Driver Name: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll, atidxx64.dll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitm m64.dll
        Driver File Version: 8.17.0010.1063 (English)
        Driver Version: 8.812.0.0
        DDI Version: 10.1
        Driver Model: WDDM 1.1
        Driver Attributes: Final Retail
        Driver Date/Size: 6/13/2011 18:34:16, 708608 bytes
        WHQL Logo'd: Yes
        WHQL Date Stamp:
        Device Identifier: {D7B71EE2-D700-11CF-FC77-B820BEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x9440
              SubSys ID: 0x00B2106B
            Revision ID: 0x0000
        Driver Strong Name: oem33.inf:ATI.Mfg.NTamd64.6.1:ati2mtag_RV7X:8.812.0.0:pci       \ven_1002&dev_9440&subsys_00b2106b
        Rank Of Driver: 00E60001
            Video Accel: ModeMPEG2_A ModeMPEG2_C
        Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY     DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY     DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY     DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY     DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY     DeinterlaceTech_PixelAdaptive
                         {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY     DeinterlaceTech_PixelAdaptive
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY     DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY     DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
    D3D9 Overlay: Not Supported
    DXVA-HD: Not Supported
    DDraw Status: Enabled
    D3D Status: Enabled
    AGP Status: Enabled

  • What other options are there for burning a dvd outside of premiere pro?

    I tried the downloading of PPCS6 which included encoder. That didn't work, the dynamic link library did not contain a link to send something to encoder. Whats the procedure in buring a project from PP to a dvd not using encoder?
    Thanks for your help!
    Rchjr

    Ann and Shooternz,
    Thanks for your response's, I appreciate it. let me explain what I am trying to do and have tried: The objective end result is to make a dvd with go pro footage I shot edited together in ppcc.
    I went golfing with my Father and Brother recently, took my gopro hero silver 4 and shot some video. I have imported all that footage into premiere procc 2014  and have done editing on a limited extent of the footage and created a timeline sequence. This is the first time I have tried to make a dvd from footage edited in ppcc. After the composition was done I rendered the video, went to burn a dvd thru my neuro express lite software and could not locate the saved files, it appears the only dvd extensions options in neuor express lite are looking for are bup, vod and ifo. So it could never find the rendered video from ppcc. Then I read about PP CS6 which contains Encore and thought this will work! I download PPCS6 and install, novice me thinking ppcc 2014 will have the dynamic " send to encore "............not! Before I downloaded PPCS6 I see  a video from adobe tv of a tutorial on what I was doing, he said to uninstall ppcs6 after and keep enocre unchecked in the uninstall process, which I did. In premiere pro it said to put things in a " que " and it should link to encore, for me it linked to adobe media encoder.
    I uninstalled encore and reinstalled PPCS6 with Encore this morning to try again, when I go to import from with in PPCS6 a PPprogfile everything looks like it's working then stops, I see a progress bar and it just stops and hangs up? I tried dragging and dropping two files I rendered from PPCC ( aud and vid files ) into encore and it looked as if it was going thru the burning process, I got a progress bar and everything and it just stops after about 15-20 minutes, I have 32 minutes of golf footage.
    Ideally I would like to use encore for my burning needs, I dont think neuro 2012 lite is up to what I need. I thought the dragging and dropping into it was gonna solve my problem, it didnt! Just made me more frustrated then what I am.
    What is the work flow in something like this? Compile in PPCC render to the specs of it being shot, then import into encore with the dvd instructions? Can someone steer me in the right direction? What I thought was gonna be a simple process has turned into a frustrating process.
    Why cant I import PPCC files into PPCS6? What kind of files can I import into encore for burning? Do they have to rendered first? Or just the completed project?
    When you say export to mpeg2 dvd, after it is rendered how is it burned to a disc, thru something like Neuro?
    I am a novice at this so if these questions sound stupid, I apologize now.
    Rchjr

  • Can't reset 7230: What other options do I have?

    Hi there,
    My 7230 has a problem with log files (can't delete logs: error invalid) and I thought to hard reset the phone. I tried *#7370#. It doesn't do anything! Then I opened the menu and clicked on facotry default option. There are two options: settings and all. I chose "all" and phone restarted and asked for time. However, the logs are still there! they didn't erase with that type of reset.
    Do any of you guys know how to hard reset the phone using key combinations? I mean holding few keys together to reset the phone?
    Can I use other softwares to hard reset the phone through pc (possibly a 3rd party)? If yes, what is its name?
    Thank you in advace
    Nik

    Hi,
    Please be informed that only Nokia Care points are authorised to use this software on Nokia devices. Use of it by an unauthorised person may have unforeseen damaging side-effects, which in turn may invalidate the warranty of a Nokia device.
    With regard to the Nokia Care points in your area, we highly recommend that you use the "Contact Us" link at your local Nokia website or get in touch with your local Nokia Careline for further assistance.
    Nokia Iran: http://www.farsi.nokia.com/

Maybe you are looking for

  • Why am I getting gibberish characters in my RTF and 03 DOC Exports...

    Example: &#141;&#146;&#127;&#138;  &#134;&#127;&#144;&#133;&#131;&#145;                 &#127;&#133;&#131; ǎnjǒ ǒǍǓƕǒǓnjǍ                                                  ǑǓƓnjǔ                              Ǒ ǎnjǕ ǏǔǒƕǎǓǍǍ                                

  • Oracle Assets Category-wise Report from FA and GL tables

    Hi, I am developing a customized report (Schedule of Fixed Assets) in the Oracle Assets Module, Which includes Category Wise Opening Balance, additions, adjustments, transfer IN, Transfer OUT and Retirements of Cost and Depreciations. I am using FA t

  • Profit centers inventory groups

    If Profit centers are created, can they be assigned to inventory groups?

  • Database Link  thru PRocedure

    I need to create a database link thorugh Procedure.But it's not allowing Create statement in a procedure,so i did in following way CREATE OR REPLACE PROCEDURE create_db_link IS SQLSTR VARCHAR2(300); BEGIN SQLSTR:='CREATE DATABASE LINK'|| 'TEST'||'CON

  • Pages Palette snapping closed

    I have had this problem previously that has been fixed by deleting my cache and preferences. I tried also saving the file out as an .inx with no luck! Any other suggestions? Basically this is the problem: Open a indd CS4 file and the pages palette sn