Author |
Message |
jd7654
Joined: 06 Apr 2015 Posts: 297
|
Posted: Sat 18 Mar 2017, 13:55 Post subject:
|
|
Installed to small 2GB SD card, in mini USB reader. Loaded and running well on two older dual core systems.
Same problems as others observed with VLC. Is this the same workaround required as Quirky 8.1.6 with the package name hack? Didn't try that yet. Just tried installing MPV and SMPlayer and that works fine.
Also some problems with speaker volume control. Always have to fiddle with it on this laptop with analog on 2nd card, but couldn't make it work here. Alsamixer worked though, to raise level and unmute, just not tray speaker icon control. Video and Youtube worked fine.
▶—— BASE SYSTEM ——◀
PC Manufacturer: Hewlett-Packard
Product Name: HP Pavilion dm1 Notebook PC
...
AMD E-350 Processor
Max Speed: 1600 MHz
Current Speed of Core 0:1600 MHz, 1:800 MHz
Core Count: 2
Thread Count: 2
...
Actual Used RAM: 196 MB Used - (buffers + cached)
Actual Free RAM: 3362 MB Free + (buffers + cached)
...
Linux Kernel: 4.10.1 (x86_64)
Kernel Version: #1 SMP Sun Mar 5 03:02:32 GMT-8 2017
Distro: Easy Linux 0.2
Window Manager: JWM vgit-976
Desktop Start: xwin jwm
▶—— DISPLAY ——◀
Display Specifications:
• Monitor VertRefresh: 60.03 times/s
• Screen Dimensions: 1366x768 pixels (361x203 millimeters)
• Screen Depth: 24 bits (planes)
Xorg Startup Log (/var/log/Xorg.0.log):
• Xorg Driver in use: ati
• Loaded Modules: dbe dri2 evdev exa extmod fb fbdevhw glx radeon ramdac synaptics
• X.Org version: 1.18.3
▶—— MULTIMEDIA ——◀
Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler HDMI Audio [1002:1314]
Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb2 1429676 533108 880184 38% /mnt/sdb2
|
Back to top
|
|
 |
l0wt3ch
Joined: 23 Apr 2014 Posts: 186
|
Posted: Sat 18 Mar 2017, 19:30 Post subject:
|
|
Genius!
This is extremely exciting.
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 9083 Location: Perth, Western Australia
|
Posted: Sat 18 Mar 2017, 21:14 Post subject:
|
|
slavvo67 wrote: | Okay. I broke the Seamonkey in Container. It worked the first few times and then, nothing. I installed right-click tools; not sure if it created some sort of conflict. Not sure how to boot Seamonkey container without the Menu so she's a goner.... for now.
|
You can do it from a terminal:
Just in case it is still running:
# stop-container seamonkey
This will start the container and launch seamonkey:
# ec-chroot seamonkey
Also, it should be possible to run seamonkey, or any app, from within the "sh0" container.
_________________ https://bkhome.org/news/
|
Back to top
|
|
 |
jd7654
Joined: 06 Apr 2015 Posts: 297
|
Posted: Sun 19 Mar 2017, 01:57 Post subject:
|
|
Experienced a hard hang on 2nd laptop test system. Worked initially, but after installing a just a few things, hangs with black screen or frozen mouse pointer on black screen at late stage of bootup.
Only installed B43 firmware, configured networking, and installed MPV/SMPlayer and browsed and played some videos I think. Will go back later and see if I can reproduce.
For now, I was trying something else. Tested with a VirtualBox install onto VHD, and that went fine, fully functional. Then with a few things tested there, did a manual hard drive install on the laptop. Copied boot and work files into existing Windows and Quirky partitions respectively, edited BOOT_SPECS, and looks to be functioning fine.(much faster than the USB)
This time, tried the zvlc hack and that did get the VLC program to launch, but getting h.264 error when trying to play MP4 video. This workaround did work in Quirky 8.1.6.
▶—— BASE SYSTEM ——◀
PC Manufacturer: Dell Inc.
Product Name: Inspiron 1520
Motherboard Vendor: Dell Inc.
Product Name: 0KY767
...
Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz
Max Speed: 1500 MHz
Current Speed of Core 0:1000 MHz, 1:1500 MHz
Core Count: 2
Thread Count: 2
...
Actual Used RAM: 200 MB Used - (buffers + cached)
Actual Free RAM: 1798 MB Free + (buffers + cached)
Linux Kernel: 4.10.1 (x86_64)
Kernel Version: #1 SMP Sun Mar 5 03:02:32 GMT-8 2017
Distro: Easy Linux 0.2
Window Manager: JWM vgit-976
Desktop Start: xwin jwm
▶—— DISPLAY ——◀
Display Specifications:
• Monitor VertRefresh: 59.94 times/s
• Screen Dimensions: 1280x800 pixels (338x211 millimeters)
• Screen Depth: 24 bits (planes)
Xorg Startup Log (/var/log/Xorg.0.log):
• Xorg Driver in use: intel
• Loaded Modules: dbe dri2 evdev extmod fbdevhw glx present synaptics
• X.Org version: 1.18.3
...
VGA compatible controller:
• Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)
▶—— MULTIMEDIA ——◀
Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 02)
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3450 Location: www.eussenheim.de/
|
Posted: Sun 19 Mar 2017, 15:30 Post subject:
kernel config Subject description: KMS EDID |
|
Formerly my computer was running with video driver modesetting only.
drm can be enabled now but kernel needs to be configured for EDID.
Kernel configuration contains: Code: | #
# Direct Rendering Manager
#
CONFIG_DRM=m
CONFIG_DRM_MIPI_DSI=y
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_KMS_FB_HELPER=y
# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
CONFIG_DRM_TTM=m |
Please set CONFIG_DRM_LOAD_EDID_FIRMWARE (m or y?)
More about my findings here: http://www.murga-linux.com/puppy/viewtopic.php?p=944217#944217
Thank you
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 9083 Location: Perth, Western Australia
|
Posted: Sun 19 Mar 2017, 20:30 Post subject:
Re: kernel config Subject description: KMS EDID |
|
L18L wrote: | Formerly my computer was running with video driver modesetting only.
drm can be enabled now but kernel needs to be configured for EDID.
Kernel configuration contains: Code: | #
# Direct Rendering Manager
#
CONFIG_DRM=m
CONFIG_DRM_MIPI_DSI=y
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_KMS_FB_HELPER=y
# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
CONFIG_DRM_TTM=m |
Please set CONFIG_DRM_LOAD_EDID_FIRMWARE (m or y?)
More about my findings here: http://www.murga-linux.com/puppy/viewtopic.php?p=944217#944217
Thank you |
Thanks, I will remember that for next time compile the kernel.
_________________ https://bkhome.org/news/
|
Back to top
|
|
 |
stemsee
Joined: 27 Jun 2013 Posts: 2539 Location: In The Way
|
Posted: Mon 20 Mar 2017, 03:43 Post subject:
|
|
Excellent introduction 'How Easy Works'. Very well presented. Very palatable. Very interesting.
|
Back to top
|
|
 |
Dry Falls
Joined: 16 Dec 2014 Posts: 596 Location: Upper Columbia
|
Posted: Mon 20 Mar 2017, 13:11 Post subject:
Great! |
|
Very nice! I think this is going to be a keeper. My box isn't compatible with syslinux, but the following grub.cfg on sb2 booted right up. Posting from it now...
Code: | insmod png
background_image /menu.png
set timeout=10
menuentry "Easy-Linux" {
linux /vmlinuz rw
initrd /initrd.q
}
menuentry " ---" { true; }
menuentry "Firmware configuration" {
fwsetup
}
menuentry "Shutdown" {
halt
}
menuentry "Reboot" {
reboot
} |
just in case others have grub2 installed.
thanks,
df
|
Back to top
|
|
 |
slavvo67
Joined: 12 Oct 2012 Posts: 1616 Location: The other Mr. 305
|
Posted: Mon 20 Mar 2017, 18:18 Post subject:
|
|
Hi BarryK:
The stop-container seamonkey did nothing (maybe wasn't running).
error can't unmount: /mnt/sdf2/containers/seamonkey/container: Invalid Argument
can't unmount /mnt/sdf2/containder/seamonkey/.ro0
The ec-chroot seamonkey did not work.
chroot: can't execute '/ec-run': no such file or directory.
BTW - The screenshot went to mnt/sdf2/home/media/images ... Pretty deep sub-directory. Found it but not very user friendly going that deep... in my opinion, of course. Couldn't attach the screenshot, either. Too big to attach on this board...
Anyway, thanks for all...
slavvo67
p.s. - Did you scrap the old firewall for security reasons or just a change of pace? - thanks...
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 9083 Location: Perth, Western Australia
|
Posted: Mon 20 Mar 2017, 21:22 Post subject:
|
|
I have fixed VLC:
http://barryk.org/news/?viewDetailed=00519
_________________ https://bkhome.org/news/
|
Back to top
|
|
 |
linuxcbon
Joined: 09 Aug 2007 Posts: 1281
|
Posted: Tue 21 Mar 2017, 03:08 Post subject:
|
|
Easy Linux 0.2
- bootup is much too slow and long.
Snapshot at bootup is not necessary ? and much too slow.
- vlc doesnt play videos (I prefer xine)
Code: | [000000000063b2f8] pulse audio output error: PulseAudio server connection failure: Connection refused
VLC could not decode the format "h264" |
- aumix is not practical and doesn't work ok for my soundcard.
- # defaultchat
Code: | (gst-plugin-scanner:24758): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibav.so': libnuma.so.1: cannot open shared object file: No such file or directory |
- I dont have any cd or dvd player and run
# defaultcdplayer
takes forever to load and when closing it
Code: | sh: line 0: echo: write error: Broken pipe |
- I download firefox official binary
When I run it
Code: | (firefox:5643): Gtk-WARNING **: Error loading theme icon 'dialog-warning' for stock: Icon 'dialog-warning' not present in theme ubuntu-mono-dark
(firefox:5960): GLib-GIO-WARNING **: Failed to execute child process "update-mime-database" (No such file or directory) |
- some empty folders, what are they for ?
/usr/etc/
/usr/games/
- /var as symlink not a good idea. I prefer it a normal directory.
- Still waiting for the barebone version.
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 9083 Location: Perth, Western Australia
|
Posted: Tue 21 Mar 2017, 05:59 Post subject:
|
|
Philh wrote: | Galculator needs libquadmath. |
Thanks for reporting that, fixed. Same bug is in Quirky 8.1.6.
_________________ https://bkhome.org/news/
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 9083 Location: Perth, Western Australia
|
Posted: Thu 23 Mar 2017, 06:20 Post subject:
Re: kernel config Subject description: KMS EDID |
|
L18L wrote: | Formerly my computer was running with video driver modesetting only.
drm can be enabled now but kernel needs to be configured for EDID.
Kernel configuration contains: Code: | #
# Direct Rendering Manager
#
CONFIG_DRM=m
CONFIG_DRM_MIPI_DSI=y
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_KMS_FB_HELPER=y
# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
CONFIG_DRM_TTM=m |
Please set CONFIG_DRM_LOAD_EDID_FIRMWARE (m or y?)
More about my findings here: http://www.murga-linux.com/puppy/viewtopic.php?p=944217#944217
Thank you |
Yesterday I compiled the 4.10.4 kernel, with the express purpose of enabling that option. However, from the description, is seems that it doesn't really do anything, only provides a fallback if special firmware is provided, and a kernel boot commandline option provided.
Also, it seems to only be required if the monitor is "broken" and the kernel is unable to read its edid.
Have I understood this correctly?
_________________ https://bkhome.org/news/
|
Back to top
|
|
 |
ETP

Joined: 19 Oct 2010 Posts: 1172 Location: UK
|
Posted: Thu 23 Mar 2017, 12:12 Post subject:
Easy Linux 0.2 pre-alpha Subject description: EDID & Missing system libs in general |
|
Another factor on the topic of edid is this:
/usr/sbin/get-edid
libx86.so.1 => not found
A complete list of missing system libs is attached.
(Please ignore Thunderbird which I installed manually.)
Pets currently installed:
GetLatest64bitChromeVersionWoofQ-MK1|Get Latest Chrome Version
google-chrome-stable_current_amd64|Access the Internet
cursor_themes-1-1|themes for mouse cursor
ListDD-1.1|List dynamic dependencies
PupControl-3.1.1|Control panel
PupSnap-2.5.1_Scrot-0.8_64Bit|PupSnap screen capture
Pup-SysInfo-2.6.6|System information utility
UrxvtControl-1.3|Urxvt configuration
uextract-3.28|Ultimate Extractor
packit-1.15|Archiving/Compressing GUI
pnmixer_0.6.1-1|Simple mixer application for system tray
libreoffice-style-elementary_5.1.2|office productivity suite -- Elementary symbol style
libguess1_1.2-1.1|high-speed character set detection library
librubberband2v5_1.8.1|audio time-stretching and pitch-shifting library
libsdl2-2.0-0_2.0.4+dfsg1|Simple DirectMedia Layer
libsndio6.1_1.1.0-2|Small audio and MIDI framework from OpenBSD runtime libraries
mpv_0.14.0|video player based on MPlayer/mplayer2
libnuma1_2.0.11|Libraries for controlling NUMA policy
 |
Description |
Please remove false .gz
|

Download |
Filename |
checkdeps_system.txt.gz |
Filesize |
4.12 KB |
Downloaded |
497 Time(s) |
_________________ Regards ETP
Kennels
|
Back to top
|
|
 |
scsijon
Joined: 23 May 2007 Posts: 1535 Location: the australian mallee
|
Posted: Fri 24 Mar 2017, 05:54 Post subject:
devx loading problems |
|
tried to load it via the container instructions/scripts but it didn't. I followed what I thought were the instruction and checked multiple times.
Sorry but do you have a walkthrough of how and where as i'm use to just installing, or should I just unpack, dir2pet, and install it?
OH it took nearly forever to get loaded on a 64gig stick (all I had at the time free) but it did eventually install and convert the q.sfs across, but it's still slow starting. I think i'd rather just be able to install it in quirky format for a permanent set. On the other hand at least it loaded on the dell boxes that won't handle the normal .sfs's.
|
Back to top
|
|
 |
|