Re: Skype in Fedora

2014-11-06 Thread Antonio Insuasti Recalde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes Just in 3 steps:
1: 
http://www.skype.com/es/download-skype/skype-for-linux/downloading/?type=fedora32
2: sudo yum localinstall skype* 3: open skype and login - -- Antonio
Insuasti R. IBM “Linux System Administrator” #ECUSFQ00228 RHCE No:
130-065-634 dCAP. #2071 ECE. #200571804 – #200576560
identi.ca/twiiter: @wolfantec Quito-Ecuador- -
-- GPG:
0x021C83744ACDF6F0
https://pgp.mit.edu/pks/lookup?op=get&search=0x021C83744ACDF6F0
-BEGIN PGP SIGNATURE- Version: GnuPG v1
iQIcBAEBAgAGBQJUXDwTAAoJEAIcg3RKzfbwDqIP+wTU8KoKObaH3vBUED708l+Q
zWICauP8SjLQztVy40SNbxWIRbhNmZLv6PMVYHBi+9ZNy1s0xtdCTIRZtz6slPpX
g0mi684wu/AiXmamvTuKL6LsH+OvxDjKRCIR2NSLwmMIyVTFePnwAEh7/E1INB1x
yPVKCU4viQ9/lNqwz0smJzr7dwVYQlNtMrsblZifvxqW6W+FXF/93t4iYQbEMXG/
KXLNJU2A21V/pFfmoR3DPrehrX23l1t+g9wBW3NKBtSICQLCFZ69wz3nNRVVk9cM
ZxielCxJ5B9IcsDTbUykaYa9b2UQCwsEa5yDuBuLNlWD3xbyZ4cfJl8nfvL1D50n
u4RFfLfmvmxLqMYax0veatYuZcu0H4ashE9xBe+PbavJEajP3egHgOxgXRjyRMdB
cqo+3C8K1wATXOIwrz3r/ITQqobKEZE78/IZ1+u2qC+EAthGH2KiAN/p5jTJuSVx
Lsu9scNnm9TPFl/CCxpz5VHYpTOo0e0gXUWphBjmg9luHVNTIglpMrU47NJl+GQY
uBzsK0rP2azZZVFTvaHznKKISInjKYoRm6DfUKq9IBlgUY5vFYsPskpFF0s0HVYA
EsShdiWBxdAkSNOAabbZCBkfZTzl4FPuXxVg/6yerMoemSR+UWgVMJY0TeiEEObE
q55n10auIJfr9r01Hfoj =Yu9l -END PGP SIGNATURE-
-- 
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: Skype in Fedora

2014-11-06 Thread Rahul Sundaram
Hi

On Thu, Nov 6, 2014 at 8:11 PM, Mickey wrote:

> Can Skype run in F20 with a Webcam ?


Yes

Rahul
-- 
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


Skype in Fedora

2014-11-06 Thread Mickey

Can Skype run in F20 with a Webcam ?
--
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: udev rules for webcam

2014-11-06 Thread Tom Horsley
On Thu, 6 Nov 2014 18:47:23 -0500
Fred Smith wrote:

> not finding anything on that, I hit on writing a udev rule for the
> USB device to make sure it appeared as a predictable /dev/video.

I did something similar to recognize my 3D printer when I plug it
in, and it was quite challenging to make all my code work
because systemd runs things in magic "cgroups" that get killed
quickly and have limited permissions. I eventually got all the
complex stuff I wanted to do working. The full story is here:

http://home.comcast.net/~tomhorsley/hardware/solidoodle/solidoodle-udev.html
-- 
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


udev rules for webcam

2014-11-06 Thread Fred Smith
Hi all!

I've got an old eeepc 901 set up with Fedora 20, in a captive situation
where it operates a USB web cam (not the built-in one, but something a
good deal better, though modestly priced) snapping an image once per
minute.

Unfortunately, on the rare occasions when the eeepc gets rebooted, the
location in /dev of the particular web cam I'm interested in sometimes
changes from /dev/video0 to /dev/video1, or sometimes the other way.

I was looking to see if I could grope /proc files to find out which 
one was the camera I'm interested in, so the script that runs it
could adapt.

not finding anything on that, I hit on writing a udev rule for the
USB device to make sure it appeared as a predictable /dev/video.

So, I found a bunch of advice on the web, and tried two rather
different udev rules, neither of which works in any way I can confirm.
Here's one of 'em:

lsusb:
Bus 001 Device 002: ID 046d:0825 Logitech, Inc. Webcam C270

so, according to one of the recipes I found, if I make a rule like this
it should work:

SUBSYSTEM=="video4linux", SUBSYSTEM=="usb", ATTRS{idVendor}=="0x046d", 
ATTRS{idProduct}=="0x0825", SYMLINK+="logitechcam"

if I understand it, this should make the camera appear as "/dev/logitechcam".

If I'm off-base here I hope someone will straighten me out.

this rule is stored in a file in /etc/udev/rules.d/25.rules.

unplug/replug the camera elicits no change, and no /dev/logitechcam node,
either. neither does a reboot.

Advice will be gladly accepted! Thanks in advance.

Fred
-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
"Not everyone who says to me, 'Lord, Lord,' will enter the kingdom of
 heaven, but only he who does the will of my Father who is in heaven."
-- Matthew 7:21 (niv) -
-- 
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: google cloudprint *client* for fedora?

2014-11-06 Thread Matthew Miller
On Thu, Nov 06, 2014 at 05:33:13PM +, Tim Waugh wrote:
> In GTK+ 3.14, the print dialog is the client.
> http://cyberelk.net/tim/2014/01/31/printing-to-google-cloud-print-from-gtk/

This requires Gnome Online Accounts, right? I'd love to try it but last
I checked, GOAL still doesn't work with Google's two-factor auth.

-- 
Matthew Miller

Fedora Project Leader
-- 
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: google cloudprint *client* for fedora?

2014-11-06 Thread Tim Waugh
On Thu, 2014-11-06 at 08:20 -0500, Neal Becker wrote:
> I just got a google cloud enabled printer.  Is there a _client_ for fedora to 
> work via cups?  Thanks.

In GTK+ 3.14, the print dialog is the client.

http://cyberelk.net/tim/2014/01/31/printing-to-google-cloud-print-from-gtk/

Tim.
*/



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


Re: google cloudprint *client* for fedora?

2014-11-06 Thread Gary Stainburn
Looks like I download the CUPSPRINT RPM rather than using a repository.

Hope this helps

[gary@gary ~]$ rpm -qi cupscloudprint-20140814-1
Name: cupscloudprint
Version : 20140814
Release : 1
Architecture: noarch
Install Date: Wed 27 Aug 2014 09:41:56 BST
Group   : Unspecified
Size: 3485034
License : GPLv3+
Signature   : RSA/SHA1, Thu 14 Aug 2014 18:04:32 BST, Key ID a036d4b9c5541d9d
Source RPM  : cupscloudprint-20140814-1.src.rpm
Build Date  : Thu 14 Aug 2014 18:04:31 BST
Build Host  : b3bc0dc8e769
Relocations : (not relocatable)
URL : http://ccp.niftiestsoftware.com
Summary : Print via Google Cloud print using CUPS
Description :
Google Cloud Print driver for UNIX-like operating systems.
It allows any application which prints via CUPS to print to Google Cloud
Print directly.
[gary@gary ~]$ 
-- 
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: google cloudprint *client* for fedora?

2014-11-06 Thread Gary Stainburn
On Thursday 06 November 2014 14:26:38 Gary Stainburn wrote:
> On Thursday 06 November 2014 13:20:00 Neal Becker wrote:
> > I just got a google cloud enabled printer.  Is there a _client_ for
> > fedora to work via cups?  Thanks.
> >
> > --
> > -- Those who don't understand recursion are doomed to repeat it
>
> I've done this on  a couple of workstations, both printing to a remote
> Google Cloud printer and active as a server to allow a traditional printer
> over Google Cloud Print.
>
> I can't remember how to do it, but Googling "Google Cloud Print Linux" is
> all I did to get started.
>
> You will need to install Google Chrome too as this is what's used for both
> the client and server options.
>
> Gary

Just had a quick look at one of by boxes and found the following which I used 
to set up a traditional printer as a cloud printer.

The bit you want is the other way round, to be able to print to an already 
configured GoogleCloud printer. For this you need to install the following 
RPM

[root@lou ~]# rpm -qa|grep -i cloud
cupscloudprint-20140814-1.noarch

Not sure which repository that wa from but may have been from the Google one 
shown below.


[root@lou ~]# cat /etc/yum.repos.d/google-chrome.repo 
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
[root@lou ~]# rpm -qa|grep -i google
google-chrome-beta-39.0.2171.19-1.x86_64
[root@lou ~]# ll Downloads/
total 57512
-rw-r--r-- 1 root root 1722 Jul  2 17:05 generate_cloudprint_config.py.zip
-rw-r--r-- 1 root root 5025 Jul  2 17:01 
google-chrome-stable_current_x86_64.rpm
[root@lou ~]# 

(There was a problem with the stable version which is why I then removed it 
and installed the beta version. Can't remember what the problem was though.

Then under the user I am using for the service (gary) I did

wget 
http://www.google.com/support/enterprise/static/chromeos/docs/admin/en/generate_cloudprint_config.py.zip
unzip generate_cloudprint_config.py.zip 
chmod 770 generate_cloudprint_config.py
./generate_cloudprint_config.py 


Once the printers were set up an working I created the service unit file and 
started it.

[root@lou ~]# 
cat /etc/systemd/system/multi-user.target.wants/googleCloudPrint.service
[Unit]
Description=Google Chrome running headless as Cloud Print Server
After=network.target

[Service]
Type=simple
User=gary
Group=gary
WorkingDirectory=/home/gary/.GoogleCloudPrint
ExecStart=/usr/bin/google-chrome  --type=service --enable-cloud-print-proxy 
--no-service-autorun --log-level 
2 --enable-logging=stderr --user-data-dir=/home/gary/.GoogleCloudPrint
Restart=always
StandardInput=null
StandardOutput=syslog
StandardError=inherit
SyslogIdentifier=CloudPrint
SyslogFacility=lpr
SyslogLevel=err
PrivateTmp=true

[Install]
WantedBy=multi-user.target
[root@lou ~]# 


-- 
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: google cloudprint *client* for fedora?

2014-11-06 Thread Kevin Martin
On 11/06/2014 08:26 AM, Gary Stainburn wrote:
> On Thursday 06 November 2014 13:20:00 Neal Becker wrote:
>> I just got a google cloud enabled printer.  Is there a _client_ for fedora
>> to work via cups?  Thanks.
>>
>> --
>> -- Those who don't understand recursion are doomed to repeat it
> 
> I've done this on  a couple of workstations, both printing to a remote Google 
> Cloud printer and active as a server to allow a traditional printer over 
> Google Cloud Print.
> 
> I can't remember how to do it, but Googling "Google Cloud Print Linux" is all 
> I did to get started. 
> 
> You will need to install Google Chrome too as this is what's used for both 
> the 
> client and server options.
> 
> Gary
> 
here's what I've done to allow my non-google cloud printing printer to be a 
cloud printer:

In my case I'm using the unstable version of chrome.  I created a script 
(start_cloud_print) that has the following information:

#!/bin/bash
ps -ef | grep cloud-print | grep -v grep > /dev/null 2>&1
if [ "$?" -eq "1" ]
 then
   
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/google/chrome:/opt/google/chrome-unstable 
 /opt/google/chrome-unstable/chrome
--type=service --enable-cloud-print-proxy --no-service-autorun --noerrdialogs 
--user-data-dir=/usr/local/etc/googlecloudprint/ &
fi

Since I run multiple terminal windows I only want my this to run once.  Then I 
have .bashrc exec start_cloud_print.  In this way I
ensure that my cloud printer get's started anytime I'm logged into my computer. 
 I suppose I could write  a systemd startup script
for this so*I wouldn't have to be logged in and this would run every time I 
restarted my laptop but...

Kevin
-- 
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: Realtek rtl8192eu driver [SOLVED]

2014-11-06 Thread poma
On 06.11.2014 07:15, poma wrote:
> On 05.11.2014 22:14, poma wrote:
>> On 05.11.2014 20:23, Bob Marcan wrote:
>>> On Wed, 05 Nov 2014 07:18:17 +0100
>>> poma  wrote:

 http://forum.ubuntu-nl.org/index.php?topic=86081.msg930664#msg930664
 Works?

>>> Works! Tnx.
>>> Googling for the solution, i filtered out non english entries.
>>> google translate was now my friend.
>>>
>>> Downloaded dkms doesn't work properly.
>>> At installation it provides proper 8192eu.ko module.
>>> After kernel upgrade and reboot, dkms installs the old module.
>>> Probably it doesn't clean up and in the next iteration only installs
>>> already compiled module. I'll investigate this further.
>>>
>>
>> $ rpm -q kernel-devel-$(uname -r) dkms
>> kernel-devel-3.17.2-200.fc20.x86_64
>> dkms-2.2.0.3-28.git.7c3e7c5.fc20.noarch
>>
>> 
>>
>> $ rpmbuild --rebuild 
>> http://users.telenet.be/x86_64/RPMs/dkms-rtl8192eu-4.3.1.1-11320.20140505.src.rpm
>>
>> ~~
>>
>> $ su -
>>
>> ~~
>>
>> # systemctl enable dkms
>>
>> # systemctl start dkms
>>
>> ~~~
>>
>> # rpm -ivh 
>> /home/user/rpmbuild/RPMS/noarch/dkms-rtl8192eu-4.3.1.1-11320.20140505.noarch.rpm
>>  
>> Preparing...  # 
>> [100%]
>> Updating / installing...
>>1:dkms-rtl8192eu-4.3.1.1-11320.2014# 
>> [100%]
>>
>> Creating symlink /var/lib/dkms/rtl8192eu/4.3.1.1-11320.20140505/source ->
>>  /usr/src/rtl8192eu-4.3.1.1-11320.20140505
>>
>> DKMS: add completed.
>>
>> Kernel preparation unnecessary for this kernel.  Skipping...
>>
>> Building module:
>> cleaning build area...
>> cd /var/lib/dkms/rtl8192eu/4.3.1.1-11320.20140505/build ; 
>> make
>> cleaning build area...
>>
>> DKMS: build completed.
>>
>> 8192eu:
>> Running module version sanity check.
>>  - Original module
>>- No original module exists within this kernel
>>  - Installation
>>- Installing to /lib/modules/3.17.2-200.fc20.x86_64/extra/
>> Adding any weak-modules
>>
>> depmod...
>>
>> DKMS: install completed.
>>
>> 
>>
>> # modinfo 8192eu
>> filename:   /lib/modules/3.17.2-200.fc20.x86_64/extra/8192eu.ko
>> version:v4.3.1.1_11320.20140505
>> author: Realtek Semiconductor Corp.
>> description:Realtek Wireless Lan Driver
>> license:GPL
>> srcversion: 45A7C17EE731A4EB2668470
>> alias:  usb:v0BDAp818Cd*dc*dsc*dp*icFFiscFFipFFin*
>> alias:  usb:v0BDAp818Bd*dc*dsc*dp*icFFiscFFipFFin*
>> ...
>>
>> 
>>
>> # modprobe -v 8192eu
>> insmod /lib/modules/3.17.2-200.fc20.x86_64/extra/8192eu.ko
>>
>>
>> # dmesg -t
>> ...
>> 8192eu: module verification failed: signature and/or  required key missing - 
>> tainting kernel
>> RTL871X: module init start
>> RTL871X: rtl8192eu v4.3.1.1_11320.20140505
>> RTL871X: build time: Nov  5 2014 22:00:31
>> usbcore: registered new interface driver rtl8192eu
>> RTL871X: module init ret=0
>>
> ...
> 
> Yeah, wrong version magic for kernel upgrades.
> 
> 
> # rpm -ivh 
> http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/x86_64/kernel-core-3.18.0-0.rc3.git1.2.fc22.1.x86_64.rpm
>  \
>  > 
> http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/x86_64/kernel-devel-3.18.0-0.rc3.git1.2.fc22.1.x86_64.rpm
> Retrieving 
> http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/x86_64/kernel-core-3.18.0-0.rc3.git1.2.fc22.1.x86_64.rpm
> Retrieving 
> http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/x86_64/kernel-devel-3.18.0-0.rc3.git1.2.fc22.1.x86_64.rpm
> Preparing...  # [100%]
> Updating / installing...
>1:kernel-devel-3.18.0-0.rc3.git1.2.# [ 50%]
>2:kernel-core-3.18.0-0.rc3.git1.2.f# [100%]
> 
> 
> 
> # sha1sum /usr/lib/modules/3.17.2-200.fc20.x86_64/extra/8192eu.ko \
>  > /usr/lib/modules/3.18.0-0.rc3.git1.2.fc22.1.x86_64/extra/8192eu.ko
> 71cbe4a06ff2511b7e5c0300066c325d7163ab5b  
> /usr/lib/modules/3.17.2-200.fc20.x86_64/extra/8192eu.ko
> 9c8c1d687c66a25665e432248456b23501d881ee  
> /usr/lib/modules/3.18.0-0.rc3.git1.2.fc22.1.x86_64/extra/8192eu.ko
> 
> ~~
> REBOOT
> 
> ~~
> 
> # uname -r
> 3.18.0-0.rc3.git1.2.fc22.1.x86_64
> 
> 
> 
> # modinfo 8192eu
> filename:   /lib/modules/3.18.0-0.rc3.git1.2.fc22.1.x86_64/extra/8192eu.ko
> version:v4.3.1.1_11320.20140505
> author: Realtek Semiconductor Corp.
> description:Realtek Wireless Lan Driver
> license:GPL
> srcversion: 45A7C17EE731A4EB2668470
> alias:  usb:v0BDAp818Cd*dc*dsc*dp*icFFiscFFipFFin*
> alias:  usb:v0BDAp818Bd*dc*dsc*dp*icFFiscFFipFFin*
> depends:
> vermagic:   3.17.2-200.fc20.x86_64 SMP mod_unload 
> ...
> 
> 
> 
> # modprobe -v 819

Re: Realtek rtl8192eu driver [SOLVED]

2014-11-06 Thread poma
On 05.11.2014 22:14, poma wrote:
> On 05.11.2014 20:23, Bob Marcan wrote:
>> On Wed, 05 Nov 2014 07:18:17 +0100
>> poma  wrote:
>>>
>>> http://forum.ubuntu-nl.org/index.php?topic=86081.msg930664#msg930664
>>> Works?
>>>
>> Works! Tnx.
>> Googling for the solution, i filtered out non english entries.
>> google translate was now my friend.
>>
>> Downloaded dkms doesn't work properly.
>> At installation it provides proper 8192eu.ko module.
>> After kernel upgrade and reboot, dkms installs the old module.
>> Probably it doesn't clean up and in the next iteration only installs
>> already compiled module. I'll investigate this further.
>>
> 
> $ rpm -q kernel-devel-$(uname -r) dkms
> kernel-devel-3.17.2-200.fc20.x86_64
> dkms-2.2.0.3-28.git.7c3e7c5.fc20.noarch
> 
> 
> 
> $ rpmbuild --rebuild 
> http://users.telenet.be/x86_64/RPMs/dkms-rtl8192eu-4.3.1.1-11320.20140505.src.rpm
> 
> ~~
> 
> $ su -
> 
> ~~
> 
> # systemctl enable dkms
> 
> # systemctl start dkms
> 
> ~~~
> 
> # rpm -ivh 
> /home/user/rpmbuild/RPMS/noarch/dkms-rtl8192eu-4.3.1.1-11320.20140505.noarch.rpm
>  
> Preparing...  # [100%]
> Updating / installing...
>1:dkms-rtl8192eu-4.3.1.1-11320.2014# [100%]
> 
> Creating symlink /var/lib/dkms/rtl8192eu/4.3.1.1-11320.20140505/source ->
>  /usr/src/rtl8192eu-4.3.1.1-11320.20140505
> 
> DKMS: add completed.
> 
> Kernel preparation unnecessary for this kernel.  Skipping...
> 
> Building module:
> cleaning build area...
> cd /var/lib/dkms/rtl8192eu/4.3.1.1-11320.20140505/build ; make
> cleaning build area...
> 
> DKMS: build completed.
> 
> 8192eu:
> Running module version sanity check.
>  - Original module
>- No original module exists within this kernel
>  - Installation
>- Installing to /lib/modules/3.17.2-200.fc20.x86_64/extra/
> Adding any weak-modules
> 
> depmod...
> 
> DKMS: install completed.
> 
> 
> 
> # modinfo 8192eu
> filename:   /lib/modules/3.17.2-200.fc20.x86_64/extra/8192eu.ko
> version:v4.3.1.1_11320.20140505
> author: Realtek Semiconductor Corp.
> description:Realtek Wireless Lan Driver
> license:GPL
> srcversion: 45A7C17EE731A4EB2668470
> alias:  usb:v0BDAp818Cd*dc*dsc*dp*icFFiscFFipFFin*
> alias:  usb:v0BDAp818Bd*dc*dsc*dp*icFFiscFFipFFin*
> ...
> 
> 
> 
> # modprobe -v 8192eu
> insmod /lib/modules/3.17.2-200.fc20.x86_64/extra/8192eu.ko
> 
> 
> # dmesg -t
> ...
> 8192eu: module verification failed: signature and/or  required key missing - 
> tainting kernel
> RTL871X: module init start
> RTL871X: rtl8192eu v4.3.1.1_11320.20140505
> RTL871X: build time: Nov  5 2014 22:00:31
> usbcore: registered new interface driver rtl8192eu
> RTL871X: module init ret=0
> 
...

Yeah, wrong version magic for kernel upgrades.


# rpm -ivh 
http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/x86_64/kernel-core-3.18.0-0.rc3.git1.2.fc22.1.x86_64.rpm
 \
 > http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/x86_64/kernel-devel-3.18.0-0.rc3.git1.2.fc22.1.x86_64.rpm
Retrieving 
http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/x86_64/kernel-core-3.18.0-0.rc3.git1.2.fc22.1.x86_64.rpm
Retrieving 
http://alt.fedoraproject.org/pub/alt/rawhide-kernel-nodebug/x86_64/kernel-devel-3.18.0-0.rc3.git1.2.fc22.1.x86_64.rpm
Preparing...  # [100%]
Updating / installing...
   1:kernel-devel-3.18.0-0.rc3.git1.2.# [ 50%]
   2:kernel-core-3.18.0-0.rc3.git1.2.f# [100%]



# sha1sum /usr/lib/modules/3.17.2-200.fc20.x86_64/extra/8192eu.ko \
 > /usr/lib/modules/3.18.0-0.rc3.git1.2.fc22.1.x86_64/extra/8192eu.ko
71cbe4a06ff2511b7e5c0300066c325d7163ab5b  
/usr/lib/modules/3.17.2-200.fc20.x86_64/extra/8192eu.ko
9c8c1d687c66a25665e432248456b23501d881ee  
/usr/lib/modules/3.18.0-0.rc3.git1.2.fc22.1.x86_64/extra/8192eu.ko

~~
REBOOT

~~

# uname -r
3.18.0-0.rc3.git1.2.fc22.1.x86_64



# modinfo 8192eu
filename:   /lib/modules/3.18.0-0.rc3.git1.2.fc22.1.x86_64/extra/8192eu.ko
version:v4.3.1.1_11320.20140505
author: Realtek Semiconductor Corp.
description:Realtek Wireless Lan Driver
license:GPL
srcversion: 45A7C17EE731A4EB2668470
alias:  usb:v0BDAp818Cd*dc*dsc*dp*icFFiscFFipFFin*
alias:  usb:v0BDAp818Bd*dc*dsc*dp*icFFiscFFipFFin*
depends:
vermagic:   3.17.2-200.fc20.x86_64 SMP mod_unload 
...



# modprobe -v 8192eu
insmod /lib/modules/3.18.0-0.rc3.git1.2.fc22.1.x86_64/extra/8192eu.ko
8192eu: version magic '3.17.2-200.fc20.x86_64 SMP mod_unload ' should be 
'3.18.0-0.rc3.git1.2.fc22.1.x86_64 SMP mod_unload '
modprobe: ERROR: could not inser

Re: google cloudprint *client* for fedora?

2014-11-06 Thread Gary Stainburn
On Thursday 06 November 2014 13:20:00 Neal Becker wrote:
> I just got a google cloud enabled printer.  Is there a _client_ for fedora
> to work via cups?  Thanks.
>
> --
> -- Those who don't understand recursion are doomed to repeat it

I've done this on  a couple of workstations, both printing to a remote Google 
Cloud printer and active as a server to allow a traditional printer over 
Google Cloud Print.

I can't remember how to do it, but Googling "Google Cloud Print Linux" is all 
I did to get started. 

You will need to install Google Chrome too as this is what's used for both the 
client and server options.

Gary
-- 
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


5tFTW: Five Things in Fedora This Week: Fedora 21 Beta Edition (2014-11-05)

2014-11-06 Thread Matthew Miller
Reposted from .

Fedora is a big project, and it’s hard to keep up with everything that
goes on. This series highlights interesting happenings in five
different areas every week. It isn’t comprehensive news coverage — just
quick summaries with links to each. Here are the five things for
November 5th, 2014:


How to get the Fedora 21 beta
-

The Fedora 21 Beta went live yesterday, and you can get it from the
prerelease download page at .
This includes all the new Fedora.next variants, ARM images, and Spins,
like the KDE and Xfce desktops.

You can also grab Live images and the Fedora Server installer via
BitTorrent. Either way, while you’re waiting for it to download, read
the release announcement and peruse known issues.

  * http://fedoraproject.org/get-prerelease
  * http://torrent.fedoraproject.org/
  * http://fedoraproject.org/wiki/F21_Beta_release_announcement
  * http://fedoraproject.org/wiki/Common_F21_bugs


Upgrading to F21 with FedUp
---

FedUp — the _Fed_ora _Up_grader — is our recommended tool to go
(relatively seamlessly) from one release to the next. Due to a
late-discovered issue, this isn’t currently available for the beta. See
this bit on the Common Bugs page for details. We will be producing test
`upgrade.img` files as part of the lead-up to F21 final, and *would*
appreciate testing of those when they’re ready.

  * 
http://fedoraproject.org/wiki/Common_F21_bugs#FedUp_upgrade_to_Fedora_21_Beta_fails_.28no_upgrade.img_images.29


Fedora Cloud


The Fedora Cloud release for F21 comes in two sub-variants of its own.
The first is the Fedora Cloud Base Image, which you can download for
use in OpenStack or launch directly in Amazon EC2. This is our more
traditional choice — a minimal selection of RPMs plus cloud-init for
boot-time configuration.

We also have Fedora Atomic, an image built around the Project Atomic
design patterns. (Flashback to Colin Walters’ talk at Fedora Day at
DevConf.cz last February, which kind of kicked this all off.) Atomic
upstream is moving really fast, and for this reason, Fedora Atomic is
kind of a preview in Fedora 21, and actually some of the things we want
in for the final release, like the Kubernetes orchestration engine,
weren’t quite ready for the beta cutoff. So, the Cloud Working Group is
planning to have some post-beta, pre-final test images in the next week
or so to give a better look at what Fedora Atomic will look like — stay
tuned!

  * 
http://download.fedoraproject.org/pub/fedora/linux/releases/test/21-Beta/Cloud/Images/x86_64/Fedora-Cloud-Base-20141029-21_Beta.x86_64.qcow2
  * 
https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#LaunchInstanceWizard:ami=ami-fa3dbf92
  * http://cloudinit.readthedocs.org/en/latest/
  * http://www.projectatomic.io/
  * https://www.youtube.com/watch?v=Hy0ZEHPXJ9Q&t=170
  * 
http://www.redhat.com/en/about/blog/red-hat-and-google-collaborate-kubernetes-manage-docker-containers-scale


Fedora Server
-

Fedora Server is all about providing easy-to-deploy application stacks
which run on a common base. This is done through a service called
RoleKit, and a command-line tool `rolectl` plus an API which you can
integrate with your configuration management tools. For more on this,
see our coverage of Stephen Gallagher’s Flock presentation, or install
the beta and go right to setting up a Domain Controller in just a few
lines.

  * http://fedoramagazine.org/flock-2014-day-2-fedora-server-role-ing-along/
  * https://fedorahosted.org/rolekit/wiki/DomainController


Fedora Workstation
--

And finally, Fedora Workstation is our desktop / laptop system targeted
at software developers — not just those of us working on Fedora, but
everyone out there building applications and services. One key feature
is DevAssistant, a tool for easy setup and management of project
environments. Like much of Fedora 21, this is under heavy development,
and we’d love your input on making this more useful for *your* daily
work.

F21 Workstation also features a preview of next-generation graphics
stack Wayland. This does not sound particularly developer-focused at
first glance, but is actually really important for features software
developers have told us matter to them, like better multi-monitor
support. As we continue with Fedora.next, expect to see a lot of
other fundamental improvements like this, based on needs gathered from
feedback we receive.

  * http://devassistant.org/
  * http://wayland.freedesktop.org/
  * http://www.phoronix.com/scan.php?page=news_item&px=OTA5Mg

-- 
Matthew Millermat...@mattdm.org 
Fedora Project Leader  mat...@fedoraproject.org   
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo

google cloudprint *client* for fedora?

2014-11-06 Thread Neal Becker
I just got a google cloud enabled printer.  Is there a _client_ for fedora to 
work via cups?  Thanks.

-- 
-- Those who don't understand recursion are doomed to repeat it

-- 
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