Problems compiling at91 driver for samutils-0.2.1

Hello All!
I'm having problems compiling the usb driver for sam7 tools. I am receiving the following errors:
make -C /lib/modules/2.6.39-ARCH/build SUBDIRS=/home/bailey/Source/sam7utils-0.2.1/driver modules
make[1]: Entering directory `/usr/src/linux-2.6.39-ARCH'
CC [M] /home/bailey/Source/sam7utils-0.2.1/driver/at91.o
/home/bailey/Source/sam7utils-0.2.1/driver/at91.c: In function âat91_write_bulk_callbackâ:
/home/bailey/Source/sam7utils-0.2.1/driver/at91.c:154:2: error: implicit declaration of function âusb_buffer_freeâ [-Werror=implicit-function-declaration]
/home/bailey/Source/sam7utils-0.2.1/driver/at91.c:140:19: warning: variable âdevâ set but not used [-Wunused-but-set-variable]
/home/bailey/Source/sam7utils-0.2.1/driver/at91.c: In function âat91_writeâ:
/home/bailey/Source/sam7utils-0.2.1/driver/at91.c:178:2: error: implicit declaration of function âusb_buffer_allocâ [-Werror=implicit-function-declaration]
/home/bailey/Source/sam7utils-0.2.1/driver/at91.c:178:6: warning: assignment makes pointer from integer without a cast [enabled by default]
/home/bailey/Source/sam7utils-0.2.1/driver/at91.c:192:6: warning: passing argument 6 of âusb_fill_bulk_urbâ from incompatible pointer type [enabled by default]
include/linux/usb.h:1266:20: note: expected âusb_complete_tâ but argument is of type âvoid (*)(struct urb *, struct pt_regs *)â
/home/bailey/Source/sam7utils-0.2.1/driver/at91.c: In function âat91_probeâ:
/home/bailey/Source/sam7utils-0.2.1/driver/at91.c:305:2: error: implicit declaration of function âinfoâ [-Werror=implicit-function-declaration]
/home/bailey/Source/sam7utils-0.2.1/driver/at91.c: In function âat91_disconnectâ:
/home/bailey/Source/sam7utils-0.2.1/driver/at91.c:320:2: error: implicit declaration of function âlock_kernelâ [-Werror=implicit-function-declaration]
/home/bailey/Source/sam7utils-0.2.1/driver/at91.c:328:2: error: implicit declaration of function âunlock_kernelâ [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[2]: *** [/home/bailey/Source/sam7utils-0.2.1/driver/at91.o] Error 1
make[1]: *** [_module_/home/bailey/Source/sam7utils-0.2.1/driver] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.39-ARCH'
make: *** [default] Error 2
output of uname -a
2.6.39-ARCH #1 SMP PREEMPT Mon Jun 27 22:01:13 CEST 2011 i686 Intel(R) Pentium(R) 4 CPU 1.50GHz GenuineIntel GNU/Linux
I am running gcc 4.6.1-1 and have installed kernel26headers. If there is any info I'm missing plz let me know.
Thanks for your help in advance

Thank you for the reply, I noticed that the post below (its for Ubuntu) shows the gcc version to be 4.0.3
[link]http://www.makingthings.com/documentati … -sam7utils[/link]
I poked around the Makefile in /usr/src/linux-2.6.39 and got rid of "-Wall" and "-Wno-implicit-function-declaration"
it compiled with the following warnings:
make[1]: Entering directory `/usr/src/linux-2.6.39-ARCH'
Building modules, stage 2.
MODPOST 1 modules
WARNING: "info" [/home/bailey/Source/sam7utils-0.2.1/driver/at91.ko] undefined!
WARNING: "unlock_kernel" [/home/bailey/Source/sam7utils-0.2.1/driver/at91.ko] undefined!
WARNING: "lock_kernel" [/home/bailey/Source/sam7utils-0.2.1/driver/at91.ko] undefined!
WARNING: "usb_buffer_alloc" [/home/bailey/Source/sam7utils-0.2.1/driver/at91.ko] undefined!
WARNING: "usb_buffer_free" [/home/bailey/Source/sam7utils-0.2.1/driver/at91.ko] undefined!
CC /home/bailey/Source/sam7utils-0.2.1/driver/at91.mod.o
LD [M] /home/bailey/Source/sam7utils-0.2.1/driver/at91.ko
make[1]: Leaving directory `/usr/src/linux-2.6.39-ARCH'
but when I tried to install, the output was
insmod: error inserting 'at91.ko': -1 Unknown symbol in module
Unfortunately, I tried grabbing the package from the AUR, but I ran into the same issues. Seems the only common factor in this process is gcc.
Thanks for the help

Similar Messages

  • Need to compile nvidia driver for a custom kernel [SOLVED]

    I compiled a custom kernel following this wiki page: http://wiki.archlinux.org/index.php/Ker … rom_Source
    I can boot into it just fine.  I now want to compile an nvidia driver for use with it and followed the steps on this wiki page: http://wiki.archlinux.org/index.php/NVI … tom_kernel
    I run into a problem when makepkg trys to compile it.  Here is the output:
    $ cd ~/devel/abs/nvidia/
    $ makepkg -c
    ==> Making package: nvidia-my 190.42-1 x86_64 (Thu Nov 5 17:42:29 EST 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found NVIDIA-Linux-x86_64-190.42-pkg0.run in build dir
    ==> Validating source files with md5sums...
    NVIDIA-Linux-x86_64-190.42-pkg0.run ... Passed
    ==> Extracting Sources...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    Creating directory NVIDIA-Linux-x86_64-190.42-pkg0
    Verifying archive integrity... OK
    Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 190.42..................................................................................................................................................
    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. ***
    make: *** [select_makefile] Error 1
    ==> ERROR: Build Failed.
    Aborting...
    The step it's choking on is (from the PKGBUILD), "make SYSSRC=/lib/modules/${_kernver}/build module || return 1"
    What am I doing wrong?
    My PKGBUILD:
    pkgname=nvidia-my
    pkgver=190.42
    _kernver='2.6.32-rc6-MINE'
    pkgrel=1
    pkgdesc="NVIDIA drivers for kernel26."
    arch=('i686' 'x86_64')
    [ "$CARCH" = "i686" ] && ARCH=x86
    [ "$CARCH" = "x86_64" ] && ARCH=x86_64
    url="http://www.nvidia.com/"
    depends=('kernel26>=2.6.31' 'kernel26<2.6.32' "nvidia-utils=${pkgver}")
    conflicts=('nvidia-96xx' 'nvidia-173xx')
    license=('custom')
    install=nvidia.install
    source=("http://download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run")
    md5sums=('f94806feee87de756d14fe3e9bcaf05a')
    [ "$CARCH" = "x86_64" ] && md5sums=('ae431ff849ec01446e6724f9fcfe3bb4')
    build() {
    cd $srcdir
    sh NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run --extract-only
    cd NVIDIA-Linux-$ARCH-${pkgver}-pkg0
    cd usr/src/nv/
    ln -s Makefile.kbuild Makefile
    make SYSSRC=/lib/modules/${_kernver}/build module || return 1
    mkdir -p $pkgdir/lib/modules/${_kernver}/kernel/drivers/video/
    install -m644 nvidia.ko $pkgdir/lib/modules/${_kernver}/kernel/drivers/video/
    sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/nvidia.install
    My nvidia.install
    post_install() {
    KERNEL_VERSION='2.6.32-rc6-MINE'
    depmod $KERNEL_VERSION
    post_upgrade() {
    post_install
    rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
    post_remove() {
    KERNEL_VERSION='2.6.32-rc6-MINE'
    depmod $KERNEL_VERSION
    Last edited by graysky (2009-11-07 10:54:33)

    Hello,
    I'm kind of a noob and am trying to get follow the directions from the Nvidia wiki on installing on a custom kernel.  I'm trying to use the abs method to install on kernel26rt version 2.6.33rt.  I followed directions exactly and am getting an error that I didn't find on any other posts.  Can you please take a look?  Here is my terminal:
    [jsadural@jlinux nvidia]$ makepkg -ci
    ==> Making package: nvidia-2633rt 270.30-3 (Wed Mar 30 08:53:08 PDT 2011)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
      -> Downloading NVIDIA-Linux-x86_64-270.30-no-compat32.run...
    --2011-03-30 08:53:08--  ftp://download.nvidia.com/XFree86/Linux … mpat32.run
               => “NVIDIA-Linux-x86_64-270.30-no-compat32.run.part”
    Resolving download.nvidia.com... 69.31.121.43
    Connecting to download.nvidia.com|69.31.121.43|:21... connected.
    Logging in as anonymous ... Logged in!
    ==> SYST ... done.    ==> PWD ... done.
    ==> TYPE I ... done.  ==> CWD (1) /XFree86/Linux-x86_64/270.30 ... done.
    ==> SIZE NVIDIA-Linux-x86_64-270.30-no-compat32.run ... 30037601
    ==> PASV ... done.    ==> RETR NVIDIA-Linux-x86_64-270.30-no-compat32.run ... done.
    Length: 30037601 (29M) (unauthoritative)
    100%[======================================>] 30,037,601   696K/s   in 42s     
    2011-03-30 08:53:50 (696 KB/s) - “NVIDIA-Linux-x86_64-270.30-no-compat32.run.part” saved [30037601]
    ==> Validating source files with md5sums...
        NVIDIA-Linux-x86_64-270.30-no-compat32.run ... Passed
    ==> Extracting Sources...
    ==> Starting build()...
    Creating directory NVIDIA-Linux-x86_64-270.30-no-compat32
    Verifying archive integrity... OK
    Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 270.30........................................................................................................................
    NVIDIA: calling KBUILD...
    test -e include/generated/autoconf.h -a -e include/config/auto.conf || (    \
        echo;                                \
        echo "  ERROR: Kernel configuration is invalid.";        \
        echo "         include/generated/autoconf.h or include/config/auto.conf are missing.";\
        echo "         Run 'make oldconfig && make prepare' on kernel src to fix it.";    \
        echo;                                \
        /bin/false)
    mkdir -p /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/.tmp_versions ; rm -f /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/.tmp_versions/*
    make -f scripts/Makefile.build obj=/home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel
      cc -Wp,-MD,/home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/.nv.o.d  -nostdinc -isystem /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/include -I/usr/src/linux-2.6.33-rt/arch/x86/include -Iinclude  -include include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=2048 -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -I/home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"270.30\" -Wno-unused-function -mcmodel=kernel -mno-red-zone -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)"  -c -o /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.o /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c
    In file included from /usr/src/linux-2.6.33-rt/arch/x86/include/asm/uaccess.h:573:0,
                     from include/linux/poll.h:13,
                     from /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv-linux.h:84,
                     from /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:13:
    /usr/src/linux-2.6.33-rt/arch/x86/include/asm/uaccess_64.h: In function ‘copy_from_user’:
    /usr/src/linux-2.6.33-rt/arch/x86/include/asm/uaccess_64.h:35:6: warning: comparison between signed and unsigned integer expressions
    In file included from /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:13:0:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv-linux.h: At top level:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv-linux.h:251:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘nv_spinlock_t’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv-linux.h:1436:5: error: expected specifier-qualifier-list before ‘nv_spinlock_t’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_alloc_file_private’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:1993:5: error: implicit declaration of function ‘semaphore_init’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:1994:5: error: ‘nv_file_private_t’ has no member named ‘waitqueue’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:1995:5: error: implicit declaration of function ‘atomic_spin_lock_init’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:1995:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_kern_poll’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:2790:30: error: ‘nv_file_private_t’ has no member named ‘waitqueue’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:2793:5: error: implicit declaration of function ‘atomic_spin_lock_irqsave’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:2793:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:2804:5: error: implicit declaration of function ‘atomic_spin_unlock_irqrestore’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:2804:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_kern_close_registry’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:3595:18: error: ‘nv_file_private_t’ has no member named ‘off’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:3611:22: error: ‘nv_file_private_t’ has no member named ‘off’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_kern_write_registry’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:3703:51: error: ‘nv_file_private_t’ has no member named ‘off’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:3710:45: error: ‘nv_file_private_t’ has no member named ‘off’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:3720:9: error: ‘nv_file_private_t’ has no member named ‘off’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_post_event’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4330:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4347:5: error: ‘nv_file_private_t’ has no member named ‘waitqueue’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4348:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c: In function ‘nv_get_event’:
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4362:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4365:9: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    /home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.c:4390:5: error: ‘nv_file_private_t’ has no member named ‘fp_lock’
    make[3]: *** [/home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel/nv.o] Error 1
    make[2]: *** [_module_/home/jsadural/devel/abs/nvidia/src/NVIDIA-Linux-x86_64-270.30-no-compat32/kernel] Error 2
    NVIDIA: left KBUILD.
    nvidia.ko failed to build!
    make[1]: *** [module] Error 1
    make: *** [module] Error 2
    ==> ERROR: A failure occurred in build().
        Aborting...
    thanks,
    jason

  • 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

  • Problem down loading driver for All-in-one Printer

    I tried to down load driver for HP Photosmart C4183 All-in-One on my laptop with OS Windows 7 Premium. During the process of installing each time it request me connecting the USB cable it gives a message that the driver am trying to install is faulty,I also tried it with my Toshiba note-book the same message appears. This is the first time am using this particular product. There some information on my computers Ineed to print ,I am only able to use the copier. Is there a way to repare the USB cable online,if it's the problem

    i have a hpo deskjet printer f2180 but lost my disc how do i connect too my lap top

  • Problems with a driver for PCCAM-300

    I need a driver for PCCAM-300 and I have Windows XP. I've already downloaded two diferent drivers:
    1. PCCAM300DrvsV_04.exe
    2. PCCAM300Drv.exe
    When I tried to install them I had problems because this softwares were not compatible for Windows XP (but when I downloaded them it was suposed to be compatible).
    What can I do?
    Could yo help me to solve this problem?
    Thank you

    Creative Labs PD060 PC-CAM 300 is NOT compatible with WindowsXP! The program might work just for storing photos but it does not recognized the camera! Most site which contained information on the camera says it's compatible with WindowsXP, but it's not! Sorry Creative, try again. http://www.amazon.com/Creative-Labs-...0/dp/B000063YQ

  • Problem with finding driver for Xerox Phaser 3117 laser printer.

    Hello!
    I have trouble with finding appropriate driver for my Xerox Pahser 3111 printer. There is no support for iOS on their official support website.
    Thank you for your help.

    Hello there, AnnaVod.
    The following Knowledge Base article provides some helpful pointers for troubleshooting AirPrint on your iOS device:
    About AirPrint
    http://support.apple.com/kb/ht4356
    For best results
    Make sure your software is up to date. For iOS, verify that your device is using the latest version of iOS available and that the app you're printing from is up to date. For OS X, Use Software Update to update OS X and apps you've purchased from the Mac App Store.
    To use your AirPrint printer with Wi-Fi, the printer must be connected to the same Wi-Fi network as your iOS device or Mac, either through bridging, or a direct connection to your Wi-Fi network.
    AirPrint printers connected to the USB port of an Apple AirPort Base Station or AirPort Time Capsule are not supported with AirPrint. Connect your AirPrint printer to your network using Wi-Fi, or connect it to a LAN port on your AirPort device using Ethernet.
    Make sure that your AirPrint printer is connected to your network before attempting to print. Some AirPrint printers can take several minutes to join a network after being turned on.
    If you're unable to print
    Check these things if you are unable to print, or if you see the message "No AirPrint Printers Found."
    Make sure your printer has paper, and enough ink or toner installed.
    Make sure your printer is connected to the same Wi-Fi network as your iOS device.
    Make sure your printer has power and is turned on. Try turning your printer off and then back on again to see if it resolves your issue.
    Check to see if your printer has any error lights or indicators displayed on the printer's control panel. Check the documentation that came with your printer to clear any errors displayed.
    Check with your printer's manufacturer to see if any firmware updates are available for your printer. Check your printer's documentation or contact the printer vendor for more information. A firmware update may be available, even if you just bought your printer.
    Important: Printers not listed in this article are not supported by AirPrint. To search for an AirPrint printer model, use the Find feature of your web browser (usually Command-F) to search the list below.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Problem when install driver for DKU-5 cable

    After installing driver for DKU-5 cable follow guide line, i conected DKU-5 cable with my computer but there is error appear that is 'can not pass winxp logo testing'.So i can not complete install driver for DKU-5 cable.Please help me.Thanks.

    When you get that message, just select "yes" or "continue anyway" and you should be fine.

  • Problems using unixODBC Driver for 64-bit Linux

    Good morning
    We are incurring a problem with the unixODBC Driver via Oracle Heterogeneous Services for connecting from a 64-bit SUSE Linux Server to a Windows PostgreSQL database (8.2). Oracle is 11.2.0.3. We are receiving an error when retrieving SMALLINT data from PostGreSQL. This should "automagically" convert to NUMBER(5) in Oracle but we are receiving a conversion error.
    Here is the text of the HS Trace file. Any help in diagnosing this would be much appreciated.
    Oracle Corporation --- MONDAY DEC 17 2012 17:14:36.779
    Heterogeneous Agent Release
    11.2.0.3.0
    Oracle Corporation --- MONDAY DEC 17 2012 17:14:36.778
    Version 11.2.0.3.0
    Entered hgogprd
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "DEBUG"
    Entered hgosdip
    HOSGIP returned value of "50" for HS_OPEN_CURSORS
    setting HS_FDS_RECOVERY_ACCOUNT to default of "RECOVER"
    setting HS_FDS_RECOVERY_PWD to default value
    setting HS_FDS_TRANSACTION_LOG to default of HS_TRANSACTION_LOG
    HOSGIP returned value of "0" for HS_IDLE_TIMEOUT
    setting HS_FDS_TRANSACTION_ISOLATION to default of "READ_COMMITTED"
    setting HS_NLS_NCHAR to default of "AL32UTF8"
    setting HS_FDS_TIMESTAMP_MAPPING to default of "DATE"
    setting HS_FDS_DATE_MAPPING to default of "DATE"
    setting HS_RPC_FETCH_REBLOCKING to default of "ON"
    HOSGIP returned value of "100" for HS_FDS_FETCH_ROWS
    setting HS_FDS_RESULTSET_SUPPORT to default of "FALSE"
    HOSGIP returned value of "TRUE" for HS_FDS_RSET_RETURN_ROWCOUNT
    setting HS_FDS_PROC_IS_FUNC to default of "FALSE"
    setting HS_FDS_MAP_NCHAR to default of "TRUE"
    setting HS_NLS_DATE_FORMAT to default of "YYYY-MM-DD HH24:MI:SS"
    setting HS_FDS_REPORT_REAL_AS_DOUBLE to default of "FALSE"
    setting HS_LONG_PIECE_TRANSFER_SIZE to default of "65536"
    setting HS_SQL_HANDLE_STMT_REUSE to default of "FALSE"
    setting HS_FDS_QUERY_DRIVER to default of "TRUE"
    setting HS_FDS_SUPPORT_STATISTICS to default of "FALSE"
    setting HS_FDS_QUOTE_IDENTIFIER to default of "TRUE"
    setting HS_KEEP_REMOTE_COLUMN_SIZE to default of "OFF"
    setting HS_FDS_GRAPHIC_TO_MBCS to default of "FALSE"
    setting HS_FDS_MBCS_TO_GRAPHIC to default of "FALSE"
    HOSGIP returned value of "64" for HS_FDS_SQLLEN_INTERPRETATION
    setting HS_CALL_NAME_ISP to "gtw$:SQLTables;gtw$:SQLColumns;gtw$:SQLPrimaryKeys;gtw$:SQLForeignKeys;gtw$:SQLProcedures;gtw$:SQLStatistics;gtw$:SQLGetInfo"
    setting HS_FDS_DELAYED_OPEN to default of "TRUE"
    setting HS_FDS_WORKAROUNDS to default of "0"
    Exiting hgosdip, rc=0
    ORACLE_SID is "dev"
    Product-Info:
    Port Rls/Upd:3/0 PrdStat:0
    Agent:Oracle Database Gateway for ODBC
    Facility:hsa
    Class:ODBC, ClassVsn:11.2.0.3.0_0011, Instance:dev
    Exiting hgogprd, rc=0
    Entered hgoinit
    HOCXU_COMP_CSET=1
    HOCXU_DRV_CSET=178
    HOCXU_DRV_NCHAR=873
    HOCXU_DB_CSET=873
    HS_LANGUAGE is american_america.we8mswin1252
    LANG=en_US.UTF-8
    HOCXU_SEM_VER=112000
    HOSGIP for "HS_FDS_REMOTE_DB_CHARSET" returned "we8mswin1252"
    Entered hgolofn at 2012/12/17-17:14:36
    HOSGIP for "HS_FDS_SHAREABLE_NAME" returned "/usr/lib64/psqlodbcw.so"
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9530
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f4e70
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f8110
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f4f30
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f6d20
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5610
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f98e0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5790
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5880
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9b20
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5980
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5a60
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9de0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5b20
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f7370
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5d80
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5e00
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5f10
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5fa0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451fa160
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451fa130
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f97c0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f4f60
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f52e0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5530
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f53a0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5680
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f6eb0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9ec0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9bf0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9c60
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9c90
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9d40
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5bc0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f9f60
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5cd0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f5e80
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f74f0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f77a0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f7af0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451fa020
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451fa280
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451fa0b0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f63e0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Entered hgolofns at 2012/12/17-17:14:36
    symbol_peflctx=0x451f66d0
    hoaerr:0
    Exiting hgolofns at 2012/12/17-17:14:36
    Exiting hgolofn, rc=0 at 2012/12/17-17:14:36
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    HOSGIP for "HS_KEEP_REMOTE_COLUMN_SIZE" returned "OFF"
    HOSGIP for "HS_FDS_DELAYED_OPEN" returned "TRUE"
    HOSGIP for "HS_FDS_WORKAROUNDS" returned "0"
    HOSGIP for "HS_FDS_MBCS_TO_GRAPHIC" returned "FALSE"
    HOSGIP for "HS_FDS_GRAPHIC_TO_MBCS" returned "FALSE"
    treat_SQLLEN_as_compiled = 1
    Exiting hgoinit, rc=0 at 2012/12/17-17:14:36
    Entered hgolgon at 2012/12/17-17:14:36
    reco:0, name:onstar, tflag:0
    Entered hgosuec at 2012/12/17-17:14:36
    Exiting hgosuec, rc=0 at 2012/12/17-17:14:36
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned "HS_TRANSACTION_LOG"
    HOSGIP for "HS_FDS_TIMESTAMP_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_DATE_MAPPING" returned "DATE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULTSET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_RSET_RETURN_ROWCOUNT" returned "TRUE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using onstar as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    Entered hgocont at 2012/12/17-17:14:36
    HS_FDS_CONNECT_INFO = "PecanStreetDB"
    RC=-1 from HOSGIP for "HS_FDS_CONNECT_STRING"
    Entered hgogenconstr at 2012/12/17-17:14:36
    dsn:PecanStreetDB, name:onstar
    optn:
    Entered hgocip at 2012/12/17-17:14:36
    dsn:PecanStreetDB
    Exiting hgocip, rc=0 at 2012/12/17-17:14:36
    Exiting hgogenconstr, rc=0 at 2012/12/17-17:14:36
    Entered hgolosf at 2012/12/17-17:14:37
    Exiting hgolosf, rc=0 at 2012/12/17-17:14:37
    DriverName:psqlodbcw.so, DriverVer:08.03.0200
    DBMS Name:PostgreSQL, DBMS Version:PostgreSQL 8.2.15 (Greenplum Database 4.1.1.1 build 1 Community Edition) on x86_64-unknown-linux-gnu, compiled by GCC gcc (GCC)
    Exiting hgocont, rc=0 at 2012/12/17-17:14:37
    SQLGetInfo returns Y for SQL_CATALOG_NAME
    SQLGetInfo returns 0 for SQL_MAX_CATALOG_NAME_LEN
    Exiting hgolgon, rc=0 at 2012/12/17-17:14:37
    Entered hgoulcp at 2012/12/17-17:14:37
    Entered hgowlst at 2012/12/17-17:14:37
    Exiting hgowlst, rc=0 at 2012/12/17-17:14:37
    SQLGetInfo returns 0x1d for SQL_OWNER_USAGE
    TXN Capable:2, Isolation Option:0xa
    SQLGetInfo returns 64 for SQL_MAX_SCHEMA_NAME_LEN
    SQLGetInfo returns 64 for SQL_MAX_TABLE_NAME_LEN
    SQLGetInfo returns 0 for SQL_MAX_PROCEDURE_NAME_LEN
    HOSGIP returned value of "TRUE" for HS_FDS_QUOTE_IDENTIFIER
    SQLGetInfo returns " (0x22) for SQL_IDENTIFIER_QUOTE_CHAR
    2 instance capabilities will be uploaded
    capno:1989, context:0x00000000, add-info: 0
    capno:1992, context:0x0001ffff, add-info: 0
    Exiting hgoulcp, rc=0 at 2012/12/17-17:14:37
    Entered hgouldt at 2012/12/17-17:14:37
    NO instance DD translations were uploaded
    Exiting hgouldt, rc=0 at 2012/12/17-17:14:37
    Entered hgobegn at 2012/12/17-17:14:37
    tflag:0 , initial:1
    hoi:0xcca42008, ttid (len 27) is ...
    00: 534D5254 47524444 2E306635 35343862 [SMRTGRDD.0f5548b]
    10: 352E392E 392E3732 323038 [5.9.9.72208]
    tbid (len 24) is ...
    00: 534D5254 47524444 5B392E39 2E373232 [SMRTGRDD[9.9.722]
    10: 30385D5B 312E345D [08][1.4]]
    Exiting hgobegn, rc=0 at 2012/12/17-17:14:38
    Entered hgodtab at 2012/12/17-17:14:38
    count:1
    table: dev.onstar_view
    Allocate hoada[0] @ 0x7794d0
    Entered hgopcda at 2012/12/17-17:14:38
    Column:1(dataid): dtype:5 (SMALLINT), prc/scl:5/0, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:38
    Entered hgopcda at 2012/12/17-17:14:38
    Column:2(timestamp_localtime): dtype:93 (TIMESTAMP), prc/scl:19/0, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:38
    Entered hgopcda at 2012/12/17-17:14:38
    Column:3(use): dtype:2 (NUMERIC), prc/scl:28/6, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:38
    Entered hgopcda at 2012/12/17-17:14:38
    Column:4(gen): dtype:2 (NUMERIC), prc/scl:28/6, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:38
    Entered hgopcda at 2012/12/17-17:14:38
    Column:5(grid): dtype:2 (NUMERIC), prc/scl:28/6, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:38
    Entered hgopcda at 2012/12/17-17:14:38
    Column:6(air): dtype:2 (NUMERIC), prc/scl:28/6, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:38
    Entered hgopcda at 2012/12/17-17:14:38
    Column:7(furnace): dtype:2 (NUMERIC), prc/scl:28/6, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:38
    Entered hgopcda at 2012/12/17-17:14:38
    Column:8(car): dtype:2 (NUMERIC), prc/scl:28/6, nullbl:1, octet:0, sign:1, radix:10
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:38
    The hoada for table dev.onstar_view follows...
    hgodtab, line 1092: Printing hoada @ 0x7794d0
    MAX:8, ACTUAL:8, BRC:1, WHT=6 (TABLE_DESCRIBE)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    5 SMALLINT Y 2 2 0/ 0 0 0 0 dataid
    91 DATE Y 16 16 0/ 0 0 0 0 timestamp_localtime
    3 DECIMAL Y 31 31 28/ 6 0 0 0 use
    3 DECIMAL Y 31 31 28/ 6 0 0 0 gen
    3 DECIMAL Y 31 31 28/ 6 0 0 0 grid
    3 DECIMAL Y 31 31 28/ 6 0 0 0 air
    3 DECIMAL Y 31 31 28/ 6 0 0 0 furnace
    3 DECIMAL Y 31 31 28/ 6 0 0 0 car
    Exiting hgodtab, rc=0 at 2012/12/17-17:14:38
    Entered hgodafr, cursor id 0 at 2012/12/17-17:14:38
    Free hoada @ 0x7794d0
    Exiting hgodafr, rc=0 at 2012/12/17-17:14:38
    Entered hgopars, cursor id 1 at 2012/12/17-17:14:38
    type:0
    SQL text from hgopars, id=1, len=40 ...
    00: 53454C45 43542022 64617461 69642220 [SELECT "dataid" ]
    10: 46524F4D 20226465 76222E22 6F6E7374 [FROM "dev"."onst]
    20: 61725F76 69657722 [ar_view"]
    Exiting hgopars, rc=0 at 2012/12/17-17:14:40
    Entered hgoopen, cursor id 1 at 2012/12/17-17:14:40
    hgoopen, line 87: NO hoada to print
    Deferred open until first fetch.
    Exiting hgoopen, rc=0 at 2012/12/17-17:14:40
    Entered hgodscr, cursor id 1 at 2012/12/17-17:14:40
    Allocate hoada @ 0x779478
    Entered hgodscr_process_sellist_description at 2012/12/17-17:14:40
    Entered hgopcda at 2012/12/17-17:14:40
    Column:1(dataid): dtype:5 (SMALLINT), prc/scl:5/0, nullbl:1, octet:0, sign:1, radix:0
    Exiting hgopcda, rc=0 at 2012/12/17-17:14:40
    hgodscr, line 464: Printing hoada @ 0x779478
    MAX:1, ACTUAL:1, BRC:100, WHT=5 (SELECT_LIST)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    5 SMALLINT Y 2 2 0/ 0 0 0 0 dataid
    Exiting hgodscr, rc=0 at 2012/12/17-17:14:40
    Entered hgoftch, cursor id 1 at 2012/12/17-17:14:40
    hgoftch, line 133: Printing hoada @ 0x779478
    MAX:1, ACTUAL:1, BRC:100, WHT=5 (SELECT_LIST)
    DTY NULL-OK LEN MAXBUFLEN PR/SC CST IND MOD NAME
    5 SMALLINT Y 2 2 0/ 0 0 0 0 dataid
    Performing delayed open.
    SQLBindCol: column 1, cdatatype: -15, bflsz: 2
    SQLFetch: row: 1, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 1, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 2, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 2, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 3, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 3, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 4, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 4, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 5, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 5, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 6, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 6, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 7, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 7, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 8, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 8, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 9, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 9, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 10, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 10, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 11, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 11, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 12, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 12, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 13, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 13, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 14, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 14, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 15, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 15, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 16, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 16, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 17, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 17, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 18, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 18, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 19, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 19, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 20, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 20, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 21, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 21, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 22, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 22, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 23, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 23, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 24, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 24, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 25, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 25, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 26, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 26, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 27, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 27, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 28, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 28, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 29, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 29, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 30, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 30, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 31, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 31, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 32, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 32, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 33, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 33, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 34, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 34, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 35, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 35, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 36, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 36, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 37, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 37, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 38, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 38, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 39, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 39, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 40, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 40, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 41, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 41, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 42, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 42, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 43, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 43, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 44, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 44, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 45, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 45, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 46, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 46, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 47, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 47, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 48, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 48, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 49, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 49, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 50, column 1, bflsz: 2, bflar: 2
    SQLFetch: row: 50, column 1, bflsz: 2, bflar: 2, (bfl: 2, mbl: 2)
    SQLFetch: row: 51, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 51, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 52, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 52, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 53, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 53, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 54, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 54, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 55, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 55, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 56, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 56, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 57, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 57, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 58, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 58, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 59, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 59, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 60, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 60, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 61, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 61, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 62, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 62, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 63, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 63, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 64, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 64, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 65, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 65, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 66, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 66, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 67, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 67, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 68, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 68, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 69, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 69, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 70, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 70, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 71, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 71, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 72, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 72, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 73, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 73, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 74, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 74, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 75, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 75, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 76, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 76, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 77, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 77, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 78, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 78, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 79, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 79, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 80, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 80, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 81, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 81, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 82, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 82, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 83, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 83, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 84, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 84, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 85, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 85, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 86, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 86, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 87, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 87, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 88, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 88, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 89, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 89, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 90, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 90, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 91, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 91, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 92, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 92, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 93, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 93, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 94, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 94, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 95, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 95, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 96, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 96, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 97, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 97, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 98, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 98, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 99, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 99, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    SQLFetch: row: 100, column 1, bflsz: 2, bflar: 0
    SQLFetch: row: 100, column 1, bflsz: 2, bflar: 0, (bfl: 2, mbl: 2)
    100 rows fetched
    Exiting hgoftch, rc=0 at 2012/12/17-17:14:40
    HS Agent received unexpected RPC disconnect
    Network error 1003: NCR-01003: NCRS: Read error.
    Entered hgoroll at 2012/12/17-17:15:36
    tflag:0 , cmt(38):Unexpected EOF from Oracle - Rollback
    hoi:0x756988, ttid (len 27) is ...
    00: 534D5254 47524444 2E306635 35343862 [SMRTGRDD.0f5548b]
    10: 352E392E 392E3732 323038 [5.9.9.72208]
    tbid (len 24) is ...
    00: 534D5254 47524444 5B392E39 2E373232 [SMRTGRDD[9.9.722]
    10: 30385D5B 312E345D [08][1.4]]
    Entered hgocpctx at 2012/12/17-17:15:36
    Exiting hgocpctx, rc=0 at 2012/12/17-17:15:36
    Exiting hgoroll, rc=0 at 2012/12/17-17:15:36
    Entered hgodafr, cursor id 1 at 2012/12/17-17:15:36
    Free hoada @ 0x779478
    Exiting hgodafr, rc=0 at 2012/12/17-17:15:36
    Entered hgolgof at 2012/12/17-17:15:36
    tflag:0
    Exiting hgolgof, rc=0 at 2012/12/17-17:15:36
    Entered hgoexit at 2012/12/17-17:15:36
    Exiting hgoexit, rc=0

    Update
    Changed the support flag to 32 bit and all now works.
    SPK

  • Problem accessing hard drive for more than one user at the same time

    Hello all,
    I recently bought a 2nd generation AirPort Extreeme 802.11n to replace a cheapo wireless router. The main reason I wanted to get the AirPort was so I could attach a USB hard drive which holds iTunes music files Originaly I had a G4 MDD and this was a second internal hard drive. Since my wife and son also share my Mac, we stored the iTunes music folder there, so we could all access the files. That worked fine.
    Then I got a early 2009 iMac and gave my wife the G4. My son also has a G3 iBook, using the wireless internet conection. At first I had the drive in an external case attached via Firewire. Both my iMac and my wife's G4 are attached to the network using ethernet, not wireless. She was able to access the music files so long as my Mac was on, but the connection was flaky.
    So as mentioned, I picked up a used AirPort Extreme from OWC, mainly to attach the hard drive, since it's no longer in my Mac. It took some fiddling, and I was honestly surpsied that the APE was trickier to set up than expected, but now I have the external drive mounting, and we can all access the files from any of the Macs in the house. It works great except for one thing. If I'm logged into my iMac, and then another family member logs in on the same iMac, we don't all have access to the hard drive. It's still mounted, but the you have no permission to view the files on it.
    Then if I remount it, I can access the files, but now the other user can't.
    So in a nutshell, only one user can access the drive at the same time from the iMac, but we can all access it from different Macs.
    Anyone have an idea of why this is happening and how to remidy it?

    This is the boilerplate text often used in connection to saving to a network (please NOTE the part where it explains that normally, it does work, but that it is impossible to troubleshoot someone else's network remotely, and that's why it's not supported by Adobe):
    If you are opening files over a network or saving them to a network server, please cease and desist immediately in the event you are currently experiencing problems with one or more files. Working across a network is not supported.
    See: 
    http://kb2.adobe.com/cps/406/kb406793.html
      Copy the CLOSED file from your server to your local hard disk, work on it, save it again to your local hard disk, close it, and copy the closed file back to the server.
         Of course, the fact that Adobe does not support working across a network does not necessarily mean it won't work.   It should.
        Adobe's position is that there are too many variables in a network environment for them to guarantee that everything will work correctly in every network, especially given the fact that if something does not work properly, it's probably the network's fault, and Adobe has no way of troubleshooting your network.
      If you can't work locally, you are on your own, and if something happens, you're on your own. If you must work from a server, make sure your network administrator is a competent professional.
    When problems arise, a lot of valuable work can be lost.

  • Problem with JDBC driver for Oracle 10g

    Hi.
    I've successfully accessed a MySQL database via a DataSource from a servlet (that uses a DAO). However, when I try to do the same with an Oracle 10g Database, I get the error message:
    Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver'
    I'm using J2SE1.5.0/5.0 and ojdbc14.jar, the latter of which I downloaded this afternoon as the latest driver JAR available on the Oracle site. As with the MySQL driver, I've placed it in the commons\lib folder within Tomcat. (I've also, of course, made the necessary modifications to server.xml and web.xml.)
    Upon examining the ReadMe file at the top of the Oracle download page, I found that the oracle.jdbc.driver package is now deprecated and all references to oracle.jdbc.driver should be replaced with oracle.jdbc. However, I got a similar error message when I tried this modification. Upon examining the contents of ojdbc.jar, I found that the driver was there and that it was, in fact, still oracle\jdbc\driver\OracleDriver!
    It appears as though the Oracle site has not been updated with a driver that matches its latest documentation. However, this does not explain why the driver is not even being loacted when it is in the correct place. Can anybody shed any light on this? Any help would be much appreciated.
    Thanks in anticipation.
    Cheers.
    Jan

    I've successfully accessed a MySQL database via a
    DataSource from a servlet (that uses a DAO). However,
    when I try to do the same with an Oracle 10g
    Database, I get the error message:
    Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver'
    That's different from a ClassNotFoundException.
    >
    I'm using J2SE1.5.0/5.0 and ojdbc14.jar, the latter
    of which I downloaded this afternoon as the latest
    driver JAR available on the Oracle site. So you got ojdbc14.jar or ojdbc14_g.jar under the 10g drivers?
    As with the
    MySQL driver, I've placed it in the commons\lib
    folder within Tomcat. I think it's a better idea to put in the WEB-INF/lib directory of your Web app rather than commons/lib. WAR files are a very good idea, too.
    (I've also, of course, made the
    necessary modifications to server.xml and web.xml.)So you're using a JNDI data source? It sounds to me like that's where the problem is.
    You should not have to edit the server.xml at all. If you put the <ResourceParams> in a context XML file with the same name as your WAR file into the TOMCAT_HOME/webapps directory it'll be picked up automatically. (It might also be accessible in the META-INF directory for your app, but I haven't done it that way.)
    Upon examining the ReadMe file at the top of the
    Oracle download page, I found that the
    oracle.jdbc.driver package is now deprecated and all
    references to oracle.jdbc.driver should be replaced
    with oracle.jdbc.
    However, I got a similar error
    message when I tried this modification. Upon
    examining the contents of ojdbc.jar, I found that the
    driver was there and that it was, in fact, still
    oracle\jdbc\driver\OracleDriver! The fully-resolved class name you should be using MUST match the class that's in the ojdbc14.jar that you're using. Look in the JAR for the definitive answer: the one that I downloaded is still using the oracle.jdbc.driver package for OracleDriver.class. Ignore the docs - use the name that's in the JAR.
    It appears as though the Oracle site has not been
    updated with a driver that matches its latest
    documentation. That often happens with docs.
    However, this does not explain why the
    driver is not even being loacted when it is in the
    correct place. Can anybody shed any light on this?
    Any help would be much appreciated.I think the problem lies in your web.xml and server.xml
    I'd recommend that you decouple the JDBC from the Web app for now. See if you can connect to Oracle using a simple desktop app and leave the Web piece out of the equation for now. Once you can do that, you'll be certain that the parameters you're using are correct and you can turn your attention to getting the Tomcat configuration right.
    PS - I'm using Oracle 9.2.0.1 and Tomcat successfully right now, so it can be done.

  • Problems with the driver for the HP E3631A

    I have installed the driver of NI for Labview version 5.1.
    I need to send information to a DC Power Supply ( HP E3631A), this information is just to set the output voltage for the HP E3631A.
    I'm using the "getting started.vi" for the HP E3631A, normaly this must work !
    I have called with support from NI,
    But they couldn't tell me what the problem was !
    The problem is that when I set the voltage on my PC ( using labview),
    and run the getting started.vi, I always get the same outputvoltage from my DC Power Supply. ( HP E3631A ) ( +0.288V )
    You first need to choose between +6V, +25V and -25V.
    The strange thing is that when you change this, the DC Power Supply
    changes correctly, follows these settings.
    So the DC Power Sup
    ply follow's the +6V, +25V and -25V when you change these, but always gives the same voltage when you set the outputvoltage.
    Can you tell me what the problem is ??
    Thanks in Advance !
    Hope you can solve my problem !!!

    Pauwels,
    You may also check in the Configure Output.vi, which is one subvi of the Getting Started VI, and try to set the boolean for output(which is On=True by default) to false. I do not have the power supply, but my guess is that this boolean when set to true, only allows the predefined values.
    Regards,
    Cyril Bouton
    Applications Enginneer
    National Instruments
    Cyril Bouton
    Active LabVIEW Developper

  • Problem with JDBC driver for mysql

    I have downloaded the Connector/J3.0 mysql-connector-java-3.0.7-stable.tar.gz from www.mysql.com/downloads/api-jdbc-stable.html web site and used gunzip and tar to extract the file. I have received the following error message:
    tar: directory checksum error
    Will this error cause some problem later on?
    Which directory should I put the driver into? Can I put it in any directory?
    Do I need to set the classpath for the driver? If yes, how can I set it?
    What is the connect string? Can you give a sample for me? I am using Solaris 5.8 and mysql is on the same machine.
    Thanks a lot,
    Lisa

    this is an example of a connect string for mysql that i used...
    public Connection CreateConnection () throws Exception
         Connection myConn = null;
         String driverName = "org.gjt.mm.mysql.Driver";
         String dbUrl = "jdbc:mysql://www.desres.com/jhazrd?user=jhazrd&password=????";
         Class.forName(driverName);
         myConn = DriverManager.getConnection (dbUrl);
    return myConn;
    }

  • Problem with wireless driver for Thinkpad X220

    Hi guys
    I tried to install a driver from the AUR from here https://aur.archlinux.org/packages.php?ID=46797
    But I get this error:
    -> Found kernel-3.0_support.patch
    ==> Validating source files with md5sums...
    rtl8192ce_linux_2.6.0006.0321.2011.tar.gz ... Passed
    kernel-3.0_support.patch ... Passed
    ==> Extracting Sources...
    -> Extracting rtl8192ce_linux_2.6.0006.0321.2011.tar.gz with bsdtar
    ==> Entering fakeroot environment...
    ==> Starting build()...
    patching file HAL/rtl8192/Makefile
    make: *** /lib/modules/3.0-ARCH/build: No such file or directory. Stop.
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build()
    I am using kernel 3.0
    I don't know what else to do, I googled a little but found nothing
    Last edited by Dannymx (2011-09-22 06:17:13)

    You need to install linux-headers. I wish you the best of luck -- I had a USB wireless adapter that used the same chipset and couldn't get the driver to compile for the life of me.
    Last edited by kahlil88 (2011-09-21 05:44:18)

  • Проблема с драйвером для видеокарты /The problem with the driver for your video card "atikmdag.sys"

    При загрузке системы ноутбук стал выдавать "синий экран". Запускается только в безопасном режиме. Переустановил систему все работает, но без драйверов на видеокарту. Как только устанавливаешь драйвера на видеокарту просит перезагрузиться, после перезагрузки вместо хода в сисетму снова  "синий экран"  

    fekero
    Thank you for visiting our English HP Support Forum. We are only able to reply to posts written in English. To insure a quick response it would be advisable to post your question in English. The following links are here to assist you if you prefer to post in the following Language Forum.
    English: http://h30434.www3.hp.com
    Spanish: http://h30467.www3.hp.com
    French: http://h30478.www3.hp.com
    Portuguese: http://h30487.www3.hp.com
    German: http://h30492.www3.hp.com
    Korean: http://h30491.www3.hp.com/t5/community/communitypage
    Simplified Chinese: http://h30471.www3.hp.com/t5/community/communitypage
    Cheers,
    KarolB
    I work for HP

  • Problem locating print driver for Epson Workforce 610 printer

    My laptop can see the printer but does not have a driver available.

    My laptop can see the printer but does not have a driver available.

Maybe you are looking for

  • I am planning on getting a new IMAC will my old software work on the new mac

    I am planning on buying a IMAC so will I have to replace all my software that is on my G4 running 10.5.8 ?

  • Caret position in JEditorPane HTML

    Hi everyone, I need the position of caret in HTML source on JEditorPane. I The value of getCaretPosition() seems not what I wanted. CaretEvent.getDot() gives the same value of getCaretPosition. These methods only gets position on the view. Please hel

  • Opening photo goes blank

    After I imported my photos, I changed the name of the folder in my finder and now I cannot open the photos, it opens blank. I guess this happened when I changed the name and now iphoto cannot find the source, how do I fix this problem?

  • Very simple java project (help please)

    Hello. For a project I have to somehow use MouseListener to make something. My idea was to have a rectangle in which a circle (hockey puck) follows the user's mouse and whenever the user places the circle into a certain area the count goes up by one

  • Step loops

    Hi Friends, I wanted to do some modification on step loops. But the option for step loop is disable mode in user dialog. Anybody will tell me how to enable the option for step loop? Plz tell me the navigation also.