что на скрине?(:
а что, deb-пакетом слабО?
и распаковать. не?
 deb-extract() {
if [ -z "`echo $1|grep deb`" ]; then echo 'No input file specified'; exit 0; fi
[ -d $1-extracted ] || mkdir $1-extracted
type=`ar -t $1 | grep data`
[ -n "`echo $type|grep tar.gz`" ] && ar -p $1 data.tar.gz | tar zx -C $1-extracted
[ -n "`echo $type|grep tar.bz2`" ] && ar -p $1 data.tar.bz2 | tar jx -C $1-extracted
[ -n "`echo $type|grep tar.lzma`" ] && ar -p $1 data.tar.lzma | unlzma | tar x -C $1-extracted
echo 'Done'
exit 0
}
off220, *box или другой WM по тебе так и плачет..^_^
jack, esd, pulse не установлены.
VIA HDA VT82xx Analog первая в списке. список применен для всех выводов. все равно чтота не то.
[[email protected] ~]$ yaourt kaffeine
1 extra/kaffeine 1.0pre3-1
  KDE media player
2 aur/kaffeine-sc 0.3.9svn-1 (Out of Date) (4)
  Plugin for Kaffeine player for viewing DVB-S encoded channels
3 aur/kaffeine-premiere-epg-plugin 0.0.1-1 (4)
  Plugin, that grabs the EPG from Premiere 'Direkt' Channels & the Sports Feeds (Astra 19.2E - Prov. ID: 0501).
4 aur/kaffeine-kde4-svn 1083126-3 (97)
  Multimedia player for KDE4
5 aur/kaffeine-kde3 0.8.8-1 (1)
  Multimedia Player, based on Xine (KDE3 Version)
==>  Enter n° (separated by blanks, or a range) of packages to be installed
==>   ----------------------------------------------
==>
upd.
см. 1ый пост
при записи с заднего входа все идеально чисто, даже в стерео пишетса.
нету виндов. но в дебиане точно писки были.
хз насчет помех..ладно, забил уже, юзаю вход на задней панели.
Надоело слушать гул кулера компьютера. Решил заюзать fancontrol - залез в гугл, первая же ссылка - на вики арча (:
настроил как и надо было. правда не трогал sensors.conf -
$sensors
показывал RPM для кулера:
[[email protected] ~]$ sensors|grep fan
fan1:          0 RPM  (min = 3515 RPM, div = 128)  ALARM
fan2:       2343 RPM  (min = 4017 RPM, div = 8)  ALARM
fan3:          0 RPM  (min =  878 RPM, div = 128)  ALARM
fan4:          0 RPM  (min = 1318 RPM, div = 128)  ALARM
fan5:          0 RPM  (min = 10546 RPM, div = 128)  ALARM
(fan2)
выполнил от рута
# pwmconfig
вот вывод -
[[email protected] ~]# pwmconfig 
# pwmconfig revision 5770 (2009-09-16)
This program will search your sensors for pulse width modulation (pwm)
controls, and test each one to see if it controls a fan on
your motherboard. Note that many motherboards do not have pwm
circuitry installed, even if your sensor chip supports pwm.
We will attempt to briefly stop each fan using the pwm controls.
The program will attempt to restore each fan to full speed
after testing. However, it is ** very important ** that you
physically verify that the fans have been to full speed
after the program has completed.
Found the following devices:
   hwmon0/device is coretemp
   hwmon1/device is coretemp
   hwmon2/device is w83627dhg
Found the following PWM controls:
   hwmon2/device/pwm1
   hwmon2/device/pwm2
hwmon2/device/pwm2 is currently setup for automatic speed control.
In general, automatic mode is preferred over manual mode, as
it is more efficient and it reacts faster. Are you sure that
you want to setup this output for manual control? (n) n
   hwmon2/device/pwm3
   hwmon2/device/pwm4
Giving the fans some time to reach full speed...
Found the following fan sensors:
   hwmon2/device/fan1_input     current speed: 0 ... skipping!
   hwmon2/device/fan2_input     current speed: 2311 RPM
   hwmon2/device/fan3_input     current speed: 0 ... skipping!
   hwmon2/device/fan4_input     current speed: 0 ... skipping!
   hwmon2/device/fan5_input     current speed: 0 ... skipping!
Warning!!! This program will stop your fans, one at a time,
for approximately 5 seconds each!!!
This may cause your processor temperature to rise!!!
If you do not want to do this hit control-C now!!!
Hit return to continue: 
Testing pwm control hwmon2/device/pwm1 ...
  hwmon2/device/fan2_input ... speed was 2311 now 2311
    no correlation
No correlations were detected.
There is either no fan connected to the output of hwmon2/device/pwm1,
or the connected fan has no rpm-signal connected to one of
the tested fan sensors. (Note: not all motherboards have
the pwm outputs connected to the fan connectors,
check out the hardware database on http://www.almico.com/forumindex.php)
Did you see/hear a fan stopping during the above test (n)? n
Testing pwm control hwmon2/device/pwm3 ...
  hwmon2/device/fan2_input ... speed was 2311 now 2343
    no correlation
No correlations were detected.
There is either no fan connected to the output of hwmon2/device/pwm3,
or the connected fan has no rpm-signal connected to one of
the tested fan sensors. (Note: not all motherboards have
the pwm outputs connected to the fan connectors,
check out the hardware database on http://www.almico.com/forumindex.php)
Did you see/hear a fan stopping during the above test (n)? n
Testing pwm control hwmon2/device/pwm4 ...
  hwmon2/device/fan2_input ... speed was 2311 now 2343
    no correlation
No correlations were detected.
There is either no fan connected to the output of hwmon2/device/pwm4,
or the connected fan has no rpm-signal connected to one of
the tested fan sensors. (Note: not all motherboards have
the pwm outputs connected to the fan connectors,
check out the hardware database on http://www.almico.com/forumindex.php)
Did you see/hear a fan stopping during the above test (n)? n
Testing is complete.
Please verify that all fans have returned to their normal speed.
The fancontrol script can automatically respond to temperature changes
of your system by changing fanspeeds.
Do you want to set up its configuration file now (y)? n
[[email protected] ~]# 
`что я сделал не так, почему ничего не работает? ` ©
[[email protected] ~]$ lspci|grep -i audio
80:01.0 Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) (rev 10)
[[email protected] ~]$ amixer
Simple mixer control 'Master Front',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 24 [77%] [1.75dB] [on]
  Front Right: Playback 24 [77%] [1.75dB] [on]
Simple mixer control 'Headphone',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 27
  Mono:
  Front Left: Playback 27 [100%] [0.00dB] [on]
  Front Right: Playback 27 [100%] [0.00dB] [on]
Simple mixer control 'PCM',0
  Capabilities: pvolume penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 255
  Mono:
  Front Left: Playback 255 [100%] [0.00dB]
  Front Right: Playback 255 [100%] [0.00dB]
Simple mixer control 'Front',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 27
  Mono:
  Front Left: Playback 22 [81%] [-8.75dB] [off]
  Front Right: Playback 22 [81%] [-8.75dB] [off]
Simple mixer control 'Front Mic',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-40.25dB] [off]
  Front Right: Playback 0 [0%] [-40.25dB] [off]
Simple mixer control 'Line',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-40.25dB] [off]
  Front Right: Playback 0 [0%] [-40.25dB] [off]
Simple mixer control 'CD',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 0 [0%] [-40.25dB] [off]
  Front Right: Playback 0 [0%] [-40.25dB] [off]
Simple mixer control 'Mic',0
  Capabilities: pvolume pswitch penum
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 31
  Mono:
  Front Left: Playback 31 [100%] [14.00dB] [off]
  Front Right: Playback 31 [100%] [14.00dB] [off]
Simple mixer control 'IEC958',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [off]
Simple mixer control 'IEC958 Default PCM',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch penum
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 20
  Front Left: Capture 20 [100%] [35.00dB] [on]
  Front Right: Capture 20 [100%] [35.00dB] [on]
Simple mixer control 'Capture',1
  Capabilities: cvolume cswitch penum
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 20
  Front Left: Capture 20 [100%] [35.00dB] [on]
  Front Right: Capture 20 [100%] [35.00dB] [on]
Simple mixer control 'Digital',0
  Capabilities: cvolume penum
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 120
  Front Left: Capture 108 [90%] [24.00dB]
  Front Right: Capture 108 [90%] [24.00dB]
Simple mixer control 'Independent HP',0
  Capabilities: enum
  Items: 'OFF' 'ON'
  Item0: 'OFF'
Simple mixer control 'Input Source',0
  Capabilities: cenum
  Items: 'Stereo Mixer' 'Mic' 'Front Mic' 'Line' 'CD'
  Item0: 'Mic'
Simple mixer control 'Jack Detect',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [on]
Simple mixer control 'Smart 5.1',0
  Capabilities: pswitch pswitch-joined penum
  Playback channels: Mono
  Mono: Playback [on]
я со всем что можно игрался. пищит..