speacker device +C COMPILER


 
Thread Tools Search this Thread
Operating Systems SCO speacker device +C COMPILER
# 1  
Old 09-15-2003
Bug speacker device +C COMPILER

Greetings...
Is there any /dev/SOMETHIG tyat i can directly access the speacker ... (yes ,that noisy thing)
and
where can i get a c compiler for SCO sys_V openserver ?

sory my bad english ....

Smilie
# 2  
Old 09-15-2003
try /dev/dsp
if your sound drive is compiled correctly you could cat a .au or file directly to /dev/dsp and it should play through your sound card.
eg: cat soundife.au > /dev/dsp

for a compiler see gnu.org .
gcc is a widley used compiler by novices to professionals alike.
# 3  
Old 09-18-2003
Quote:
Originally posted by norsk hedensk
try /dev/dsp
if your sound drive is compiled correctly you could cat a .au or file directly to /dev/dsp and it should play through your sound card.
eg: cat soundife.au > /dev/dsp

for a compiler see gnu.org .
gcc is a widley used compiler by novices to professionals alike.
i dont mean the sound card.. i mean the speacker inside the box...
that beep.beep boring thing!
# 4  
Old 09-18-2003
type this at the terminal:

Code:
beep

i think the curses library has an interface for manipulating the internal speaker. i honestly dont know if the internal speaker is directly accessible in /dev , actually i am sure it is, but ill be damned if i know what file the internal speaker is. sorry!
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. HP-UX

Failed to open tape device /dev/rmt/0mn:Device busy (errno = 16)

Hi, Unable to make tape backup, please help. /opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00 * Creating local directories for configuration files and archive. ======= 04/25/16 16:28:08 IST Started /opt/ignite/bin/make_tape_recovery. (Mon... (4 Replies)
Discussion started by: anuragr
4 Replies

2. Red Hat

Unable To Activate Ethernet Network Device in RHEL 5.5 - e100 device eth0 does not seem to be presen

Hi All, Could anyone please help to resolve the below problem. I installed RHEL5.5 in my desktop.But when i try to activate the ethernet connection then it gives me the error. I spent 2 days for the above and go through with several suggestion found by googling. But no luck. ... (0 Replies)
Discussion started by: Tanmoy
0 Replies

3. AIX

How to find all device on p570 when need do device firmware upgrade?

I need upgrade firmware for the device of p570, when I go to IBM FIX download website, there are a lot of device of p570 listed. How can I know what device I have on my p570? (4 Replies)
Discussion started by: rainbow_bean
4 Replies

4. Programming

How Can a Machine Reads a Compiler Since A Compiler is Written in Text! Not Binaries?

To make a programming language you need a compiler, so what was the first programming language and how was is created if you need the compiler first? The compiler itself is considered as a high language comparing to the machine! since the compiler is not created in 1's and 0's... Eventhough i... (12 Replies)
Discussion started by: f.ben.isaac
12 Replies
Login or Register to Ask a Question