Sponsored Content
Top Forums UNIX for Dummies Questions & Answers issues involving sshd, display and apache. Post 302080328 by reborg on Monday 17th of July 2006 06:55:35 PM
Old 07-17-2006
can you post the output of uname -a.
(remove the hostname if you don't want to post that)

Also run dmesg and check for any abnormal hardware behaviour.

I still think it sounds like a power-save mode.

try:
Code:
find /etc -type f | xargs grep -l power

And see if this returns any filenames.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

apache issues

hi guys! well, as some of you might have noticed, i was having issues getting my linux box going correctly -- well, after some long hours and the help of you guys and my trusty o'reilly linux in a nutshell book, everything's runing great and i'm getting much more comfortable using the file... (3 Replies)
Discussion started by: aenemated
3 Replies

2. IP Networking

Change the root directory for apache, sshd and ftpd

Helo ! I want to do something and I don't know where to start... I want to make a small web hosting server (just for me and a few friends) and for the sake of learning I'd like to make an account for every user. The thing is that I want everyone to log into the server and to be put in his home... (3 Replies)
Discussion started by: Sergiu-IT
3 Replies

3. AIX

It helps in the sshd on sshd.log

Friends, I made the installation of the ssh in the it conspires, I configured in the ssh_config the following parameters.. SyslogFacility AUTH LogLevel INFO that should generate sshd.log in the /var/log.... more no this generating. Somebody could help myself in... (0 Replies)
Discussion started by: sandba
0 Replies

4. UNIX for Dummies Questions & Answers

cal command display issues

I am using AIX version 5.3 I like the cal function because I can print a nice concise view of the calendar for the whole year. I want the calendar to display with 3 months across instead of 2, which is what is happening. My terminal display is set with 67 rows and 140 columns so that should... (0 Replies)
Discussion started by: ruddydaggerwing
0 Replies

5. Web Development

Using IP.Board on FreeBSD, having SQL/Apache Issues

Server: FreeBSD 7.2-RELEASE MYSQL Version: MYSQL 5.1.36 PHP Version: 5.2.10 (apache2handler) IP.Board Version: v3.0.2 Safe Mode: OFF For the most part previously IP.Board, forum software, has run fine without any issues. Regular web pages and .php pages seem to load fine without any issues.... (2 Replies)
Discussion started by: Dark Severance
2 Replies

6. Red Hat

Apache / Tomcat / APR Issues [RHEL]

Evening, I'm posting for help here, because I'll be honest I've reached the end of my tether, hopefully someone can give me some assistance and help me maintain a level of sanity... I maintain a number of webservers on RHEL 5 64Bit (Red Hat Enterprise Linux Server release 5.3 (Tikanga)), the... (2 Replies)
Discussion started by: cpickering
2 Replies

7. Web Development

Apache write permission issues to another user owned directory

Hi I am trying to make a web program which is command line equivalent. i have done the coding in cgi program in perl and html for basic forms to take inputs. when i ran the program from web application i see permission denied messages. after analyzing i found apache is running as wwwrun which... (2 Replies)
Discussion started by: rakeshkumar
2 Replies

8. Linux

Apache httpd configuration - Issues with APR

Hi I have tried setting up of Apache http server - httpd-2.4.25. During configuration, I understand it needs APR to be setup. Hence I have downloaded APR & APR-Util. Performed, tar xvfC apr-1.5.2.tar /root/httpd-2.4.25/srclib/apr What is happening is there is another directory... (1 Reply)
Discussion started by: videsh77
1 Replies

9. Shell Programming and Scripting

Display status of instances in apache - Where to start

Hello, I know this is not a simple question so I just need to know where to start for below project: I am running under Ubuntu 18.04 What I'd like to see in apache page is to display status of particular process pids. ps aux | grep keywords.txt keywords.txt word1 word2 word3 word4... (9 Replies)
Discussion started by: baris35
9 Replies
YM(4)							   BSD Kernel Interfaces Manual 						     YM(4)

NAME
ym -- Yamaha OPL3-SA2 and OPL3-SA3 audio device driver SYNOPSIS
ym* at acpi? ym* at isapnp? ym* at pnpbios? index ? audio* at audiobus? mpu* at ym? opl* at ym? DESCRIPTION
The ym driver provides support for Yamaha YMF711 (OPL3-SA2) and YMF715x (OPL3-SA3) sound devices. The OPL3-SAx device has WSS compatible full-duplex 16bit CODEC, OPL3 FM synthesizer, and MPU401 compatible MIDI I/O port interface. Addi- tionally, OPL3-SA3 has built-in '3D Enhanced' equalizer. The joystick interface is handled by the joy(4) driver. MIXER DEVICE
The mixer device of ym driver can be accessed by mixerctl(1) command. The layout is shown below. dac ------------------------<----- ----------------- midi(OPL3/ZV)->-+----------------------------+->|inputs.midi | cd ->------+-*--------------------------+->|inputs.cd | line ->----*-+-+--------------------------+->|inputs.line | speaker ->----+-+-+--------------------------+->|inputs.speaker | mic ->--*-+-+-+--------------------------+->|inputs.mic | v v v v monitor.monitor | | | --------------- ------- | ------- | | | |record.record|->| A/D |---->| D/A |-*->|inputs.dac |analog | | |conv.|-- ->|conv.| | |output --------------- ------- | | ------- | outputs.master|--> wave v | wave | equalization.*| recording playback ----------------- Note that the 'inputs.dac' is twice as sensitive as other 'inputs' volume variables. The hardware volume changes the 'outputs.master' value. If an external input source is unmuted by setting corresponding 'inputs.*.mute' variable to 'off', the device is never put in global power down or power save mode. This is because if the device is in global power down or power save mode, the output is automatically muted. All the external input sources (CD playback, line input, speaker, and MIC) are muted by default. The 'equalization.*' variables does not exists on OPL3-SA2. The 'equalization.treble' and 'equalization.bass' are enhancement only, and any values below the center position (128) don't take any effect. POWER MANAGEMENT
The ym driver is capable of power management on the OPL3-SAx devices. The following modes can be selected by setting 'power.save' variable of mixerctl(1) to 'powerdown', 'powersave', and 'nosave' respectively. Global power-down mode When a subpart of the device is unused, the part is power-down after a timeout period (specified by 'power.save.timeout' variable of mixerctl(1) in seconds). When all the subparts of the device are unused, and all the external input sources are muted, the driver puts the device in 'Global Power Down' mode. On the global power down mode, the power consumption is minimized (10uA (SA3) or 200uA (SA2) typ.), but the click noise on power up/down the device is rather loud. This mode should not be used with headphones or hi-fi audio systems, or your ears or the systems may be damaged. Power save mode When a subpart of the device is unused, the part is powered-down after a timeout period (specified by 'power.save.timeout' variable of mixerctl(1) in seconds). When all the subparts of the device are unused, and all the external input sources are muted, the driver put the device in 'Power Save' mode. In power save mode, the power consumption is reduced (5mA typ.). The click noise on power up/down of the device is very small, but this operation requires muting/unmuting the device, which make some noise. In order to reduce the noise, setting the master volume at the small value is effective. No power-save mode Once the device is powered-up, it remains on after the use of the device. Once a subpart of the device is powered-up, it shall not be power-down. This mode minimizes click noises on power switching, but maximizes power consumption (30-100mA). On suspending, the device is put into power-save state. SEE ALSO
mixerctl(1), apm(4), audio(4), isapnp(4), joy(4), midi(4), mpu(4), opl(4), pnpbios(4) HISTORY
The ym device driver appeared in NetBSD 1.4. BUGS
Although the parameters of the device are saved and restored on apm(4) suspend/resume, the DMA state is not restored. That is, if the system suspends during playback, this is not continued after suspend/resume cycle. The joystick port is not under power management. If a joy(4) device is configured, the device will never be put in global power down or power save mode. The external devices, such as Zoomed Video port, OPL4-ML/2, modem, and CD-ROM are not supported. BSD
August 14, 2006 BSD
All times are GMT -4. The time now is 01:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy