筆電ALSA:semephore not ready - Linux

Emma avatar
By Emma
at 2011-12-14T12:20

Table of Contents



大家好

我的筆電有時有聲音有時沒有

有時開機就有

今天則是重開了大概四次才有聲音


沒聲音的時候

/var/log/message裡會有一排:
ALSA intel8x0.c:559: codec_write 0: semaphore is not ready for register 0x2
ALSA intel8x0.c:559: codec_write 0: semaphore is not ready for register 0x2
ALSA intel8x0.c:559: codec_write 0: semaphore is not ready for register 0x4
ALSA intel8x0.c:559: codec_write 0: semaphore is not ready for register 0x4
ALSA intel8x0.c:559: codec_write 0: semaphore is not ready for register 0x6
ALSA intel8x0.c:559: codec_write 0: semaphore is not ready for register 0x6
ALSA intel8x0.c:559: codec_write 0: semaphore is not ready for register 0xe
ALSA intel8x0.c:559: codec_write 0: semaphore is not ready for register 0x12
ALSA intel8x0.c:559: codec_write 0: semaphore is not ready for register 0x12
ALSA intel8x0.c:559: codec_write 0: semaphore is not ready for register 0x18
ALSA intel8x0.c:559: codec_write 0: semaphore is not ready for register 0x18
ALSA intel8x0.c:559: codec_write 0: semaphore is not ready for register 0x1a
ALSA intel8x0.c:559: codec_write 0: semaphore is not ready for register 0x3a


/etc/inid.d/alsasound restart的話

會跟你說snd_intel8x0還有幾個其他的模組in use

我用rmmod -f intel8x0

他會說resource暫時不available



請問應該怎麼處理?

或者我應該搜尋什麼關鍵字?

還是說這其實是硬體問題

只能認命重開機?XD


謝謝!



====================以下系統資訊=============================


我的筆電是

Acer TrvaelMate 3201XCi
http://taiwan.cnet.com/review/notebook/0,2000089087,20018227,00.htm

ram只有512MB 灌新的fedora比較困難

但又想要能更新套件

CPU沒PAE的樣子

所以灌了CentOS 5.7


uname -r
2.6.18-274.12.1.el5.centos.plus


我想得到的相關套件版本:

alsa-driver.i386 1.0.23-85.el5
alsa-kmdl-2.6.18-274.el5.i686 1.0.23-85.el5
alsa-lib.i386 1.0.17-1.el5
alsa-utils.i386 1.0.17-1.el5

kmod-alsa.i686 1.0.24-1.el5.elrepo

--
Tags: Linux

All Comments

在區網列印到Linux CUPS失敗

James avatar
By James
at 2011-12-14T08:43
已解決...,處理方法如下 簡單來說,CUPS的Web based configure功能, 寫到config檔案的設定格式是錯誤的, 所以手動去修改config檔案就好了... -------------------------------------------------------- 我在區網 ...

QWinFF-易用易自訂的影音轉檔軟體

Anonymous avatar
By Anonymous
at 2011-12-13T23:26
Google Code: http://code.google.com/p/qwinff/ Screenshot: http://tinyurl.com/7e7ocd3 在Linux上一直找不到有什麼能代替格式工廠的轉檔軟體,結果有一位朋友就動手寫了一個 很好用的ffmpeg QT前端,QWinFF,以G ...

HIME (姬) 專案,開始!

Todd Johnson avatar
By Todd Johnson
at 2011-12-13T23:21
源起:  若要問我,為什麼我離不開 Linux Desktop?我會很肯定得說,  【GCIN 輸入法】絕對是理由之一:輕巧、穩定、功能強大,幾近無可挑剔。  但可惜的是,GCIN 的使用者一直不多,能見度也一直沒想像中來得高,  因此敝人可是卯足了勁來推廣 GCIN:寫推坑文、幫忙測試、回答初學者問題、 ...

arch如何自動安裝optional dependences

Kama avatar
By Kama
at 2011-12-13T22:58
如題 小的是archlinux新手 看了man好像沒有= = 有其他替代方法嗎? -- 廣告全都是よんすっす好像看了就會生病 - ...

export 指令問題

Hedwig avatar
By Hedwig
at 2011-12-13T19:03
因為gcc不認得這些環境變數, 正確的作法是寫一個Makefile,把這些變數寫進去,再用 make編譯. ※ 引述《shihyuyao (shihyuyao)》之銘言: : 我在 ~/.bashrc 加入 : export CPPFLAGS=-I/usr/local/sqlite/include/ : e ...