28
export OPENH323DIR
LD_LIBRARY_PATH=$PWLIBDIR/lib:$OPENH323DIR/lib
export LD_LIBRARY_PATH
Now you are all done!
4.5 Mixer Program
The OPENH323 software also comes with a mixer program called aumix. The program
can be run as a tab controlled GUI or through the command shell. The mixer lets you set
levels for volume, mic in, speakers, etc. In the PCM-5896, the application must be run on
the command line. For details on how to specify options on the command line, please
refer to the man pages on any standard Linux distribution.
5. CONFIGURING THE WAVELAN INTERFACE
Bringing up the wvlan0 interface is less than straightforward on the PCM-5896. The
lack of configuration utilities does not make this any easier. The wvlan_cs driver gets
auto-loaded at boot time albeit with the incorrect parameters. This is what you need to
do to be able to ping the other hosts on the network:
ifconfig eth0 192.168.1.132 //make sure that the Ethernet interface is
already configured
ifconfig wvlan0 down //Unbusy wvlan0 interface
rmmod wvlan_cs // Unload driver for PCMCIA wavelan
modprobe wvlan_cs Network_Name = “ Same network name as
other\ Wavelan card” port_type=3 channel=3
// bring up driver with correct options (port_type=3 sets it in Ad-Hoc mode
You should now be able to see the driver come up listing all the available channels.
ifconfig wvlan0 192.168.1.132 //configure wavelan interface with the
correct IP address
ifconfig eth0 down // Take down Ethernet card interface because
we don’t need it
Now we can ping the other host.
If you don’t want to do this every time you can include the commands in the .bashrc
file under your home directory.
Kommentare zu diesen Handbüchern