LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Skype-like application to run under Linux? (https://www.linuxquestions.org/questions/slackware-14/skype-like-application-to-run-under-linux-4175692880/)

stf92 03-30-2021 10:12 PM

Quote:

Originally Posted by mralk3 (Post 6235752)
Download the rpm or the deb package, your choice. Use either rpm2tgz or deb2tgz to make a slackware package. Works great. rpm2tgz is part of slackware and deb2tgz is on SlackBuilds.org. I ran it on 14.2 that way, and the same package runs on -current.

Thanks mralk3. And where do I download the rpm package from?

Roman Dyaba 03-30-2021 10:12 PM

Skype. Work under Linux, Slackware too, Microsoft reg req.
installation is trivial, #rpm -i skype.rpm

mralk3 03-30-2021 10:15 PM

Quote:

Originally Posted by stf92 (Post 6235753)
Thanks mralk3. And where do I download the rpm package from?

I just go to skype.com: https://www.skype.com/en/get-skype/

Click the little arrow on the right side of the button for a dropdown menu to list all the installers for various methods/operating systems.

You could have just googled that you know.

mralk3 03-30-2021 10:16 PM

Quote:

Originally Posted by Roman Dyaba (Post 6235754)
Skype. Work under Linux, Slackware too, Microsoft reg req.
installation is trivial, #rpm -i skype.rpm

I make it into a slackware package so that i can track it in pkgtools. otherwise you also have to watch the rpm database.

BrunoLafleur 03-31-2021 03:58 AM

In the Slackbuild page, the link is for a too old version.
Skype is changing fast.
This one is working :
https://repo.skype.com/deb/pool/main...6.76_amd64.deb

Or :
https://repo.skype.com/deb/pool/main/s/skypeforlinux/
to have the list.

The slackbuild script inside :
https://slackbuilds.org/slackbuilds/...orlinux.tar.gz
has to be adapted for the new name.

stf92 03-31-2021 09:58 AM

Alright. I'm now running Skype on my Aspire One Cloudbook 14 on slackware 14.2-current (july 2020). But alas! The microphone does not work! I made the "Make a free test call" test. I tried to record an oral message but the message was not played back. What can possibly be happening? Some means in my slackware box to test the microphone?

mralk3 03-31-2021 12:39 PM

Play with pavucontrol, the pulse audio mixer in your task bar (by the clock).

stf92 03-31-2021 01:01 PM

Quote:

Originally Posted by mralk3 (Post 6235944)
Play with pavucontrol, the pulse audio mixer in your task bar (by the clock).

I don't understand. By the clock (on the right side of the clock) I have bluetooth. As a matter of fact in my system alsamixer shows only one control. Namely Master. Isn't this odd? While under Arch all the controls were shown.

PROBLEMCHYLD 03-31-2021 01:19 PM

https://gist.github.com/ruario/f3ee6...c938732aa31b55

LuckyCyborg 03-31-2021 01:36 PM

Quote:

Originally Posted by PROBLEMCHYLD (Post 6235953)

With the note that on Slackware-current the skype-dbus-mock should NOT be installed, because it is a fake logind server, which will conflict with elogind functionality.

PROBLEMCHYLD 03-31-2021 01:44 PM

I keep forgetting people are using current. My bad, ignore me!!!

drgibbon 03-31-2021 09:28 PM

For free calling from Linux I've used Jitsi Meet, Signal, and Wire. Jitsi only needs a web browser on desktop, the other two are on SBo. All three offer free encrypted calls (with video), and have mobile clients on Android and iOS.

mralk3 03-31-2021 09:38 PM

Quote:

Originally Posted by stf92 (Post 6235948)
I don't understand. By the clock (on the right side of the clock) I have bluetooth. As a matter of fact in my system alsamixer shows only one control. Namely Master. Isn't this odd? While under Arch all the controls were shown.

Quote:

Originally Posted by PROBLEMCHYLD (Post 6235953)

This doesn't do anyone good if Pulse audio is not configured. It still puts him in the same spot. Run the command in a terminal as a regular user:

Code:

pavucontrol
Point pulse audio (pavucontrol configures it) to the output and input devices (microphone, heads set, etc). Also, when you first plug in your mic what does the output of dmesg say? Run as root, paste it here:

Code:

dmesg | tail
If your hardware isn't being recognized by the kernel, there is your problem. Otherwise you are using the wrong sound and recording settings.

stf92 03-31-2021 10:41 PM

Mine is a laptop and the microphone is built-in. So I cannot plug it. Anyway here is the output of your command:
Code:

root@darkstar:~# dmesg|tail
[  131.700112] wlan0: authenticated
[  131.701630] wlan0: associate with 60:14:b3:23:8c:e0 (try 1/3)
[  131.706640] wlan0: RX AssocResp from 60:14:b3:23:8c:e0 (capab=0x431 status=0 aid=1)
[  131.715925] wlan0: associated
[  131.750911] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  131.823764] 8021q: 802.1Q VLAN Support v1.8
[  164.912417] Bluetooth: RFCOMM TTY layer initialized
[  164.912429] Bluetooth: RFCOMM socket layer initialized
[  164.912440] Bluetooth: RFCOMM ver 1.11
[12322.742033] spurious 8259A interrupt: IRQ7.
root@darkstar:~#


BrunoLafleur 04-01-2021 07:37 AM

With the Slackware current of july 2020, there is no problem with elogind. Skype from adapted Slackbuild was working with that version.

With the latest Slackware current, Skype is also working.

For the sound, the dmesg output is too short. Is the sound working with other software like Firefox or other ?

Have you pulseaudio installed ? Have you some other headset to test ?


All times are GMT -5. The time now is 07:58 AM.