Netflix desktop freezes on LinuxMint 17 - Cinnamon .64

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
mr_raider
Level 7
Level 7
Posts: 1897
Joined: Sun Jun 20, 2010 9:50 am
Location: Montreal, QC

Re: Netflix desktop freezes on LinuxMint 17 - Cinnamon .64

Post by mr_raider »

Is this a laptop with switchable graphics.
Image
dcovnton

Re: Netflix desktop freezes on LinuxMint 17 - Cinnamon .64

Post by dcovnton »

I might be a newbie, but nothing will scare me away from Linuxmint!

I refuse to use MS products!

Since I have a class and need my system functional video and all, and Netflix is just a toy and not a must, I can revert to Linuxmint16.

With Linuxmint 16 I never had any issue with installing or my device.

I like LM17 better (its layout) but can live with LM16 unti this improves.

I do need to thank spearment2 for his efforts and for the record, I am a she not a he!
iowabeakster

Re: Netflix desktop freezes on LinuxMint 17 - Cinnamon .64

Post by iowabeakster »

I am a she not a he!
I must humbly beg your forgiveness for the insult! My bad.
I might be a newbie, but nothing will scare me away from Linuxmint!

I refuse to use MS products!
but but but... It's impossible to use Netflix without their horrific DRM solution called silverlight ... :lol:
irishwoody

Re: Netflix desktop freezes on LinuxMint 17 - Cinnamon .64

Post by irishwoody »

dcovnton wrote:I might be a newbie, but nothing will scare me away from Linuxmint!

I refuse to use MS products!

Since I have a class and need my system functional video and all, and Netflix is just a toy and not a must, I can revert to Linuxmint16.

With Linuxmint 16 I never had any issue with installing or my device.

I like LM17 better (its layout) but can live with LM16 unti this improves.

I do need to thank spearment2 for his efforts and for the record, I am a she not a he!

Don't give up. I got Mint 17 RC Cinnamon 64 bit working yesterday with Netflix (using firefox 29) pipelight, wine and a user agent swictcher. Threre was a little bit to it but had it going in under an hour. If you get your video dirver issue solved first Im happy to lend a hand and explain all steps I used.
dcovnton

Re: Netflix desktop freezes on LinuxMint 17 - Cinnamon .64

Post by dcovnton »

Hi Iriswoody,

Please do share the step on the blog, this way all can learn, I am sure we are not the only ones with this issue.

And I will keep you posted as I give it a try this weekend and thank you.
irishwoody

Re: Netflix desktop freezes on LinuxMint 17 - Cinnamon .64

Post by irishwoody »

dcovnton wrote:Hi Iriswoody,

Please do share the step on the blog, this way all can learn, I am sure we are not the only ones with this issue..
OK.. I used infomration from

http://www.webupd8.org/2013/08/pipeligh ... linux.html

and

http://fds-team.de/cms/pipelight-instal ... ection_2_3

so all credit goes to authors of those sites !


the main steps I used were

I installed
1. wine - I used the wine ppa

Code: Select all

$ sudo add-apt-repository ppa:ubuntu-wine/ppa
$ sudo apt-get update
$ sudo apt-get install wine
2. Installed firefox 29 -
think main repository.

Code: Select all

$ sudo apt-get install firefox
3. Then installed pipelight

Code: Select all

$ sudo add-apt-repository ppa:pipelight/stable
$ sudo apt-get update
$ sudo apt-get install --install-recommends pipelight-multi
$ sudo pipelight-plugin --update
4. then enabled silverlight

Code: Select all

$ sudo pipelight-plugin --enable silverlight
5. then enabled flash

Code: Select all

$ sudo pipelight-plugin --enable flash


If I recall I then started firefox - it loaded silverlight, it loaded windows version of flash - I had to press Y to accept both licenses

I tested silverlight using the follwoing webpage
http://bubblemark.com/silverlight2.html

If you see the bouncing balls - then thats good !

The final step was to get firefox to report to Netflix that is was running a "windows" version and not a linux version. Here I played with several addons until I got one working correctly
I used a firefox addon called "user agent overrider 0.2.3" by muzulget. It places a little button on bar - when using firefox you than then select what you wish firefox to report as user agent - I picked "windows 64 firefox rev 23" if I recall. I had mixed results with some other similar addons - in one I could specify what firefox reports on a site by site basis and I set the string just for the "www.netflix.com" site

To test and see if you have silverlight and correct string for user agent I sued the foillwoing website
http://fds-team.de/pipelight/

Irishwoody
dcovnton

Re: Netflix desktop freezes on LinuxMint 17 - Cinnamon .64

Post by dcovnton »

Hi Irishwoody,

Thank you, I will try and let you guys know.
Adelante

Re: Netflix desktop freezes on LinuxMint 17 - Cinnamon .64

Post by Adelante »

Thank you, Irishwoody. Your instructions were very clear and Netflix works perfectly. :D
nuckfumbertheory

Re: Netflix desktop freezes on LinuxMint 17 - Cinnamon .64

Post by nuckfumbertheory »

thanks for the write up this helped alot.
dcovnton

Re: Netflix desktop freezes on LinuxMint 17 - Cinnamon .64

Post by dcovnton »

IrishWoody:

I go the damn thing working by doing a resinstall with a fresh download of Mint Mate .64. did the normal commands and low and behold Netflix Work.

I did contact and work with EHoover last weekend and I think he did a workup of his code? He also found that it was stange that Netflix Desktop would work in the manner it did and by the way all video cards work with drivers.
SC23

Re: Netflix desktop freezes on LinuxMint 17 - Cinnamon .64

Post by SC23 »

Worked for me, thx IrishWoody. Thx!
peacefulsam

Re: Netflix desktop freezes on LinuxMint 17 - Cinnamon .64

Post by peacefulsam »

Extremly beautiful and lovely!
Thanks mate, it works wodnerfuly with me. I have just finished installing my new Mint 17 Quira and followed your steps, worked perfectly.
Best Wishes & Many Hugs
~Sam~
sm19546

Re: Netflix desktop freezes on LinuxMint 17 - Cinnamon .64

Post by sm19546 »

Thanks for this. This process worked on the 64-bit MATE version, too.
Domingo Medina

Re: Netflix desktop freezes on LinuxMint 17 - Cinnamon .64

Post by Domingo Medina »

mr_raider wrote:
dcovnton wrote:
sudo add-apt-repository ppa:pipelight/stable
you should not install pipelight and then install netflix-desktop, there are many report pipelight does not work right from http://www.namhuy.net/1867/how-to-insta ... edora.html

just use

Code: Select all

$ sudo apt-add-repository ppa:ehoover/compholio
$ sudo apt-get update && sudo apt-get install netflix-desktop
Locked

Return to “Beginner Questions”