Snakeoil ISO File Version 0.1.4 (Cryo Treatment)
|
Posts: 3,025
Threads: 193
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
29-May-2016, 08:35 AM
(This post was last modified: 29-Mar-2017, 10:33 AM by agent_kith.
Edit Reason: New Download Policy
)
[Update: 31 May 2016]
64 bit networking is working now. Please see end of post for known issues, and please comment if you have any problems/issue with this current ISO.
Streamlined the releases a bit, I'm not going to differentiate between CPUs now, only architectures. After you have installed Snakeoil onto your system, you can upload a custom kernel to take advantage of your processor if need be.
At the moment, Snakeoil supports these architectures: - Intel/AMD 32 bit
- Intel/AMD 64 bit
Note that you cannot mix architectures (i.e.g cannot upload 32 bit firmware to a 64 bit snakeoil machine). Although 64 bit CPUs can execute 32 bit code just fine, 64 bit Snakeoil is missing 32 bit libraries required for the software players to function. I'd be working on a Raspberry Pi edition in due time.
Download
Some important links for new users
If you are new to Linux and LiveCD, watch this walkthrough video of how to do a Snakeoil installation:
ISO Changelog since 0.1.3 (Cable Lifter) - Logictechmedia server upgraded to 7.9.0~1463778102
- 32bit Snakeoil upgraded to support new LMS version
- kernel 4.4.9-rt17 (No more distinction between atom vs generic now)
- Upgraded all Ubuntu 14.04.04 LTS packages to the latest available today
- Don't prompt user to hit ENTER when shutting down or reboot
Firmware Changelog since 0.1.3 (Cable Lifter) - More progress feedback while performing firmware upgrade
- Check for problems when performing firmware upgrade, and print out errors
- Added sanity checks to not allow installation of firmware with different architecture
- Silence an error when mounting drives
- Support RoonBridge for 64bit systems (manual RoonBridge install required)
- Fixed Squeezelite extras bug [Credit: a.dent]
- Fixed bug where kernel boot option is not read properly [Credit: JD1]
- After kernel upgrade, text now correctly says reboot is in the system tab [Credit: JD1]
- Filename has a new string, i686 for 32 bit firmware, and x86_64 for 64bit
- Firmware and Kernel upgrade are now well tested and made available to the normal users now (available in System tab)
- You can install deb files now from the Snakeoil tab
![[Image: tab_snakeoil_deb.png]](https://preview.ibb.co/cxnrFa/tab_snakeoil_deb.png)
- Repo code.google.com no longer available. As such, added new Squeezelite from Ralph Irving
- Support HQPlayer's NAA and Plex's PlexMediaServer, requires manual installation
- System tab now moved to the 2nd last
- Multiple web back end stability fixes
- Split Home Tab into two: Home and System
- Theme switching support (in System tab). Select from - Default, Blue on White and Grey on White
- Fixed a bug where squeezelite can't lock memory (prevents swapping) and set priority of output thread
- Fixed a bug where you can't clear software player options (credit: Doncentric)
- Added option to clear the system cache. Available in the Home tab, click the Clear Cache button to reinitialise the cache. May be useful if you leave the machine running for a long time (e.g. > 3 hours), or after a database rescan
![[Image: tab_system_system.png]](https://preview.ibb.co/hyUhMF/tab_system_system.png)
- When you click the Shutdown Machine button above, the browser will re-direct to the snakeoil website after 5 seconds
- Changed the button colour (to the snake oil drop colour)
- Changed all references of register to activate
- Make some cosmetic changes to the user interface
- For people who has activated their snakeoil machine, you now have the ability to adjust kernel boot up options
![[Image: tab_snakeoil_kernel_tweaks.png]](https://preview.ibb.co/cjfp1F/tab_snakeoil_kernel_tweaks.png)
Known Issues: - 64 bits: squeezelite can't seem to set output thread priority. Still investigating the reason for this.Confirmed fixed in 0.1.5-pre-release-20160613
- 64 bits: Uploading new kernels not working, go here to download fix.
Snakeoil Operating System - Music, your way!
Posts: 56
Threads: 7
Joined: Apr 2016
Reputation:
2
Location: The Netherlands
Tried using the 'Intel/AMD 64 bit ISO' version on my Intel i5. For some reason it can't set up a network. During booting it shows the message "Booting system without full network configuration".
This is the content of the /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
Posts: 3,025
Threads: 193
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
(29-May-2016, 07:53 PM)Leonard Wrote: Tried using the 'Intel/AMD 64 bit ISO' version on my Intel i5. For some reason it can't set up a network. During booting it shows the message "Booting system without full network configuration".
This is the content of the /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp Hmm. I think @a.dent has the same issue too.
Can you login to the system, and run "dmesg|grep eth0". Is the interfae renamed to something else? say p1p2 or something?
Snakeoil Operating System - Music, your way!
Posts: 56
Threads: 7
Joined: Apr 2016
Reputation:
2
Location: The Netherlands
Maybe something with a new kernel being used?
This is the result of dmesg | grep eth0
e1000e 0000:00:19.0 eth0: registered PHC clock
e1000e 0000:00:19.0 eth0: (PCI Express :2.5GT/s:Width x1) xx:xx:xx:xx:xx:xx (=MAC address)
e1000e 0000:00:19.0 eth0: Intel® PRO/1000 Network Connection
e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
e1000e 0000:00:19.0 eth0: em1: renamed from eth0
systemd-udevd[2750]: renamed network interface eth0 to em1
Posts: 3,025
Threads: 193
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
29-May-2016, 08:29 PM
(This post was last modified: 29-May-2016, 08:55 PM by agent_kith.)
(29-May-2016, 08:15 PM)Leonard Wrote: Maybe something with a new kernel being used?
This is the result of dmesg | grep eth0
e1000e 0000:00:19.0 eth0: registered PHC clock
e1000e 0000:00:19.0 eth0: (PCI Express :2.5GT/s:Width x1) xx:xx:xx:xx:xx:xx (=MAC address)
e1000e 0000:00:19.0 eth0: Intel® PRO/1000 Network Connection
e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
e1000e 0000:00:19.0 eth0: em1: renamed from eth0
systemd-udevd[2750]: renamed network interface eth0 to em1
try and update /etc/nework/interfaces to the following
Code: # interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto em1
iface em1 inet dhcp
i.e. replace eth0 to em1, then reboot and see if that works.
This Ubuntu udev "feature" of renaming network interface names is really starting to get frustrating ![[Image: confused.png]](https://www.snakeoil-os.net/forums/images/smilies/confused.png) . And this renaming didn't happen in my test setup, and why I missed it ![[Image: dodgy.png]](https://www.snakeoil-os.net/forums/images/smilies/dodgy.png) .
Snakeoil Operating System - Music, your way!
Posts: 56
Threads: 7
Joined: Apr 2016
Reputation:
2
Location: The Netherlands
I have adapted the file like you said but it didn't work.
Note that when I adapt the file it saves it in the casper-rw partition.
After the system restarts it seems that this file gets overwritten by the default again.
Is there a way to prevent that?
Posts: 3,025
Threads: 193
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
(29-May-2016, 08:55 PM)Leonard Wrote: I have adapted the file like you said but it didn't work.
Note that when I adapt the file it saves it in the casper-rw partition.
After the system restarts it seems that this file gets overwritten by the default again.
Is there a way to prevent that?
I missed out "auto eth0" also, change that to em1. Did that work? I wonder how persistent partition works, perhaps the timestamp of the file in the persistent partition is older than the one on the ISO? (I'm in Perth, so that's +8 UTC).
Uploading a new ISO that should fix this issue (it'd can be anywhere from 90 minutes to 3 hours).
Unfortunately need you and a.dent to help me verify if this new ISO will work as my Jetway 2600 don't rename the NIC (interface eth0 is not renamed unlike you guys).
Snakeoil Operating System - Music, your way!
Posts: 56
Threads: 7
Joined: Apr 2016
Reputation:
2
Location: The Netherlands
You stated: " I missed out "auto eth0" also, change that to em1......"
What do you mean with that? Is that somewhere else than in the same interfaces file?
Posts: 3,025
Threads: 193
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
(29-May-2016, 09:20 PM)Leonard Wrote: You stated: " I missed out "auto eth0" also, change that to em1......"
What do you mean with that? Is that somewhere else than in the same interfaces file?
See post number 5, make sure the last 2 lines of the interfaces file says em1.
Snakeoil Operating System - Music, your way!
Posts: 56
Threads: 7
Joined: Apr 2016
Reputation:
2
Location: The Netherlands
Ok, I did that already. Tnx!
|
Possibly Related Threads… |
Thread |
Author |
Replies |
Views |
Last Post |
|
Snakeoil ISO Version 0.1.5 (Power Cable) |
agent_kith |
7 |
17,099 |
09-Feb-2017, 08:03 AM
Last Post: agent_kith
|
|
Snakeoil ISO File Version 0.1.3 (Cable Lifter) |
agent_kith |
0 |
3,302 |
20-Apr-2016, 08:44 AM
Last Post: agent_kith
|
|
Snakeoil ISO File Version 0.1.2a |
agent_kith |
0 |
3,314 |
05-Apr-2016, 02:31 PM
Last Post: agent_kith
|
|
Snakeoil ISO File Version 0.1.2 |
agent_kith |
0 |
3,294 |
24-Mar-2016, 09:27 AM
Last Post: agent_kith
|
|
Snakeoil ISO File Version 0.1.0 (Code name: Schumann Resonance) |
agent_kith |
0 |
3,119 |
29-Feb-2016, 10:19 PM
Last Post: agent_kith
|
Users browsing this thread: |
1 Guest(s)
|
|
Welcome
|
You have to register before you can post on our site.
|
Latest Threads
|
Android Firefox issues with forum
Last Post: agent_kith
10-Jun-2025 04:45 PM
» Replies: 21
» Views: 1626
|
[split] Possible To Load Snakeoil OS in ...
Last Post: Snoopy8
09-Jun-2025 06:43 AM
» Replies: 14
» Views: 1216
|
Snakeoil 1.4.3 (High End U3)
Last Post: hkphantomgtr
05-Jun-2025 03:58 PM
» Replies: 67
» Views: 7458
|
Snakeoil with Ubuntu Desktop ?
Last Post: Snoopy8
02-Jun-2025 09:38 AM
» Replies: 8
» Views: 739
|
Add IR remote control using Flirc USB in...
Last Post: Snoopy8
31-May-2025 03:50 PM
» Replies: 5
» Views: 534
|
Work In Progress: 1.4.4
Last Post: hkphantomgtr
29-May-2025 11:44 PM
» Replies: 44
» Views: 4157
|
SQ difference - Raspberry Pi vs x86_64?
Last Post: Snoopy8
27-May-2025 02:16 PM
» Replies: 42
» Views: 4515
|
Snakeoil 1.4.0 (High End)
Last Post: aabman
25-May-2025 11:35 AM
» Replies: 93
» Views: 12830
|
new install issues
Last Post: carlodim
23-May-2025 09:56 AM
» Replies: 42
» Views: 3527
|
Is this project still alive?
Last Post: agent_kith
20-May-2025 03:11 PM
» Replies: 10
» Views: 952
|
SnakeoilOS Mission Statement
|
Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.
SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.
If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.
|
|
|