[Prev][Next][Index][Thread]
PC-speaker Audio?
Hi,
Hmm. I know there's a way to get _actual_ sound out of the PC speaker. I
even found some patches to the kernel-additions, (pcsnd or something), but
I can't find the original! Anyone have any idea?
Bye,
-Yaron.
P.S. to Marc
This is a DEC Venturis(466) with 8 (yes, eight) megs of RAM, a Trio S3
video card, kernel versions 1.99.6 - 2.0.13 (depends which floppy
works...), a 420 (yes, four-hundred and twenty) MB Maxtor HDD (IDE), one
1.44MB floppy drive, a 14" monitor of no specific brand (DEC), 3COM 3c509
Ethernet card, one of the new Logitech-like BUS mouse (also DEC), and a
standard DEC keyboard with BOFH extentions. GCC 2.7.0 (I downgraded),
ELF-in-house, and no reset button.
Sadly, I cannot access the speaker to measure it's diameter.
Starlight yaron:/home/yaron> cat /proc/interrupts
0: 2797929 timer
1: 91406 keyboard
2: 0 cascade
5: 1059 + serial
10: 250355 3c509
12: 407085 PS/2 Mouse
13: 0 math error
14: 837986 + ide0
Starlight yaron:/home/yaron> cat /proc/devices
Character devices:
1 mem
2 pty
3 ttyp
4 ttyp
5 cua
7 vcs
10 misc
14 sound
Block devices:
2 fd
3 ide0
---- /usr/lib/X11/xinit/xinitrc:
#!/bin/sh
# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f $userresources ]; then
xrdb -merge $userresources
fi
if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi
# start some nice programs
#
# Add knight and onyx to my host-list:
#
xhost 192.114.11.13
xhost 192.114.11.4
xhost 192.114.11.14
#
#
# Local stuff (XTerm, XBiff and XAutolock):
#
xsetroot -solid slategrey &
color_xterm -bg darkslateblue -fg gold -n 'XWindow' -title 'An XWindow' -sl 2048 -si -sb -ls -geometry 80x30+189+116 -fn 10x20h &
xbiff -geometry 48x48+117+2 -bg AntiqueWhite &
xautolock -time 5 -corners -+00 -cornerdelay 1 -cornerredelay 30 -locker '/usr/X11/bin/xlock -nice 0 -mode swarm' &
/usr/bin/X11/asclock -position +2+2 -led yellow -exe "xlock -nolock -nice 0 -mode pyro" &
#
# Open stuff on Onyx (calendar/reminder) :
#
rsh onyx /usr/bin/X11/scocal -geometry 459x503+536+47 -display 192.114.11.84:0.0 &
rsh onyx /usr/bin/X11/scoremind -geometry 338x93+340+142 -display 192.114.11.84:0.0 &
#
# Stuff on knight (Set background, XTerm, XBiff, XClock, Xload and disktool) :
#
rsh knight exec /usr/openwin/bin/xterm -si -fn 10x20h -bg MidnightBlue -fg gold -n 'Knight' -sl 10240 -sb -ls -geometry 80x24+7+248 -display 192.114.11.84:0.0 -r &
rsh knight exec /usr/openwin/bin/xbiff -geometry 48x48+117+59 -bg AntiqueWhite -display 192.114.11.84:0.0 &
rsh knight exec /usr/openwin/bin/xload -bg AntiqueWhite -hl red -update 5 -geometry 834x86+174+2 -display 192.114.11.84:0.0 &
rsh knight exec /usr/openwin/bin/disktool -geometry 299x204+2+116 -display 192.114.11.84:0.0 -u -l 3 / /pub /usr /home /home/staff /var /var/spool/news /var/spool/news/alt/binaries /var/spool/mail &
#
# Start the window manager:
#
fvwm
--- ~/.sig2:
----------------------------------------------------------------------------
Yaron Hemi, SysAdmin, Trendline Ltd. | -Madam, you're making history. In
Email : jethro@trendline.co.il | fact, you're making me. And I wish
WWW : http://zzt.tlv.co.il | you'd keep my hands to yourself!
Aka Jethro aka Silver aka Barrett etc. | -Groucho Marx.
----------------------------------------------------------------------------