[Question] Vấn đề về Skype với sound card Intel 82801H |
28/03/2009 12:59:54 (+0700) | #1 | 175064 |
mR.Bi
Member
|
0 |
|
|
Joined: 22/03/2006 13:17:49
Messages: 812
Offline
|
|
Mình sử dụng Ubuntu 8.10 với Skype 2.0.0.72, sound card intel 82801H nghe nhạc, xem phim rất bình thường, chỉ có gọi điện thoại bằng skype thì bên kia nói mình nghe, mình nói...bên kia chả nghe thấy gì. Mặc dù đã set tất cả các sound option của skype, tắt bỏ auto mixer levels...vẫn không thể thực hiện cuộc gọi được.
Output của lspci
Code:
lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
Để chắc chắn rằng máy không có 2 sound cards
Code:
less /proc/asound/modules
0 snd_hda_intel
Ai solve giúp mình vấn đề này với . |
|
All of my life I have lived by a code and the code is simple: "honour your parent, love your woman and defend your children" |
|
|
|
[Question] Re: Vấn đề về Skype với sound card Intel 82801H |
28/03/2009 22:27:57 (+0700) | #2 | 175087 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
- alsamixer thế nào em? Có thằng nào bị "tịt ngòi" không?
- Trong /etc/modprobe.conf có gì?
- lsmod | grep snd
- Phần Sound in, Sound out, Ringing trong Sound Devices em set thế nào?
- Chạy Skype từ Terminal rồi thử với Skype echo test xem trên Terminal có những thông tin gì?
...
|
|
Let's build on a great foundation! |
|
|
|
[Question] Re: Vấn đề về Skype với sound card Intel 82801H |
29/03/2009 11:15:06 (+0700) | #3 | 175172 |
mR.Bi
Member
|
0 |
|
|
Joined: 22/03/2006 13:17:49
Messages: 812
Offline
|
|
1. alsamixer thì không thằng nào bị tịt anh, nhưng có điều lạ là em bật capture volume lên là cái loa kêu ù ù.
Chạy alsamixer thì phần thông tin hiện ra
Code:
card: PulseAudio
chip: PulseAudio
......
và không thằng nào tịt.
2. Debian không dùng modprobe.conf mà nó nhét tất vào /etc/modprobe.d thì phải.
Code:
/etc/modprobe.d$ ls
aliases blacklist blacklist-watchdog libsane
alsa-base blacklist-framebuffer fuse lrm-video
arch blacklist-modem isapnp options
arch-aliases blacklist-oss libpisock9 toshiba_acpi.modprobe
Nội dung alsa-base:
Code:
cat alsa-base
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq && { /sbin/modprobe --quiet snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { /sbin/modprobe --quiet snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; }
# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe -Qb saa7134-alsa ; : ; }
# Load snd-seq for devices that don't have hardware midi;
# Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
# non-Creative Labs PCI hardware
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe -Qb snd-seq ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2
Nội dung blacklist
Code:
cat blacklist
# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.
# evbug is a debug tool that should be loaded explicitly
blacklist evbug
# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd
# replaced by e100
blacklist eepro100
# replaced by tulip
blacklist de4x5
# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394
# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m
# Conflicts with dvb driver (which is better for handling this device)
blacklist snd_aw2
# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
blacklist i2c_i801
# replaced by p54pci
blacklist prism54
# replaced by b43 and ssb.
blacklist bcm43xx
# most apps now use garmin usb driver directly (Ubuntu: #114565)
blacklist garmin_gps
# replaced by asus-laptop (Ubuntu: #184721)
blacklist asus_acpi
# low-quality, just noise when being used for sound playback, causes
# hangs at desktop session start (Ubuntu: #246969)
blacklist snd_pcsp
Anh còn muốn xem thông tin nào em sẽ cat sau, thật sự em chẳng biết thông tin nào trong modprobe.d là quan trọng nữa.
3. Code:
lsmod | grep snd
snd_hda_intel 384176 4
snd_pcm_oss 46848 0
snd_mixer_oss 22784 1 snd_pcm_oss
snd_pcm 83204 2 snd_hda_intel,snd_pcm_oss
snd_seq_dummy 10884 0
snd_seq_oss 38528 0
snd_seq_midi 14336 0
snd_rawmidi 29824 1 snd_seq_midi
snd_seq_midi_event 15232 2 snd_seq_oss,snd_seq_midi
snd_seq 57776 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 29960 2 snd_pcm,snd_seq
snd_seq_device 15116 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 63268 17 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 15328 1 snd
snd_page_alloc 16136 2 snd_hda_intel,snd_pcm
4. Phần set sound in, sound out, ringing em set đủ kiểu vẫn không được, hiện tại đang pulse, pulse, pulse.
5. chạy skype, echo test
Code:
skype
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
ALSA lib pcm_bluetooth.c:1619:(bluetooth_init) BT_GETCAPABILITIES failed : Input/output error(5)
RtApiAlsa: underrun detected.
Có cái RtApiAlsa underrun detected nó "phun" ra. Chú lappy này có Mic Built-in, em đang dùng mic rời, cô gái echo123 vân chả nghe em nói gì .
|
|
All of my life I have lived by a code and the code is simple: "honour your parent, love your woman and defend your children" |
|
|
|
[Question] Re: Vấn đề về Skype với sound card Intel 82801H |
29/03/2009 12:02:06 (+0700) | #4 | 175180 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
Trở ngại này thì nhiều người gặp rồi, không riêng gì em.
2. Anh nghĩ em cần xem kỹ mấy cái bắt đầu bằng "blacklist".
3. Load thêm cái module snd_mixer_oss nữa xem sao
4. Giữ nguyên Sound out và Ringing là Pulse, thử với lần lượt các tùy chọn mà em có trong phần Sound in.
5. Chốt hạ là em cứ thử các kiểu đi, chắc kiểu gì cũng được thôi, hehe:
https://help.ubuntu.com/community/Skype
http://forum.skype.com/index.php?showtopic=231961
http://forum.skype.com/index.php?showtopic=111183
http://forum.skype.com/index.php?showtopic=119961&st=20 |
|
Let's build on a great foundation! |
|
|
|
[Question] Re: Vấn đề về Skype với sound card Intel 82801H |
29/03/2009 12:21:38 (+0700) | #5 | 175182 |
mR.Bi
Member
|
0 |
|
|
Joined: 22/03/2006 13:17:49
Messages: 812
Offline
|
|
Em không hiểu mấy cái output error của skype ở trên sao lại có bluetooth_init ta?
2,3,4 em làm đi làm lại..vài chục lần, vừa làm lại vẫn không được.
5. Vấn đề ở đây là quá nhiều solutions, mà mỗi cái lại khác nhau, giống như đẽo cày giữa đường anh ạ .
|
|
All of my life I have lived by a code and the code is simple: "honour your parent, love your woman and defend your children" |
|
|
|
[Question] Re: Vấn đề về Skype với sound card Intel 82801H |
29/03/2009 20:37:33 (+0700) | #6 | 175194 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
mR.Bi wrote:
5. Vấn đề ở đây là quá nhiều solutions, mà mỗi cái lại khác nhau, giống như đẽo cày giữa đường anh ạ .
Đâu em, cái này gọi là "Có bệnh thì vái tứ phương" chứ. |
|
Let's build on a great foundation! |
|
[Question] Re: Vấn đề về Skype với sound card Intel 82801H |
30/03/2009 12:04:24 (+0700) | #7 | 175270 |
mR.Bi
Member
|
0 |
|
|
Joined: 22/03/2006 13:17:49
Messages: 812
Offline
|
|
Báo cáo anh là em dùng được rồi, mà bảo em viết ra solution thì em thua .
Tắt bluetoothd service, chỉnh qua chỉnh lại Voice option cuối cùng vẫn là pulse, pulse, pulse.
Remove pulse audio và các gói kèm theo, cài đặt lại, add thêm nhiều dòng vào nhiều file, em cũng chả biết dòng nào nó có tác dụng.
Cám ơn ku v_metal chịu khó nghe anh tra tấn mấy đêm liền nhé
|
|
All of my life I have lived by a code and the code is simple: "honour your parent, love your woman and defend your children" |
|
|