You are not logged in.
Good morning , I would like to know how to proceed to the installer & silverlight or moonlight on bunsenlab on iceweasel . This helps me to see the contents of SKY TV using these platforms , you could help me .... actually I have already tried to installalere moonlight but with poor results ... my version of bunsenlab is 8.3 x_64bit .
Thank you
Nothing happens by chance
Offline
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Thank you very much works
Nothing happens by chance
Offline
Hi,
wanted to use pipelight and read the installation notes and all but, I can't seem to figure out how to open sources.list so that I can edit it... After editing I get a "permission denied..."prompt. How do I open sources.list as root?
I've tried:
sudo Geany /etc/apt/sources.list
Sure enoough it opens the file but I still get the "Permission denied..." prompt.
Any help would be very welcome indeed. I need it to watch Viaplay, Netflix and so on.
Running bl-Hydrogen-amd64_20160710.iso
Installed on lenovo T420
i5-2520
intel 3000 graphics
4gb ram
intenso 128gb ssd
Last edited by UnderMiner (2016-09-30 12:13:56)
"Computers are like Old Testament gods; lots of rules and no mercy."
- Joseph Campbell
Offline
try
gksu geany ...
Offline
Hey There!
I`m not sure about possible typos (Geany instead of geany) but using sudo is the recommended way to open files/apps/etc as root.
if you are unable to do so check the output of
groups $USER
*
to see whether or not you are member of the sudoer group (which would be listed there)
Another thing would be to check permissions of the file or edit them like:
sudo chmod 764 /etc/apt/sources.list
**
*right above the text-form you create your post in is a line of possible bc-tags. the one to use for this little boxes is called "Code" and by clicking it you will open up another text-form where your code can be put in to appear in the way you asked for.
**don`t nail me down on the permissions, i am not really sure whether using 764 (rwx rw- r--)
is the best way possible but it would ensure that you should be able to read and write to this file as root or using sudo.
naik --greetz
Last edited by Naik (2016-09-30 12:23:32)
"Kaum macht [Mensch]* es richtig, funktioniert es sofort!"
BL-Kitchen Codeberg
Offline
See the Arch wiki: https://wiki.archlinux.org/index.php/Pipelight
If you are here because you want to watch Netflix or Amazon Instant Videos, you do not need to install Silverlight/Pipelight. It is easier to install google-chromeAUR, which includes the Widevine content decryption plugin which satisfies Netflix's DRM requirements. You can also use Firefox 49 with tweaks.
To directly answer your question, you can edit your sources.list many ways. Eg, in the terminal with
sudo nano /etc/apt/sources.list
Using geany with:
gksu geany /etc/apt/sources.list
But first, please take a moment to read ttps://wiki.debian.org/DontBreakDebian
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Thanks guys! It works like a charm. Now onto installing pipelight. Will return if I get a hickup on that front.
The
groups $user
returned that I was a member of cdrom sudo floppy and so on so I guess it's all OK on that front.
"Computers are like Old Testament gods; lots of rules and no mercy."
- Joseph Campbell
Offline
W: Failed to fetch http://security.debian.org/dists/jessie … /InRelease Unable to find expected entry 'non-freechrome://components/binary-amd64/Packages/binary-amd64/Packages/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://pkg.bunsenlabs.org/debian/dists/ … /InRelease Unable to find expected entry 'contrib/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://repos.fds-team.de/stable/debian/ … /InRelease Unable to find expected entry 'contrib/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
My sources.list file:
#
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160706-02:22]/ jessie contrib main non-free
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160706-02:22]/ jessie contrib main non-free
deb http://httpredir.debian.org/debian jessie main non-free contrib
#deb-src http://httpredir.debian.org/debian jessie main non-free
deb http://security.debian.org/ jessie/updates main non-freechrome://components/binary-amd64/Packages/binary-amd64/Packages contrib
#deb-src http://security.debian.org/ jessie/updates main contrib non-free
# jessie-updates, previously known as 'volatile'
deb http://httpredir.debian.org/debian jessie-updates main contrib non-free contrib
#deb-src http://httpredir.debian.org/debian jessie-updates main contrib non-free
deb http://pkg.bunsenlabs.org/debian jessie-backports main contrib
# Debian backports
deb http://httpredir.debian.org/debian jessie-backports main contrib non-free contrib
deb http://repos.fds-team.de/stable/debian/ jessie main contrib
Obviously something is wrong here but I can't for the life of me figure out what.
https://wiki.debian.org/DontBreakDebian - read and understood
Last edited by UnderMiner (2016-09-30 14:10:34)
"Computers are like Old Testament gods; lots of rules and no mercy."
- Joseph Campbell
Offline
Line 9 is problematic.
Offline
I recommend:
sudo apt edit-sources
This will open the file in the (terminal-based) text-editor of your choice and will check the syntax of the file for errors before saving it.
Offline
64-bit Google Chrome will play Netflix HTML5 out of the box. Firefox 49 (mozilla.debian.net) will ask you if it's OK to download and install the needed DRM plugin when you go to Netflix, but might still need that user agent tweaking until Netflix wises up.
Sites that are still using Flash 11.X for DRM content would need the libhal1-flash package for DRM content in NPAPI browsers like Firefox. It's in Stretch, but hasn't been backported to Jessie yet. Hang on a few minutes and I'll add it to my own jessie backports multimedia repository on the openSUSE build service.
As far as I know, the beta Flash 23 NPAPI plugin does not yet support DRM.
Edit: added libhal1-flash, building.
Last edited by stevep (2016-09-30 21:57:58)
Offline
As far as I know, the beta Flash 23 NPAPI plugin does not yet support DRM.
It looks like Adobe are leaving DRM support to PPAPI:
we will release both NPAPI and PPAPI Linux builds with their major version numbers in sync and on a regular basis.
Because this change is primarily a security initiative, some features (like GPU 3D acceleration and premium video DRM) will not be fully implemented.
If you require this functionality, we recommend that you use the PPAPI version of Flash Player.
Offline
I'm still stuck at editing the sources.list file so that it also gets backports... what should my sources.list file look like? I think I've messed it up a bit
"Computers are like Old Testament gods; lots of rules and no mercy."
- Joseph Campbell
Offline
The very first item in "Basic Help & Support" is Sources - sources.list and backports details
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
The very first item in "Basic Help & Support" is Sources - sources.list and backports details
Read it and I got this when running
sudo apt-get update
W: Duplicate sources.list entry http://pkg.bunsenlabs.org/debian/ bunsen-hydrogen/main amd64 Packages (/var/lib/apt/lists/pkg.bunsenlabs.org_debian_dists_bunsen-hydrogen_main_binary-amd64_Packages)
W: Duplicate sources.list entry http://pkg.bunsenlabs.org/debian/ bunsen-hydrogen/main i386 Packages (/var/lib/apt/lists/pkg.bunsenlabs.org_debian_dists_bunsen-hydrogen_main_binary-i386_Packages)
W: Duplicate sources.list entry http://pkg.bunsenlabs.org/debian/ jessie-backports/main amd64 Packages (/var/lib/apt/lists/pkg.bunsenlabs.org_debian_dists_jessie-backports_main_binary-amd64_Packages)
W: Duplicate sources.list entry http://pkg.bunsenlabs.org/debian/ jessie-backports/main i386 Packages (/var/lib/apt/lists/pkg.bunsenlabs.org_debian_dists_jessie-backports_main_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
I then figured something was wrong or it was an outdated post so I reverted to my old one...
"Computers are like Old Testament gods; lots of rules and no mercy."
- Joseph Campbell
Offline
...
I then figured something was wrong...
Yes, You had duplicates, as the error message was telling you
or it was an outdated post ...
No
NB Please use [ code ] tags when posting terminal output - it makes it much easier to read and scroll through
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
NB Please use [ code ] tags when posting terminal output - it makes it much easier to read and scroll through
Will do.
So, I decided to re-install bunsenlabs... hadn't made a lot of changes anyway so nothing was lost.
Well, I'm starting from scratch again and all I want is for netflix/hbo to work. What is the easiest way to accomplish that?
"Computers are like Old Testament gods; lots of rules and no mercy."
- Joseph Campbell
Offline
....
Well, I'm starting from scratch again and all I want is for netflix/hbo to work. What is the easiest way to accomplish that?
Read the links posted earlier! Post #7 for example, which explicitly tells you.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
all I want is for netflix/hbo to work. What is the easiest way to accomplish that?
Install Google Chrome, there is a menu entry for doing this.
Offline