Look in the SessionData folder and delete any files and folders you find there.
Audacity failed to write to a file. Perhaps is not writable or the disk is full
This error message is telling you that the disk you are using is full, or possibly the disk or file you are trying to write to is write-protected.
For details of how to fix this please see Error: Disk full or not writable.
Audacity Configuration Error
This error message is telling you that (at least) one of your audacity settings files has become unwritable. Possibly the file of the drive it is on has become locked.
For details of how to fix this please see Error: Audacity Configuration Error.
Unsuitable drive
This error message is telling you that the drive you are trying to use is unsuitable for Audacity .
For details of how to fix this please see Error: Unsuitable drive.
Pasting one type of track into another is not allowed
This means that you have tried to paste a track of one type (audio track, label track, note track) into another track not of the same type.
This does not make sense and is blocked by Audacity.
Copying stereo audio into a mono track is not allowed
While it is possible to copy from a mono track to a stereo track (Audacity places the same content in both the left and right channels) Audacity cannot paste from Stereo to mono as the two channels are likely to have different audio data.
There is not enough room available to paste the selection.
If there is sufficient room to paste the selection that you placed on the Audacity clipboard with Cut or Copy without moving the succeeding clips then the Paste will take place.
If there is insufficient space then this error message will be shown and the clipboard contents will not be pasted.
There is not enough room available to expand the cut line.
If you have turned «on» «Enable cut lines» in Tracks behaviors preferences you can then click on the cut line at any time to restore the cut audio.
If there is insufficient room to restore the cut audio without moving succeeding clips the this error will be shown and the cut audio will not be restored.
Audacity failed to open a file in .
Audacity was unable to open a file — the file or the drive may be bad.
Audacity failed to read from a file in .
Audacity was unable to read a file — the file or the drive may be bad.
Resampling failed
This only happens if:
- resampling attempts to resample samples it does not have
- the resampler says it has produced a negative number of samples.
For details please see Error: Resampling.
Bad data size. Could not import audio.
You should not encounter this message in normal Audacity use.
This can only be produced with a carefully doctored bogus non-WAV file.
Batch command . not recognized
This error may sometimes occur for one or more commands in a Macro when updating from a previous Audacity version. The error may also occur if users sharing Macro have different Audacity versions or different versions of the plugins used in the Macro.
See the Macros page for more details.
Unable to export
There are many Unable to Export traps in Audacity. These all have a help button wg=chich links to the following landing page this landing page Error: Unable to export.
They additionally give a code number that tells us what the error was.
Errors on opening an Audacity project
You may get an error if you try to open an AUP3 project file that was created in a later version of Audacity.
You will need to upgrade to the latest version of Audacity in order to open this project file.
Cryptic system/database errors
In rare situations you may get what looks like a cryptic database error message. These messages contain valuable data for the developers to help the resolve the issue.
The message may have a Show Log button. If it does please press that and send us a screenshot of the full error message with that log, as that will give us valuable data for analysis of the issue.
Источник
Audacity Forum
For questions, answers and opinions
Error opening sound device. Try changing the audio host, recording device and the project sample rate
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from » Help menu > About Audacity«.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Error opening sound device. Try changing the audio host, recording device and the project sample rate
Post by steph4d » Mon Mar 30, 2020 10:08 pm
Re: Error opening sound device. Try changing the audio host, recording device and the project sample rate
Post by steph4d » Wed Apr 08, 2020 7:39 pm
Re: Error opening sound device. Try changing the audio host, recording device and the project sample rate
Post by DVDdoug » Wed Apr 08, 2020 8:22 pm
. It’s almost never a sample rate problem. The drivers are supposed to take care of any required sample rate conversion.
First, make sure you’ve selected the USB device as your Recording Device . That same toolbar has the audio host options. The audio host is a protocol or communication standard for how the application (Audacity) communicates with the driver. Any/all of the choices should work because those things use the Microsoft-supplied drivers.
If you haven’t done so already, try a different USB cable. Or, the cassette player may simply be defective. Those things are cheaply made and lots of people seem to have trouble with them.
You can also try re-installing the driver which will sometimes fix strange problems —
Right-click Windows Start icon and open the Device Manager.
Open Universal Serial Bus Controllers (at the bottom of the list).
Right-click on the USB audio device and select Uninstall Device.
Unplug and re-plug the USB and the driver should automatically re-install and sometimes it will reset-reconfigure the driver and start working.)
Re: Error opening sound device. Try changing the audio host, recording device and the project sample rate
Post by ZanyT » Tue Jun 15, 2021 4:43 pm
Re: Error opening sound device. Try changing the audio host, recording device and the project sample rate
Post by jademan » Wed Jun 16, 2021 6:53 pm
This all sounds correct; however, I wouldn’t actually have Audacity putting anything out to the speakers so make sure both software playthrough and overdub are turned off in Edit > Preferences > Recording.
Источник
Arch Linux
You are not logged in.
#1 2015-09-13 13:36:08
[SOLVED] ALSA sound not working
The problem is exaclty what the title says. The sound doesn’t work. I went through https://wiki.archlinux.org/index.php/Ad … chitecture. ALSA feels seriously underdocumented, at least for me.
I installed alsa-utils.
When I try to play music through audacious, which I found that it directly talks to ALSA, I get the following error:
Here’s my system:
These are my observation/experiments:
And my system is up-to-date. I don’t know how to proceed. Similar posts here doesn’t work/ or are not exacly similar to my case.
Last edited by bibek22 (2015-09-16 04:41:26)
#2 2015-09-13 15:08:20
Re: [SOLVED] ALSA sound not working
The error that you have usually mean that your sound card were not recognized.
A few things to check. You must have:
alsa-lib alsa-plugins alsa-utils
installed. Be sure pulseaudio is not installed. You should start with no /etc/asound.conf /var/lib/alsa/asound.state
/.asoundrc ; remove these files if you have them. Your sound should work out of the box. You may have to unmute the channels with alsamixer. To do test, play a .wav file with alsaplay. You may also try as root to check if this is a permission problem. If you still have problems, it could mean that your sound card is not or badly supported. You will have to search the net with the specific model of your sound card. Sometimes some «magic options» in modprobe.conf might help.
Last edited by olive (2015-09-13 15:09:58)
#3 2015-09-14 01:48:53
Re: [SOLVED] ALSA sound not working
I installed audacity before checking the sound actually worked. And I think I installed some pulse-related packages. I am used to pavucontrol, coming from Linux Mint. So, I tried installed pavucontrol, but it required pulseaudio. I went ahead and installed both the packages and pulseaudio-alsa and few packages which pacman suggested. Voila, sound worked now. Not totally configured to play from USB audio, however. But I could totally do that with pactl. This was before you replied.
Keybinding for sound control were not working, but I could fix that myself. However, It still remains unclear to me what the problem was or if there ever was one before installing pulseaudio. So, I uninstalled pulseaudio and other packages which depended on it.
And the sound is now back to where it was.
Starting audacious greets me with:
and
Identical result for doing it as root.
Those files you mentioned — I removed /var/lib/alsa/asound.state and other two weren’t there.
I am looking for modprobe.conf tricks for my sound card. Meanwhile, any more insight into this would be very welcome.
Also I am wondering what snd_mixer_find_selem, snd_pcm_open, and snd_pcm_dmix_open are!
Edit:
I googled for the specific model of sound card. This line was suggested to /etc/modprobe.d/alsa-base.conf :
That solves audacious complaing about snd_pcm_open and snd_mixer_find_selem.
says «playing WAVE . «
But I can hear no sound. Also no sound card is muted.
Last edited by bibek22 (2015-09-14 02:58:45)
Источник
Adblock
detector
-
Anyman
- Новичок
- Сообщения: 7
- Зарегистрирован: 15 май 2019, 11:56
iVMS-4200 и ошибка PlayCtrl.dll
Стояла камера hikvision DS-2CD2532F-IS звук с камеры передавался нормально.
Поменял на hi.watch DS-I452S теперь при попытке включить аудио пишет «Не удалось открыть аудиофайл. Ошибка кода PlayCtrl.dll»
Dll, вроде, на месте: «c:Program Files (x86)iVMS-4200 SiteiVMS-4200 ClientClientPlayerPlayCtrl.dll» и «c:Program Files (x86)iVMS-4200 SiteiVMS-4200 ClientPlayerPlayCtrl.dll»
Кодирование аудио в камере: G.711ulow.
Где порыть?
-
GenaSPB
- Модератор
- Сообщения: 10893
- Зарегистрирован: 20 апр 2010, 11:33
- Откуда: Санкт-Петербург
- Контактная информация:
Re: iVMS-4200 и ошибка PlayCtrl.dll
Сообщение
GenaSPB » 25 дек 2019, 00:08
В настройках камеры стоит тип потока Видео и Аудио? на основной и доп поток?
-
Anyman
- Новичок
- Сообщения: 7
- Зарегистрирован: 15 май 2019, 11:56
Re: iVMS-4200 и ошибка PlayCtrl.dll
Сообщение
Anyman » 25 дек 2019, 11:48
GenaSPB писал(а): ↑
25 дек 2019, 00:08
В настройках камеры стоит тип потока Видео и Аудио? на основной и доп поток?
У меня в «Типе потока» — основной, вторичный, третий.
А, вот, в «Типе видео» два варианта: «Видео» и «Видео и аудио». Выбрал «Видео и аудио» и заработало!
Спасибо за направление для поиска!
-
CountZero
- Специалист
- Сообщения: 118
- Зарегистрирован: 31 мар 2014, 15:15
- Откуда: Беларусь. Минск
- Контактная информация:
Re: iVMS-4200 и ошибка PlayCtrl.dll
Сообщение
CountZero » 19 сен 2022, 14:36
Добрый день.
Такая же проблема: ошибка кода playctrl.dll 2 Не удалось задать громкость
Причем на одних АРМ звук есть, а на двух — нету.
На камере выставлен поток видео+аудио
Вернуться в «IP видеонаблюдение»
Перейти
- Правила форума
- Если не зайти на форум
- Видеонаблюдение
- ↳ Общие вопросы по видеонаблюдению
- ↳ IP видеонаблюдение
- ↳ Аналоговые системы видеонаблюдения
- ↳ HD видеонаблюдение по коаксиальному кабелю (HD-SDI, AHD, HD-CVI и т.п.)
- ↳ FAQ. Основы видеонаблюдения.
- Оборудование из Китая (ebay, aliexpress, taobao, 409shop и т.п.)
- ↳ Помогите выбрать
- ↳ Оборудование из Китая — общие вопросы
- ↳ Восстановление и настройка
- ↳ Обзоры оборудования
- ↳ Отправка, доставка, гарантия, возврат
- Охранные и пожарные сигнализации, контроль доступа и прочие системы безопасности
- ↳ Охранные и пожарные сигнализации, пожаротушение и т.п.
- ↳ Контроль доступа, домофоны, учет рабочего времени.
- ↳ Турникеты, шлагбаумы, автоматические ворота.
- ↳ Монтаж
- ↳ Инструкции и нормативные документы.
- Все остальное
- ↳ Работа
- ↳ Предложения и запросы
- ↳ Курилка
Версия прошивок и всё остальное оказалось ни причем!
Решение: -Подключаем монитор и мышку к видеорегистратору, заходим в меню «Конфигурация записи», «Параметры», в появившемся меню снизу будет кнопка «дополнительные», нажимаем, в появившемся окне ставим галочку напротив «запись аудио».
Вуа-ля, запись видео и аудио идёт на архив. Фото прикрепляю ниже.
Источник
Форум по системам видеонаблюдения и безопасности.
Форум по системам видеонаблюдения, безопасности, пожарным и охранным сигнализациям, контролю доступа.
HikVision Подружиться с аудиозаписью
HikVision Подружиться с аудиозаписью
Сообщение fanni2020 » 21 июн 2018, 13:58
Добрый день, друзья!
Работают у меня 2 отличных камеры DS-2CD2420F-I , с аудио-записью, в двух разных офисах.
Если заходить на данные камеры напрямую и в режиме онлайн включить звук, то все отлично слышно.
Тепер у меня дома (3 ip адрес) стоит регистратор HikVision DS-7108NI-SN и к нему подключены обе камеры, можно зайти посмотреть как в онлайне, так и в архиве ВИДЕОЗАПИСЬ, а вот с аудио — ПРОБЛЕМА. Ни в онлайне, ни в архиве, — звук с камер не работает.
Прошу подсказать в каком месте искать проблему.
Всем спасибо!
Re: HikVision Подружиться с аудиозаписью
Сообщение kROOT » 21 июн 2018, 15:56
Re: HikVision Подружиться с аудиозаписью
Сообщение fanni2020 » 21 июн 2018, 16:25
Re: HikVision Подружиться с аудиозаписью
Сообщение GenaSPB » 21 июн 2018, 18:05
Re: HikVision Подружиться с аудиозаписью
Сообщение kROOT » 21 июн 2018, 19:59
Re: HikVision Подружиться с аудиозаписью
Сообщение Tюрин ВВ » 22 июн 2018, 21:12
fanni2020, помимо настроек звука в камере, необходимо настроить запись звука и в nvr.
REM — Только вот сдается мне, что Ваш nvr умеет писать звук — исключительно со своего одного аналогового входа.
Re: HikVision Подружиться с аудиозаписью
Сообщение GenaSPB » 22 июн 2018, 22:24
Re: HikVision Подружиться с аудиозаписью
Сообщение Тюрин ВВ » 25 июн 2018, 09:25
Ну хотя бы с того что, аналоговой AUDIO IN (который таки есть у данного NVR) обязан быть связан хотя бы с одним из видеоканалов (по аналогии с DVR-ами чаще всего с первым каналом).
Ну а теперь, исходя из жизненного опыта, вопрос на сообразительность:
— Так что же будет записывать данный NVR по первому каналу
а) сжатый ШЗ аудио поток, получаемый от микрофона ШЗ камеры,
б) или же будет сам сжимать несжатый аналоговый сигнал микрофона подключенного к собственному audio IN на борту NVR и записывать по первому каналу уже его?
Re: HikVision Подружиться с аудиозаписью
Сообщение GenaSPB » 25 июн 2018, 11:01
Re: HikVision Подружиться с аудиозаписью
Сообщение AlienP666 » 25 июн 2018, 11:47
Тюрин ВВ писал(а): Ну хотя бы с того что, аналоговой AUDIO IN (который таки есть у данного NVR) обязан быть связан хотя бы с одним из видеоканалов (по аналогии с DVR-ами чаще всего с первым каналом).
Ну а теперь, исходя из жизненного опыта, вопрос на сообразительность:
— Так что же будет записывать данный NVR по первому каналу
а) сжатый ШЗ аудио поток, получаемый от микрофона ШЗ камеры,
б) или же будет сам сжимать несжатый аналоговый сигнал микрофона подключенного к собственному audio IN на борту NVR и записывать по первому каналу уже его?
Re: HikVision Подружиться с аудиозаписью
Сообщение Тюрин ВВ » 26 июн 2018, 21:07
Источник
Настройка звука в системах видеонаблюдения
Настройка звука в системах видеонаблюдения
Сегодня многие камеры видеонаблюдения выпускаются со встроенными микрофонами и динамиками для обеспечения не только записи видео, но и звука, а также двусторонней аудиозаписи. При этом основная задача обработки аудио в видеонаблюдении – записать и услышать разборчивую звуковую картину в месте установки видеокамеры.
Качество звука в видеонаблюдении, к сожалению зачастую не очень хорошее, т.к. традиционно считается чем-то вторичным и относится к маловажным функциям. Если же нужна действительно качественная запись звука – следует использовать специализированные системы аудиозаписи.
В видеонаблюдении наиболее распространена запись звука с битрейтом 64 кбит/с и кодированием G.711 a-law. Этот кодек поддерживают практически все IP камеры и регистраторы.
G.711 – стандарт аудио кодирования 1972 года, предназначенный изначально для использования в телефонии с частотой 8 бит/кадр, при 8000 кадров/секунду и потоком данных 64 кбит/с. Сигнал передается в несжатом виде.
Кроме этого, значительно реже, в видеонаблюдении используются следующие аудиокодеки:
G.726 – аудио кодек ADPCM с битрейтом в 16, 24, 32 (наиболее часто), и 40 кбит/с. Используется в телефонных сетях системы DECT, а также некоторых IP камерах.
G.729 – узкополосный речевой кодек, который применяется для эффективного цифрового представления узкополосной телефонной речи с битрейтом 6.4, 8(наиболее часто) и 11.8 кбит/с.
AAC — это многоканальный алгоритм кодирования аудио, поддерживающий потоковую передачу, очень гибкий кодек с битрейтом от 2 кбит/с и выше с наиболее качественным звуком из описанных выше кодеков.
Поддержка кодека G.711 a-law встроена практически во все процессоры для IP камер и регистраторов, остальные кодеки, несмотря на все свои преимущества, требуют дополнительных микросхем (и финансовых затрат), поэтому используются редко.
Если у вас система видеонаблюдения позволяет осуществить запись звука, то ее нужно предварительно настроить в специализированном программном обеспечении для видеомониторинга.
В различных программах это делается по-разному. Рассмотрим несколько примеров настройки звука.
Источник
Hik-Connect: не удалось воспроизвести видео. Код ошибки: (260015) (БЫСТРОЕ ИСПРАВЛЕНИЕ)
Этот тип ошибок отображается на IP-камерах или видеорегистраторах Hikvision при попытке воспроизведения отснятого материала через приложение Hik-Connect.
Случайно вы можете получить сообщение об ошибке следующего содержания: не удалось воспроизвести видео. Код ошибки: (260015) . Буферизация канала достигает высоких процентных уровней, таких как 75% или 90%, а затем отображается черный экран с сообщением об ошибке.
Иногда эта ошибка также отображается в режиме реального времени. Вы просто открываете режим live, чтобы увидеть камеры, и некоторые из них могут отображаться нормально, в то время как другие выходят из строя и отображают код ошибки 260015.
В некоторых случаях вы можете увидеть другое сообщение следующего содержания: “Не удалось выполнить поиск видео” или “ (Код ошибки 245416)” .
Запутанный аспект заключается в том, что камеры отображаются правильно, когда вы просматриваете их непосредственно через видеорегистратор, веб-браузер или компьютерное программное обеспечение. Это просто сбой в приложении Hik-Connect phone. Ниже мы покажем вам несколько способов исправить эту ошибку.
Как исправить код ошибки Hikvision 260015?
Проблема в основном вызвана тем, что серверы Hikvision достигли своего предела. По сути, они не могут обрабатывать весь трафик на своих серверах, поэтому просмотр в реальном времени (или воспроизведение) не загружается. Это особенно актуально, если в вашей системе установлено несколько камер с высоким разрешением.
Есть вещи, которые вы можете сделать, чтобы устранить проблему, либо изменить кодировку видео, либо понизить разрешение.
Сообщалось, что эта ошибка устраняется путем изменения кодировки видео с H265 + на H265 (а иногда и наоборот).
Итак, перейдите в настройки видео вашего NVR (или автономной камеры) и переключите режим кодирования видео. (Примечание: этот метод не будет работать при переключении на H264).
Другой способ — снизить разрешение. Качество изображения будет ниже, но вы не получите код ошибки 260015. Итак, если ваши камеры 4 Мп, установите для них значение 2 Мп или просто понизьте рейтинг половины из них и протестируйте режим live с помощью приложения Hik-Connect.
Кроме того, вы можете попытаться снизить битрейт. Если скорость 8 Мбит / с, уменьшите ее на 4 Мбит / с и посмотрите, исправлено ли это. Мы бы рекомендовали сначала снизить битрейт, а затем, если это не работает, уменьшить разрешение.
Наконец, вы также можете снизить частоту кадров, но не ниже 15 кадров в секунду, иначе изображение будет прерывистым.
Обновите прошивку
Служба поддержки Hikvision заявила, что эта ошибка связана с ошибками в прошивке устройства, которые с тех пор были исправлены.
Необходимо обновить камеру или видеорегистратор до последней версии прошивки. Обратитесь в компанию Hikvison или к вашему дилеру-продавцу и обновите все свои устройства до последней версии программного обеспечения.
Сообщалось, что обновление прошивки исправляет эту ошибку в продуктовых линейках ColorVu и Hi (и других OEM-производителей, которые продаются под сторонними брендами).
Удалите систему из приложения Hik-Connect
Вы также можете попробовать этот совет. Откройте настройки приложения Hik-Connect и извлеките устройство (NVR, DVR, автономную камеру). Затем перезагрузите видеорегистратор и подождите, пока он вернется. Перейдите в настройки доступа к платформе и убедитесь, что он отображается онлайн.
Затем повторно добавьте систему обратно в Hik-Connect и посмотрите, устранена ли проблема. Кроме того, убедитесь, что приложение и телефон также обновлены.
Проверьте подключение к Интернету
Иногда видео в реальном времени не удается из-за проблем с подключением к Интернету, особенно если скорость загрузки слишком низкая.
Проверьте Wi-Fi Интернет и убедитесь, что он достаточно мощный. Откройте несколько случайных страниц, чтобы протестировать его или выполнить тест скорости. Кроме того, если вы используете интернет своего телефона, проверьте стабильность и индикаторы прочности на экране.
Если вы используете камеры Wi-Fi, убедитесь, что все они подключены к одному и тому же Wi-Fi. Сообщалось, что некоторые проблемы возникают, когда некоторые камеры подключены к диапазону 2,4 ГГц, а другие — к диапазону 5 ГГц. Наконец, вы можете перезагрузить маршрутизатор для нового запуска.
Перезагрузите камеру
Другим решением является сброс настроек камеры, которая не загружается. Вы можете сбросить его вручную, нажав кнопку сброса на камере (в течение 15 секунд), а затем снова настроить.
Или вы можете выполнить сброс настроек, получив доступ к камере через веб-браузер. После завершения повторно добавьте камеру в систему, и ошибка должна исчезнуть.
Источник
Adblock
detector
- Печать
Страницы: [1] Вниз
Тема: проблемы со звуком в mplayer (Прочитано 5015 раз)
0 Пользователей и 1 Гость просматривают эту тему.

kolesov
Использую Ubuntu-server 12.04 x64, без иксов.
Решил слушать инет-радио, поставил mplayer.
Издаю команду:
mplayer http://radio.bestfm.fm:8080/bestfm64
получаю вывод:
root@ubuntu:~# mplayer http://radio.bestfm.fm:8080/bestfm64
MPlayer svn r34540 (Ubuntu), built with gcc-4.6 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing http://radio.bestfm.fm:8080/bestfm64.
Resolving radio.bestfm.fm for AF_INET6...
Couldn't resolve name for AF_INET6: radio.bestfm.fm
Resolving radio.bestfm.fm for AF_INET...
Connecting to server radio.bestfm.fm[193.193.194.77]: 8080...
Public : no
Bitrate: 64kbit/s
Cache size set to 320 KBytes
Cache fill: 0.00% (0 bytes)
ICY Info: StreamTitle='';
Cache fill: 12.50% (40960 bytes)
Audio only file format detected.
==========================================================================
Requested audio codec family [mpg123] (afm=mpg123) not available.
Enable it at compilation.
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 53.35.0 (external)
Mismatching header version 53.32.2
AUDIO: 48000 Hz, 2 ch, floatle, 64.0 kbit/2.08% (ratio: 8000->384000)
Selected audio codec: [ffmp3float] afm: ffmpeg (FFmpeg MPEG layer-3 audio)
==========================================================================
AO: [pulse] Init failed: Connection refused
Failed to initialize audio driver 'pulse'
AO: [alsa] 48000Hz 2ch floatle (4 bytes per sample)
Video: no video
Starting playback...
A: 5.7 (05.7) of -0.0 (unknown) 0.7% 20%
MPlayer interrupted by signal 2 in module: enable_cache
MPlayer interrupted by signal 2 in module: play_audio
A: 5.8 (05.7) of -0.0 (unknown) 0.7% 20%
Exiting... (Quit)
звука нет.
root@ubuntu:~# lspci
00:00.0 Host bridge: Intel Corporation Atom Processor D2xxx/N2xxx DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller (rev 09)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
00:1d.0 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation N10/ICH7 Family SATA Controller [AHCI mode] (rev 02)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
01:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
02:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
03:00.0 Network controller: Ralink corp. RT3060 Wireless 802.11n 1T/1R
Посоветуйте, пожалуйста, что дальше-то делать…

victor00000

kolesov
root@ubuntu:~# aplay -l
The program 'aplay' is currently not installed. You can install it by typing:
apt-get install alsa-utils
aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
pulse
PulseAudio Sound Server
default:CARD=Intel
HDA Intel, ALC888-VD Analog
Default Audio Device
sysdefault:CARD=Intel
HDA Intel, ALC888-VD Analog
Default Audio Device
front:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
Front speakers
surround40:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Digital
IEC958 (S/PDIF) Digital Audio Output
dmix:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
Direct sample mixing device
dmix:CARD=Intel,DEV=1
HDA Intel, ALC888-VD Digital
Direct sample mixing device
dsnoop:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
Direct sample snooping device
dsnoop:CARD=Intel,DEV=1
HDA Intel, ALC888-VD Digital
Direct sample snooping device
hw:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
Direct hardware device without any conversions
hw:CARD=Intel,DEV=1
HDA Intel, ALC888-VD Digital
Direct hardware device without any conversions
plughw:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
Hardware device with all software conversions
plughw:CARD=Intel,DEV=1
HDA Intel, ALC888-VD Digital
Hardware device with all software conversions
поставил. звука нет.
« Последнее редактирование: 04 Июля 2013, 21:06:40 от kolesov »

victor00000
apt-get install alsa-utils
?
aplay -l
aplay -L

kolesov
alsa-utils поставил
root@ubuntu:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC888-VD Analog [ALC888-VD Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC888-VD Digital [ALC888-VD Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
root@ubuntu:~# aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
pulse
PulseAudio Sound Server
default:CARD=Intel
HDA Intel, ALC888-VD Analog
Default Audio Device
sysdefault:CARD=Intel
HDA Intel, ALC888-VD Analog
Default Audio Device
front:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
Front speakers
surround40:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Digital
IEC958 (S/PDIF) Digital Audio Output
dmix:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
Direct sample mixing device
dmix:CARD=Intel,DEV=1
HDA Intel, ALC888-VD Digital
Direct sample mixing device
dsnoop:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
Direct sample snooping device
dsnoop:CARD=Intel,DEV=1
HDA Intel, ALC888-VD Digital
Direct sample snooping device
hw:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
Direct hardware device without any conversions
hw:CARD=Intel,DEV=1
HDA Intel, ALC888-VD Digital
Direct hardware device without any conversions
plughw:CARD=Intel,DEV=0
HDA Intel, ALC888-VD Analog
Hardware device with all software conversions
plughw:CARD=Intel,DEV=1
HDA Intel, ALC888-VD Digital
Hardware device with all software conversions

victor00000
mplayer -ao alsa:device=hw=0.0 http://radio.bestfm.fm:8080/bestfm64
слышно?
mplayer -ao alsa:device=hw=1.0 http://radio.bestfm.fm:8080/bestfm64
mplayer -ao alsa:device=hw=0.1 http://radio.bestfm.fm:8080/bestfm64
mplayer -ao alsa:device=hw=1.1 http://radio.bestfm.fm:8080/bestfm64

kolesov
нет, не слышно.
mplayer -ao alsa:device=hw=0.0 http://radio.bestfm.fm:8080/bestfm64
MPlayer svn r34540 (Ubuntu), built with gcc-4.6 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing http://radio.bestfm.fm:8080/bestfm64.
Resolving radio.bestfm.fm for AF_INET6...
Couldn't resolve name for AF_INET6: radio.bestfm.fm
Resolving radio.bestfm.fm for AF_INET...
Connecting to server radio.bestfm.fm[193.193.194.77]: 8080...
Public : no
Bitrate: 64kbit/s
Cache size set to 320 KBytes
Cache fill: 2.50% (8192 bytes)
ICY Info: StreamTitle='';
Audio only file format detected.
==========================================================================
Requested audio codec family [mpg123] (afm=mpg123) not available.
Enable it at compilation.
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 53.35.0 (external)
Mismatching header version 53.32.2
AUDIO: 48000 Hz, 2 ch, floatle, 64.0 kbit/2.08% (ratio: 8000->384000)
Selected audio codec: [ffmp3float] afm: ffmpeg (FFmpeg MPEG layer-3 audio)
==========================================================================
[AO_ALSA] Format floatle is not supported by hardware, trying default.
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...
A: 28.3 (28.3) of -0.0 (unknown) 1.0% 19%
и так же при : mplayer -ao alsa:device=hw=0.1 http://radio.bestfm.fm:8080/bestfm64
при: mplayer -ao alsa:device=hw=1.0 http://radio.bestfm.fm:8080/bestfm64
и mplayer -ao alsa:device=hw=1.1 http://radio.bestfm.fm:8080/bestfm64
так:
root@ubuntu:~# mplayer -ao alsa:device=hw=1.0 http://radio.bestfm.fm:8080/bestfm64
MPlayer svn r34540 (Ubuntu), built with gcc-4.6 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing http://radio.bestfm.fm:8080/bestfm64.
Resolving radio.bestfm.fm for AF_INET6...
Couldn't resolve name for AF_INET6: radio.bestfm.fm
Resolving radio.bestfm.fm for AF_INET...
Connecting to server radio.bestfm.fm[193.193.194.77]: 8080...
Public : no
Bitrate: 64kbit/s
Cache size set to 320 KBytes
Cache fill: 2.50% (8192 bytes)
ICY Info: StreamTitle='';
Audio only file format detected.
==========================================================================
Requested audio codec family [mpg123] (afm=mpg123) not available.
Enable it at compilation.
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 53.35.0 (external)
Mismatching header version 53.32.2
AUDIO: 48000 Hz, 2 ch, floatle, 64.0 kbit/2.08% (ratio: 8000->384000)
Selected audio codec: [ffmp3float] afm: ffmpeg (FFmpeg MPEG layer-3 audio)
==========================================================================
[AO_ALSA] alsa-lib: pcm_hw.c:1293:(snd_pcm_hw_open) open '/dev/snd/pcmC1D0p' failed (-2): No such file or directory
[AO_ALSA] Playback open error: No such file or directory
Failed to initialize audio driver 'alsa:device=hw=1.0'
Could not open/initialize audio device -> no sound.
Audio: no sound
Video: no video
Exiting... (End of file)

victor00000
ls /dev/snd
ребут и
ls /dev/snd
?

kolesov
до ребута:
root@ubuntu:~# ls /dev/snd
после:
by-id by-path controlC0 controlC1 hwC0D2 pcmC0D0c pcmC0D0p pcmC0D1p pcmC0D2c pcmC1D0c seq timer
root@ubuntu:~# ls /dev/snd
by-id by-path controlC0 controlC1 hwC0D2 pcmC0D0c pcmC0D0p pcmC0D1p pcmC0D2c pcmC1D0c seq timer
« Последнее редактирование: 04 Июля 2013, 21:53:12 от kolesov »

victor00000
pcmC0D2c
amixer set Master 100;amixer set PCM 100
mplayer -ao alsa:device=hw=0.2 http://radio.bestfm.fm:8080/bestfm64

kolesov
спасибо! все заработало!
можно просто
alsamixer
P.S. Когда я увидел ваш аватар — меня заинтересовала фотография, не так давно узнал, что это фото Аведона)
- Печать
Страницы: [1] Вверх
This page lists Audacity error codes and provides some troubleshooting steps on how to fix them.
If your issue isn’t listed here, or the troubleshooting steps aren’t working for you, feel free to ask in our communities:
Error opening sound device
Error opening sound device
This error indicates a problem with the hardware used for playback, whether it is permissions, drivers, connections, or if you ask the device to do something it cannot do. You can attempt the following steps to resolve it.
Error opening recording device
Error opening recording device
This error indicates a problem with the hardware used for recording, whether it is permissions, drivers, connections, or if you ask the device to do something it cannot do. You can attempt the following steps to resolve it.
Error code 11, error code 13, error code 101 and «Audacity failed to read a file in C:»
Error code 11, error code 13, error code 101 and «Audacity failed to read a file in C:»
These errors can occur when attempting to load a damaged .aup3 project file. Damaged project files can be recovered as described in the following article.
Error -9996 Invalid Device Error
Error -9996 Invalid Device Error
This error indicates that the device that’s being attempted to use is not valid, for example:
-
The device has a faulty or loose connection
-
The device itself is faulty or not a real audio device.
This error can also occur when you are trying to record a number of channels that is not supported in the current configuration
This error can also occur when using Audacity on Windows with Windows WASAPI as the Host if the selected recording device is being used exclusively by another application. Some applications that could make use of the recording device exclusively are ASIO4ALL, Voicemod (when configured to do so) or Voicemeeter (when configured to do so).
You can attempt to fix this issue with the following methods:
-
Use a different USB port and USB cable. This will resolve the issue if the fault was in the cable.
-
Use a different audio host. Sometimes WASAPI works when MME doesn’t, sometimes it’s the other way round.
-
Use a different number of channels. For example, some Realtek only work when recording in Mono, while some others only work in Stereo when recording a (loopback) stream.
Error -9997 Invalid Sample Rate
Error -9997 Invalid Sample Rate
This error can indicate an unsupported sample rate. Double-check that both your OS settings and the Audacity project rate are set to a supported sample rate (usually 44100 Hz or 48000 Hz).
This error can also occur when using Audacity on Windows to record a track while listening another existing track (also known as overdubbing) with Windows WASAPI as the Host if the sample rate of the recording device is different than the sample rate of the playback device. If possible set the same sample rate for your devices or use MME as the Host.
This error can also occur when you are trying to record a number of channels that is not supported in the current configuration To fix this, you can do the following:
-
Use a different audio host. Sometimes WASAPI works when MME doesn’t, sometimes it’s the other way round.
-
Use a different number of channels. For example, some Realtek only work when recording in Mono, while some others only work in Stereo when recording a (loopback) stream.
Error -9999 Unanticipated Host Error
Error -9999 Unanticipated Host Error
This error means «something is wrong», most commonly
-
A lost connection to a USB audio device
-
Missing microphone permissions from the operating system.
-
Your device is unable to playback other tracks while recording. Turning off Overdub via Transport -> Transport Options may fix this.
Audacity did not recognize the type of this file
Audacity did not recognize the type of this file
This error occurs when the file you’re trying to open has no decoder available. You can attempt the following things to fix it:
-
Install FFMPEG. FFMPEG allows you to open most kinds of media files. Read more: Installing FFmpeg
-
Check if the file you’re trying to open actually is what it says on the tin. For example, some lower-quality programs name any audio file
*.mp3
, regardless of whether it actually is an MP3 file. Read more: Can’t open an MP3 file -
Check if your file is an actual audio file. Some files which are used to output audio in certain programs don’t actually contain sound themselves, but are instructions for for the program to make some sounds. Try to see if the program used to create the file has an export button. If not, you can also try recording desktop audio while playing back the file in another program. Read more: Recording desktop audio
-
Check if you have accidentally created custom import rules. In Edit -> Preferences -> Extended Import (on macOS: Audacity -> Preferences -> Extended Import), make sure that you have not created any custom rules. If there are any rules, you can safely delete the rules.
-
Import the audio as RAW. This only works on uncompressed audio. You can do so via File -> Import -> Import raw data…
Unable to open, exception code 0xc0000005
Unable to open, exception code 0xc0000005
This is caused by a corrupted audacity.cfg file, such as when upgrading from Audacity 3.1.3 to Audacity 3.2. You can solve this issue by upgrading to Audacity 3.2.1.
This is caused by missing
realtime effects
. You can replace any missing effects from the effects sidebar.
Audacity currently looks for plugins in absolute paths. This means that if you open a project that was created on a different computer, Audacity will continue to check for the plugins in the exact same locations as they were on the old computer.
The Audacity IPC server failed to initialize
The Audacity IPC server failed to initialize
If you are on a low-end machine, this may be caused by insufficient resources, specifically memory.
This also can happen if you assign yourself a static IP in the hosts
file. If that’s the case, simply commenting out the assignment may solve this.
Error code=12 : «cannot allocate memory»
Error code=12 : «cannot allocate memory»
This is caused by an unexpected system state. Rebooting the computer resolves it.