Help - Search - Members - Calendar
Full Version: Skype 2.0.0.72 on Fedora 11...
Skype Community > English > Linux
Quasaur
I' getting the following errors:

ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.USB-Audio.pcm.hdmi.0:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'
ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM hdmi

I thought I had loaded all the alsa resources necessary...what am I missing? My signature has my platform specifics.
deloptes
ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.USB ...

I think i is not able to configure whatever you connect to usb. Are you using a usb headset?

regards
Quasaur
no...using built-in SigmaTel STAC9200
deloptes
funny I'm using debian lenny with same basic chip (intel with SigmaTel STAC9200).

No problem with skype at all. There was a discussion about Fedora and pulse audio. May be the fedora guys are going to help you.

Did you try to move away the ~/.Skype directory and restart?

regads
Quasaur
I didn't see any need to "move away" that directory since this is a clean install.
The only USB device Skype would be interested in is the webcam:

Vega USB 2.0 Webcam, which Skype does successfully recognize.

lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc M52 [Mobility Radeon X1300]
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
03:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 0a)
03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 05)
03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
0b:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)
deloptes
as far as I see I have similar chipset configuration but different video chip and usb web cam - I have Dell D520.

Have you assigned slots to the audio devices you are using. People reported success after doing this in similar situations.


CODE
cat /etc/modprobe.d/sound
## ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-hda-intel
alias snd-card-1 snd-usb-audio

## module options should go here
#options snd-hda-intel index=0 model=dell-m6,ref,auto
#options snd-hda-intel index=0 model=ref enable_msi=1
options snd-hda-intel index=0 model=ref
#options snd-hda-intel index=0 model=hp-dv5 enable_msi=1 position_fix=1
options snd-usb-audio index=1


This assigns same id to my devices.

Might help I hope!

The other thing I'm seeing in your issue is

CODE
ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM hdmi


This is something about HDMI and I dont understand where it is comming from.

Arent you willing to try the 2.1 skype version it has many changes addressing newer hardware (such as hdmi and different web cams).

regards
Quasaur
Thank you for taking the time to work with me on this...

Originally i installed the 2.1 beta, but when i read this article:

Skype on Fedora Linux

with a detailed howto and customized repo file i figured it would be safer.

after following the instructions i then started Skype repeatedly from the commandline, doing my best to fill in any missing supporting packages until only the errors listed in my previous post were left.

Now could be the time to run the 2.1 beta rpm and see if it solves the problem...the only question is whether or not the 2.1 rpm will see the 2.0.0.72 rpm as simply a previous version or a competitor...what do you think?



deloptes
Hi, Quasaur,

I am not using rpm or deb package, I'm using the dynamic tar.gz.

You could backup the system directory if you have any fears and restore if fail (also because you've done some custom steps installing additional libraries).

Though, if everything is fine with your system, the rpm 2.1 should replace the 2.0 package. If it still does not work. do uninstall on the 2.1 rpm and try the dynamic tar.gz package.

regards
chriswozzie
Hi!

Definitely will recognize to install 2.1 over 2.0 (in fact it may even be necessary for dependencies), though I assume you know that by now..

Just noticed someone had some kinda related ALSA errors which proved to be a permissions issue!

Best wishes
Quasaur
QUOTE (chriswozzie @ Fri Oct 23 2009, 05:11)
Go to the original post
Hi!

Definitely will recognize to install 2.1 over 2.0 (in fact it may even be necessary for dependencies), though I assume you know that by now..

Just noticed someone had some kinda related ALSA errors which proved to be a permissions issue!

Best wishes


Great news: running the 2.1.0.47 version of Skype has no commandline errors (outside of some gtk theme issues). Now my next challence is to get gnome 2.26.3 to recognize my microphone.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.