Re: Linux and Skype Video

2015-01-28 Thread Tim
Can you stop posting this at the top of your replies:

> This message is probably spam
>  
> Symbol: ONCE_RECEIVED(1.00)
>  
> X-Virus-Scanned: clamav-milter 0.98.4 at mcbain0012
> X-Virus-Status: Clean

The spam indication is obviously wrong, something declaring that it's
not a virus is not trustworthy to other people (here, run the attached
file, because I say it's safe), and very annoying in general.

-- 
All mail to my mailbox is automatically deleted, there is no point trying
to privately email me, I will only read messages posted to the public lists.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Linux and Skype Video

2015-01-27 Thread Kevin Cummings
On 01/27/2015 05:53 AM, Mickey wrote:
> Fedora 20/KDE
> 
> Can Fedora use a webcam on Skype ?

Define "webcam".  My old Dell Inspiron 1520 laptop uses its builtin
webcam with Skype just fine.  Can't remember at this point if I had to
download a particular driver or not.  My only problem is a conflict
between me on my laptop and me on my iPhone as they can't both be active
at the same time, it confuses Skype.

> I need to connect by Skype to China by video to fix a Quadcopter (Drone)
> problem.

-- 
Kevin J. Cummings
kjch...@verizon.net
cummi...@kjchome.homeip.net
cummi...@kjc386.framingham.ma.us
Registered Linux User #1232 (http://www.linuxcounter.net/)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Linux and Skype Video

2015-01-27 Thread Fernando Lozano
This message is probably spam

Symbol: ONCE_RECEIVED(1.00)

X-Virus-Scanned: clamav-milter 0.98.4 at mcbain0012
X-Virus-Status: Clean

Hi,

I haven't needed the LD_PRELOAD trick for quite some time, I guess at
least since F19.

In my experience Skype should just work if your hw is supported by
recent fedora releases.

Have you tried your webcan with cheese or some other linux tool? Have
you tried your mic with gnome-sound-recorder or something elase? Does
skype echo service works (only for audio)?


[]s, Fernando Lozano

> On 01/27/2015 11:35 AM, Tim wrote:
>> Allegedly, on or about 27 January 2015, Mickey sent:
>>> Fedora 20/KDE
>>>
>>> Can Fedora use a webcam on Skype ? 
>> I was using Mate on Fedora 20, but it worked for me.  And with less
>> stuffing around than with Fedora 17, which required launching it from a
>> script, pasted below.  I think I may be using 32 bit OS on 20, though.
>> I can't remember.
>>
>> #!/bin/bash
>> #
>> #  force 32 bit video for linux 1 compatiblity library for video for linux 2
>>
>> LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
>>
> that didn't work for me, and I haven't been able to use Skype in a long
> time. No audio.. it used to crash the PAvolume control when I tried to
> adjust it. Now it just doesn't have any sound.
> $ LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
> ERROR: ld.so: object '/usr/lib/libv4l/v4l1compat.so' from LD_PRELOAD
> cannot be preloaded (cannot open shared object file): ignored.
>
>
> I tried yum provides v4l1compat.so, no match found.
>

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Linux and Skype Video

2015-01-27 Thread Paul Cartwright
On 01/27/2015 11:35 AM, Tim wrote:
> Allegedly, on or about 27 January 2015, Mickey sent:
>> Fedora 20/KDE
>>
>> Can Fedora use a webcam on Skype ? 
> I was using Mate on Fedora 20, but it worked for me.  And with less
> stuffing around than with Fedora 17, which required launching it from a
> script, pasted below.  I think I may be using 32 bit OS on 20, though.
> I can't remember.
>
> #!/bin/bash
> #
> #  force 32 bit video for linux 1 compatiblity library for video for linux 2
>
> LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
>
that didn't work for me, and I haven't been able to use Skype in a long
time. No audio.. it used to crash the PAvolume control when I tried to
adjust it. Now it just doesn't have any sound.
$ LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
ERROR: ld.so: object '/usr/lib/libv4l/v4l1compat.so' from LD_PRELOAD
cannot be preloaded (cannot open shared object file): ignored.


I tried yum provides v4l1compat.so, no match found.

-- 
Paul Cartwright
Registered Linux User #367800 and new counter #561587

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Linux and Skype Video

2015-01-27 Thread Tim
Allegedly, on or about 27 January 2015, Mickey sent:
> Fedora 20/KDE
> 
> Can Fedora use a webcam on Skype ? 

I was using Mate on Fedora 20, but it worked for me.  And with less
stuffing around than with Fedora 17, which required launching it from a
script, pasted below.  I think I may be using 32 bit OS on 20, though.
I can't remember.

#!/bin/bash
#
#  force 32 bit video for linux 1 compatiblity library for video for linux 2

LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype

-- 
[tim@localhost ~]$ uname -rsvp
Linux 3.9.10-100.fc17.x86_64 #1 SMP Sun Jul 14 01:31:27 UTC 2013 x86_64

All mail to my mailbox is automatically deleted, there is no point
trying to privately email me, I will only read messages posted to the
public lists.

George Orwell's '1984' was supposed to be a warning against tyranny, not
a set of instructions for supposedly democratic governments.

ZNQR LBH YBBX



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Linux and Skype Video

2015-01-27 Thread Fernando Lozano
This message is probably spam

Symbol: ONCE_RECEIVED(1.00)

X-Virus-Scanned: clamav-milter 0.98.4 at mcbain0012
X-Virus-Status: Clean

Hi Mickey,

I use skype for video calls regularly on many notebooks and desktops.
Currenty all then are at F21 but I can't remember issues when they were
at F20.

I used to google for tutorials on installing Skype on Fedora, it's rpm
package doesn't state all deps, but I didn't had to to this since F18 or
19, maybe because I used fedup since them.

I had a few troubles years ago with a sound card and usb video camera
that weren't supported by Linux but this wasn't specific to skype.

[]s, Fernando Lozano
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Linux and Skype Video

2015-01-27 Thread Anthony Messina
On Tuesday, January 27, 2015 05:53:29 AM Mickey wrote:
> Fedora 20/KDE
> 
> Can Fedora use a webcam on Skype ?
> 
> I need to connect by Skype to China by video to fix a Quadcopter (Drone) 
> problem.

If you use the RPMFusion repository, they have packaged lpf-skype, which will 
allow you to semi-automatically build skype on your local machine.

-A

-- 
Anthony - https://messinet.com/ - https://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E


signature.asc
Description: This is a digitally signed message part.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Linux and Skype Video

2015-01-27 Thread Mickey

Fedora 20/KDE

Can Fedora use a webcam on Skype ?

I need to connect by Skype to China by video to fix a Quadcopter (Drone) 
problem.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org