Sponsored Content
The Lounge What is on Your Mind? The Dark Years of UNIX (2003 - 2011) | A Decade Lost to Legal Battles | YouTube Video Post 303036632 by Neo on Friday 5th of July 2019 09:06:14 AM
Old 07-05-2019
Next video I will be more careful about small font sizes for sure Smilie

On mobile, the text is too small for sure (it's ok on my 34" monitor, LOL)

Especially since I am too lazy to do voice overs, I will try to make the text easier to read on mobile and small screens.
This User Gave Thanks to Neo For This Post:
 

8 More Discussions You Might Find Interesting

1. Cybersecurity

Unix attacks in the last 5 years.

Hi, Could anyone direct me to any sites that have any info on unix attcks or hacks in the last 5 years. This is needed for an assignment. All help would be greatly appreciated. Thanks:) (6 Replies)
Discussion started by: suzant
6 Replies

2. What is on Your Mind?

Cool YouTube Video: Here Comes Another Bubble - The Richter Scales!

You will like this :) fi4fzvQ6I-o (2 Replies)
Discussion started by: Neo
2 Replies

3. UNIX for Dummies Questions & Answers

Unix Command to separate this years files and last years?

Hello - I have a folder that contains files from 2003 till 2010. I am trying to figure out a command that would seperate each years file and show me a count? Even if i can find a command that would give me year by year count, thats good enough too. Thanks (8 Replies)
Discussion started by: DallasT
8 Replies

4. Windows & DOS: Issues & Discussions

Microsoft Powerpoint 2003 stops working after 12 April 2011 Microsoft Updates

For the benefit of the community this is a widespread worldwide problem affecting multiple versions of Microsoft Windows. Powerpoint erroneously reports Powerpoint presentation damaged and then often hangs. Until Microsoft sort this out, try removing Powerpoint security update KB 2464588... (0 Replies)
Discussion started by: methyl
0 Replies

5. OS X (Apple)

Video Contact Sheet on Lion from movies downloaded youtube MP4

Hi I am running Lion with latest patches > uname -a Darwin wger.local 11.2.0 Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 x86_64 Installed mplayer, ffmpeg, gnu-getopt and ImageMagick through brew. I am unable to generate Video Contact... (0 Replies)
Discussion started by: slashdotweenie
0 Replies

6. What is on Your Mind?

Top 5 Roadblocks to a Secure Cyberspace in 2019 | YouTube Video

Here is a shout-out to wisecracker, who selected the sound track for this new video: Top 5 Roadblocks to a Secure Cyberspace in 2019 https://youtu.be/2rXo_ywM-NQ (7 Replies)
Discussion started by: Neo
7 Replies

7. What is on Your Mind?

The Great History of UNIX (1969-1999) | 30 Years of UNIX History | YouTube Video

I am pleased to announce this new video in 1080 HD for UNIX lovers honoring thirty years of UNIX history spanning from 1969 to 1999 presented in 150 seconds (two and a half minutes) in 1080 HD, celebrating the 50th anniversary of UNIX. The Great History of UNIX (1969-1999) | 30 Years of UNIX... (8 Replies)
Discussion started by: Neo
8 Replies

8. What is on Your Mind?

YouTube: Forum Moderation @UNIX.com | The UNIX and Linux Forums

Forum Moderation @UNIX.com | The UNIX and Linux Forums https://youtu.be/WGwgibE4Rq0 Also note: In the video I mentioned removing legacy menu items in the ModCP which are unused. I have already "CSS'ed out" the unused menu items: ... (0 Replies)
Discussion started by: Neo
0 Replies
SMMIXER(8)						     Linux Programmer's Manual							SMMIXER(8)

NAME
smmixer - get/set Linux soundcard packet radio modem driver mixer SYNOPSIS
smmixer [-i device] [ params ] DESCRIPTION
smmixer displays and/or sets the input source and input and output levels of a soundcard modem port. OPTIONS
smmixer accepts the following option: -i The device argument specifies the soundcard modem device which should be configured or interrogated. It will usually have the fol- lowing form: sm[0-3]. PARAMETERS
The AD1848 (WSS) mixer accepts the following parameters: ol=val sets the level of the left output to the specified value. Legal values are from -100..0dB. or=val sets the level of the right output to the specified value. Legal values are from -100..0dB. o=val sets the level of both outputs to the specified value. Legal values are from -100..0dB. il=val sets the level of the left input to the specified value. Legal values are from 0..43dB. ir=val sets the level of the right input to the specified value. Legal values are from 0..43dB. i=val sets the level of both inputs to the specified value. Legal values are from 0..43dB. sl=val sets the source of the left input to the specified value. Legal values are line, aux1, mic or dac. sr=val sets the source of the right input to the specified value. Legal values are line, aux1, mic or dac. s=val sets the source of both inputs to the specified value. Legal values are line, aux1, mic or dac. The CT1335 (SB2.x) mixer accepts the following parameter: o=val sets the output level to the specified value. Legal values are from -46..0dB. The CT1345 (SBPro) mixer accepts the following parameters: ol=val sets the level of the left output to the specified value. Legal values are from -46..0dB. or=val sets the level of the right output to the specified value. Legal values are from -46..0dB. o=val sets the level of both outputs to the specified value. Legal values are from -46..0dB. s=val sets the input source to the specified value. Legal values are mic, cd or line. The CT1745 (SB16, SB32 AWE) mixer accepts the following parameters: ol=val sets the level of the left output to the specified value. Legal values are from -62..18dB. or=val sets the level of the right output to the specified value. Legal values are from -62..18dB. o=val sets the level of both outputs to the specified value. Legal values are from -62..18dB. il=val sets the level of the left input to the specified value. Legal values are from -62..18dB. ir=val sets the level of the right input to the specified value. Legal values are from -62..18dB. i=val sets the level of both inputs to the specified value. Legal values are from -62..18dB. s=val enables the specified value as a source. Legal values are line, line.l, line.r, midi, midi.l, midi.r, cd, cd.l, cd.r or mic. CONSIDERATIONS
It is important that the audio levels of your radio match those of the soundcard. To help achieve this, use the smdiag utility. This utility can only be used after the interface is started up, i.e. after ifconfig sm? up. The sound driver and the soundcard modem driver are mutually exclusive, i.e. they cannot both access the same soundcard at the same time. Even worse, the sound driver reserves the soundcard as soon as it gets loaded. The souncard modem driver however reserves the card only when the interface is started, i.e. during ifconfig if up. 9600 baud may not currently work on SoundBlaster cards with DSP revision 4.x, i.e. SB16 and SB32 AWE. This is because they seem to not be fully backwards compatible. SEE ALSO
smdiag (8), sethdlc (8), linux/drivers/net/soundmodem.c AUTHOR
smmixer was written by Thomas Sailer (t.sailer@alumni.ethz.ch). Smmixer 0.1 1 October 1996 SMMIXER(8)
All times are GMT -4. The time now is 12:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy