Build ATI driver for current Kernel. Good idea?

Hi,
I change to Arch after a long time in Ubuntu and Mint.
My video card is an APU (CPU+GPU): AMD C-50/HD 6290. It's works fine in Arch with VLC and run videos in HD, but sometimes, the screen is cuted. Is it a good idea to build a amd driver to my kernel?
My system is fully updated at the time.
Arch Linux 32x XFCE

I have a quite similar setup
$ lspci
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 6320]
(I have the E450 "APU")
and my video performance is awesome! The only difference is, that I use mpv for videos rather than vlc. You could give it a try for testing purposes. So install mpv, it's in the repos, and try this config (path is ~/.mpv/config)
vo=vdpau
ao=alsa
softvol=yes
alang = en,de
[vo.vdpau]
hwdec = auto
vf-clr=yes
Then just run
mpv /path/to/your/video/file
Works perfectly for me, no issues whatsoever.
So if the problems don't show with mpv, it looks like it's vlc's fault. If you run into the same problems, it might be caused by the video driver, the ffmpeg backend (both vlc and mpv use ffmpeg) or the video file itself. So do some experiments and hopefully you'll find out what's the culprit here.

Similar Messages

  • Is using ACFS for CFS is good idea?

    Hello Experts.
    Planning to build a RAC on following environment.
    Oracle Database Ver.: 11.2.0.3
    OS: Linux RHEL 6.1 - 64 Bit
    Servers: HP
    ASM and ACFS for storage.
    Here need a advice: Is using ACFS for CFS is good idea or anything else better than this?
    Thank you in advance:
    Ajazjn76.

    Hi,
    Great to think of Oracle11g 11.2.0.3 RAC(Don't forget to install Patch 13440962) but do consider below
    1.) Implementing ACFS is supported for Shared Oracle Home.
    2.) ACFS is a good option for storing Backups(Ex. RMAN,Exports etc)
    3.) Can be used as a NFS Shared drive for other NFS clients.
    You will also see a resource "ora.registry.acfs" just after you start creating/using ACFS.
    ACFS is cool to use using asmcmd commands or alter diskgroup sql statements.
    ACFS is as better like other Vendor Cluster File system.
    Thanks
    Deepak

  • Compiling nvidia driver for custom kernel

    I have a Toshiba M200 tablet PC running Arch Linux (which I love, btw) and it's running fine, including the tablet.
    There's an irritating bug with suspend-to-ram (suspend-to-disk doesn't work with the nvidia driver) where the tablet pen stops working after resume.
    There's a patch slated to be in some future kernel, but I compiled my own with that patch included. It boots fine and all seems to be well with it.
    However, I need to compile the nvidia driver for it, since the binary does not work. So I copy /var/abs/extra/nvidia and modify the PKGBUILD and nvidia.install files per the instructions on this wiki page, and run makepkg -i -c .
    I get a big error message early on, saying
    If you are using a Linux 2.4 kernel, please make sure
    you either have configured kernel sources matching your
    kernel or the correct set of kernel headers installed
    on your system.
    If you are using a Linux 2.6 kernel, please make sure
    you have configured kernel sources matching your kernel
    installed on your system. If you specified a separate
    output directory using either the "KBUILD_OUTPUT" or
    the "O" KBUILD parameter, make sure to specify this
    directory with the SYSOUT environment variable or with
    the equivalent nvidia-installer command line option.
    Depending on where and how the kernel sources (or the
    kernel headers) were installed, you may need to specify
    their location with the SYSSRC environment variable or
    the equivalent nvidia-installer command line option.
    *** Unable to determine the target kernel version. ***
    I've checked everything I can think of.
    $ uname -r
    2.6.25-tablet
    ls -l /usr/src shows linux-2.6.25-tablet, and linux is a symlink to it. /lib/modules/2.6.25-tablet/build is also symlinked to the right kernel source tree.
    So I'm out of ideas for why the nvidia makefile can't seem to find the kernel source.
    Thanks in advance.

    @klixon:
    I think that may be the root of the trouble: I compiled the kernel on my desktop (C2D 2.8) rather than my wussy laptop (1.6 Centrino). It installed and ran fine and all that, but I only have the kernel source tree that was included in the package, not the one that really compiled the code. Would simply copying it suffice, or should I rebuild the kernel on my laptop? Also, the PKGBUILD is included below.
    @shazeal:
    I believe this is a subset of the problem I describe above?
    The PKGBUILD, somewhat customized from the nvidia ABS. I don't think any of the changes are overly shocking.
    I've tried dozens of different modifications of it now. The simplest one is just appending '-tablet' to pkgname and _kernver.
    # $Id: PKGBUILD 1567 2008-05-13 10:11:25Z thomas $
    # Maintainer : Thomas Baechler <[email protected]>
    pkgname=nvidia-tablet
    pkgver=169.12
    _kernver='2.6.25-tablet'
    pkgrel=4
    pkgdesc="NVIDIA drivers for kernel26."
    arch=('i686')
    ARCH=x86
    url="http://www.nvidia.com/"
    depends=('kernel2625-tablet' 'nvidia-utils')
    conflicts=('nvidia-96xx' 'nvidia-71xx' 'nvidia-legacy')
    license=('custom')
    install=nvidia.install
    source=(http://us.download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run
    NVIDIA_kernel-169.12-2286310.diff)
    md5sums=('e7aaca79c846e34cfe8111040bfee2d0'
    'a6b6d9d7ff0306343be3fa40e72337fd')
    [ "$CARCH" = "x86_64" ] && md5sums=('843a1e8bc1923ba2e4b60f6fab31ad3b'
    'a6b6d9d7ff0306343be3fa40e72337fd')
    build()
    # Extract
    cd $startdir/src/
    sh NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run --extract-only
    cd NVIDIA-Linux-$ARCH-${pkgver}-pkg0
    # Any extra patches are applied in here...
    patch -Np0 -i ../NVIDIA_kernel-169.12-2286310.diff || return 1
    cd usr/src/nv/
    ln -s Makefile.kbuild Makefile
    make SYSSRC=/usr/src/linux module || return 1
    # install kernel module
    mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
    install -m644 nvidia.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
    sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install

  • Building wacom driver for tablet laptop

    Hi folks,
    Here's my problem: I am trying to build the latest wacom driver for my tablet laptop so I can use touch sensitivity in gimp and other applications. I seem to missing some libraries or some thing, this is the relevant part of ./configure:
    checking for valid Xorg SDK... "xf86Version.h missing"
    "Tried /usr/X11R6/lib/Server/include and WCM_XORGSDK/xc/include"
    ./configure: line 19566: cd: /usr/X11R6/lib/Server: No such file or directory
    and:
    *** WARNING:
    *** Unable to compile wacom_drv.{o,so} without XF86 build environment
    *** or Xorg SDK.
    *** wacom_drv.o will not be built
    What is the Xorg SDK (software development kit?) and does anyone know where I can get it? Will I have to build Xorg from source? I have done a search in pacman and on the website and can't seem to find anything.
    Note in other distros (ubuntu & gentoo) the package is called linuxwacom.
    Thanks in advance for an help!
    Ben

    Ok, were to start? 
    I've looked at the link to the wiki that Wain posted, there were not much instructions but guess that its just to C&P the package build and run it? So I did but got errors.
    First this.
    '/PKGBUILD: line 189: syntax error near unexpected token `{
    '/PKGBUILD: line 189: `getvar(){
    Then after the dependencies check and just after the "Starting build()..." I get this.
    /usr/bin/makepkg: line 599: build: command not found
    I searched the forum for the line 599 error and found a thread, but it didnt help much.
    But I did a namcap on PKGBUILD if that is to any use.
    PKGBUILD ("pkgname$_cfgname") E: Missing md5sums
    PKGBUILD ("pkgname$_cfgname") W: Missing Maintainer tag
    PKGBUILD ("pkgname$_cfgname") W: Missing CVS Id tag
    PKGBUILD ("pkgname$_cfgname") W: Reference to i686 should be changed to $CARCH
    Im unsure about the whole Kernel compilation part, I must done something wrong.:cry:
    So some help would be appreciated, I realy what my Voltio to work!

  • Installation of ATI driver for Radeon X1300, X1400, V5200 graphic cards on Windows 8.1

    Dear Thinkpad users. After many failures and zero support from official resources, this is a comprehensive, unbiased installation procedure for the official ATI driver with Catalyst Control Center for Radeon X1300, X1400, V5200 graphic cards on Windows 8.1. In my experience, the latest driver for these cards written for Windows Vista 32-/64-bit works flawlessly on Windows 8.1 and you will benefit from multi-monitor support, full HW-acceleration and the PowerPlay option in Catalyst Control Center as well. Install only the official ATI driver, no other modification required. (The installation may work also on non-Thinkpad systems, such as Dell etc. but I have not tested it on that systems)
    Installation procedure:
    1. Before installation, ensure you are logged as an administrator
    2. Go to ‘Control Panel’ -> ‘Power Options’ and click on ‘Choose what the power buttons do’ option from the list on the left side of the window
    3. Go to ‘Shut-down settings’ on the bottom and disable ‘Turn on fast start-up (recommended)’. Unchecking that checkbox is very important because it will prevent the problem with start-up black screen on the computer.
    4. Go to ‘Control Panel’ again and choose ‘Programs and Features’, then click on ‘Turn Windows features on or off’
    5. Select the checkbox ‘.NET Framework 3.5 (includes .NET 2.0 and 3.0) to turn it on and wait until the installation is completed
    6. Go to Windows update and install all important updates including those for ‘.NET Framework 3.5 as well
    7. Download ATI video driver from the website of your hardware vendor. For Lenovo Thinkpad T60, T60p users the latest ATI video driver is for Windows Vista (32-bit, 64-bit), please visit http://support.lenovo.com/ca/en/products/laptops-and-netbooks/thinkpad-t-series-laptops/thinkpad-t60... and download the driver
    8. Once you have the driver downloaded right-click on the file and choose ‘Properties’ from the drop-down menu.
    9. Click on ‘Compatibility’ card then ‘Change settings for all users’ and check in the checkbox at ‘Compatibility mode’ with the option for Windows Vista as well as at ‘Run this program as an administrator’
    10. Double left-click and install the program.
    11. Go to the location ‘C:\drivers\WIN\VIDEO and open the file ‘Bin’ (for Windows 8.1 32-bit users) or ‘Bin64’ (for Windows 8.1 64-bit users)
    12. Right click on ‘Setup’ file; choose ‘Properties’ from the drop-down menu and repeat the step 9
    13. Once you have set the properties, double left-click on that file and install the driver
    14. Follow the installation instructions and finish the installation
    15. Restart the computer
    cheers

    hey , can u help me ? i am having the same problem

  • ATI driver for win7 Macbook pro 2010 anyone got it working?

    I'm trying to get the windows7 ati driver to work. Loaded the bootcamp drivers but the display driver is just the generic monitor resolution 1280 x 1024.

    sorry its Nvidia and I finally got it working. Had to remove and then reinstall bootcamp drivers.

  • ATI driver for Radeon 6490M (fglrx)?

    Is Arch Linux suport fglrx drivers for Radeon HD 6490M?On ubuntu Oneric I can't install it.
    Last edited by foki (2012-03-22 21:09:01)

    It seems that the HD 6490 (without M) is officially supported by fglrx: http://wiki.cchtml.com/index.php/Hardwa … _Supported
    Archlinux has an AUR package containing the official Catalyst driver for AMD cards: http://aur.archlinux.org/packages.php?ID=29111
    You could try that.

  • Satellite Pro A200 PSAE7: Where to get the ATI driver for Win XP

    Hi,
    I have bought Toshiba Satellite Pro A200 PSAE7 and it was with Vista on from the beginning. I decided to upgrade (/downgrade) it to XP but there's problem with driver to graphic card (Radeon HD 2600 Series).
    I can't find anywhere ati drivers (actually I found it on ati.amd.com site, but on this forum I read that Toshiba drivers are modified so that Radeon won't be overheating) and I'm wonderig if Vista ones will run on XP (I've downloaded all drivers but ati one)?
    ...and is it possible to downgrade my Vista to XP Pro through Miscrosoft site (or something like that) or do I have to reinstall it using my old copy (provided with old Toshiba)?
    Ps.
    Sory for my English
    Ps2.
    Is it so important to install drivers in proper order?

    > When trying to download driver from Toshiba web I get message:
    >"This software has not been officially tested and therefore must be at the users own risk."
    >I agree, but still can't download it.
    You have to switch the option to Accept!!! Then the button Download will be activated!!!
    >I found driver on ati site, but read somewhere that for Toshiba notebooks drivers are modified so that >graphic card won't overheat. Is that true? Or original drivers (of ati group) are as good as Toshiba ones?
    As mentioned in this forum, the original ATI or nVidia drivers are designed not for the notebook usage!!! The GPU drivers are designed for the graphic cards which are used in the desktop PCs!!! Such graphic cards are equipped with an own, big cooling module in order to prevent the hardware from overheating!!! The notebook GPUs dont support such huge cooling modules and therefore the drivers must control the performance and the temperature growth.
    regards

  • [SOLVED][ATI] Driver and/or Kernel Issue?

    Hi all,
    I've got a serious issue on my Workstation.
    The installation is only a few days old. It's the first Linux Installation on this system. So I don't know if ohter distributions/kernelversions would do it without any issue. I've not tried to install ATI propritary drivers as xorg 1.16 is installed.
    System specs:
    GPU ATI R9 270x
    CPU Intel Haswell i5-4440
    Board MSI H87-G43
    RAM 8 GB Mushkin DDR-3/1333
    Samsung SSD 830
    Problem discription:
    The system crahes randomly (after 5 mins. or after an two hours). Screen Blanks. Nothing is available. I had to do a hard reset every time. This happen in all circumstences e. g. Browsing Internet or even if there is nothing done on the computer. In all cases I've got no log-entries.
    But the last crash was different: the Display came back after a few minutes (just for the record: I've waited every crash for 10-15 mins. -.-).
    I've got the following log:
    Log:
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: ring 0 stalled for more than 10013msec
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: GPU lockup (waiting for 0x00000000001d5b16 last fence id 0x00000000001d5b12 on ring 0)
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: scheduling IB failed (-35).
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: Saved 27536 dwords of commands on ring 0.
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: GPU softreset: 0x0000006C
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: GRBM_STATUS = 0xA0003028
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: GRBM_STATUS_SE0 = 0x00000006
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: GRBM_STATUS_SE1 = 0x00000006
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: SRBM_STATUS = 0x20000AC0
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: SRBM_STATUS2 = 0x00000000
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: R_008674_CP_STALLED_STAT1 = 0x00000000
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: R_008678_CP_STALLED_STAT2 = 0x00010000
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: R_00867C_CP_BUSY_STAT = 0x00000002
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: R_008680_CP_STAT = 0x80010243
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: R_00D034_DMA_STATUS_REG = 0x44483146
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: R_00D834_DMA_STATUS_REG = 0x44C84246
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    Aug 29 10:25:46 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: GRBM_SOFT_RESET=0x0000DDFF
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: SRBM_SOFT_RESET=0x00100140
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: GRBM_STATUS = 0x00003028
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: GRBM_STATUS_SE0 = 0x00000006
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: GRBM_STATUS_SE1 = 0x00000006
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: SRBM_STATUS = 0x200000C0
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: SRBM_STATUS2 = 0x00000000
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: R_008674_CP_STALLED_STAT1 = 0x00000000
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: R_008678_CP_STALLED_STAT2 = 0x00000000
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: R_00867C_CP_BUSY_STAT = 0x00000000
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: R_008680_CP_STAT = 0x00000000
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: R_00D034_DMA_STATUS_REG = 0x44C83D57
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: R_00D834_DMA_STATUS_REG = 0x44C83D57
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: GPU reset succeeded, trying to resume
    Aug 29 10:25:47 localhost kernel: [drm] probing gen 2 caps for device 8086:c01 = 261ad03/e
    Aug 29 10:25:47 localhost kernel: [drm] PCIE gen 3 link speeds already enabled
    Aug 29 10:25:47 localhost kernel: [drm] PCIE GART of 1024M enabled (table at 0x0000000000276000).
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: WB enabled
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xffff8800da15ec00
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04 and cpu addr 0xffff8800da15ec04
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08 and cpu addr 0xffff8800da15ec08
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0xffff8800da15ec0c
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10 and cpu addr 0xffff8800da15ec10
    Aug 29 10:25:47 localhost kernel: radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90004fb5a18
    Aug 29 10:25:47 localhost kernel: [drm] ring test on 0 succeeded in 4 usecs
    Aug 29 10:25:47 localhost kernel: [drm] ring test on 1 succeeded in 1 usecs
    Aug 29 10:25:47 localhost kernel: [drm] ring test on 2 succeeded in 1 usecs
    Aug 29 10:25:47 localhost kernel: [drm] ring test on 3 succeeded in 2 usecs
    Aug 29 10:25:47 localhost kernel: [drm] ring test on 4 succeeded in 1 usecs
    Aug 29 10:25:47 localhost kernel: [drm] ring test on 5 succeeded in 2 usecs
    Aug 29 10:25:47 localhost kernel: [drm] UVD initialized successfully.
    Aug 29 10:25:57 localhost kernel: radeon 0000:01:00.0: ring 0 stalled for more than 10003msec
    Aug 29 10:25:57 localhost kernel: radeon 0000:01:00.0: GPU lockup (waiting for 0x00000000001d5c59 last fence id 0x00000000001d5b12 on ring 0)
    Aug 29 10:25:57 localhost kernel: [drm:r600_ib_test] *ERROR* radeon: fence wait failed (-35).
    Aug 29 10:25:57 localhost kernel: [drm:radeon_ib_ring_tests] *ERROR* radeon: failed testing IB on GFX ring (-35).
    Aug 29 10:25:57 localhost kernel: radeon 0000:01:00.0: ib ring test failed (-35).
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: GPU softreset: 0x00000048
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: GRBM_STATUS = 0xA0003028
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: GRBM_STATUS_SE0 = 0x00000006
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: GRBM_STATUS_SE1 = 0x00000006
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: SRBM_STATUS = 0x200000C0
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: SRBM_STATUS2 = 0x00000000
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: R_008674_CP_STALLED_STAT1 = 0x00000000
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: R_008678_CP_STALLED_STAT2 = 0x00010000
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: R_00867C_CP_BUSY_STAT = 0x00000002
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: R_008680_CP_STAT = 0x80010243
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: R_00D034_DMA_STATUS_REG = 0x44C83D57
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: R_00D834_DMA_STATUS_REG = 0x44C83D57
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x00000000
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: GRBM_SOFT_RESET=0x0000DDFF
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: SRBM_SOFT_RESET=0x00000100
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: GRBM_STATUS = 0x00003028
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: GRBM_STATUS_SE0 = 0x00000006
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: GRBM_STATUS_SE1 = 0x00000006
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: SRBM_STATUS = 0x200000C0
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: SRBM_STATUS2 = 0x00000000
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: R_008674_CP_STALLED_STAT1 = 0x00000000
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: R_008678_CP_STALLED_STAT2 = 0x00000000
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: R_00867C_CP_BUSY_STAT = 0x00000000
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: R_008680_CP_STAT = 0x00000000
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: R_00D034_DMA_STATUS_REG = 0x44C83D57
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: R_00D834_DMA_STATUS_REG = 0x44C83D57
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: GPU reset succeeded, trying to resume
    Aug 29 10:25:58 localhost kernel: [drm] probing gen 2 caps for device 8086:c01 = 261ad03/e
    Aug 29 10:25:58 localhost kernel: [drm] PCIE gen 3 link speeds already enabled
    Aug 29 10:25:58 localhost kernel: [drm] PCIE GART of 1024M enabled (table at 0x0000000000276000).
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: WB enabled
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xffff8800da15ec00
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04 and cpu addr 0xffff8800da15ec04
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08 and cpu addr 0xffff8800da15ec08
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0xffff8800da15ec0c
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10 and cpu addr 0xffff8800da15ec10
    Aug 29 10:25:58 localhost kernel: radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90004fb5a18
    Aug 29 10:25:58 localhost kernel: [drm] ring test on 0 succeeded in 4 usecs
    Aug 29 10:25:58 localhost kernel: [drm] ring test on 1 succeeded in 1 usecs
    Aug 29 10:25:58 localhost kernel: [drm] ring test on 2 succeeded in 1 usecs
    Aug 29 10:25:58 localhost kernel: [drm] ring test on 3 succeeded in 2 usecs
    Aug 29 10:25:58 localhost kernel: [drm] ring test on 4 succeeded in 1 usecs
    Aug 29 10:25:59 localhost kernel: [drm] ring test on 5 succeeded in 2 usecs
    Aug 29 10:25:59 localhost kernel: [drm] UVD initialized successfully.
    Aug 29 10:25:59 localhost kernel: [drm] ib test on ring 0 succeeded in 0 usecs
    Aug 29 10:25:59 localhost kernel: [drm] ib test on ring 1 succeeded in 0 usecs
    Aug 29 10:25:59 localhost kernel: [drm] ib test on ring 2 succeeded in 0 usecs
    Aug 29 10:25:59 localhost kernel: [drm] ib test on ring 3 succeeded in 0 usecs
    Aug 29 10:25:59 localhost kernel: [drm] ib test on ring 4 succeeded in 0 usecs
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: ring 5 stalled for more than 10000msec
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: GPU lockup (waiting for 0x0000000000000004 last fence id 0x0000000000000002 on ring 5)
    Aug 29 10:26:09 localhost kernel: [drm:uvd_v1_0_ib_test] *ERROR* radeon: fence wait failed (-35).
    Aug 29 10:26:09 localhost kernel: [drm:radeon_ib_ring_tests] *ERROR* radeon: failed testing IB on ring 5 (-35).
    Aug 29 10:26:09 localhost kernel: [drm:radeon_pm_resume_dpm] *ERROR* radeon: dpm resume failed
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: GPU fault detected: 146 0x04a44804
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000111A5
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x04048004
    Aug 29 10:26:09 localhost kernel: VM fault (0x04, vmid 2) at page 70053, read from TC (72)
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: GPU fault detected: 146 0x01443d04
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0001118A
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x0403D004
    Aug 29 10:26:09 localhost kernel: VM fault (0x04, vmid 2) at page 70026, read from DMA1 (61)
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: GPU fault detected: 146 0x01443d04
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00011199
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x0403D004
    Aug 29 10:26:09 localhost kernel: VM fault (0x04, vmid 2) at page 70041, read from DMA1 (61)
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: GPU fault detected: 146 0x01643d04
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000111A3
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x0403D004
    Aug 29 10:26:09 localhost kernel: VM fault (0x04, vmid 2) at page 70051, read from DMA1 (61)
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: GPU fault detected: 146 0x01643d04
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000111A7
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x0403D004
    Aug 29 10:26:09 localhost kernel: VM fault (0x04, vmid 2) at page 70055, read from DMA1 (61)
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: GPU fault detected: 146 0x03c44404
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0001119E
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x04044004
    Aug 29 10:26:09 localhost kernel: VM fault (0x04, vmid 2) at page 70046, read from TC (68)
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: GPU fault detected: 146 0x01a4c404
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0001118D
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x040C4004
    Aug 29 10:26:09 localhost kernel: VM fault (0x04, vmid 2) at page 70029, read from TC (196)
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: GPU fault detected: 146 0x0424c804
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000111A1
    Aug 29 10:26:09 localhost kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x040C8004
    Aug 29 10:26:09 localhost kernel: VM fault (0x04, vmid 2) at page 70049, read from TC (200)
    The last three lines will repaet for a few minutes with different ADDR and STATUS messages. I've cut the log.
    Please help me to fix this. Thanks in advance.
    Last edited by vanquish (2014-09-05 17:57:05)

    Ironically I've begun to see a very similar problem on my desktop.  My hardware is a bit different:
    GPU: ATI R9 280x
    CPU: AMD Phenom 1100T
    Gigabyte Mobo
    OSS Drivers: Mesa 10.2.6/libdrm 2.4.54
    Kernel: 3.16.1
    I received the following error last time:
    Aug 30 21:52:23 DCRIG kernel: \x09\x09power level 2 sclk: 100000 mclk: 150000 vddc: 1144 vddci: 875 pcie gen: 2
    Aug 30 21:52:23 DCRIG kernel: \x09\x09power level 3 sclk: 110000 mclk: 150000 vddc: 1200 vddci: 875 pcie gen: 2
    Aug 30 21:52:23 DCRIG kernel: \x09status: r
    Aug 30 21:52:23 DCRIG kernel: [drm:si_dpm_set_power_state] *ERROR* si_set_sw_state failed
    Aug 30 21:52:23 DCRIG kernel: radeon 0000:07:00.0: GPU fault detected: 146 0x0f02a004
    Aug 30 21:52:23 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000097F8
    Aug 30 21:52:23 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x020A0004
    Aug 30 21:52:23 DCRIG kernel: VM fault (0x04, vmid 1) at page 38904, read from CB (160)
    Aug 30 21:52:23 DCRIG kernel: radeon 0000:07:00.0: GPU fault detected: 146 0x0f029004
    Aug 30 21:52:23 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000097F9
    Aug 30 21:52:23 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x020A0004
    Aug 30 21:52:23 DCRIG kernel: VM fault (0x04, vmid 1) at page 38905, read from CB (160)
    Aug 30 21:52:23 DCRIG kernel: radeon 0000:07:00.0: GPU fault detected: 146 0x0f02a004
    Aug 30 21:52:23 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000097F8
    Aug 30 21:52:23 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x020A0004
    Aug 30 21:52:23 DCRIG kernel: VM fault (0x04, vmid 1) at page 38904, read from CB (160)
    Aug 30 21:52:23 DCRIG kernel: radeon 0000:07:00.0: GPU fault detected: 146 0x0f029004
    Aug 30 21:52:23 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000097F9
    Aug 30 21:52:23 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x020A0004
    Aug 30 21:52:23 DCRIG kernel: VM fault (0x04, vmid 1) at page 38905, read from CB (160)
    Aug 30 21:52:24 DCRIG kernel: radeon 0000:07:00.0: GPU fault detected: 146 0x0f02a004
    Aug 30 21:52:24 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000097F8
    Aug 30 21:52:24 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x020A0004
    Aug 30 21:52:24 DCRIG kernel: VM fault (0x04, vmid 1) at page 38904, read from CB (160)
    Aug 30 21:52:24 DCRIG kernel: radeon 0000:07:00.0: GPU fault detected: 146 0x0f029004
    Aug 30 21:52:24 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000097F9
    Aug 30 21:52:24 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x020A0004
    Aug 30 21:52:24 DCRIG kernel: VM fault (0x04, vmid 1) at page 38905, read from CB (160)
    Aug 30 21:52:24 DCRIG kernel: radeon 0000:07:00.0: GPU fault detected: 146 0x0f22a004
    Aug 30 21:52:24 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00000000
    Aug 30 21:52:24 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x02084004
    Aug 30 21:52:24 DCRIG kernel: VM fault (0x04, vmid 1) at page 0, read from TC (132)
    Aug 30 21:52:25 DCRIG kernel: radeon 0000:07:00.0: GPU fault detected: 146 0x0f02a004
    Aug 30 21:52:25 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000097F8
    Aug 30 21:52:25 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x020A0004
    Aug 30 21:52:25 DCRIG kernel: VM fault (0x04, vmid 1) at page 38904, read from CB (160)
    Aug 30 21:52:25 DCRIG kernel: radeon 0000:07:00.0: GPU fault detected: 146 0x0f029004
    Aug 30 21:52:25 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000097F9
    Aug 30 21:52:25 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x020A0004
    Aug 30 21:52:25 DCRIG kernel: VM fault (0x04, vmid 1) at page 38905, read from CB (160)
    Aug 30 21:52:26 DCRIG kernel: radeon 0000:07:00.0: GPU fault detected: 146 0x0f02a004
    Aug 30 21:52:26 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000097F8
    Aug 30 21:52:26 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x020A0004
    Aug 30 21:52:26 DCRIG kernel: VM fault (0x04, vmid 1) at page 38904, read from CB (160)
    Aug 30 21:52:26 DCRIG kernel: radeon 0000:07:00.0: GPU fault detected: 146 0x0f029004
    Aug 30 21:52:26 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000097F9
    Aug 30 21:52:26 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x020A0004
    Aug 30 21:52:26 DCRIG kernel: VM fault (0x04, vmid 1) at page 38905, read from CB (160)
    Aug 30 21:52:27 DCRIG kernel: radeon 0000:07:00.0: GPU fault detected: 146 0x0f02a004
    Aug 30 21:52:27 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000097F8
    Aug 30 21:52:27 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x020A0004
    Aug 30 21:52:27 DCRIG kernel: VM fault (0x04, vmid 1) at page 38904, read from CB (160)
    Aug 30 21:52:27 DCRIG kernel: radeon 0000:07:00.0: GPU fault detected: 146 0x0f029004
    Aug 30 21:52:27 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000097F9
    Aug 30 21:52:27 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x020A0004
    Aug 30 21:52:27 DCRIG kernel: VM fault (0x04, vmid 1) at page 38905, read from CB (160)
    Aug 30 21:52:28 DCRIG kernel: radeon 0000:07:00.0: GPU fault detected: 146 0x0f02a004
    Aug 30 21:52:28 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000097F8
    Aug 30 21:52:28 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x020A0004
    Aug 30 21:52:28 DCRIG kernel: VM fault (0x04, vmid 1) at page 38904, read from CB (160)
    Aug 30 21:52:28 DCRIG kernel: radeon 0000:07:00.0: GPU fault detected: 146 0x0f029004
    Aug 30 21:52:28 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000097F8
    Aug 30 21:52:28 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x02050004
    Aug 30 21:52:28 DCRIG kernel: VM fault (0x04, vmid 1) at page 38904, read from CB (80)
    Aug 30 21:52:28 DCRIG kernel: radeon 0000:07:00.0: GPU fault detected: 146 0x0f225004
    Aug 30 21:52:28 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x000097F8
    Aug 30 21:52:28 DCRIG kernel: radeon 0000:07:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x02088004
    Aug 30 21:52:28 DCRIG kernel: VM fault (0x04, vmid 1) at page 38904, read from TC (136)
    As the message implies, it seems to occur when the kernel changes power states.  In use it does align, as the hard locks tend to occur most frequently in steam or if I encounter rich web content.  I'm beginning to suspect a hardware fault, but I'm going to try disabling DRM and test.
    Last edited by Devcon (2014-08-31 12:49:00)

  • To Much artists for iTunes. Good Idea present.

    I recently started using iTunes and a few things weren't as good as they could.
    What did I like: iTunes automaticly removes "The" from the artists name.
    What I didn't like: I have more then 2000 artists in my list, reason is lack of 'smart' thinking of iTunes.
    For Example i have (dutch artist):
    Ali B
    Ali B ft. Brace
    Ali B ft. Andre Hazes
    Ali B ft. Gio
    Ali B ft. Yes-R
    Ali B ft. Yes-R & partysquad
    Ali B ft. partysquad
    Ali B is a HipHop artist and the same problem occurs with for example jay-z.
    The solution can be very easy. Artist whom are always a duet like Simon & Garfunkel you write with a "&". Temporary duets always have one main artist and one guest artist (like with ray charles's - Genius loves company) the guest artist is always writte with "ft." or "feat." or "featuring".
    In my artist list i want to look for Norah Jones and also want to find her nummer: Ray Charles ft. Norah Jones - Here we go again.
    I Hope there will be an update soon with my idea implamented.
    In the mean time:
    Are there any opinions about this idea and do you have the same problem?

    I take the featured artist out of the Artist filed and put it in the song title.
    Smooth - Santana featuring Rob Thomas
    becomes
    Smooth featuring Rob Thomas - Santana
    You can send your ideas to Apple here -> Apple product feedback

  • Can not install ATI driver for Satellite 1900 notebook

    i have the sattellite 1900-203 and i downloaded the winxp driver but every time i try to install it it say
    (setup can not copy the fileati2mtag.sy_) any1 has any idea?
    how can i contact the technical support ?
    thanx

    Hi
    It will be interesting to know which driver you have downloaded exactly. Is this driver given by ATI or designed by Toshiba?
    I dont know in which country you live but on this page you can find the right address http://www.toshiba-europe.com/eu/contact/details.asp?group=By+Country .
    Bye

  • Btsco does not install kernel module snd_bt_sco for current kernel

    Hey,
    When installing package btsco, the only snd_bt_sco module installed is for kernel version 2.6.19-ARCH.
    So as it stands, bluetooth headset functionality on current is broken. All other bluetooth related features seem to function ok.
    Sarton

    I've been doing some research to get my bluetooth headset to work. Theres been changes lately to the packages which affect the wiki article on getting bluetooth headsets to work. btsco is deprecated afaik. supposedly the plugz project is where its at now. I am having trouble finding any solid information on this subject.  I am going to make a PKGBUILD for plugz from cvs, and see what happens from there.
    http://bluetooth-alsa.sourceforge.net/index.html

  • How do I update to the latest Catalyst ATI driver for my Radeon 6770M?

    I have the Pavilion DV7 6059 eo with switchable graphics, bu I only care about the Radeon-card. The latest HP-driver is from 2011, and I want to use something later! - How? Auto-configurator does not do the work. When the system reboots it says that I have no driver installed at all! I have the windows 7 64 home premium...

    Hello @fredbjor,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that you are looking to update your GPU to the latest drivers available, and I would be happy to provide you with my assistance!
    To ensure your system is loaded with the latest driver software, I recommend following the steps in this document on Using HP Support Assistant (Windows 7). This should help update the Radeon GPU with the latest applicable software. 
    Please re-post with the results of your troubleshooting, and I look forward to your reply!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • External boot drive for current MBA

    Hello,
    Can anybody please tell me, if it is possible to create a bootable and usable external hardrive system for a mid 2011 MBA using Snow Leopard? I tried connecting an earlier boot drive and although the MBA recognised it as a removable drive, it did not show up in the Startup Drive option app in system setup.
    Thanks,

    Depending on how old the "earlier boot drive" and the OSX on it is, it might be too ld for your MBA to boot from it.
    Easiest way is to repartition/erase that older boot drive and use either SuperDuper or Carbon Copy Cloner to make a full bootable clone of your internal OSX to the external harddisk.
    Stefan

  • Blackmagic Intenisty Pro card for my Macpro - good idea?

    Can anyone tell me the advantages of using a Blackmagic Intenisty Pro card in my Macpro.
    We shoot 50% wedding films and 50% corporate films.
    I am now shooting and editing in HD using my Sony Z1 and FCP then exporting as SD to Compressor.
    I just think that shooting in HD gives the footage that extra punch and also gives me more editing options. I have read a lot about this card - which will limit the problems i have been having with Conforming HD footage in FCPs timeline which takes ages to render - or should i transcode to AIC or ProRes422 before editing?

    What the card adds to the party here, is the ability to view your HD video externally on a video monitor, and allows you to capture it as ProRes. Which is better than the AIC codec. ProRes files will render a lot faster than native HDV files, and they are visually lossless. Capturing to the AIC will lose quality
    Jerry

Maybe you are looking for

  • Error While Checking In & Storing

    Hi Guru's There are some documents which  are stored in our legacy system.We are trying to transfer documents from legacy to ECC6.0 through java connector. In java program we have done the coding by calling the function module BAPI_DOCUMENT_CREATE2.W

  • Upgrade DV 400 to USB 2?

    Is it possible to upgrade a DV 400 imac to USB 2? It would help a lot with peripherals particularly the new ipods!! Thanks

  • Bluetooth in OS 9.22?

    Hi, I have a G4 Sawtooth with an OWC 1.8 ghz upgrade card I setup for dual boot so I can still use some of my old software. I recently bought an Apple wireless keyboard and mouse (Bluetooth) and one of those USB Bluetooth adapters. The keyboard and m

  • Not all images uploading from camera..

    When I upload images from my camera it will load some of them and then it acts like upload is complete.   I have to hit upload several times to get a session uploaded that was shot all at the same time, anyone know what may cause this ?  I didnt real

  • Transaction Recovery

    A user is connect from past 5 hours, and is inserting continuesly, without any idle time, till now user has inserted 2500 rows in a table, but does not commits. suddenly user expreinces client procees failure (i.e. client machine from where user was