Trying to install Arch with Ubuntu hardy already installed

I have Ubuntu already installed on my system and I want to install Arch on a separate 10gig partition ( which is already made) but when I boot from the Arch cd and go to install Arch only sees the main drive it doesn't see anything else what am I doing wrong. I only want to install arch on the 10 gig partition for now until I am more familiar with Linux
Last edited by Shadowmeph (2008-05-20 17:35:28)

I have just read that  it is informative but I am not sure of what that will do inorder for me to be able to install Arch on My tem gig partition, when I am in ubuntu I stat gparted to see what the names of my partitions are and this is what it shows /dev/sda3 swap     1gig /dev/ sda2 reiserfs 10 gigs ( where I want to install Arch)  sda1 / Ubuntu how do I install arch onto dev/sda 2 ) the ten gig partition) if arch doesn't see it? do I have to delete the partition or formaste the 10 gig partition differently? I am pretty new to Linux so I am not sure of how to do this.
this is what my grub looks like
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
# examples
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=18573b0e-4906-4c7f-8e32-b544fd854ab5 ro
## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 8.04, kernel 2.6.24-16-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=18573b0e-4906-4c7f-8e32-b544fd854ab5 ro quiet splash
initrd /boot/initrd.img-2.6.24-16-generic
quiet
title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=18573b0e-4906-4c7f-8e32-b544fd854ab5 ro single
initrd /boot/initrd.img-2.6.24-16-generic
title Ubuntu 8.04, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
ok edit two I think that I have Arch install but I am not sure of which way to use
Dual booting with other linux distros
This is done exactly the same way that Arch linux is loaded. Here we assume that the other distro is on partition [s/h]da3.
title Other Linux
root (hd0,2)
kernel /boot/vmlinuz (add other options here as required)
initrd /boot/initrd.img (if the other kernel uses/needs one)
[edit] Dual booting with other linux distro (Chainloading)
To avoid maintenance nightmare, you might want to chainload the GRUB in the MBR to another bootloader you might have installed in the bootrecord of a partition [(hd0,2) in our example] instead of the MBR. This way the auto-magic stuff of some distro will manage the menu.lst on (hd0,2) (if it is grub) for its own distro and you will boot with all the option needed (like the correct last kernel) without the need to copy/paste some part of that menu.lst into yours.
In our example [1], GRUB is in the MBR and some other bootloader (BL) (be it grub or lilo) is in the Boot Record of (hd0,2).
|   |           |           |    %   (hd0,2)     |
| M |           |           | B  %               |
| B |  (hd0,0)  |  (hd0,1)  | L  %  Other        |
| R |           |           |    %  Distro       |
|   |           |           |    %               |
  |                            ^
  |     chainloading           |
Then, you simply use in your menu.lst:
title Other Linux distro
root (hd0,2)
chainloader +1
Last edited by Shadowmeph (2008-05-20 17:56:20)

Similar Messages

  • Installing Arch on Asus Eee, Already Read the Wiki [Solved]

    I'm attempting to install Arch on my Asus Eee 701 (4GB SSD model) and I made a mistake that I'm having trouble correcting.  First, I accidentally wrote the image to my Eee's SSD, instead of my USB drive.  I tried to install Arch with the installer on my SSD, set up the partitions (one for /, one for /boot, and one for /home), but when I issued the command, it told me that the disk was in use.  It was then that I realized what I did.  I used an Ubuntu LiveCD on another computer to burn the image file again, this time to my USB drive.  I booted my Eee from the USB drive and tried to partition my SSD again, but this time, it tells me:
    Device or resource busy
    This disk is currently in use - repartitioning is probably a bad idea.
    Unmount all file systems, and swapoff all swap partitions on this disk.
    Use the --no-reread flag to suppress this check.
    Use the --force flag to overrule all checks.
    When I boot from my SSD, I get the same message, so I'm not even 100% certain that I booted from my USB drive before.  My USB drive's activity light was on though.
    Is there any way to fix this?  Also, given that I have an SSD, what partitions should I set up and how big should they be?  I can't find any concrete numbers in the wiki.
    Thanks in advance for the help.
    Last edited by Tyrian (2008-11-17 04:14:23)

    I'll try that, thanks.  What would happen if I dismounted the SSD with -f if it was in use?
    EDIT:  I just realized that when I go into the installer, it lets me set up partitions manually (I run the installer, pick "Prepare Hard Drive", "Partition Hard Drives", "/dev/sda").  But how should I set them up?  When I test it by just making one 4GB partition, it tells me, "Wrote partition table, but re-read table failed.  Reboot to update table."  So I rebooted, and it appears to work.  So I deleted that partition, made a 512MB one, rebooted, and repeated until I had 3 partitions in ext2, a 512MB (sda1, bootable), 512MB (sda2), and one roughly 2.5GB (sda3).  I then went to "Set Filesystem Mountpoints", said "NONE" for the swap (due to the avoiding pitfalls section of the wiki), picked "/dev/sda1" as "/" in ext2, made "/dev/sda2" as ext2 called "/var", and made "/dev/sda3" in ext2 called "/home", then said "DONE".  When I say "Yes" as the confirmation prompt, I get this message:
    Error creating filesystem: mke2fs /dev/sda1
    I hit enter and get dropped back to the "Prepare Hard Drive" menu.  I followed this section of the Beginner's Guide too.
    Is there any way to fix this?
    Last edited by Tyrian (2008-11-15 18:37:10)

  • [SOLVED] Dual boot with ubuntu w/o installing GRUB? (YES)

    Hi all -
    This is my first shot at arch, tho I've installed a few other linux distros.
    So far I really appreciate the excellent documentation, especially compared to other linuxes!
    But I can't find a good answer to this question:
    I already have ubuntu installed and would like to dual-boot with arch.  (I also have Win7 but boot it from a separate disk selected via BIOS, and usually leave this disk disconnected anyway, so it's not an issue; grub doesn't know it exists).
    Q:  Before installing, can I make a new LOGICAL ext4 partition (say /dev/sda7),
    - then install arch on that **w/o installing grub** and **without messing with the MBR**,
    - then edit ubuntu's existing menu.lst to add arch to the boot options?
    Current $ fdisk -l
    /dev/sda1    ext4 primary/boot (/ for ubuntu)
    /dev/sda2    extended
    --/dev/sda6  linux-swap
    --/dev/sda5  NTFS (data - mp3s, etc)
    unallocated  480GB  --> Create new ext4 partition /dev/sda7,  (logical or primary? Prefer logical)
    Current menu.lst entry that I normally boot:
    title       Ubuntu 12.04 LTS, kernel 3.2.0-24-generic REGULAR
    uuid        UUIDforSDA1 (file has actual UUID number...)
    kernel      /boot/vmlinuz-3.2.0-24-generic root=UUID=UUIDforSDA1 ro
    initrd      /boot/initrd.img-3.2.0-24-generic
    and add something like this to menu.lst:
    title  Arch Linux
    uuid  UUIDforSDA7
    kernel /boot/vmlinuz-linux root=/dev/sda7/ARCH ro  (??? - from example in arch docs)
    initrd /boot/initramfs-linux.img
    or
    kernel /boot/vmlinuz-linux root=UUID=UUIDforSDA7 ro  (??? - like the ubuntu entry)
    I'd really like to NOT mess up booting ubuntu!  (Another option might be install arch to a separate disk with the ubuntu disk disconnected, then copy the whole install over via a USB adapter...I've done worse!)
    TIA for any help!
    Edit: so I guess there's three questions:
    1 - Can I install arch w/o installing grub & MBR messing-wth?
    2 - What's the correct syntax for menu.lst to access and boot arch?
    3 - Will this work?
    Last edited by Flemur (2012-05-25 15:24:18)

    Well, it worked and booted up first time - no grub install.
    The main hassle was merely creating a new ext4 partitions because "Partition Wizard" boot CD screwed up and I kept getting "Unable to update kernel until reboot" messages until I deleted and rebuilt all the partitions in the extended partition with puppy linux & gparted instead of Partition Wizard.
    In case others stumble upon this trhread, here's some info:
    The entry in the ubuntu (original) menu.lst was this:
       title           Arch Linux
       uuid          af7...etc...9f3c
       kernel        /boot/vmlinuz-linux root=UUID=af7...etc.f3c ro
       initrd          /boot/initramfs-linux.img
    I'm even posting this from arch/fluxbox/Firefox, although getting X set up with nvidia (PITA!) apparently required using a different pacman source:
    File "mirrorlist" now points to
        Server = http://mirror.us.leaseweb.net/archlinux/$repo/os/$arch
    which wasn't in the original file.
    Then
    $ pacman -Su --> "/etc/mtab exists" --> delete it and something else broke,
    so
    $ pacman -Su --force --> worked fine (against official advice)
    Also: needed to install nvidia-utils and xorg-xinit
    Thanks again!

  • Install Arch with PXE?

    Hello,
    I'm trying to install Arch with PXE, and for this I'm using two VM in VirtualBox. I've followed all steps in the Wiki, also I tried to use a script ( https://wiki.archlinux.org/index.php/Ar … pxe_server ).
    Following the main PXE wiki article, when I mount the archlinux-boot image, I can't find isolinux subfolder in order to copy contents into /var/tftpd/ folder. Article seems to be out of date.
    ¿Any idea? I've dhcpd server running and I executed mkpxelinux -c=/etc/mkpxelinux.conf command, but I don't know what I need to do right now.
    Thanks for all.

    Hi
    nbd in 2010.05 images is old
    nbd in your system is new
    archiso-pxe-server script try to keep compatible with old (untested) and new nbd.
    Try this on ramfs prompt:
    nbd-client the-server-ip -N archiso /dev/nbd0 -presist
    mount -r -t udf /dev/nbd0 /bootmnt
    logout
    Download a recent update archiso-pxe-server-20101012 (just now)
    If does not work, try to build your archiso up-to-date using my branch that have the fix[#1].  See here how http://wiki.archlinux.org/index.php/Use … lean_build
    [#1] http://github.com/djgera/archiso/commit … 9bc219ee30
    Good Luck.
    Last edited by djgera (2010-10-12 04:50:33)

  • Install Arch with dual graphics laptop

    Hey everybody,
    So a few months ago I bought a new laptop, and ASUS X750JN. After I have my new laptop on my hands the first thing was install Arch Linux, but I came across an problem with graphics, probably a bad configuration and because I needed the computer for the university, I keep Windows for a while. Now that I have some time, I want to return to my beloved Arch but I have a serious question, the computer has 2 graphics cards, on-board Intel and an Nvidia and my question is, how can I install Arch and use Nvidia for some games like ETS, CS:GO and Guns of Icarus? When I tried installing before, the VGA was the Intel and not the Nvidia.
    I know that Hybrid Graphics aren't full supported in Linux, but is there a way to use Arch with the Nvidia, even if only uses Nvidia.
    Thanks in advance,
    Have a nice Christmas and a Happy 2015,
    Hugo Rodrigues.
    Last edited by Hugao (2014-12-24 13:47:26)

    Hey,
    Sorry for the time but I'm was busy and only today I have the change to install Arch.
    mrunion wrote:
    Have you looked in our Wiki? We have these for starters:
    https://wiki.archlinux.org/index.php/Bumblebee
    https://wiki.archlinux.org/index.php/Optimus
    When I was research I look it up on the second link but not on the first one.
    So, like I said above, today I have installed Arch with Bumblebee and so far so good, but I just have a question, how I run games using optirun throw Steam?
    Issa wrote:
    Hey Huago, I'm not sure if will help you as I don't know too much about your configuration, but I'm also experiencing some issues while configuring arch on my lenovo T420s. I have so far succeeded in starting a simple x session after installing the drivers for intel and nvidia (xf86-video-intel xf86-video-nouveau) (see my thread here but my current problem is, that I can't start gdm
    I'll work on this and opened a new thread here - maybe we can assist each other until everything is up and running.
    update: I got it - maybe it works for you too? (very short description of what i did):
    install drivers for integrated and discrete graphics card
    launch gdm as root
    I have an Asus X750JN and I just install the integrated and discrete graphics and enabled gdm service.

  • Installing Arch with intel wireless (iwlwifi-3945)

    i have tried various times in the past few weeks to install arch with minimal success.  The only time i was able to actually set up a system that would allow me to get to a gui and use the internet was when i had an install of Archie Linux (Live CD)  that i had to chroot with kubuntu to add wireless support.  Needless to say i preferred a cleaner install (especially after having to manually rename the folders, etc. for the repository changes).
    Anyways when arch is loading it makes mention of needing to append the boot image to include intel-wireless.  i was wondering what exactly was involved in doing that.  Because after trying to just install the package ifconfig does not show my wlan device.  Any help is appreciated.  let me know if more info is needed.

    pl2lnce wrote:
    i have tried various times in the past few weeks to install arch with minimal success.  The only time i was able to actually set up a system that would allow me to get to a gui and use the internet was when i had an install of Archie Linux (Live CD)  that i had to chroot with kubuntu to add wireless support.  Needless to say i preferred a cleaner install (especially after having to manually rename the folders, etc. for the repository changes).
    Anyways when arch is loading it makes mention of needing to append the boot image to include intel-wireless.  i was wondering what exactly was involved in doing that.  Because after trying to just install the package ifconfig does not show my wlan device.  Any help is appreciated.  let me know if more info is needed.
    I have Arch with iwl3945 drivers running here just fine. No tweaks to the cpio image needed.
    I have never heard of this either... You need both the drivers and the firmware. Check dmesg if everything is okay. Ifconfig -a should show a wlan0 device, if not, something went wrong.
    broch wrote:I have HP dv5000t (dualcore) with the same card. Never had any problems with intel 3945. However I am using ipw3945 instead of iwl3945 as the later is still early beta and far from stability, performance of ipw.
    Since 1.1.0 stability is just fine. Throughput is still a problem though. I get like 2.8 MBps with earlier versions, and the 1.1.21 one can hit it too, but mostly it's around 1 MBps . I prefer that to yet another proprietary package though. It's not every day I transfer a few GB to my wired server .
    Last edited by B (2007-11-15 18:12:18)

  • How do I add another programme to a mac with MS office already installed?

    How do I add another programme to a mac with MS office already installed?

    Just run the DMG file and it will give you the option to install it.

  • Trying to install Abode CS4 design standard Upgrade version. How can I install this with out having to install all my previous versions?  Thanks Mario

    Trying to install Abode CS4 design standard Upgrade version.
    How can I install this with out having to install all my previous versions?
    Thanks
    Mario

    You simply install it and input the required serials, including one of a previous product when asked for it.
    Download CS4 products
    Mylenium

  • Are there any known issues upgrading to 10.8.3 from 10.7.5 with Parallels Desktop already installed in 10.7.5?

    Are there any known issues upgrading to 10.8.3 from 10.7.5 with Parallels Desktop already installed in 10.7.5?

    Welcome to Apple Support Communities
    Most of the applications compatible with Lion are also compatible with Mountain Lion, so you shouldn't have any problem. Mountain Lion supports the latest update for Parallels 7 and 8, so if you haven't got one of these versions, you should upgrade it before upgrading Mac OS X. That application uses extensions, so it may cause kernel panics

  • Does it make sense to buy an iPod touch 5th gen. 64 gb with iOS 7 and upgrade it to iOS 8, or spend a few bucks more and buy one with iOS 8 already installed?

    Does it make sense to buy an iPod touch 5th gen. 64 gb with iOS 7 and upgrade it to iOS 8, or spend a few bucks more and buy one with iOS 8 already installed?

    The iOS update us free so I would get the less expensive one.
    If you are getting a used one make sure this is done before you purchase it. Otherwise it may still have the Activatin Lock on
    Find My iPhone Activation Lock
    Apple's new iCloud tool can show if a used iPhone is stolen

  • I want new computer with mountain lion already installed.

    I want to buy new MacBook air with Mountain Lion already installed.  Currently not available at store and can't be guaranteed on line.  How long should I wait?

    Welcome to the Support Communities. It's unlikely that anyone here knows how long it will be until Macs with Mountain Lion installed appear in the stores near you. If you prefer not to wait, consider buying a MacBook Air now and upgrade to Mountain Lion for free — see under "Qualifying purchases on or after July 26, 2012" here:
    http://www.apple.com/osx/uptodate/

  • Installing Arch with UNetbootin, error

    I'm trying to install Arch on my HP dv1040 laptop with UNetBootin and haven't been able to do much.  When I boot up and select UNetbootin, linux starts running and decompressing and stuff but then it says "Waiting 30 seconds for device /dev/archiso" and fails to find it.  I'm kinda lost for what to do.  I've tried reinstalling UNetbootin like 5 times with different options such as using my iso image, or letting UNet download it for me.  Can anyone help me?
    I have WinXP as my current OS.

    Solved for me.
    sudo dd bs=8M if=archlinux-2009.08-netinstall-i686.img of=/dev/sdc
    Works only for the netinstall images though. I'll get an error during install with core, but this might also be because my usb stick is fubar.
    @celtic426
    You should try to use the netinstall images with UNetBootin. I had no luck with the core ones and unetbootin though.
    Another solution should be to boot from an ubuntu livecd/usb-stick (works with unetbootin, I already tried it) and then dd the image on the usb stick as the wiki says: http://wiki.archlinux.org/index.php/Off … tion_Media
    Last edited by tealson (2009-08-16 23:21:41)

  • Installing Arch with USB

    My laptop currently does not have a disk drive and I want to install Arch Linux as a dual-boot with Ubuntu 12.04. Do I just copy the Arch iso to a thumbdrive and get my computer to boot from the thumbdrive? When I do this a get a "Boot error."

    Please read through the Beginner's Guide: it includes detailed instructions on how to do this: https://wiki.archlinux.org/index.php/Be … _USB_stick

  • Arch with X & DE pre-installed?

    Hey there,
    I'm new with arch but have a year and half experience with ubuntu.
    I've read the wiki & really liked The Arch Way.
    Well, I would like to know if there is a version or edition or something of arch with any X & DE pre-installed on it (like gnome etc) because We are using 128 kbps DSL linx here, in IRAN, so i can't install gnome on every workstation or installation from the repo.s .
    Any ideas?

    Zeist wrote:http://wiki.archlinux.org/index.php/Loc … ory_HOW-TO should be pretty interesting to you.
    It is, But it doesn't fit my needs. thank you anyway
    SoleSoul wrote:You can always simply download the packages once, burn them on a cd, then copy them to whatever station you have and install with pacman -U.
    Anyway, if the Chakra project fits your needs go for it.
    I prefer to wait for it to get Final Release, I just don't have good expriences with Alpha releases.
    sHyLoCk wrote:Yeah but how is he going to keep his system updated? He needs to repeat this entire process of downloading packages and pushing them to local repo and then upgrading. Don't get me wrong here, but I think what he needs is something like Slackware which will give a stable release now and then and also he can make it as minimal and tweak as much as he wants. But if he uses Arch which has a rolling release cycle then he has to often update his system. So tuxrux, if you're ok with that, then go for it. Arch rox! You'll have a lot of fun. ;-)
    I'm ok with that but not my clients they are non-geex. Just tell them to right click on the desktop & they panic!
    So i think i should keep the pleasure of using Arch for myself & let them use what they're using until we have good infrastructure in IRAN for Real High Speed Linx (But i don't think it happens as long as we have IT minister that says: I'm sure 64 kbps is more than enough for every one!!!!!!!!!)
    Thanks everyone for your replies,
    Honestly, There are almost no communities that Reply kindly to Iranians .

  • Libre office can not start in arch with lxde (clucene was installed)

    installed Arch on Asus Eee Pc 900 (very old, cpu - 900 MHz, ram 1 G)
    then installed lxde and libre office.
    the problem is that Libre Office can not start and show the message with
    a language I don't understand. It say that:
    LibreOffice 4.0-Fatal Error
    Die toepassing kan nie laat loop word nie.
    'n interne fout het voorgekom.
    so I google and read some post.
    I fount that I may need clucene installed.
    that's why, I installed clucene.
    but problem is still exit.
    any solution, please!
    Last edited by mshan (2013-05-05 13:54:53)

    It doesn't fix the main problem, but read the note and install English langpack https://wiki.archlinux.org/index.php/Li … stallation
    The error message isn't very helpful, it says
    The application can not run.
    An internal error occurred.
    Last edited by karol (2013-05-05 14:17:56)

Maybe you are looking for

  • Dynamic sql to insert data in table

    hi I wish to insert 5 records in a table at runtime. i.e the data should be entered at runtime. I tried using a for loop but failed .. I think it is possible thru dynamic sql ... could someone help me out .. regards susmitha

  • Update on transferring photos from Droid to iPhone

    I'd like to share some information on transferring photos from an old Droid to iPhone 5, a problem I've wrestled with for the last few days.  Even though I got some good tips, and have learned that I'm not the only person with this particular problem

  • How to supress empty records in excel

    Hi, I am using Oracle reports 10.1.2.0.2. The problem is with the excel output of the report. I am using DESFORMAT=SPREADSHEET to run the reorpt using rwservlet. In the excel output I am seeing blank records at places where I used format trigger in t

  • Can't get video production software to recognize USB mixer board

    I'm using my new iMac 27" with dual quad Intel i5's to run streaming video to Ustream for a video program. I'm using Wirecast production software. Previously I had an Alesis USB audio mixer, which worked fine until the mixer itself developed a proble

  • Outlook Form Region Visible property on outlook 2007.

    Hello, I have this code: private void AttachementRegion_FormRegionShowing(object sender, System.EventArgs e) {           try {               OutlookFormRegion.Visible = false;               Outlook.MailItem mailitem = ((FormRegionControl)sender).Outl