Re: Creating a static ethernet connection, once again

2014-10-11 Thread Tim
On Wed, 2014-10-08 at 10:15 -0700, Geoffrey Leach wrote: > Turns out that there's an undocumented feature on the HDTV tuner > software. Said software looks for a connection in a particular range > of addresses. Assigning the ethernet configuration an IP address in > that range solves my problem. I

Re: Canon MG5520 wireless printer

2014-10-11 Thread Tim
On Sat, 2014-10-11 at 21:26 -0400, Kevin Cummings wrote: > When I started the Print Settings tool, I had to unlock it first, then > I started the ADD PRINTER dialogue. When it prompted to select > device, I opened the Network Printer expansion, but the printer I was > looking for was not present,

Re: Question about Thunderbird

2014-10-11 Thread Ed Greshko
On 10/12/14 10:31, jd1008 wrote: > Seems like TB was at a loss what to do with the display field > because of the collected contacts list. You're welcome. -- If you can't laugh at yourself, others will gladly oblige. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change

Re: Question about Thunderbird

2014-10-11 Thread jd1008
On 10/11/2014 07:37 PM, Ed Greshko wrote: On 10/12/14 09:30, jd1008 wrote: On 10/11/2014 07:19 PM, Ed Greshko wrote: On 10/12/14 08:55, jd1008 wrote: Running current TB thunderbird-31.1.1-1.fc20.x86_64 Received a message from a vendor I deal with, via paypal. The message content was alright

Re: Question about Thunderbird

2014-10-11 Thread Ed Greshko
On 10/12/14 09:30, jd1008 wrote: > > On 10/11/2014 07:19 PM, Ed Greshko wrote: >> On 10/12/14 08:55, jd1008 wrote: >>> Running current TB thunderbird-31.1.1-1.fc20.x86_64 >>> >>> Received a message from a vendor I deal with, via paypal. >>> The message content was alright as I expected it to be. >>

Re: Question about Thunderbird

2014-10-11 Thread jd1008
On 10/11/2014 07:19 PM, Ed Greshko wrote: On 10/12/14 08:55, jd1008 wrote: Running current TB thunderbird-31.1.1-1.fc20.x86_64 Received a message from a vendor I deal with, via paypal. The message content was alright as I expected it to be. However, TB displayed the From field as some other n

Re: usb/wifi -

2014-10-11 Thread poma
On 11.10.2014 20:56, bruce wrote: > poma... > > uber cheap! i'll post the data if/when I can find it. might have > tossed it all ready!! > > lsusb - all I have for now.. > Bus 001 Device 002: ID 148f:5370 Ralink Technology, Corp. RT5370 > Wireless Adapter OK, considering the lsusb output that lo

Re: Canon MG5520 wireless printer

2014-10-11 Thread Kevin Cummings
On 10/06/2014 02:11 AM, Kevin Cummings wrote: > On 10/06/2014 02:10 AM, Javier Perez wrote: >> Go to Settings, Device Settings and print out the "LAN Settings", >> "Confirm LAN Settings" and "Print LAN Details". It should give you the >> current IP address of the printer > > Thanks. I'll have to

Re: Question about Thunderbird

2014-10-11 Thread Ed Greshko
On 10/12/14 08:55, jd1008 wrote: > Running current TB thunderbird-31.1.1-1.fc20.x86_64 > > Received a message from a vendor I deal with, via paypal. > The message content was alright as I expected it to be. > > However, TB displayed the From field as some other name, > other than via paypal > whic

Re: Question about Thunderbird

2014-10-11 Thread Roger
On 12/10/14 11:55, jd1008 wrote: Running current TB thunderbird-31.1.1-1.fc20.x86_64 Received a message from a vendor I deal with, via paypal. The message content was alright as I expected it to be. However, TB displayed the From field as some other name, other than via paypal Suggestion: go

Question about Thunderbird

2014-10-11 Thread jd1008
Running current TB thunderbird-31.1.1-1.fc20.x86_64 Received a message from a vendor I deal with, via paypal. The message content was alright as I expected it to be. However, TB displayed the From field as some other name, other than via paypal which is usually how invoices come to me from payp

Re: Can't re-create initrd

2014-10-11 Thread Roger Heflin
And the machine pxeboots successfully with the original unmodified initrd? You could get a serial crossover cable get enhanced console logging that way, I have used serial before, just not on normal home type machines. You could also make only tiny modifications of the initird (ie adding the slee

Re: Can't re-create initrd

2014-10-11 Thread CLOSE Dave
Roger Heflin wrote: > it is failing to find the root device. > > If the root device is initrd then that should be found, since you > are modifing the initrd you may add a few more commands to it. > ... > if the root device is elsewhere it is not finding that. Eventually, I want to modify the init

Re: netflix play on chrome works (finally)

2014-10-11 Thread D. Hugh Redelmeier
| From: Neal Becker | I see with fedora20 + current chrome stable, netflix now works! And, even works | well with my chromecast. Wow! Will it do Netflix in HD? Most Android devices cannot do Netflix in HD for some (intentional?) reason but some Nexus Android devices can. I don't know the r

Re: Can't re-create initrd

2014-10-11 Thread Roger Heflin
it is failing to find the root device. If the root device is initrd then that should be found, since you are modifing the initrd you may add a few more commands to it. sleep 10 (ash should have a sleep command) and a few more echo's so you can confirm if the initrd is running or not. if the root

Re: netflix play on chrome works (finally)

2014-10-11 Thread Ed Greshko
On 10/12/14 03:09, Lee wrote: > Only on linux? I think it always worked on Chrome for Windows. But, FWIW, it for sure works on Windows now. Now, all I'm asking for is for the Sling Media and Chrome folks to get together and make it work on Linux. :-) -- If you can't laugh at yourself, othe

Re: Can't re-create initrd

2014-10-11 Thread CLOSE Dave
Roger Heflin wrote: > note step 3.4: -H newc is important. > find . | cpio -o -H newc | gzip > ../initrd.img Yes, it is. But -c means exactly the same thing. -- Dave Close, Thales Avionics, Irvine California USA. cell +1 949 394 2124, dave.cl...@us.thalesgroup.com "If a cluttered desk is a sign

Re: Can't re-create initrd

2014-10-11 Thread Roger Heflin
This page: http://www.thewireframecommunity.com/node/14 note step 3.4: -H newc is important. find . | cpio -o -H newc | gzip > ../initrd.img On Sat, Oct 11, 2014 at 3:29 PM, CLOSE Dave wrote: > Heinz Diehl wrote: > >> You could use dracut to recreate your initramfs? >> Works flawlessly (here as

Re: netflix play on chrome works (finally)

2014-10-11 Thread Rahul Sundaram
Hi On Sat, Oct 11, 2014 at 3:09 PM, Lee wrote: > Only on linux? > I mentioned Linux explicitly since that was the only platform relevant here but probably others as well over time since Silverlight has been deprecated by Microsoft. Rahul -- users mailing list users@lists.fedoraproject.org To u

Re: Can't re-create initrd

2014-10-11 Thread CLOSE Dave
Heinz Diehl wrote: > You could use dracut to recreate your initramfs? > Works flawlessly (here as a test, with an old kernel): While I am not familiar with dracut, I've looked at it a bit. I don't see a way to use it to modify an existing initrd, only to create a new one based on the running sy

Re: netflix play on chrome works (finally)

2014-10-11 Thread Lee
Only on linux? On Oct 11, 2014 11:13 AM, "Rahul Sundaram" wrote: > Hi > > On Sat, Oct 11, 2014 at 11:52 AM, Lee wrote: > >> Really? I thought it required silverlight? >> > Silverlight is one option however it is not supported in many platforms > including Android and Linux and Chrome OS and the

Re: usb/wifi -

2014-10-11 Thread bruce
poma... uber cheap! i'll post the data if/when I can find it. might have tossed it all ready!! lsusb - all I have for now.. Bus 001 Device 002: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter As far as I can tell, the device isn't being swamped at least not from looking at wavemon.

Re: usb/wifi -

2014-10-11 Thread poma
On 11.10.2014 19:44, bruce wrote: > hey... > > i'm testing on a couple of fed/centos boxes, using cheap ralkink 5370 > chipset usb/wifi adapters > > i'm getting the following msgs in the /var/log/messages which > indicates that i've got a major wifi issue!! > > i'm looking for input/thoughts on

Re: netflix play on chrome works (finally)

2014-10-11 Thread Rahul Sundaram
Hi On Sat, Oct 11, 2014 at 11:52 AM, Lee wrote: > Really? I thought it required silverlight? > Silverlight is one option however it is not supported in many platforms including Android and Linux and Chrome OS and the alternative HTML5 based interface is now directly supported in Chrome on Linux

usb/wifi -

2014-10-11 Thread bruce
hey... i'm testing on a couple of fed/centos boxes, using cheap ralkink 5370 chipset usb/wifi adapters i'm getting the following msgs in the /var/log/messages which indicates that i've got a major wifi issue!! i'm looking for input/thoughts on trying to debug this to see how to correct my data i

Re: netflix play on chrome works (finally)

2014-10-11 Thread Lee
Really? I thought it required silverlight. On Oct 11, 2014 4:58 AM, "Neal Becker" wrote: > > I see with fedora20 + current chrome stable, netflix now works! And, even works > well with my chromecast. > > -- > -- Those who don't understand recursion are doomed to repeat it > > -- > users mailing

netflix play on chrome works (finally)

2014-10-11 Thread Neal Becker
I see with fedora20 + current chrome stable, netflix now works! And, even works well with my chromecast. -- -- 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.fedorap

Re: Can't re-create initrd

2014-10-11 Thread Heinz Diehl
On 10.10.2014, CLOSE Dave wrote: > What am I doing wrong? You could use dracut to recreate your initramfs? Works flawlessly (here as a test, with an old kernel): [root@kiera boot]# dracut -v -f initramfs-3.16.3-rc1.img I: *** Including module: i18n *** I: *** Including module: drm *** I: *** I