Linux-Misc Digest #394, Volume #20               Sat, 29 May 99 09:13:19 EDT

Contents:
  COMMERCIAL SOURCE CODE EN (NEWS)
  Old Kernel-modules (NEWS)
  Re: RealVideo 5.0 and ker (NEWS)
  Red Hat 6.0 (NEWS)
  screen size problem (NEWS)
  Re: "can't load library l (NEWS)
  Re: awk in vi on Redhat 5 (NEWS)
  Re: Restrict Directory ac (NEWS)
  Re: RPM Libraries (NEWS)
  Re: Port scanner (NEWS)
  Re: Netscape crashes and (NEWS)
  GNU libtool 1.3.2 release (NEWS)
  Re: Linux desperately nee (NEWS)
  Re: pc speaker (NEWS)
  Recording sound from line (NEWS)
  Help: Maple V 5.1 &  Suse (NEWS)
  Howto compile IBM Data Ex (NEWS)

----------------------------------------------------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: COMMERCIAL SOURCE CODE EN
Date: 28 May 1999 14:02 GMT

Intland at http://www.intland.com announced today the availability of
Intland Source Explorer 1.0 for Windows and UNIX operating systems.

Intland Source Explorer is a Source Code Engineering tool suited for C,
C++ and Java developer, project manager, and quality assurance engineer.

Source Explorer reaches far beyond traditional single host or
client/server based Source Code Engineering tools, providing the first
web architected solution for
enterprise-wide information access. Source Explorer is suited for:

- Reverse Engineering of C,C++ and Java
- Global Team access from any location
- Remote cross (embedded) development
- Analyze Y2K specific problems
- Publishing software online
- Quality & Metrics & Complexity analysis
- Distributed deployment with traditional and web centric GUI interface

The  100% Java GUI  provides the most advanced features for C, C++ and
Java programmers, QA engineers and project leaders to easily Explore
software component relationships and program complexity in large
software code.

The GUI runs as installed application, or as an Applet in a web browser
such as Microsoft IE or Netscape Communicator.
The application server and the central repository provide concurrent
access for individuals and teams. Source Explorer works on local
workstations, and in distributed environments using LANs, Intranets or
the Internet, and has a comprehensive set of tools such as:
Cross-Referencer, Class browser, Symbol
Browser, Inheritance Browser, Include Browser, local and remote
Edit/Compile/Build, Textual search, SQL Complexity Query.

ABOUT INTLAND; Intland is the premier supplier of next-generation Source

Code Engineering software products. These products are ideally suited
for distributed Intranet and Internet environments. Intland's products
meet the demands of enterprise software development requirements and
provide mission-critical information access to enterprise-size software
assets on a global scale.

For downloading of the FREE Trial and additional information about
Intland and its products please visit our web site at
http://www.intland.com. For online demo visit our Source Code Gallery
site at http://www.gallery.intland.com.


------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: Old Kernel-modules
Date: 28 May 1999 11:47 GMT

Hello,
I have a problem with a module which was compiled for a kernel which is
older than the one I use now (it's the module for the Soundblaster Live,
I got it from Creative=B4s homepage).
Every time I try to load the module using modprobe, I am told that the
module was compiled for kernel 2.2.5 (I'm using 2.2.9 now). When
compiling a kernel there is an option in the loadable module support
called "set version information on all symbols for
modules"(CONFIG_MODVERSIONS) whose description seems to address my
problem but compiling a 2.2.9 kernel with this option doesn=B4t help.
What am I doing wrong?

Michael


------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: Re: RealVideo 5.0 and ker
Date: 27 May 1999 03:17 GMT

"William B. Cattell" wrote:
> 
> "David E. Fox" wrote:
> >
> > In article <[EMAIL PROTECTED]>,
> >         "William B. Cattell" <[EMAIL PROTECTED]> writes:
> >
> > > It's true.  There's a work-around posted on RealAudio's site although
> > > they don't endorse it.  I tried it but haven't got it working yet but I
> > > am getting closer...
> >
> > I'm running rv5 just fine, but I'm using kernel 2.2.0 still and
> > I use the OSS sound drivers rather than the ones provided by
> > the kernel.
> >
> > --
> > ------------------------------------------------------------------------
> > David E. Fox                 Tax              Thanks for letting me
> > [EMAIL PROTECTED]   the              change magnetic patterns
> > [EMAIL PROTECTED]      churches         on your hard disk.
> > -----------------------------------------------------------------------
> 
> I finally got it working.  There was a note in the 'Changes' doc in the
> 2.2.6 kernel's Documantaion dir.  It talks about the real player having
> been coded to adjust for a bug in the 2.x.x kernels. the kernel bug has
> been fixed in the 2.2.3?> kernels so there is a patch to apply to real
> player using dd.
> 

The bug was fixed around 2.1.50 and that has crippled Real Player since then.
Note that the midi plugin of netscape is also crippled.
Just update to G2 and you won't have to mess with any patch.

-- 
Tired of Windows' rebootive multitasking?
then try Linux's preemptive multitasking
http://www.netonecom.net/~bbcat/
We have software, food, music, news, search,
history, electronics and genealogy pages.


------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: Red Hat 6.0
Date: 28 May 1999 04:17 GMT

Do you know where I can get a 'FREE' Red Hat 6.0 CD or CD of any ew
distribution? If you know, e-mail me.

Thanks

------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: screen size problem
Date: 28 May 1999 14:47 GMT

I've got red hat 5.2 installed and most things are working fine, but the 
screen size is wrong.  The virtual desktop is a few inches larger than 
the screen, and it's also not seeing all of the colors right.  The 
monitor's pretty generic (IBM G70, 17 inch), and I've tried messing with 
the /etc/X11/XF86Config file, but none of the changes seem to take 
effect.  I'd really appreciate any advice on how to fix this...it makes 
the environment rather frustrating to work in!  

cc a reply to my address ([EMAIL PROTECTED])...thanks!

brian


------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: Re: "can't load library l
Date: 27 May 1999 15:32 GMT

You probably have binaries compiled against different C-libraries.  One is
probably glibc2 and the other (glquake?) is probably libc5.  You will need
to get the correct version of glquake.

Tom Veldhouse
[EMAIL PROTECTED]

[EMAIL PROTECTED] wrote in message
<7if223$ei9$[EMAIL PROTECTED]>...
>I'm having some trouble running an ELF application -- glquake, to be
>exact.  When I run it, I get the error message "can't load library
>libX11.so.6".  I've checked/tried a few things so far:
>1) glquake IS an ELF executable
>2) I setuid it to root (as per the Quake HOWTO)
>3) libX11.so.6 exists in the correct place and is a symlink to
>libX11.so.6.1
>4) ldd shows that glquake knows where libX11.so.6 is
>5) "/usr/X11R6/lib" is in /etc/ld.so.conf (as is the linuxaout dir
>below)
>6) in desperation, I tried setting it up to use the libX11.so.6 found
>in /usr/i486-linuxaout/lib (for a.out compatibility), but the same
>thing happened
>
>For the record:
>RedHat 5.1, running kernel 2.2.6, and while I'm very computer literate,
>I'm a bit new to Linux (I compiled the 2.2.6 kernel, if that counts :)
>
>I'm stumped.  This is the only app I've run across that does this to
>me.  Any help would be GREATLY appreciated!
>
>-g.
>
>
>--== Sent via Deja.com http://www.deja.com/ ==--
>---Share what you know. Learn what you don't.---


------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: Re: awk in vi on Redhat 5
Date: 28 May 1999 13:17 GMT

Phil Berry wrote:
> 
> Can someone explain what is failing to happen here?
> When I try to edit a DOS file -- ie one with \r\n at the
> end of each line -- in vi I do not see the ^Ms at the end
> of the line, but I know they are there! This is presumably
> a vi issue.

Try "vi -b filename"?

> However, when I use this command at the
> colon prompt:
> 
> :%!awk '{sub("\r","");print}'

A quicker way is ":1,$s/^V^M//" (no quotes!). This substitutes nothing
for all Ctrl-M (aka \r) characters from line 1 to line $ (the last
line).

<snip>

> So what is going on? Any help would be appreciated.

See if you have the commands "dos2unix" and "unix2dos".

Mark.


------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: Re: Restrict Directory ac
Date: 27 May 1999 01:17 GMT

I apologize for not mentioning that.  They are loging in through FTP.

Ive been reading up on chroot.  Gonna see if I can make that happen.

Darren


On Thu, 27 May 1999 10:51:00 +1000, [EMAIL PROTECTED]
(Ben Short) wrote:

-->In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
-->says...
-->> Howdy all.
-->> 
-->> I want to restrict a users access to one single directory.
-->> 
-->> The directory is:
-->>  /usr/local/home/pana/sites/acct/pana-colo
-->> 
-->> When the user pana-colo logs in, I dont want them to be able to go any
-->> higher than the pana-colo directory they are in by default.  I tried
-->> changing the permisions on the acct directory to 771,751, and a couple
-->> of others, but when the user does not have read access to the parent
-->> directory, the getcwd comand fails on login, saying it cant read the
-->> parent directory.
-->> 
-->> What am I doing wrong?
-->> 
-->> Darren
-->> 
-->> 
-->Logs in How? Telnet? FTP?
-->
-->Ben
-->-- 
-->=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-->Ben Short                http://www.shortboy.dhs.org
-->Shortboy Productions     mailto:[EMAIL PROTECTED]
-->
-->*Remove n0spam to email me*
-->=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: Re: RPM Libraries
Date: 27 May 1999 21:02 GMT

Jason I have exactly the same problem - I have used archie to attempt to
find my dependencies but with no luck!

Where and how do you find the rpm's with libFnlib.so.2, libttf.so.2....etc,
etc.

chromedome


Jason Bond <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I'm thinking of installing a CVS version of a program...and this, in
> general requires the absolute latest versions of sets of libraries (not
> in general supported but the actual developers?...or am I off on
> this?).  Are these daily newest libraries a good idea to install or are
> they considered dangerously unstable?
> Secondly, when one tries to install a given RPM file and it
> comes back saying:
>
>         libORBit.so.0 is needed by x11amp-0.9beta1.1-19990519cvs1
>         libORBitCosNaming.so.0 is needed by
> x11amp-0.9beta1.1-19990519cvs1
>         libart_lgpl.so.2 is needed by x11amp-0.9beta1.1-19990519cvs1
>         libgnome.so.32 is needed by x11amp-0.9beta1.1-19990519cvs1
>
> etc., say.
>
> How does one know where to get the rpm's that contain
> these libraries (or at least the names of the rpms that contain
> them)?...or if not rpms...how to find out the name of
> the gzip files in which these files reside?  Much thanks
> in advance,
>
>   Jason
>


------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: Re: Port scanner
Date: 27 May 1999 22:47 GMT

In <[EMAIL PROTECTED]> "Kerry J. Cox" <[EMAIL PROTECTED]> writes:

]Okay, dumb questions and I'm sure I already know the answer.  We have a
]customer who wants to have a static IP address, but we are concerned
]that he would try to run a server on his side and with a simple dial-up
]account, that falls into a different payment bracket.  To make sure that
]he doesn't run a server on his end and stays compliant with the
]agreement, I'd like to know a useful port scanner application out there
]that would check the ports on an IP address. A GUI interface would work
]well, but it doesn't have to be GUI.


I have trouble with your premise. You are selling him connectivity. Now
it seems you want to also control what he does with that connectivity--
ie control what information he sends down that line. This I believe to
be inappropriate. 

In certain jurisdicitons your attempt to portscan him would be
considered a criminal offense. 

I at least would be happier if you based your service on what you
actually supply, not on what he does with it. Ie, you could demand that
he only connect for a maximum of say 5 hours a day, and that he not use
more than a certain number of packets. But to base it on content, is I
believe wrong. It would be like your selling him a pencil and demanding
that he not draw nudes with that pencil (you have another price for
pencils which the user draws nudes with), and you want to install a
video camera into his house to make sure that he does not draw nudes
with this pencil.


------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: Re: Netscape crashes and
Date: 27 May 1999 23:02 GMT

Do-Hoon Kwon at [EMAIL PROTECTED] says...

>  However, the fact is I have been using this configuration without any
> machine hang for several months. In retrospect, this weird lockup
> began to pop up after I added a second NIC, the same Linksys 10/100TX
> as the original one. I plugged it into the first (closest to the
> AGP port) PCI slot and therefore making the NIC to share IRQ with my
> video card (Millenium G200 AGP).
>  Next time I shut down the machine (or forced to :^(), I'll put the
> NIC into the last PCI slot so that the expansion cards look like:
> 
> AGP: Matrox Millenium G200 8MB
> PCI1: Empty (currently occupied by Linksys 10/100TX - PNIC chip)
> PCI2: Linksys 10/100TX - PNIC chip
> PCI3: Symbios SYM8751SP
> PCI4: Symbios SYM20810
> PCI5: Linksys 10/100TX - PNIC chip (currently empty)

I'm using the same Linksys card that you are using, and it seems to 
work great, although I haven't pounded on the Linux box very hard.  
Just because they are cheap doesn't make them bad.

I think your theory on a hardware problem is very good, specifically 
a conflict with the different cards on your PCI bus.  With my Abit 
BH-6 (my Win computer), the AGP and the first PCI slot share the 
same IRQ, and it is generally considered very bad mojo to have two 
high bandwidth devices, like a video card and a NIC, try to co-exist 
on one interrupt.  Sometimes it works, but usually you get weird 
problems.

Your second hardware configuration will probably work much better.  
If you are using the Abit BH-6, you might want to check for a flash 
ROM upgrade; this would allow you to assign an IRQ for each PCI 
slot.

I experienced this kind of problem first hand when I added a NIC 
card to my Win98 box.  After experiencing all sorts of strange 
problems and lockups, I noticed that my sound card and NIC were 
sharing an interrupt.  After moving a card to allow the BIOS to give 
each device a separate IRQ, all the problems went away.  Apparently 
IRQ sharing is somewhat a fantasy. :)

-- 
Douglas Bollinger
Mt. Holly Springs, PA   17065

My other computer runs Linux.


------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: GNU libtool 1.3.2 release
Date: 27 May 1999 22:32 GMT

Dear developers,

Just after release 1.3 of GNU libtool, we were flooded with bug
reports about a security problem in the libtool installation: the
directory $prefix/share/libtool/libltdl would be installed with mode
777.  :-( Furthermore, developers started to complain about weird
autoconf errors, caused by a typo in libtool.m4, that would show up
only for *some* `configure.in's.  :-(

GNU libtool 1.3.1 was never released, because we found a few critical
portability problems just before announcing it.

These and a few other portability problems have been fixed in release
1.3.2.  Unfortunately, at the time of this writing, we've already
found out one more, that causes -export-symbols-regex to fail when
creating a libtool library linked with libtool convenience libraries.
If you need this feature, you may want to get a CVS snapshot from the
release branch (-r branch-1-3).  Instructions are available at our
home page: <URL:http://www.gnu.org/software/libtool/libtool.html>

If you have already upgraded to libtool 1.3, we urge you to upgrade to
at least libtool 1.3.2, or at least to chmod the directory containing
libltdl so that it is not world-writable.

The list of user-visible changes since release 1.3 follows:

New in 1.3.2: 1999-05-26, CVS version 1.3.1a, Libtool team:
* Avoid circular links of objects and libraries.
* Look for dlerror when dlopen was found in -ldl (typo).
* Disable shared libraries with broken GNU ld on Solaris.
* Documentation improvements; recommend automake users to insert libtool.m4
  in acinclude.m4
* AC_LIBLTDL_CONVENIENCE and AC_LIBLTDL_INSTALLABLE now set INCLTDL.
* New port to NEC UX/4800.
* cygwin-b20.1 passes all tests.
* Slightly improved BeOS support.
* Many AIX 4.3.2 test failures have gone.
* Pass unknown -L arguments through to the linker (for -LANG:* support).
* Close a security hole with mode 777 directory during libltdl installation.
* Fixed the infamous ``ifelse'' bug in libtool.m4

--
The GNU Libtool Team

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
{oliva,Alexandre.Oliva}@dcc.unicamp.br  aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
*** E-mail about software projects will be forwarded to mailing lists

[ Most GNU software is compressed using the GNU `gzip' compression program.
  Source code is available on most sites distributing GNU software.
  Executables for various systems and information about using gzip can be
  found at the URL http://www.gzip.org.

  For information on how to order GNU software on CD-ROM and
  printed GNU manuals, see http://www.gnu.org/order/order.html
  or e-mail a request to: [EMAIL PROTECTED]

  By ordering your GNU software from the FSF, you help us continue to
  develop more free software.  Media revenues are our primary source of
  support.  Donations to FSF are deductible on US tax returns.

  The above software will soon be at these ftp sites as well.
  Please try them before ftp.gnu.org as ftp.gnu.org is very busy!
  A possibly more up-to-date list is at the URL
        http://www.gnu.org/order/ftp.html

  thanx [EMAIL PROTECTED]

  Here are the mirrored ftp sites for the GNU Project, listed by country:

  
  
  United States:
  
  
  California - labrea.stanford.edu/pub/gnu, gatekeeper.dec.com/pub/GNU
  Hawaii - ftp.hawaii.edu/mirrors/gnu
  Illinois - uiarchive.cso.uiuc.edu/pub/gnu (Internet address 128.174.5.14)
  Kentucky -  ftp.ms.uky.edu/pub/gnu
  Maryland - ftp.digex.net/pub/gnu (Internet address 164.109.10.23)
  Massachusetts - aeneas.mit.edu/pub/gnu
  Michigan - gnu.egr.msu.edu/pub/gnu
  Missouri - wuarchive.wustl.edu/systems/gnu
  New Mexico - ftp.cs.unm.edu/pub/mirrors/gnu
  New York - ftp.cs.columbia.edu/archives/gnu/prep
  Ohio - ftp.cis.ohio-state.edu/mirror/gnu
  Tennessee - ftp.skyfire.net/pub/gnu
  Virginia - ftp.uu.net/archive/systems/gnu
  Washington - ftp.nodomainname.net/pub/mirrors/gnu
  
  Africa:
  
  South Africa - ftp.sun.ac.za/gnu
  
  The Americas:
  
  Brazil - ftp.unicamp.br/pub/gnu
  Brazil - master.softaplic.com.br/pub/gnu
  Canada - ftp.cs.ubc.ca/mirror2/gnu
  Chile - ftp.inf.utfsm.cl/pub/gnu (Internet address 146.83.198.3)
  Costa Rica - sunsite.ulatina.ac.cr/GNU
  Mexico - ftp.uaem.mx/pub/gnu
  
  Australia:
  
  Australia - archie.au/gnu (archie.oz or archie.oz.au for ACSnet)
  Australia - ftp.progsoc.uts.edu.au/pub/gnu
  Australia - mirror.aarnet.edu.au/pub/gnu
  
  Asia:
  
  Japan - tron.um.u-tokyo.ac.jp/pub/GNU/prep
  Japan - ftp.cs.titech.ac.jp/pub/gnu
  Korea - cair-archive.kaist.ac.kr/pub/gnu (Internet address 143.248.186.3)
  Saudi Arabia - ftp.isu.net.sa/pub/mirrors/prep.ai.mit.edu/
  Taiwan - ftp.edu.tw/UNIX/gnu/
  Taiwan - ftp.nctu.edu.tw/UNIX/gnu/
  Taiwan - ftp1.sinica.edu.tw/pub3/GNU/gnu/
  Thailand - ftp.nectec.or.th/pub/mirrors/gnu (Internet address - 192.150.251.32)
  
  Europe:
  
  Austria - ftp.univie.ac.at/packages/gnu
  Austria - gd.tuwien.ac.at/gnu/gnusrc
  Belgium - ftp.be.gnu.org/
  Austria - http://gd.tuwien.ac.at/gnu/gnusrc/
  Czech Republic - ftp.fi.muni.cz/pub/gnu/
  Denmark - ftp.denet.dk/mirror/ftp.gnu.org/pub/gnu
  Denmark - ftp.dkuug.dk/pub/gnu/
  Finland - ftp.funet.fi/pub/gnu
  France - ftp.univ-lyon1.fr/pub/gnu
  France - ftp.irisa.fr/pub/gnu
  Germany - ftp.informatik.tu-muenchen.de/pub/comp/os/unix/gnu/
  Germany - ftp.informatik.rwth-aachen.de/pub/gnu
  Germany - ftp.de.uu.net/pub/gnu
  Greece - ftp.forthnet.gr/pub/gnu
  Greece - ftp.ntua.gr/pub/gnu
  Greece - ftp.aua.gr/pub/mirrors/GNU (Internet address 143.233.187.61)
  Hungary - ftp.kfki.hu/pub/gnu
  Ireland - ftp.esat.net/pub/gnu (Internet address 193.120.14.241)
  Netherlands - ftp.eu.net/gnu (Internet address 192.16.202.1)
  Netherlands - ftp.nluug.nl/pub/gnu
  Netherlands - ftp.win.tue.nl/pub/gnu (Internet address 131.155.70.19)
  Norway - ftp.ntnu.no/pub/gnu (Internet address 129.241.11.142)
  Poland - ftp.task.gda.pl/pub/gnu
  Portugal - ftp.ci.uminho.pt/pub/mirrors/gnu 
  Portugal - http://ciumix.ci.uminho.pt/mirrors/gnu/
  Portugal - ftp.ist.utl.pt/pub/gnu
  Russia - ftp.chg.ru/pub/gnu/
  Slovenia - ftp.arnes.si/pub/software/gnu
  Spain - ftp.etsimo.uniovi.es/pub/gnu
  Sweden - ftp.isy.liu.se/pub/gnu
  Sweden - ftp.stacken.kth.se
  Sweden - ftp.luth.se/pub/unix/gnu
  Sweden - ftp.sunet.se/pub/gnu (Internet address 130.238.127.3)
      Also mirrors the Mailing List Archives.
  Sweden - swamp.ios.chalmers.se/pub/gnu/
  Switzerland - ftp.eunet.ch/mirrors4/gnu
  Switzerland - sunsite.cnlab-switch.ch/mirror/gnu (Internet address 193.5.24.1)
  United Kingdom - ftp.mcc.ac.uk/pub/gnu (Internet address 130.88.203.12)
  United Kingdom - unix.hensa.ac.uk/mirrors/gnu
  United Kingdom - ftp.warwick.ac.uk (Internet address 137.205.192.14)
  United Kingdom - SunSITE.doc.ic.ac.uk/gnu (Internet address 193.63.255.4)
  
]


------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: Re: Linux desperately nee
Date: 28 May 1999 10:32 GMT

work hard on filters so that MS can change the format?  it 
seems pointless unless MS starts using XML.
-ckm


------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: Re: pc speaker
Date: 28 May 1999 05:02 GMT

>>>>> "dpuryear" == dpuryear  <[EMAIL PROTECTED]> writes:

    dpuryear> In article <[EMAIL PROTECTED]>,
    dpuryear> [EMAIL PROTECTED] wrote:
    >> I would like to change the default pitch and volume of my pc
    >> speaker.  I did
    >> look in the sound-howto and browsed around the kernel source
    >> tree, but didn't
    >> find anything. I assume it is adjustable in the source for a
    >> driver somewhere,
    >> it must be in /usr/src/linux, but I'm a little lost as to
    >> where. Any help?

Try this shell command
 
 echo '^[[10;500]^[[11;1000]'

where  '^['  denotes the  escape  character,  which  can be  typed  by
pressing Ctrl-v  followed by  ESC in bash.   This sets the  PC speaker
bell sound to 500Hz,  duration 1000ms.  Substitute suitable values and
have fun.   My friend and  I have written  a few perl scripts  to play
simple  songs.  :)  [ Hint:  echo ^G  to ring  the bell,  and  use the
'sleep' command/perl function to introduce a suitable delay ]



    dpuryear> I recieved several email replies to this. They all
    dpuryear> suggested I use setterm. However, this does not work
    dpuryear> when in X. For instance, if I am in xterm or xemacs I
    dpuryear> get the default high beep. How would I globably change
    dpuryear> the pitch?

It  doesn't  work in  X,  because xterm  uses  the  XBell function  to
"display" the Ctrl-G (BELL) character.   To achieve the effect, try to
set the bell volume, frequency and duration with 'xset'.

 xset b 100 1000 50

sets  the X  bell sound  to volume  100 (full),  frequency  1000Hz and
duration 50ms.   Read 'man xset' for  details.  (You can  even put the
monitor into standby mode using newer versions of 'xset'.)

After that, do a

 echo ^G

to test the bell sound, where ^G is the Ctrl-G (BELL) character, which
can be typed in bash using the key sequence Ctrl-v Ctrl-g.


Exercise: Write a shell script to play "we wish you a merry christmas".  :P



-- 
Lee Sau Dan                     $(0,X)wAV(B(Big5)                    ~{@nJX6X~}(HZ) 
..----------------------------------------------------------------------------.
| http://www.cs.hku.hk/~sdlee                        e-mail: [EMAIL PROTECTED] |
`----------------------------------------------------------------------------'


------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: Recording sound from line
Date: 28 May 1999 11:02 GMT

I'm running RedHat 6.0 with kernel 2.2.9.  I've got a SoundBlaster AWE 64 Value
sound card.  I usually run KDE as my desktop.

I'm trying to record sound from the line input of the sound card, and I can't
figure out how to do it.  When I connect a source (the CD player on my home
stereo system) to the line input, I can hear the sound through the speakers or
headphones connected to the soundcard, but I can't figure out how to record the
sound to a file.

My mixer settings seem to be OK.

Does anyone know how to record sound from the line input on the sound card?

My ultimate goal is to record some of my old vinyl albums and write them onto
CDs.  Has anyone done this on Linux?  If so, how?

Thanks,


-- 
 Ron Olsen
 Boulder Colorado
 [EMAIL PROTECTED]


------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: Help: Maple V 5.1 &  Suse
Date: 27 May 1999 23:32 GMT

Hello,

I use glib Suse 6.1, Xfree86 3.3.3.1 and Maple V 5.1. Installation was
ok but the follwoing happened:

(Non-X)
>maple
/usr/local/maple/bin_IBM_INTEL_LINUX/mapleTTY: can't load library 'libm.so.5'

So I installed libc-5.4.46bin.tar.gz to 
/usr/i486-linux-libc5/lib

and now it worked.

But NOW xmaple:

>xmaple
/usr/local/maple/bin_IBM_INTEL_LINUX/xmaplev5: can't load library 'libXt.so.6'

When I do : export LD_LIBRARY_PATH="/usr/X11R6/lib"
Then I get a "Segmentation Fault"

hat can I do ? PLEASE help me !

Some more info:
ldd /usr/local/maple/bin_IBM_INTEL_LINUX/xmaplev5
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40000000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40048000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4005a000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x400ff000)
        libdl.so.1 => /lib/libdl.so.1 (0x4010e000)
        libm.so.5 => not found
        libc.so.5 => not found
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40112000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4011b000)
        libc.so.6 => /lib/libc.so.6 (0x40130000)
        /lib/ld-linux.so.1 => /lib/ld-linux.so.2 (0x2aaaa000)

lddlibc5 /usr/local/maple/bin_IBM_INTEL_LINUX/xmaplev5
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4000b000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40053000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40065000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4010a000)
        libdl.so.1 => /lib/libdl.so.1 (0x40116000)
        libm.so.5 => /usr/i486-linux-libc5/lib/libm.so.5 (0x40119000)
        libc.so.5 => /usr/i486-linux-libc5/lib/libc.so.5 (0x40121000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x401e1000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x401ea000)
        libc.so.6 => /lib/libc.so.6 (0x401ff000)
        ld-linux.so.2 => /lib/ld-linux.so.2 (0x402ac000)

> echo $DISPLAY
:0.0

MANY THANKS !
Martin


------------------------------

From: NEWS <[EMAIL PROTECTED]>
Subject: Howto compile IBM Data Ex
Date: 28 May 1999 14:17 GMT

I�ve tried to compile the IBM Data Explorer from www.opendx.org under
Linux, but failed:

WorkspaceW.c: In function `SetValues':
WorkspaceW.c:1533: `XmFormConstraint' undeclared (first use in this
function)
WorkspaceW.c:1533: (Each undeclared identifier is reported only once
WorkspaceW.c:1533: for each function it appears in.)
WorkspaceW.c:1533: parse error before `formcons'
WorkspaceW.c:1539: `formcons' undeclared (first use in this function)
WorkspaceW.c:1539: `XmFormConstraintPtr' undeclared (first use in this
function)WorkspaceW.c: In function `ChangeManaged':
WorkspaceW.c:1888: `XmFormConstraint' undeclared (first use in this
function)
WorkspaceW.c:1888: parse error before `formcon'
WorkspaceW.c:1903: `formcon' undeclared (first use in this function)
WorkspaceW.c:1903: `XmFormConstraintPtr' undeclared (first use in this
function)WorkspaceW.c: In function `ConstraintSetValues':
WorkspaceW.c:2233: warning: passing arg 1 of `RerouteLines' from
incompatible pointer type
make[3]: *** [WorkspaceW.o] Error 1
make[3]: Leaving directory `/tmp/dx-4.0/src/ui++/widgets'

  I am using lesstif as Motif substitute.

  Does anybody know what�s wrong?

  TIA,
 Oliver


------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.misc) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Misc Digest
******************************

Reply via email to