[+] Skype 2.1 beta - awaria przy starcie (Squeeze z Gnome)

Tematy związane z oprogramowaniem, instalacją, konfiguracją
Awatar użytkownika
DaVidoSS
Junior Member
Posty: 875
Rejestracja: 06 marca 2010, 11:26
Lokalizacja: ~/

Post autor: DaVidoSS »

Straszne. Ale ...:
Skasuj katalog /root/.Skype
Skasuj katalog ~/.Skype
Zmień /etc/asound.conf z takiego :

Kod: Zaznacz cały

       pcm.hda-intel {
          type hw
          card 0
       }
       
       ctl.hda-intel {
          type hw
          card 0
       }
na taki :

Kod: Zaznacz cały

pcm.hda-intel {
          type plug
          slave.pcm "hw:0"
          }
       
       ctl.hda-intel {
          type hw
          card 0
       }

Kod: Zaznacz cały

sudo dpkg-reconfigure skype
sudo alsa force-reload
I jako zwykły użytkownik uruchom Skype.

RE: P.S. Jaką usługę/serwer/proces/demon powinienem był w tym wypadku zrestartować, aby nie robić restartu całego systemu?
dbus
Awatar użytkownika
krewetki
Posty: 97
Rejestracja: 03 maja 2008, 22:54
Lokalizacja: UK

skype działa dla użytkowników

Post autor: krewetki »

Dzięki, skype działa :o



P.S. Czyli z tego http://en.wikipedia.org/wiki/D-Bus rozumiem, że chodziło Ci o przelogowanie użytkownika?
D-Bus functionality runs as a daemon: typically dbus-daemon. Users can run several instances of it, each called a channel. Most systems implement a privileged system channel, with a private instance for each logged-in user. The private instances are required because the system channel has access restrictions. The design of D-Bus addresses two specific cases: [...] 2. communication between the desktop session and the operating system, where the operating system would typically include the kernel and any system daemons or processes
Jeszcze raz bardzo dziękuję :o
ODPOWIEDZ