VirtualBox kernel 2.6.29 patch[SOLVED]

Hi,
I'm trying to build VirtualBox from AUR. I tried to apply the patch as instructed, got an error:
Verifying archive integrity... MD5 checksums are OK. All good.
patch: **** Can't open patch file /home/me/sandbox/abs/virtualbox_bin/src/virtualbox-kernel-2-6-29.patch : No such file or directory
==> ERROR: Build Failed.
    Aborting...
There's no such file indeed. I suppose the trouble is due to my lack of skills; unwilling to contaminate the AUR thread with dumb questions, I post here .
My PKGBUILD, modified according to instructions to the best of my ability :
# Maintainer: thotypous <matiasΘarchlinux-br·org>
# Contributor: Peter 'piie' Feuerer <peterΘpiie·net>
# Contributor: Sascha Pfau <MrPeacockΘgmail·com>
# Contributor: iggy <iggy.mfΘgmail·com>
pkgname="virtualbox_bin"
pkgver="2.1.4"
_build="43001"
pkgrel=2
pkgdesc="Powerful x86 virtualization (Personal Use Binaries Edition)"
url="http://www.virtualbox.org"
license=('custom:PUEL')
arch=('i686' 'x86_64')
install=('vbox.install')
md5sums=('8762a1c666af51e1b84f6b9ae53908dd'
'9576c4ee3c362f7bc30525a4f07ea3ed')
_architect='x86'
[ "$CARCH" = "x86_64" ] && _architect='amd64'
[ "$CARCH" = "x86_64" ] && md5sums[0]='c07e44702c330796eefd897143a245ae'
source=("VirtualBox-${pkgver}-${_build}-Linux_${_architect}.run::http://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${pkgver}-${_build}-Linux_${_architect}.run"
'vbox_build_module')
install=('vbox.install')
depends=('libstdc++5' 'libxcursor' 'gcc' 'make')
optdepends=("qt: For VirtualBox GUI"
"sdl: For VBoxSDL")
provides=("virtualbox=${pkgver}")
conflicts=('virtualbox-ose' 'virtualbox-modules')
build() {
# Check package
sh "VirtualBox-${pkgver}-${_build}-Linux_${_architect}.run" --check || return 1
# Unpack
echo yes | sh "VirtualBox-${pkgver}-${_build}-Linux_${_architect}.run" --target "$srcdir" \
--nox11 --noexec &>/dev/null || return 1
mkdir -p \
"$pkgdir/opt/virtualbox" \
"$pkgdir/usr/bin" \
"$pkgdir/etc/udev/rules.d" \
"$pkgdir/etc/vbox" \
"$pkgdir/usr/share/applications" \
"$pkgdir/usr/share/pixmaps" || return 1
cd "$pkgdir/opt/virtualbox"
tar -jxf "$srcdir/VirtualBox.tar.bz2" || return 1
# Patch needed to build the virtualbox modules under kernel 2.6.29
patch -Np3 -i "${srcdir}/virtualbox-kernel-2-6-29.patch" || return 1
# Mark set-user-ID-on-execution if release is marked as a hardened build.
if egrep '^HARDENED="1"' "$srcdir/install.sh" &> /dev/null; then
chmod 4511 "VirtualBox" "VBoxSDL" "VBoxHeadless"
for _n in "VBoxVMM.so" "VBoxREM.so" "VBoxRT.so" "VBoxDDU.so" "VBoxXPCOM.so"; do
ln -sf "/opt/virtualbox/${_n}" "components"
done
chmod go-w .
fi
# Replace VirtualBox built-in Qt by system Qt libraries.
# Fixes problems with some KDE themes reported by users.
rm "libVBoxQtCore.so.4" "libVBoxQtGui.so.4" "libVBoxQtNetwork.so.4"
ln -s "/usr/lib/libQtCore.so.4" "libVBoxQtCore.so.4"
ln -s "/usr/lib/libQtGui.so.4" "libVBoxQtGui.so.4"
ln -s "/usr/lib/libQtNetwork.so.4" "libVBoxQtNetwork.so.4"
# Install vbox_build_module
install -D -m744 "$srcdir/vbox_build_module" "$pkgdir/usr/bin/vbox_build_module"
# NOTE: Comment the following line if you want the SDK.
rm -Rf "$pkgdir/opt/virtualbox/sdk"
# Symlink the launchers
for _app in "VirtualBox" "VBoxHeadless" "VBoxManage" "VBoxSDL" "VBoxSVC" "VBoxTunctl" "rdesktop-vrdp"; do
ln -s "/opt/virtualbox/${_app}" "$pkgdir/usr/bin/${_app}"
done
# Symlink the desktop icon
ln -s "/opt/virtualbox/VBox.png" "$pkgdir/usr/share/pixmaps/VBox.png"
ln -s "/opt/virtualbox/VirtualBox.desktop" "$pkgdir/usr/share/applications/VirtualBox.desktop"
# Replace some init scripts by simplified stuff
sed -i -e 's,sudo /etc/init.d/vboxdrv setup,/usr/bin/vbox_build_module,g' "$pkgdir/opt/virtualbox/VBox.sh"
sed -i -e 's,sudo /etc/init.d/virtualbox restart,modprobe vboxdrv,g' "$pkgdir/opt/virtualbox/VBox.sh"
# Add udev rules
echo 'KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="vboxusers", MODE="0660"' > \
"$pkgdir/etc/udev/rules.d/60-vboxdrv.rules"
# Point the installation directory to vbox
echo '# VirtualBox installation directory' > "$pkgdir/etc/vbox/vbox.cfg"
echo 'INSTALL_DIR="/opt/virtualbox"' >> "$pkgdir/etc/vbox/vbox.cfg"
# Link the license
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
ln -s "/opt/virtualbox/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/PUEL"
# Link the directory because rdesktop-vrdp has a hardcoded path
ln -s "/opt/virtualbox" "$pkgdir/opt/VirtualBox-${pkgver}"
Last edited by Llama (2009-04-08 09:09:10)

peart wrote:The patch file name is not in the source array, so it isn't being copied into the src directory.
I suspected something like that, but the patch file is nowhere to be found (?).
You should add the file name to the source array and regenerate the md5sums.
How am I supposed to do this?
Last edited by Llama (2009-04-08 07:51:00)

Similar Messages

  • Not able to increase SAP kernel release 6.40 patch level from 43 to 71

    Hi Guru's,
    I have to update SAP kernel release 6.40 patch level from 43 to 71 but not able to do.I am running solution manager 3.2 on Oracle 9i and Win-2003 OS.
    Please provide the solutions .
    I have downloaded kernel patch from Path at Service matket place ---<b>Support Packages and Patches" SAP Technology Components" SAP SOLUTION MANAGER" SAP SOLUTION MANAGER 3.2" Entry by Component" SAP Solution Manager-SAP KERNEL 6.40 32-BIT UNICODE-Windows Server on IA32 32bit-ORACLE-
    SAR SAPEXEDB_71-20000254.SAR Kernel Part II (for Basis 640/620)  71</b>
    I followed following Steps:
    1. Copied the patch into a temporary directory on system.
    2. Unpacked the downloded SAPEXEDB_71-20000254.SAR Kernel Part II (for Basis 640/620)  71 patch .
    3. Stoped the SAP System using MMC.
    4. Saved the kernel directory by backup or by copying into a separate backup directory. (\usr\sap\<SAPSID>\sys\exe\run)
    5. Re-started the server.
    After logging again in SAP client 000 on checking found server patch level coming same as previous one .
    Its not got updated and due to this in Tcode- <b>SPAM</b> I am getting error message :<b>'The OCS package SAPKITL318 requires a kernel with Release 640 and patch number 71. The kernel you are currently using has a lower version.'</b>.
    Help!!!!
    Regards
    Gaurav

    Hi Guru's,
    Output for transaction SM51 enclosed below:
    Application server gauravpc1_GSM_00
    SAP R/3 Kernel information
    SAP R/3 Kernel 640_REL
    Database Client Library OCI_920_SHARE
    created in NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10
    created on Nov 4 2004 23:42:53
    Support Level 0
    Kernel Patch number 43
    Source ID 0.043
    DBSL Patch No. 172
    ICU Version 2.6.1 Unicode Version 4.0
    libsapu16 Version 2.0023 Nov 4 2004 20:04:27
    Supported environment
    SAP database version
    610 , 620 , 630, 640
    Database ORACLE 9.2.0..
    ORACLE 10.1.0..
    ORACLE 10.2.0..
    Operating system
    Windows NT 5.0, Windows NT 5.1,Windows NT 5.2
    one more thing I have aloso tried to upload Kernel latest patch level 175 using same procedure but that too was not working.
    HELP!!!!!!!!!!!!!
    Regards

  • Trying to register the VirtualBox kernel modules using DKMS [FAILED]

    Hi,
    I am getting the following error while installing Oracle VirtualBox on OEL 5.2, 64-bit.
    I am able to see Virtual Machine Wizard from "Applications > System Tools > Oracle VM VirtualBox". Can I go ahead and do 11gR2 RAC installation using Oracle VirtualBox ???
    If I need to install DKMS kernel modules please let me know how to do that.
    ====================================================================================
    [root@linux2 OracleVM]# rpm -Uvh VirtualBox-4.1-4.1.18_78361_rhel5-1.x86_64.rpm
    warning: VirtualBox-4.1-4.1.18_78361_rhel5-1.x86_64.rpm: Header V4 DSA signature: NOKEY, key ID 98ab5139
    Preparing... ########################################### [100%]
    1:VirtualBox-4.1 ########################################### [100%]
    Creating group 'vboxusers'. VM users must be member of that group!
    No precompiled module for this kernel found -- trying to build one. Messages
    emitted during module compilation will be logged to /var/log/vbox-install.log.
    Stopping VirtualBox kernel modules [ OK ]
    Uninstalling old VirtualBox DKMS kernel modules [ OK ]
    Trying to register the VirtualBox kernel modules using DKMS [FAILED]
    (Failed, trying without DKMS)
    Recompiling VirtualBox kernel modules [ OK ]
    Starting VirtualBox kernel modules [ OK ]
    ====================================================================================
    Thanks.
    -Joy.

    And this relates to RAC, ASM, and Clusterware installation in what way?
    Please lock this thread and open one in the appropriate forum. Thanks.

  • VirtualBox kernel problem

    Dear All,
    It is my first post here so please be gentle.
    I'm trying to install VirtualBox on my Oracle Linux 6.3, I did use VB before on my Mac for last 2 years but I'm not on Linux.
    After succesful download & install VirtualBox-4.2-4.2.6_82870_el6-1.x86_64.rpm
    I get a message
    #Kernel driver not installed (rc=-1908)
    The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
    '/etc/init.d/vboxdrv setup'
    as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.#
    So i go and do this getting:
    [root@redstation peter]# /etc/init.d/vboxdrv setup
    Stopping VirtualBox kernel modules [  OK  ]
    Recompiling VirtualBox kernel modules [FAILED]
    (Look at /var/log/vbox-install.log to find out what went wrong)
    So checking the log file
    Makefile:181: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
    Could someone guide me what to do next please
    Many Thanks,
    Peter
    Edited by: user9111342 on Jan 8, 2013 1:10 PM
    My Computer is just Dell OPTIPLEX 745 with 6GB ram if that is important

    I have tried as well installing dkms as it say in the VB manual and
    [root@redstation peter]# yum install dkms
    Loaded plugins: refresh-packagekit, security
    ol6_UEK_latest | 1.2 kB 00:00
    ol6_latest | 1.4 kB 00:00
    ol6_latest/primary | 24 MB 01:45
    ol6_latest 18419/18419
    Setting up Install Process
    No package dkms available.
    Error: Nothing to do
    [root@redstation peter]# VirtualBox
    WARNING: The vboxdrv kernel module is not loaded. Either there is no module
    available for the current kernel (2.6.39-300.17.3.el6uek.x86_64) or it failed to
    load. Please recompile the kernel module and install it by
    sudo /etc/init.d/vboxdrv setup
    > You will not be able to start VMs until this problem is fixed.
    Qt WARNING: QGtkStyle was unable to detect the current GTK+ theme.
    Qt WARNING: Qt: Session management error: None of the authentication protocols specified are supported
    [root@redstation peter]# sudo /etc/init.d/vboxdrv setup
    Stopping VirtualBox kernel modules [  OK  ]
    Recompiling VirtualBox kernel modules [FAILED]
    (Look at /var/log/vbox-install.log to find out what went wrong)And in the log still say
    Makefile:181: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. StopIt looks like there is no dkms for OL ????????? I don't understand what is happening or what is NOT happening

  • [Solved]Virtualbox kernel module not loaded

    I update my system today and when I try to run Virtualbox...
    WARNING: The vboxdrv kernel module is not loaded. Either there is no module
    available for the current kernel (3.6.11-1-ARCH) or it failed to
    load. Please reinstall the kernel module virtualbox-host-modules or
    if you don't use our stock kernel compile the modules with
    sudo dkms autoinstall
    You will not be able to start VMs until this problem is fixed.
    I already had this trouble before and this was the fix
    # modprobe vboxdrv
    But it doesn't work anymore
    Any ideas?
    Edit: This just get fixed by itself when restaring my PC. Sorry
    Last edited by ilq (2013-02-13 02:32:43)

    fsckd wrote:
    rc.conf is part of the deprecated init system. icebox is not using systemd and neglected to mention that.
    Amarildo, see the wiki.
    Thanks, it really helped. It's solved.

  • Pactching kernel with fbsplash.patch (SOLVED)

    Never patched a kernel before and i'm having problems!!
    This what i've done so far (as root):
    1. Installed kernel26-ck (2.6.22-ck) with pacman and rebooted into arch using that kernel
    2. downloaded the fbsplash via (genpatches-2.6.22-1.extras.tar.bz2)
    3. put the splash.patch file into /usr/src
    4. made a symlink for current kernel in /usr/src; giving /usr/src/linux --> /usr/src/linux/linux-2.6.22-ck
    5. cd /usr/src/linux
    6. patch -p1 < ../splash.patch
    # NOTE: looking into using the abs method of PKGBUILD'ing a custom kernel with patches - hopefully i'll do better!!
    The best way to do this is by emulating the abs versions of the standard kernel as described in these forums
    1. copy the abs version of the stock kernel26
    2. adjust the PKGBUILD to include spock's patch (not gentoo's)
    3. makepkg
    4. pacman -U the new kernel
    Then get on with fbsplash!
    Last edited by Hongkongblue (2007-08-17 02:58:45)

    mazu wrote:
    I used to use kernel26-beyond kernel with fbsplash. Recently I found out that with this kernel any attempt to mount ntfs disk end with system hung. I switched back to standard kernel, but I want to still use fbsplash. I read the wiki several times but I can't figure out how to patch and compile kernel with fbsplash. Can anyone write step by step what shuld I do?
    Thanks for any help in advice.
    mazu
    Not that it answers your question but I have been using the latest beyond kernel since it came out and have had no problem with mounting and using ntfs disks resulting in system hangs. Also I have recently been using ntfs-3g which allows safely writing to NTFS partitions. I am using it for backups on an external USB drive with an NTFS file system. Give ntf-3g a shot before patching the kernel.
    Last edited by raymano (2007-04-14 14:01:35)

  • [Solved] After upgrading system/VIrtualbox kernels won't load

    After running an update on my system and trying to use Virtualbox I recieve this:
    ============================================================
    WARNING: The vboxdrv kernel module is not loaded. Either there is no module
             available for the current kernel (3.16.4-1-ARCH) or it failed to
             load. Please reinstall the kernel module virtualbox-host-modules or
             if you don't use our stock kernel compile the modules with
               sudo dkms autoinstall
             You will not be able to start VMs until this problem is fixed.
    VBoxHeadless: Error -1908 in suplibOsInit!
    VBoxHeadless: Kernel driver not installed
    VBoxHeadless: Tip! Make sure the kernel module is loaded. It may also help to reinstall VirtualBox.
    ============================================================
    I have tried to reinstall virtualbox and the kernels, I've manually reloaded my kernel modules, and I still have no luck.
    Does anyone have any ideas?
    Last edited by cynicalpsycho (2014-10-25 20:19:22)

    Solution: Reboot system....  *Facepalm*

  • Virtualbox problem: modprobed_db: command not found[SOLVED]

    I'm running arch in virtualbox.
    and when I run # virtualbox, error:
    "VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: libQtCore.so.4: cannot open shared object file: No such file or directory"
    wiki write: "Note: You may need to update the kernel modules db in order to avoid 'no such file or directory' error when loading vboxdrv. Run: modprobed_db."
    but result:
    "# modprobed_db
    bash: modprobed_db: command not found
    Last edited by lqs (2012-07-27 09:00:44)

    modprobed_db can be found in the AUR. It collects all modules which have ever been loaded on your system. It's very practical if you compile a custom kernel and only want to include the modules you need.
    I think this doesn't solve your problem. Your system is missing the file /usr/lib/libQtCore.so.4 Do you have [testing] enabled? If so, do you also have [community-testing] enabled? I'll need more input to be able to help properly.

  • VFAT kernel module won't load [SOLVED]

    I'm running kernel version 3.7.5 and after the update that got me to that version, it appears to have completely borked VFAT and kernel modules in general. My system still runs fine, but the vfat module is missing and cannot be loaded with modprobe or insmod. Oddly, the kernel object exists in /usr/lib/modules, yet my system seems to be ignoring it. Upon further investigation, it appears that it is impossible to load or remove ANY modules using modprobe or insmod. I recently did a reinstall of Arch, following exactly the steps in the Beginner's Guide, if that makes any difference.
    Help? Please? I need the vfat module loaded before I can compile a custom kernel (my next big project)
    Last edited by ParanoidAndroid (2013-02-01 00:50:27)

    yup, that worked *facepalm* marking as solved.

  • Kernel parameter settings ,OS patches and packages

    Hello,
    We are going to install 11.2.0.3 on Oracle Solaris 11(Sparc 64bit).
    There is no kernel settings information for solaris 11 in installation guide.
    http://docs.oracle.com/cd/E11882_01/install.112/e24346/pre_install.htm#CIHFICFD
    Can we use the same solaris 10 kernel settings to solaris 11 ?
    Also want to know the OS patches and packages for solaris 11.
    Thank you,
    Venkatesh

    Check MOS Doc 169706.1 - Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2)
    HTH
    Srini

  • Missing kernel symlink following upgrade? [SOLVED]

    I just updated my system and went to change my /boot/grub/menu.lst to point to the new kernel images rather than the symlinks.
    following that I went to remove the symlinks but found that there wasn't one for the vmlinuz image (just the ramdisk ones)
    obviously this hasn't caused me any problems because I edited my bootloader before rebooting but I was wondering if this were the case for others who upgraded or it was some weird quirk on my system?
    Obviously if it's a bug it's pretty important but just wanted to check that I'm not missing something obvious? anyone else had this issue?
    Last edited by kennyd (2011-08-07 20:55:53)

    graysky wrote:
    This is by design.
    http://mailman.archlinux.org/pipermail/ … 21214.html
    ah, thanks.  silly me.  I had a custom 3.0 kernel installed :S  that explains that then, my bad. 
    I shall mark the thread solved then go beat myself up for being stoopid. 
    Last edited by kennyd (2011-08-07 20:56:23)

  • Extract driver from kernel tree and apply patches to it

    Hi
    I am trying to "enhance" a driver, fix it more or less, by applying a patches to it I found at aircrack-ng.org.
    So what I would like to do is:
    1) Extract the source code from the kernel tree for this particular driver
    2) Update the old patch to match the modern code.
    3) Make a PKGBUILD for it and share it with other through the AUR.
    So far:
    1) I dont know how to do it
    2) I found the patch and I think I know which lines need to be updated
    3) Let us make #1 and #2 first and I ll see what I will do about the package and how it should be named, because it should not be in conflict with the stock module
    I reached this point because I am so frustrated with my rtl8187b based usb wireless card and the only way to avoid those frequent disconnects is by either using ndiswrapper (last resort) or by trying the patches found at aircrack-ng.org. I don't know anything about coding, so I cannot write something new, perhaps by updating the patches, I could actually achieve something. Maybe until it gets fixed upstream.
    Last edited by twilight0 (2011-11-17 17:20:12)

    Why not use the patched compat-wireless drivers in the AUR? 
    http://aur.archlinux.org/packages.php?ID=41472
    They use the aircrack-ng patchset.

  • Kernel PKGBUILD force make menuconfig (SOLVED)

    Using an ABS kernel26 to build my own kernel package, but stuck on making menuconfig!
    I have my kernel, patches, PKGBUILD, etc... all collected in a directory on my desktop (ALL SET, READY TO GO)
    So, here's what i'd like to be able to do:
    #makepkg... [[ when makepkg runs i'd like to get to a terminal and make menuconfig before the process continues ]]
    Therefore i'd like the PKGBUILD file to specify that i complete make menuconfig myself before the makepkg continues:
    Okay, got it the sources have to be available to the makepkg script in order to do a make menuconfig!
    I'll collect all this together and produce a mini howto ASAP.
    Last edited by Hongkongblue (2007-08-17 04:57:48)

    There are already various wiki pages about this. If you would like to add to them, please feel free.

  • Kernel Upgrade Release 640 Patch 175

    Dear Basis Gurus,
    We are planning to upgrade SAP Kernel for Release 640 and Patch 109.
    We have referred oss note Note 1027100 - CST Patch Collection 08 2007 and this note suggest to go for patch level :
    4.6D:  2307
    6.40:   171
    7.00:    98
    I have checked the service market place and I didn't find the Patch Level 171. Instead I foud Patch level 175.
    1) Can you please let me know if since Patch Level 171 is not the latest, can I got for Patch level 175 ?
    2) Can you also please let me know which files I need to download other than SAPEXE_175-10004469.SAR and SAPEXEDB_175-10004468.SAR ?
    Should I need to download dw_193-10004469.sar and R3trans_192-10004469.SAR and tp_193-10004469.sar ? If you see this has the patch level 193 and for R3trans it is 192 ?
    How to decide for Patch Level 175, which other files can go ?
    Do we really need to replace other files like R3trans, tp ? or only those in SAPEX*.SAR ?
    3) What would be the correct approach ? I am planning to replace kernel 1st in Development system, then Consoldiation system and then Test system and then finally Production system ? is this correct approach ?
    Any prompt help on this will be highly appreciated ?
    Thanks
    Best Regards
    CK

    Hi,
    As per your suggestion, I have downloaded following .SAR Files for Kernel Upgrade for AIX System. Let me know if this is ok or should I remove any files or add any.
    ~
    SAP KERNEL 6.40 64-BIT -> #Database independent -> AIX 64bit
    SAR SAPEXE_175-20000196.SAR     Kernel Part I   175      Info 131545      23.03.2007
        (for Basis 640/620/610) Q1/2007 
    SAR saposcol_75-20000196.sar      saposcol       75      Info 331        10.07.2007
    SAR startsap_2-20000196.sar      startsap         2       Info  12        19.06.2007
    SAR tp_193-20000196.sar      TP              193      Info 4001       23.07.2007
    SAR R3trans_192-20000196.SAR      R3trans       192      Info 3068      16.07.2007
    SAR dw_195-20000196.sar      disp+work pkg   195     Info 42314      06.08.2007
    SAR dsrlib_24-20000196.sar      dsrlib       24      Info 5474      24.04.2007
    SAR enserver_192-20000196.sar   enserver       192      Info 6298      19.07.2007
    SAP KERNEL 6.40 64-BIT -> ORACLE -> AIX 64bit
    SAR SAPEXEDB_175-20000198.SAR Kernel Part II       175      Info 6683      23.03.2007
        (for Basis 640/620/610) Q1/2007
    SAR DBATL640O92_45-20000198.SAR DBATOOLS Pckge   45      Info 9272      10.08.2007
        for Oracle 9.2.x
    SAR lib_dbsl_188-20000198.sar Database Library  188      Info 762      18.06.2007
    SAR R3load_90-20000198.SAR R3LOAD            90      Info 2616      10.05.2007
    ~
    Thanks to you all for the help.

  • Tvtime not working after upgrading to kernel-2.6.31-1 (Solved)

    Hello friends,
    When I am using kernel-2.6.30.8 it was everything ok with my system. tvtime has been working with least cpu utilization then. But after upgrading to kernel-2.6.31-1 I got following error messages when trying to open tvtime
    damu@station210 ~]$ tvtime
    Running tvtime 1.0.2.
    Reading configuration from /etc/tvtime/tvtime.xml
    Reading configuration from /home/damu/.tvtime/tvtime.xml
    xvoutput: No XVIDEO port found which supports YUY2 images.
    *** tvtime requires hardware YUY2 overlay support from your video card
    *** driver. If you are using an older NVIDIA card (TNT2), then
    *** this capability is only available with their binary drivers.
    *** For some ATI cards, this feature may be found in the experimental
    *** GATOS drivers: http://gatos.souceforge.net/
    *** If unsure, please check with your distribution to see if your
    *** X driver supports hardware overlay surfaces.
    What happened to driver and kernel? any way to go back to previous kernel version?
    Requesting help! Thanks
    Last edited by mvdvarrier (2009-10-14 06:26:14)

    Perry3D wrote:
    Are you using the xf86-video-ati/radeonhd driver?
    Try disabling KMS by appending nomodeset to the kernel parameters. At the moment kms ist not usable without upgrading some libs (mesa?, libdrm?). Search the forums for kms to get more information.
    Thanks Perry3D
    I disabled KMS as per http://wiki.archlinux.org/index.php/ATI. Now tvtime is working great. With the release of kernel 2.6.32 KMS can be enabled for ati card with radeon3200 chips
    mvdvarrier

Maybe you are looking for

  • Why does my plan cost $40 yet my bill is $90 a month?

    When I got my phone just 1 week ago, I was told my plan would cost $70 plus taxes... trying to decide to keep it or not really cannot afford $90 a month. Since the 1st of the year (2013) I have had several phones 4 with a no contract company that was

  • Filter not working in Rank

    Hi I have a requirement to show top ten expenditure and their sum for a particular month and for a particular country based on capex id like I have used RANK(CAPEX_ACTUAL_EXPENSE_AMOUNT) in column formula . Also I am using SQL Server .. CAPEX_ACTUAL_

  • Need to populate an oracle table with the contents of ms-access table

    Dear All, I need a simple way to populate an oracle table from the table which is exist in ms-access mdb. Can we make some kind of constant link in between oracle db and ms-access db? So we will be able to perform this task whenever is required. Kind

  • Hierarchical-sequential list - functions

    Hi! I created a full-screen alv based on class CL_SALV_HIERSEQ_TABLE, caught its functions via GET_FUNCTIONS and activated all of them via SET_ALL( ). Afterwards I was able to displaying and hiding position rows. Next, I needed to add some user-defin

  • AVCHD wont play

    Hi, I have the Sony Nex5RK, and i have tried to film in both AVCHD and MP4 and imported it to my HDD. I did exactly as I read at Adobe's website about AVCHD-import. I have imported the clip trough the Media Browser and the first frame shows in the So