Sponsored Content
Operating Systems Solaris Reg Error Message during LAN Drivers installation Post 302297021 by pupp on Thursday 12th of March 2009 10:44:08 AM
Old 03-12-2009
looks like you have the SCO version of the drivers. you need the sol10 drivers.
 

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 drivers for Marvell 88E8001 (Yukon) Gigabit LAN

Hi, Has anybody got Solaris 10 drivers for the Marvell 88E8001 (Yukon) Gigabit LAN? I downloaded the Solaris 7+ drivers from the ASUS website, but they don't seem to work. Has anybody else had any lucK? Thanks, Chris. (0 Replies)
Discussion started by: christian_hicks
0 Replies

2. Solaris

Error while installing NIC drivers

After seeing that http://sol-enet.sourceforge.net/support.shtml had drivers for my NIC, I decided to download them on my windows machine so I could burn them to a CD and install them on my old gateway so I could try to get it on the internet. While following the instructions with the drivers, I... (2 Replies)
Discussion started by: xtremepancakez
2 Replies

3. UNIX for Dummies Questions & Answers

drivers unix 5.01 is compatible with drivers epson fx-2190

Please, I'm From Argentina, And I Need To Know If The Drivers Of Program Unix, Version 5.01 Is Compatible Whit Drivers Of The Printer Epson Fx-2190 Thanks, And I Hope Yuor Answer. (0 Replies)
Discussion started by: juan alberghina
0 Replies

4. Solaris

How to configure private LAN and coporate LAN on the same machine-Solaris10

Hi , I am trying to configure a private LAN and corporate LAN on the same machien on Solaris 10. How can I achieve this? Thanks (1 Reply)
Discussion started by: deedee
1 Replies

5. UNIX for Dummies Questions & Answers

reg: tar error

Hi , i am working on aix. when i am tarring a folder using the command tar cf /home/test45/res rpt i am getting an error like tar: res rpt/Idaho_110_20079245268_Plan_OverPayment_summary_rpt_v2.1.xls: file changed as we read it vat may be the issue... please advice sam (1 Reply)
Discussion started by: sam99
1 Replies

6. Solaris

Reg Error Messages

Hi Friends, I am using solaris in my home pc and i saw some errors messages running while i shutting down, so I want to find out the Error messages while booting error messages and error messages while shutting down. i know we can find in /var but dont know the exact location. Thanks in Advance (2 Replies)
Discussion started by: kurva
2 Replies

7. IP Networking

Local Lan, no-ip directed DNS forward, surf within lan

Hi, We have a website running on a local centos 5.4 surfer, static IP. The domain.com uses no-ip.com to take care of the DNS, it forwards all to my server. My router receives the port 80 call, routes it to my server and the world can see domain.com perfectly fine. However, we cannot see... (3 Replies)
Discussion started by: lawstudent
3 Replies

8. Solaris

Solaris installation over LAN

I will install Solaris over network using JumpStart and DHCP protocol. This is first time I am doing such a work and need few questions. First question I heard Solaris DHCP server likes to take a lunch break, don't know from experience but my collegue told me so and I don't have any reason... (3 Replies)
Discussion started by: solaris_user
3 Replies

9. UNIX for Dummies Questions & Answers

Error message while software installation

I got every time the same error leaving directory etc when i install any software. I put up the command and the error below, kindly help me out so i could proceed. csm@csm-HP-Z420:~$ cd Desktop/ csm@csm-HP-Z420:~/Desktop$ csm@csm-HP-Z420:~/Desktop$ cd microtar-0.9.6/... (8 Replies)
Discussion started by: harpreetmanku04
8 Replies
reserve_voices(3alleg4) 					  Allegro manual					   reserve_voices(3alleg4)

NAME
reserve_voices - Reserve a number of voices for the digital and MIDI drivers. Allegro game programming library. SYNOPSIS
#include <allegro.h> void reserve_voices(int digi_voices, int midi_voices); DESCRIPTION
Call this function to specify the number of voices that are to be used by the digital and MIDI sound drivers respectively. This must be done _before_ calling install_sound(). If you reserve too many voices, subsequent calls to install_sound() will fail. How many voices are available depends on the driver, and in some cases you will actually get more than you reserve (eg. the FM synth drivers will always pro- vide 9 voices on an OPL2 and 18 on an OPL3, and the SB digital driver will round the number of voices up to the nearest power of two). Pass negative values to restore the default settings. You should be aware that the sound quality is usually inversely related to how many voices you use, so don't reserve any more than you really need. SEE ALSO
set_volume_per_voice(3alleg4), install_sound(3alleg4), detect_digi_driver(3alleg4), detect_midi_driver(3alleg4), get_mixer_voices(3alleg4) Allegro version 4.4.2 reserve_voices(3alleg4)
All times are GMT -4. The time now is 03:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy