Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
05-25-2014, 12:30 AM
|
#46
|
LQ Guru
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,335
|
Quote:
Originally Posted by zrdc28
chmod +x /etc/rc.d/rc.networkmanager
|
And:
Code:
/etc/rc.d/rc.networkmanager start
(or reboot)
|
|
|
05-25-2014, 03:11 AM
|
#47
|
Member
Registered: Jan 2013
Location: France
Distribution: Slackware 14.1 32 bits
Posts: 211
Rep:
|
Quote:
Originally Posted by dugan
And:
Code:
/etc/rc.d/rc.networkmanager start
(or reboot)
|
Well all theses tasks are performed for you if the author of this thread ran
|
|
|
05-25-2014, 12:52 PM
|
#48
|
LQ Guru
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,335
|
Quote:
Originally Posted by Nh3xus
Well all theses tasks are performed for you if the author of this thread ran netconfig
|
True.
It must also be said that the installation process does run netconfig.
|
|
|
05-25-2014, 08:49 PM
|
#49
|
Senior Member
Registered: Apr 2004
Distribution: slack what ever
Posts: 1,076
|
Quote:
Originally Posted by Fixit7
Slackware could not get my wireless network going.
Second failure of 15 distros that I have tried.
Then I tried Mint.
It has worked before, but not today and I tried twice. md5sum was fine.
Tomorrow will be better. :-)
|
should have installed wicd it's in the extras directory
|
|
|
05-25-2014, 09:24 PM
|
#50
|
Senior Member
Registered: Feb 2003
Distribution: debian
Posts: 4,137
|
In debian the startx app is in the xinit package. And you need a manually created ~/.xinitrc file to execute the window manager you intend to use.
exec cwm
Or whatever applies. It's not rocket science and most of it is well documented.
|
|
|
05-26-2014, 02:30 AM
|
#51
|
Member
Registered: Jan 2013
Location: France
Distribution: Slackware 14.1 32 bits
Posts: 211
Rep:
|
Sometimes, the wireless antenna of your computer is disabled by a hazardous Windows driver or a borked install of a GNU/Linux distro.
One might want to run
Code:
# rfkill unblock all
in order to get it working again.
Fixed: Command typo. Thanks to schmatzler.
Last edited by Nh3xus; 05-26-2014 at 11:11 AM.
|
|
|
05-26-2014, 04:35 AM
|
#52
|
Senior Member
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,860
|
Quote:
Originally Posted by Shadow_7
In debian the startx app is in the xinit package. And you need a manually created ~/.xinitrc file to execute the window manager you intend to use.
exec cwm
Or whatever applies. It's not rocket science and most of it is well documented.
|
As a Slackware user, why would I give a rat's ass what debian provides?
|
|
1 members found this post helpful.
|
05-26-2014, 04:54 AM
|
#53
|
Senior Member
Registered: May 2011
Location: Hiding somewhere on planet Earth.
Distribution: No distribution. OpenBSD operating system
Posts: 1,711
|
Quote:
Originally Posted by Fixit7
I just chose to go with another distro that sets up a wifi network right out of the box.
Like Debian and Ubuntu.
|
Are you sure about that? Wireless works out-of-the-box on Debian? Perhaps if one is lucky, but most, if not everyone, who uses wireless must do more work to get it working than Slackware users do. (Proprietary drivers are not included in Debian's official repositories.)
Quote:
Originally Posted by Richard Cranium
As a Slackware user, why would I give a rat's ass what debian provides?
|
Nice comeback.
|
|
|
05-26-2014, 05:39 AM
|
#54
|
LQ Veteran
Registered: May 2008
Posts: 7,010
|
Quote:
Originally Posted by Shadow_7
In debian the startx app is in the xinit package. And you need a manually created ~/.xinitrc file to execute the window manager you intend to use.
exec cwm
Or whatever applies. It's not rocket science and most of it is well documented.
|
Each window manager package in Slackware includes a ready made xinitrc file. All the user has to do is select the WM they want to use by running the 'xwmconfig' dialog. The root user can also run the exact same dialog to change the system-wide default window-manager used by users who haven't made an individual choice. Seriously, anyone who finds this difficult needs to take their computer back to the shop and ask for a refund on the grounds that "They're too stupid to own a computer and should never have been sold one."
To be fair, there are certain aspects of Slackware that can be a bit of a challenge: this isn't one of them.
|
|
|
05-26-2014, 07:48 AM
|
#55
|
Member
Registered: Jan 2011
Location: Germany
Distribution: Slackware64 -current + Multilib
Posts: 411
Rep:
|
Quote:
Originally Posted by Nh3xus
One might want to run
in order to get it working again.
|
It think you refer to
|
|
|
05-26-2014, 08:10 AM
|
#56
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,307
Rep:
|
And don't forget pkgtool for making changes to network setup, default DE/WM, etc. From its man page:
Quote:
Pkgtool can also be used to re-run the menu-driven scripts normally executed at the end of a Slackware installation. This is useful for doing basic reconfiguration
|
|
|
|
05-26-2014, 10:17 AM
|
#57
|
Senior Member
Registered: Feb 2003
Distribution: debian
Posts: 4,137
|
Quote:
Originally Posted by Richard Cranium
As a Slackware user, why would I give a rat's ass what debian provides?
|
Because the naming convertions are likely the same or at least similar. But if typing random words and pushing enter on the command line until something interesting happens is your thing, then more power to you.
|
|
|
05-26-2014, 11:13 AM
|
#58
|
Member
Registered: Jan 2013
Location: France
Distribution: Slackware 14.1 32 bits
Posts: 211
Rep:
|
Quote:
Originally Posted by Richard Cranium
As a Slackware user, why would I give a rat's ass what debian provides?
|
I would not be as radical as you on that.
Keep in mind that most of the work that Pat has done in order to make Slackware compatible with UEFI came from the Debian folks.
The more you know...
|
|
|
05-26-2014, 12:31 PM
|
#59
|
Senior Member
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,860
|
Quote:
Originally Posted by Nh3xus
I would not be as radical as you on that.
Keep in mind that most of the work that Pat has done in order to make Slackware compatible with UEFI came from the Debian folks.
The more you know...
|
The grub2 script that I modified for Slackware most certainly came from Debian; that's not the issue.
It annoys me to no end to have users of other distributions give advice in this forum using tools and procedures that are applicable to their distribution but not to Slackware, apparently without even realizing that what they wrote doesn't apply.
I don't attempt to provide advice in the Debian/RedHat/Centos forums since I know that I don't know enough about how those distributions work to effectively do so.
In retrospect, it may very well be that the person to whom I so testily replied believes that it is blindingly obvious that what works in Debian won't necessarily work as such in Slackware and so didn't bother to point it out.
|
|
|
05-27-2014, 10:10 AM
|
#60
|
Senior Member
Registered: Feb 2003
Distribution: debian
Posts: 4,137
|
Quote:
Originally Posted by Richard Cranium
It annoys me to no end to have users of other distributions give advice in this forum using tools and procedures that are applicable to their distribution but not to Slackware, apparently without even realizing that what they wrote doesn't apply.
|
So you're saying that using startx and having a ~/.xinitrc does work AT ALL in slackware? As implied by commenting that it doesn't apply.
Sure, various distros have methodologies that may not be known by all, even those who use that distro. And those methodologies may not apply if you venture from the pavement by grabbing a source package not provided by the distro. Also bear in mind that not all threads originate in the forums they end up in.
|
|
|
All times are GMT -5. The time now is 01:23 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|