[FAILED] - VGA2USB installation in ArchLinux. How do you install it?

I have VGA2USB frame grabber device. Connected to my Archlinux. I want to use it and install it but cant make it installed. Help!! I have tried with latest the greatest kernel and then i switched to kernel26-lts both same, so please see as below my steps:
Part 1) How do i install kernel26-lts?
1. pacman -Syu kernel26-lts kernel26-lts-headers
2. vim /boot/grub/menu.lst
# (0) Arch Linux
title Arch Linux
root (hd0,0)
#kernel /vmlinuz-linux root=/dev/disk/by-uuid/15bd099c-22aa-4fa9-998e-964f5e3fedd8 ro vga=773 quiet splash
#initrd /initramfs-linux.img
kernel /vmlinuz26-lts root=/dev/disk/by-uuid/15bd099c-22aa-4fa9-998e-964f5e3fedd8 ro vga=773 quiet
initrd /kernel26-lts.img
3. mkinitcpio -p kernel26-lts
OK
Part 2) How do i now install VGA2USB?
1. Downloaded driver from: http://www.epiphan.com/downloads/linux/
name: vga2usb-3.26.0.27-ubuntu-3.0.0-12-server_X86_64.tbz
2. Tried with kernel26-lts with no luck + same issue with latest kernel too
$ uname -a
Linux myhost 2.6.32-lts #1 SMP Tue Aug 30 08:59:44 CEST 2011 x86_64 Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz GenuineIntel GNU/Linux
$ lsusb | grep Epiphan
Bus 002 Device 004: ID 5555:1110 Epiphan Systems Inc. VGA2USB
$ cd /var/tmp/vga
$ ls
Config.mak drvwrapper.o vga2usb-3.26.0.27-ubuntu-3.0.0-12-server_X86_64.tbz
drvwrapper.c Makefile vga2usb_bins.o
drvwrapper.h modules.order vga2usb.ko
drvwrapper_lib.c Module.symvers vga2usb.mod.c
drvwrapper_lib.h README vga2usb.mod.o
drvwrapper_lib.o v2u_id.h vga2usb.o
$ make clean; make; make install
rm -f vga2usb.o vga2usb.ko drvwrapper.o drvwrapper_lib.o
ERROR: modinfo: could not open vga2usb.ko: No such file or directory
make -C /lib/modules/2.6.32-lts/build SUBDIRS=/var/tmp/vga modules
make[1]: Entering directory `/usr/src/linux-2.6.32-lts'
CC [M] /var/tmp/vga/drvwrapper.o
In file included from include/linux/irq.h:29:0,
from /usr/src/linux-2.6.32-lts/arch/x86/include/asm/hardirq.h:5,
from include/linux/hardirq.h:10,
from include/linux/interrupt.h:12,
from include/linux/usb.h:15,
from /var/tmp/vga/drvwrapper.c:21:
/usr/src/linux-2.6.32-lts/arch/x86/include/asm/irq_regs.h: In function ‘set_irq_regs’:
/usr/src/linux-2.6.32-lts/arch/x86/include/asm/irq_regs.h:26:2: warning: variable ‘tmp__’ set but not used [-Wunused-but-set-variable]
In file included from /usr/src/linux-2.6.32-lts/arch/x86/include/asm/hardirq.h:5:0,
from include/linux/hardirq.h:10,
from include/linux/interrupt.h:12,
from include/linux/usb.h:15,
from /var/tmp/vga/drvwrapper.c:21:
include/linux/irq.h: In function ‘alloc_desc_masks’:
include/linux/irq.h:441:8: warning: variable ‘gfp’ set but not used [-Wunused-but-set-variable]
CC [M] /var/tmp/vga/drvwrapper_lib.o
In file included from include/linux/irq.h:29:0,
from /usr/src/linux-2.6.32-lts/arch/x86/include/asm/hardirq.h:5,
from include/linux/hardirq.h:10,
from include/linux/interrupt.h:12,
from include/linux/usb.h:15,
from /var/tmp/vga/drvwrapper_lib.c:21:
/usr/src/linux-2.6.32-lts/arch/x86/include/asm/irq_regs.h: In function ‘set_irq_regs’:
/usr/src/linux-2.6.32-lts/arch/x86/include/asm/irq_regs.h:26:2: warning: variable ‘tmp__’ set but not used [-Wunused-but-set-variable]
In file included from /usr/src/linux-2.6.32-lts/arch/x86/include/asm/hardirq.h:5:0,
from include/linux/hardirq.h:10,
from include/linux/interrupt.h:12,
from include/linux/usb.h:15,
from /var/tmp/vga/drvwrapper_lib.c:21:
include/linux/irq.h: In function ‘alloc_desc_masks’:
include/linux/irq.h:441:8: warning: variable ‘gfp’ set but not used [-Wunused-but-set-variable]
LD [M] /var/tmp/vga/vga2usb.o
Building modules, stage 2.
MODPOST 1 modules
WARNING: "kernel_stack" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "pv_lock_ops" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "param_ops_int" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "__video_register_device" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "kthread_create_on_node" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "_raw_spin_unlock_irqrestore" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "current_task" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "_raw_spin_lock_irq" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "_raw_spin_lock" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "_raw_spin_lock_irqsave" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "param_ops_uint" [/var/tmp/vga/vga2usb.ko] undefined!
LD [M] /var/tmp/vga/vga2usb.ko
make[1]: Leaving directory `/usr/src/linux-2.6.32-lts'
make -C /lib/modules/2.6.32-lts/build SUBDIRS=/var/tmp/vga modules
make[1]: Entering directory `/usr/src/linux-2.6.32-lts'
Building modules, stage 2.
MODPOST 1 modules
WARNING: "kernel_stack" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "pv_lock_ops" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "param_ops_int" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "__video_register_device" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "kthread_create_on_node" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "_raw_spin_unlock_irqrestore" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "current_task" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "_raw_spin_lock_irq" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "_raw_spin_lock" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "_raw_spin_lock_irqsave" [/var/tmp/vga/vga2usb.ko] undefined!
WARNING: "param_ops_uint" [/var/tmp/vga/vga2usb.ko] undefined!
make[1]: Leaving directory `/usr/src/linux-2.6.32-lts'
make -C /lib/modules/2.6.32-lts/build SUBDIRS=/var/tmp/vga modules_install
make[1]: Entering directory `/usr/src/linux-2.6.32-lts'
INSTALL /var/tmp/vga/vga2usb.ko
DEPMOD 2.6.32-lts
make[1]: Leaving directory `/usr/src/linux-2.6.32-lts'
depmod -a
3. cp -R vga2usb.ko /lib/modules/2.6.32-lts/
4. modprobe vga2usb
FATAL: Error inserting vga2usb (/lib/modules/2.6.32-lts/vga2usb.ko): Unknown symbol in module, or unknown parameter (see dmesg)
5. dmesg
[ 539.531837] Linux video capture interface: v2.00
[ 539.550998] vga2usb: Unknown symbol param_ops_uint
[ 539.551222] vga2usb: Unknown symbol _raw_spin_lock_irqsave
[ 539.551257] vga2usb: Unknown symbol _raw_spin_lock
[ 539.551377] vga2usb: Unknown symbol _raw_spin_lock_irq
[ 539.551875] vga2usb: Unknown symbol current_task
[ 539.551911] vga2usb: Unknown symbol _raw_spin_unlock_irqrestore
[ 539.551992] vga2usb: Unknown symbol kthread_create_on_node
[ 539.552090] vga2usb: Unknown symbol __video_register_device
[ 539.552249] vga2usb: Unknown symbol param_ops_int
[ 539.552286] vga2usb: Unknown symbol pv_lock_ops
[ 539.552323] vga2usb: Unknown symbol kernel_stack
[ 559.145304] vga2usb: Unknown symbol param_ops_uint
[ 559.145530] vga2usb: Unknown symbol _raw_spin_lock_irqsave
[ 559.145565] vga2usb: Unknown symbol _raw_spin_lock
[ 559.145686] vga2usb: Unknown symbol _raw_spin_lock_irq
[ 559.146183] vga2usb: Unknown symbol current_task
[ 559.146219] vga2usb: Unknown symbol _raw_spin_unlock_irqrestore
[ 559.146300] vga2usb: Unknown symbol kthread_create_on_node
[ 559.146399] vga2usb: Unknown symbol __video_register_device
[ 559.146557] vga2usb: Unknown symbol param_ops_int
[ 559.146594] vga2usb: Unknown symbol pv_lock_ops
[ 559.146631] vga2usb: Unknown symbol kernel_stack
[ 585.067274] xdotool[4437]: segfault at 44 ip 0000000000403177 sp 00007fffe40ce2b0 error 6 in xdotool[400000+f000]
[ 594.228463] vga2usb: Unknown symbol param_ops_uint
[ 594.228688] vga2usb: Unknown symbol _raw_spin_lock_irqsave
[ 594.228724] vga2usb: Unknown symbol _raw_spin_lock
[ 594.228845] vga2usb: Unknown symbol _raw_spin_lock_irq
[ 594.229345] vga2usb: Unknown symbol current_task
[ 594.229381] vga2usb: Unknown symbol _raw_spin_unlock_irqrestore
[ 594.229462] vga2usb: Unknown symbol kthread_create_on_node
[ 594.229561] vga2usb: Unknown symbol __video_register_device
[ 594.229719] vga2usb: Unknown symbol param_ops_int
[ 594.229756] vga2usb: Unknown symbol pv_lock_ops
[ 594.229793] vga2usb: Unknown symbol kernel_stack
[ 644.902176] xdotool[4453]: segfault at 44 ip 0000000000403177 sp 00007fff45cb8f10 error 6 in xdotool[400000+f000]
[ 704.737153] xdotool[4466]: segfault at 44 ip 0000000000403177 sp 00007fff43b9f5c0 error 6 in xdotool[400000+f000]
[ 764.572142] xdotool[4478]: segfault at 44 ip 0000000000403177 sp 00007fffe4399830 error 6 in xdotool[400000+f000]
[ 824.407277] xdotool[4487]: segfault at 44 ip 0000000000403177 sp 00007fffff991f50 error 6 in xdotool[400000+f000]
[ 884.242253] xdotool[4497]: segfault at 44 ip 0000000000403177 sp 00007fffbcea9110 error 6 in xdotool[400000+f000]
[ 944.077293] xdotool[4776]: segfault at 44 ip 0000000000403177 sp 00007fff4cfae1b0 error 6 in xdotool[400000+f000]
[ 995.783886] vga2usb: Unknown symbol param_ops_uint
[ 995.784110] vga2usb: Unknown symbol _raw_spin_lock_irqsave
[ 995.784146] vga2usb: Unknown symbol _raw_spin_lock
[ 995.784267] vga2usb: Unknown symbol _raw_spin_lock_irq
[ 995.784771] vga2usb: Unknown symbol current_task
[ 995.784807] vga2usb: Unknown symbol _raw_spin_unlock_irqrestore
[ 995.784888] vga2usb: Unknown symbol kthread_create_on_node
[ 995.784986] vga2usb: Unknown symbol __video_register_device
[ 995.785147] vga2usb: Unknown symbol param_ops_int
[ 995.785185] vga2usb: Unknown symbol pv_lock_ops
[ 995.785222] vga2usb: Unknown symbol kernel_stack
[ 1003.912353] xdotool[4785]: segfault at 44 ip 0000000000403177 sp 00007fffb5d8d370 error 6 in xdotool[400000+f000]
[ 1063.747218] xdotool[4794]: segfault at 44 ip 0000000000403177 sp 00007fff80af4400 error 6 in xdotool[400000+f000]
[ 1123.582226] xdotool[4802]: segfault at 44 ip 0000000000403177 sp 00007ffff5cd64a0 error 6 in xdotool[400000+f000]
[ 1183.417152] xdotool[4810]: segfault at 44 ip 0000000000403177 sp 00007fff9506ca40 error 6 in xdotool[400000+f000]
[ 1243.252171] xdotool[4818]: segfault at 44 ip 0000000000403177 sp 00007fffedd0db00 error 6 in xdotool[400000+f000]
[ 1303.087203] xdotool[4826]: segfault at 44 ip 0000000000403177 sp 00007fffb3573b30 error 6 in xdotool[400000+f000]
[ 1362.922212] xdotool[4834]: segfault at 44 ip 0000000000403177 sp 00007fffd5b34790 error 6 in xdotool[400000+f000]
[ 1422.757176] xdotool[4842]: segfault at 44 ip 0000000000403177 sp 00007fff1c936e40 error 6 in xdotool[400000+f000]
[ 1482.592118] xdotool[4850]: segfault at 44 ip 0000000000403177 sp 00007fffc2dad4d0 error 6 in xdotool[400000+f000]
[ 1542.427201] xdotool[4858]: segfault at 44 ip 0000000000403177 sp 00007fffb6fb85a0 error 6 in xdotool[400000+f000]
[ 1602.262153] xdotool[4866]: segfault at 44 ip 0000000000403177 sp 00007fff25223470 error 6 in xdotool[400000+f000]
[ 1662.097132] xdotool[4874]: segfault at 44 ip 0000000000403177 sp 00007fffc06ae8d0 error 6 in xdotool[400000+f000]
[ 1721.932100] xdotool[4882]: segfault at 44 ip 0000000000403177 sp 00007fffbe0d6be0 error 6 in xdotool[400000+f000]
[ 1781.767083] xdotool[4890]: segfault at 44 ip 0000000000403177 sp 00007fffe49a21d0 error 6 in xdotool[400000+f000]
[ 1841.602127] xdotool[5352]: segfault at 44 ip 0000000000403177 sp 00007fffd66862d0 error 6 in xdotool[400000+f000]
[ 1887.974458] vga2usb: Unknown symbol param_ops_uint
[ 1887.974683] vga2usb: Unknown symbol _raw_spin_lock_irqsave
[ 1887.974718] vga2usb: Unknown symbol _raw_spin_lock
[ 1887.974839] vga2usb: Unknown symbol _raw_spin_lock_irq
[ 1887.975343] vga2usb: Unknown symbol current_task
[ 1887.975379] vga2usb: Unknown symbol _raw_spin_unlock_irqrestore
[ 1887.975460] vga2usb: Unknown symbol kthread_create_on_node
[ 1887.975559] vga2usb: Unknown symbol __video_register_device
[ 1887.975718] vga2usb: Unknown symbol param_ops_int
[ 1887.975755] vga2usb: Unknown symbol pv_lock_ops
[ 1887.975793] vga2usb: Unknown symbol kernel_stack
[ 1901.437299] xdotool[5363]: segfault at 44 ip 0000000000403177 sp 00007fffba3bf0b0 error 6 in xdotool[400000+f000]
Mod edit: Enclosed those long listings in [ code ] tags. They were barely readable.
Last edited by bernarcher (2011-10-28 06:51:00)

g'day!
Upfront: Neither have i tried using the lts-kernel nor do I own such a gadget so can't fully reproduce your case.
I used this generic driver package with the stock linux-3.0-ARCH-kernel (3.0.7-1 as of writing).
Untaring (and spraying the files all over the place 'cause there was no subdirectory), 'cd'ing into it and running 'make' yields:
[alex@opteron]$ make
make -C /lib/modules/3.0-ARCH/build SUBDIRS=/home/alex/build/vga2usb modules
make[1]: Entering directory `/usr/src/linux-3.0-ARCH'
CC [M] /home/alex/build/vga2usb/drvwrapper.o
CC [M] /home/alex/build/vga2usb/drvwrapper_lib.o
LD [M] /home/alex/build/vga2usb/vga2usb.o
Building modules, stage 2.
MODPOST 1 modules
WARNING: "pv_lock_ops" [/home/alex/build/vga2usb/vga2usb.ko] undefined!
CC /home/alex/build/vga2usb/vga2usb.mod.o
LD [M] /home/alex/build/vga2usb/vga2usb.ko
The module compiles but...
[alex@opteron]$ sudo modprobe vga2usb
FATAL: Error inserting vga2usb (/lib/modules/3.0-ARCH/kernel/drivers/usb/image/vga2usb.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
[alex@opteron vga2usb]$ dmesg | tail
[ 9.241555] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 10.301585] r8169 0000:02:00.0: eth0: link up
[ 26.947179] EXT4-fs (sdb6): re-mounted. Opts: commit=0
[ 4840.530247] Linux media interface: v0.10
[ 4840.536464] Linux video capture interface: v2.00
[15741.401436] vga2usb: Unknown symbol pv_lock_ops (err 0)
... it doesn't load.
A quick glance at google and...
[alex@opteron] $ zcat /proc/config.gz | grep PARAVIRT_SPINLOCK
# CONFIG_PARAVIRT_SPINLOCKS is not set
... reveals that the stock arch kernel comes without pv-spinlocks compiled in, surprise!
Recompiling the kernel with CONFIG_PARAVIRT_SPINLOCKS=y let's the module compile cleanly and modprobeing works without flaw, too.
This is no proof that the device will work but if you can reproduce it you're halfway there.
Make sure to look at 'modinfo vga2usb' because you might have to adjust the parameters for your specific model.
No bloody idea why the driver needs this at all and I don't know if this option has any side effects setting your cat on fire, so you're on your own.
Of course your're free to file a bug-report/feature-request on the bugtracker if you feel the need for it but next time before buying new bling you should take a look at what the linux support of the respective manufacturer looks like for your favourite distro.
regards

Similar Messages

  • How do you install the JDBC-OCI patch for a Windows NT4 IFS Installation?

    I am about to install IFS on a Windows NT4 Server. I dont understand the instructions for installing the JDBC-OCI patch.
    How do you install the JDBC-OCI drivers?
    Do I install them after installing Oracle 8.1.6? and before installing IFS?
    Is it necessary to install them?
    I would be grateful for as much help as possible, I have never done anything like this before.
    [email protected]

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jaikishan Tada, Oracle Support:
    Before installing iFS, you need to install
    Oracle8i Client (with Administrator option).
    This installs JDBC-OCI driver and other
    common Oracle components such as Net8,
    OEM ....
    The JDBC-OCI driver patch is available from
    technet to download. Go to the url - http://technet.oracle.com/software/tech/java/sqlj_jdbc/software_index.htm
    and download Oracle8i 8.1.6.0.1 JDBC Drivers for use with JDK 1.1.x.
    Apply the patch and carry out iFS installation/configuration.
    Go through the iFS installation guide.
    Good Luck,<HR></BLOCKQUOTE>
    null

  • HT1338 With original installation cd missing, how do you reset OSX 10.6.8 (originally OSX 10.5) to factory settings??

    With the original installation cd missing, how do you reset a computer (with OSX 10.5 upgraded to OSX 10.6.8) to its default settings?

    benfromnv wrote:
    With the original installation cd missing, how do you reset a computer (with OSX 10.5 upgraded to OSX 10.6.8) to its default settings?
    The machine came with 10.5, those disks are not available anymore from Apple.
    You use the $29 10.6.3 white retail disks you get from Apple store online or already have in your possession.
    Yes you upgraded OS X 10.5 to 10.6.3 with them, it also contains the entire 10.6.3.
    When you "upgraded" your Applications and User accounts folders remained while only OS X 10.5 folders was replaced with 10.6.3 folders.
    So if you hold the c or option key down while booting from the 10.6.3 disks, you can use Disk Utility to erase the entire drive and reinstall 10.6.3 only, like a brand new machine.
    How to erase and install Snow Leopard 10.6

  • HT1338 how do you install adobe flash player?

    How do you install, not just download, adobe flash player?

    Download the installer, double click on the .dmg file, then double click on "Install Adobe Flash Player."

  • How do you install mountain lion on all your macs in the household using one 20 dollar license?

    how do you install mountain lion on all your macs in the houshold with the same license (you only pay 20 bucks for all your macs) is that right?

    As long as they're all logged into the Mac App store with the same Apple ID, you can re-download the installer to all the Macs.
    Or you can save a copy of the installer file before you run it and use that to update the other Macs. The ML installer file will appear in your Applications folder when it's done downloading. Copy it to another location (don't move it).
    If you don't copy it before you upgrade, it will disappear when ML is finished installing.

  • How do you install 3rd party plug-in in Photoshop CC

    Our fine customer service/tech support wouldn't help me with my question/problem because 3rd party plug-ins are not an Adobe product.... Silly, isn't it since all I want to know is how do you install "any" plug-ins into Adobe Photoshop CC. Can anyone with any sanity here offer a solution?
    Thanks.

    It could be complex depending on your OS and user ID permissions.    Adobe Photoshop CC Mac version only supports new Mac with Intel 64bit processors, Photoshop CC windows supports  both 64 bit systems and 32 bit systems.  If you have a 64 bit system both the 32 bit and 64 bit version of Photoshop are installed so windows has both a 32 bit Plug-in Folder and a 64 Bit Plug-in Folder.  Prior to CC Photoshop Preference let you add you own Plug-in folder tree to Photoshop Plug-in folder tree.   I still install Plug-in that way however I have to add the link manually for adobe removed that option from its Preferences UI in Photoshop CC.  I always have more the one versions of Photoshop and all installed versions use the same Plug-in, Actions and Scripts that I add to Photoshop.   There is One exception.  The Way the Image Processor Pro plug-in script is coded expects it and it default XML file to be installed into Adobe's folder so I made and exception for it.   You user ID need to have permission to modify and add files to system folders if you want to install plug-ins into the folders that Adobe created for third party plug-ins to be installed into.
    Adobe Photoshop CC installer creates a folder in  Photoshop version   ...\Plug-ins\... so on my Window 7 64 bit system there are two folders
    "C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Plug-ins\" and
    "C:\Program Files (x86)\Adobe\Adobe Photoshop CC\Plug-ins\"
    All I add to these are the Adobe ScriptListener.8li Plug-in and a link to my  Plug-ins folder.

  • Lost-how do you install x-fi driver for arch 32bit

    k,  i have tried installing the linux x-fi driver for my sound card... but im sorta having trouble installing the driver.
    i sorta find the instructions arch wiki to install the driver confusing... how do you install it? im really lost, and im very new to linux.... but i do got computer smarts...

    The wiki page (http://wiki.archlinux.org/index.php/HCL/Sound_Cards) doesn't cover installing drivers for creative soundcards as such. They should be installed automatically. However it doesn't mention the x-fi at all. I am not sure what the procedure is for your card. Are you sure it hasn't been autodetected? Also you should read this article if you haven't already. (http://wiki.archlinux.org/index.php/ALSA)

  • How do you install a driver onto a current system from a live cd?

    I just installed Arch on my laptop, but it seems that it doesn't install the Ethernet drivers and they don't appear to be on the live CD.  How might I install the drivers?
    Thanks!

    Yes wrote:How do you install a driver onto a current system from a live cd?
    Yes wrote:
    I just installed Arch on my laptop, but it seems that it doesn't install the Ethernet drivers and they don't appear to be on the live CD.  How might I install the drivers?
    Thanks!
    your post title and the message within seem to contradict themselves.
    More information from you might be helpful as in  what packages did you install during the installation process? Did you have network connection during the install? Are there any errors that you get when booting.
    Last edited by Inxsible (2010-06-16 23:50:34)

  • How do you install Lightroom 4 to a PC with 3 installed

    How do you install Lightroom 4 from the cloud, to a computer with 3 installed, and currently being used with projects in process. I do not wnat to lose the setting or the files.

    The LR4 installer doesn't care for your LR3. It will leave everything in place. You will only be asked whether you want to import the catalogs at some point.
    Mylenium

  • How do you install an iOS update on iPhone via iTunes after previously downloading it

    How do you install an iOS update on iPhone 5 via iTunes after previously just downloading it

    Hello Myyster,
    Thank you for using Apple Support Communities.
    You can use the following article to install the iOS update on your iPhone:
    Update your iPhone, iPad, or iPod touch iOS software
    Regards, 
    Jeff D. 

  • How do you install logic on the new imac if there is no disk drive?

    How do you install logic on the new imac if there is no disk drive?

    Dj Generator wrote:
    [There] must be other options, i would rather not spend £70 on a disk drive or £140 on the software again??
    Hmmm? A quick google search for external optical readers turns up many in the $20-$40 (USD) range. Didn't convert to £ or include any VAT charges, but you should be able to get something significantly cheaper than £70. That's your simplest solution.
    iMac refurb (27-inch Mid 2011), OS X Mavericks (10.9.4), SL & ML, G4 450 MP w/Leopard, 9.2.2

  • How do you install HP Photosmart Apple software with just an iPad?

    I have an iPad 2 with iOS 7 and a new HP Photosmart 7520 all in one printer. How do you install the Apple software on the CD if you don't have a computer to do so?
    Is there some kind of wifi internet install of the CD's software or do I have to go find a computer to do this?
    This is frustrating and I can't find info that says what to do.
    Thanks in advance for any help with this.

    You should not need to install the CD software.
    Your Printer Model Appears to be AirPrint Compatible as found in the list of printers here.
    AirPrint Basics
    http://support.apple.com/kb/ht4356
    Basically all you would need to do is connect the Printer to the Same Wifi network your iPad is connected to and off you go.
    Photosmart 7520 Manual
    http://h10032.www1.hp.com/ctg/Manual/c03456524.pdf
    Page 47 details the process. You'll probably want to foillow the section titled:  To connect the product with the Wireless Setup Wizard

  • How do you install windows XP on macbook and use microsoft access

    how do you install windows XP on macbook and use microsoft access?

    there are two methods to intall windows on your macbook
    1st is through Parellel software
    2nd is through Boot camp.

  • How do you install programs from a disc onto the new Mac Book Pro?

    Can anyone say how do you install software from a disc/dvd onto the new Retina display Mac Book Pro?

    Maybe also this:
    DVD or CD sharing: Using Remote Disc

  • How do you install mountain lion on additional macs?

    How do you install Mountain Lion on additional Macs?

    Log in to App store on other computer with the apple ID that Mountain Lion was purchased with.
    Click on Purchases icon at top of page.
    Download and install.
    R

Maybe you are looking for

  • Balance sheet for tax purposes in Chile

    We don't see the above report in SAP standard menu. Can anyone please let me know the program or transaction name? Many thanks Jorge

  • Having trouble moving/scaling pic 4 home/lock screen...

    I just updated to iOS7 on my mini-iPad, when I try to use a picture for either home/lock screen I try to scale n move the picture(landscape mode) like before the iOS7 update n it snaps back to a very zoomed in view of my picture n won't save or hold

  • Icons get all jumbled up on desktop when...

    What's with Mountain Lion?  Never was an issue in Snow Leopard. My icons get all jumbled up into one little corner, piled on top of eachother when I am in sleep mode.  This happens when I decide to plug in my external monitor (DELL ST241) while it is

  • Urgent!!!!!!!Hide Administration Tab in Telesales Mgr Resp

    Hi All, In Telesales Mangr I need to hide or disable Administration tab. HOw can I do it ? Please help me in this regard... thanks Edited by: user633508 on Mar 13, 2009 8:50 PM

  • NOKIA N95 8GB MEMORY ERROR

    Hey guyz I keep getting an error message on my phone "not enough memory to receive messages. delete some data first"  how ever I still do receive messages but can't get rid of this messages appearing every now & again.  I've reflashed it, done a fact