LinuxQuestions.org
Visit Jeremy's Blog.
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 05-25-2014, 12:30 AM   #46
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,246

Rep: Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323

Quote:
Originally Posted by zrdc28 View Post
chmod +x /etc/rc.d/rc.networkmanager
And:

Code:
/etc/rc.d/rc.networkmanager start
(or reboot)
 
Old 05-25-2014, 03:11 AM   #47
Nh3xus
Member
 
Registered: Jan 2013
Location: France
Distribution: Slackware 14.1 32 bits
Posts: 211

Rep: Reputation: 57
Quote:
Originally Posted by dugan View Post
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

Code:
 # netconfig
 
Old 05-25-2014, 12:52 PM   #48
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,246

Rep: Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323
Quote:
Originally Posted by Nh3xus View Post
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.
 
Old 05-25-2014, 08:49 PM   #49
rob.rice
Senior Member
 
Registered: Apr 2004
Distribution: slack what ever
Posts: 1,076

Rep: Reputation: 205Reputation: 205Reputation: 205
Quote:
Originally Posted by Fixit7 View Post
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
 
Old 05-25-2014, 09:24 PM   #50
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
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.
 
Old 05-26-2014, 02:30 AM   #51
Nh3xus
Member
 
Registered: Jan 2013
Location: France
Distribution: Slackware 14.1 32 bits
Posts: 211

Rep: Reputation: 57
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.
 
Old 05-26-2014, 04:35 AM   #52
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by Shadow_7 View Post
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.
Old 05-26-2014, 04:54 AM   #53
Randicus Draco Albus
Senior Member
 
Registered: May 2011
Location: Hiding somewhere on planet Earth.
Distribution: No distribution. OpenBSD operating system
Posts: 1,711
Blog Entries: 8

Rep: Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635
Quote:
Originally Posted by Fixit7 View Post
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.
 
Old 05-26-2014, 05:39 AM   #54
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,916

Rep: Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033Reputation: 5033
Quote:
Originally Posted by Shadow_7 View Post
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.
 
Old 05-26-2014, 07:48 AM   #55
schmatzler
Member
 
Registered: Jan 2011
Location: Germany
Distribution: Slackware64 -current + Multilib
Posts: 411

Rep: Reputation: 181Reputation: 181
Quote:
Originally Posted by Nh3xus View Post
One might want to run

Code:
 # rfkill
in order to get it working again.
It think you refer to

Code:
rfkill unblock all
 
Old 05-26-2014, 08:10 AM   #56
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,302
Blog Entries: 61

Rep: Reputation: Disabled
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
 
Old 05-26-2014, 10:17 AM   #57
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Quote:
Originally Posted by Richard Cranium View Post
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.
 
Old 05-26-2014, 11:13 AM   #58
Nh3xus
Member
 
Registered: Jan 2013
Location: France
Distribution: Slackware 14.1 32 bits
Posts: 211

Rep: Reputation: 57
Quote:
Originally Posted by Richard Cranium View Post
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...
 
Old 05-26-2014, 12:31 PM   #59
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by Nh3xus View Post
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.
 
Old 05-27-2014, 10:10 AM   #60
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Quote:
Originally Posted by Richard Cranium View Post
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.
 
  


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
How do I start up the GUI again? adanedhel728 Linux - Newbie 7 03-04-2008 10:51 PM
Cant get GUI to Start pgleed Linux - Software 1 05-23-2006 02:23 PM
How to start with no GUI.....? TheCrizu Mandriva 13 01-02-2006 04:44 PM
cant start GUI adamherb Mandriva 1 08-09-2005 11:30 PM
Cant Start GUI hexx Debian 7 08-19-2003 10:36 AM

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

All times are GMT -5. The time now is 04:41 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