LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-14-2016, 10:11 AM   #1
linuxs64
Member
 
Registered: Jun 2010
Posts: 116

Rep: Reputation: 47
Struggles with 14.2, revert back to 14.1, use slaklive for now


did a fresh install of 14.2 64bit, but some of favorite programs broke, can't fix, so reverting to 14.1. Took me 2 days.

on 14.2:
wine games requires libpng12, stock 14.2 is libpng14 & 16
dosemu can't launch, any chance SBo release dosemu2?
NetworkManager keep disconnecting, removed NM, installed wicd, same issue. the same pc boots Win7 & connect to network without problems

during the brief minutes NM/wicd do connect, name resolution is not working

using slaklive 14.2 for now, same problem with NM & wicd

btw: is sqg linked to sbopkg.conf, coz when the repo is changed in sbopkg, sqg is not updated?

but 14.2 does give a refreshing look upon bootup

Code:
from dmesg:
Console: switching to colour frame buffer device 240x67
how do I do the same, manually at the console?

thks

Last edited by linuxs64; 07-14-2016 at 10:27 AM.
 
Old 07-14-2016, 10:47 AM   #2
magicm
Member
 
Registered: May 2003
Distribution: Slackware
Posts: 237

Rep: Reputation: 152Reputation: 152
linuxs64:

Quote:
btw: is sqg linked to sbopkg.conf, coz when the repo is changed in sbopkg, sqg is not updated?
For the sqg shipped with 0.38.0, it is linked. However it is also over-ridden. Comment out the line in sqg
Code:
REPO_BRANCH=${REPO_BRANCH:-14.2}
and it should follow the setting in sbopkg.conf
 
Old 07-14-2016, 11:38 AM   #3
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,240

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322
Quote:
Originally Posted by linuxs64 View Post
did a fresh install of 14.2

wine games requires libpng12
Are you talking about games that come Wine-wrapped (where I can see this happening)? System Shock 2 from Steam, Planescape: Torment from GOG, etc?

For the NetworkManager issues, try switching from dhcpcd to dhclient in /etc/NetworkManager/NetworkManager.conf.

Last edited by dugan; 07-14-2016 at 11:45 AM.
 
Old 07-14-2016, 12:09 PM   #4
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,126

Rep: Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297Reputation: 7297
I am using version 1.4.0 of dosemu.
Why?
None of the versions since 1.4.0 have worked with any of the changes and new kernels used the last few years.

Last edited by cwizardone; 07-14-2016 at 12:12 PM.
 
Old 07-14-2016, 06:42 PM   #5
linuxs64
Member
 
Registered: Jun 2010
Posts: 116

Original Poster
Rep: Reputation: 47
Quote:
Originally Posted by magicm View Post
linuxs64:

For the sqg shipped with 0.38.0, it is linked. However it is also over-ridden. Comment out the line in sqg
Code:
REPO_BRANCH=${REPO_BRANCH:-14.2}
and it should follow the setting in sbopkg.conf
ok, i got it now, thks

Quote:
Originally Posted by dugan View Post
Are you talking about games that come Wine-wrapped (where I can see this happening)? System Shock 2 from Steam, Planescape: Torment from GOG, etc?

For the NetworkManager issues, try switching from dhcpcd to dhclient in /etc/NetworkManager/NetworkManager.conf.
I'm playing an MMO game for Windows (Arcgames Swordsman Online) using playonlinux, it's available on Steam too. Can I just download the libpng12 Slackbuild for 14.1 and build? Then install on 14.2? Any issues that way? Stock 14.2 libpng is 14 and 16.

For wicd, switching from dhcpcd to dhclient fixed network issues, thank you.

How do I set console frame buffer device?
Code:
from dmesg:
Console: switching to colour frame buffer device 240x67
building wine 1.9.10 on slaklive 14.2 now

Quote:
Originally Posted by cwizardone View Post
I am using version 1.4.0 of dosemu.
Why?
None of the versions since 1.4.0 have worked with any of the changes and new kernels used the last few years.
dosemu2 kinda works, using the git tarball on dosemu slackbuild for 14.1, juz that drive_c must be installed/configured post-install. the dos commands have changed (lredir2 etc)

Last edited by linuxs64; 07-14-2016 at 07:22 PM.
 
Old 07-14-2016, 09:20 PM   #6
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,240

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322
Quote:
Originally Posted by linuxs64 View Post
I'm playing an MMO game for Windows (Arcgames Swordsman Online) using playonlinux, it's available on Steam too. Can I just download the libpng12 Slackbuild for 14.1 and build? Then install on 14.2? Any issues that way? Stock 14.2 libpng is 14 and 16.
I don't use PlayOnLinux or play that particular game, but in general...

I would build libpng12 with ./configure and make, then copy the resulting library file into the installation directory of whatever program wants it. If it still can't find it, you can set LD_LIBRARY_PATH to the path to the directory containing that library file, before running the program.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Revert back to Aircrack-ng 1.2 RC 1 KaliBoy Linux - Newbie 1 05-13-2015 02:32 AM
[SOLVED] How to revert back to 11.04? ChannMan40 Linux - Software 11 12-02-2011 07:17 PM
svn revert back RudraB Linux - Server 1 10-21-2010 04:27 AM
How to revert back fdisk changes ? p_s_shah Linux - Server 1 04-10-2008 03:42 PM
Revert back permissions sharathkv25 Linux - General 4 05-21-2007 08:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration