Anyone running Intercap Illustrator 2 on HP-UX b2600 Workstation ?

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Anyone running Intercap Illustrator 2 on HP-UX b2600 Workstation ?
# 1  
Old 06-15-2009
Anyone running Intercap Illustrator 2 on HP-UX b2600 Workstation ?

. . . . if so, sound off.
Thanks
(the version78 no longer supported by Corel)
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Please help: workstation broken?

I have buy an used Workstation intellistation power5 IBM. But doesn't work. How to turn on? I try to connect network asmi take the ip ping is ok telnet ok but if i try to connect to a browser give me timeout The display give me a yellow sign ! and error B150F22A Someone can help... (2 Replies)
Discussion started by: Linusolaradm1
2 Replies

2. UNIX for Advanced & Expert Users

software ID B2600 hpux10.2

the following command will give me software ID from HP machine with hpux10.2: >uname -a HP-UX bmd350 B.10.20 D 9000/831 2011043966 64-user license The string 2011043966 is the actual software ID which is used as number to license software. Now my machine breaks down and I would like to... (0 Replies)
Discussion started by: derf001
0 Replies

3. Linux

vmware workstation

i have following :- fedora 16 x 64bit kernel 3.2.7-1 vmware workstation 8.0.2. Steps to install vmware workstation to access ESX machine 1- sh vmware name.bundle 2- setup started and completed with out any warning. 3- when i type "vmware " then "VMware Module Updater Started" and the... (2 Replies)
Discussion started by: engrtahir2007
2 Replies

4. Solaris

internet on solaris10 running on vmware workstation...

HI Admins, I am trying to run internet on solaris 10 on vmware workstation 6.5.. I have vista on my laptop. I tried following: 1. enabling DHCP and NAT on virtual network editor...for NAT I tried vmnet host:vmnet0 start/stop. 2. ifconfig -a showing pcn0 running for both ipv4 and ipv6....... (1 Reply)
Discussion started by: snchaudhari2
1 Replies

5. Solaris

Setting up a new workstation

Hi all, I'm about to build a new workstation and was thinking about running Solaris 10 on it. First the hardware: AMD opteron 2.2Ghz dual Core 2GB RAM Nvidia Quadro FX1400 SATA 2x250GB HDD 2x Eizo S1911 Monitors Will Solaris handle the dualscreens or will i have to use only one? Also,... (6 Replies)
Discussion started by: Timmy66
6 Replies

6. Shell Programming and Scripting

Reboot User's workstation

Hi Gurus, I'm trying to write a script right to reboot all my user's workstation over this weekend. I'm kind of stuck here right now. I know the command to reboot ie init 6 but how to include all the users in my script? thanks wee :) (2 Replies)
Discussion started by: lweegp
2 Replies

7. Linux

Linux Mandrake 9.1 running on Vmware workstation 4

Im running WinXp and just recently installed VMware workstation v4 to emulate Linux Mandrake 9.1. It succesfully installed.. Situation: My xp home edition is static on a linksys router it is my host computer.. Linux is running on Vmware as guest operation system.. Im not sure how to configure... (2 Replies)
Discussion started by: NewINLinux
2 Replies

8. UNIX for Dummies Questions & Answers

I want to reset my workstation!

I am having an error in my workstation. I want to reset it and start from scratch. I also want to add a 120 G. Drive to my workstation. I checked out a book at my local library on unix. I still can't figure out how to erase everything and install this drive,please help. (4 Replies)
Discussion started by: Sotelo_27
4 Replies

9. UNIX for Dummies Questions & Answers

HP UX workstation?

Hi, I want to learn more about HP UX and I want to purchase an HP UX workstation to further my self studying. Which is a good model and where can I purchase a used system? thanks so much, (2 Replies)
Discussion started by: xNYx
2 Replies

10. Filesystems, Disks and Memory

emulations in workstation...

i have a network with Windows NT 4.0, and now i will install a UNIX server. Bud my workstation are in NT Workstation 4.0. I don't know about this installation. how do i for this connection. have i to use workstation emulation? please, help me!!! ASAP. Thanks (1 Reply)
Discussion started by: rmilano
1 Replies
Login or Register to Ask a Question
SND_GUSC(4)						   BSD Kernel Interfaces Manual 					       SND_GUSC(4)

NAME
snd_gusc -- Gravis UltraSound ISA bridge device driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device sound device snd_gusc Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): snd_gusc_load="YES" Non-PnP cards require the following lines in device.hints(5): hint.gusc.0.at="isa" hint.gusc.0.port="0x220" hint.gusc.0.irq="5" hint.gusc.0.drq="1" hint.gusc.0.flags="0x13" DESCRIPTION
The snd_gusc bridge driver allows the generic audio driver sound(4) to attach to Gravis UltraSound sound cards. The value of flags specifies the secondary DMA channel. If the secondary DMA channel is C, set the flags to (C | 0x10). For a sound card without the secondary DMA channel, the flags should be set to zero. HARDWARE
The snd_gusc driver supports the following sound cards: o Gravis UltraSound MAX o Gravis UltraSound PnP DIAGNOSTICS
xxx: gus pcm not attached, out of memory There are not enough memory to drive the device. SEE ALSO
sound(4) HISTORY
The snd_gusc device driver first appeared in FreeBSD 4.0. AUTHORS
Ville-Pertti Keinonen <will@iki.fi> Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp> BUGS
Recording pcm sound data is not supported yet. BSD
December 15, 2005 BSD