LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Just a few questions regarding Slackware. (https://www.linuxquestions.org/questions/slackware-14/just-a-few-questions-regarding-slackware-900490/)

shaunsingh14 08-31-2011 08:05 PM

Just a few questions regarding Slackware.
 
Hello everyone, I'm a long-time Debian user and I wanted to try out something new for a change. So far the only other distributions I've tried are Fedora 15, Linux Mint, Ubuntu, Arch Linux (via Virtualbox) and Gentoo (again via Virtualbox).

Anyway, here are my questions:

- What kernel version does Slackware use (as of 13.37)? (If it's anything above 2.6.35, I'll have a little trouble compiling the drivers for my wireless card.)

- Do I have to manually resolve any dependencies for any packages?

- I have a Ralink RT2870 wireless card. If the kernel version is above 2.6.35, how can I go about compiling the drivers? (the drivers themselves haven't been updated since July 2010)

- Are all packages in Slackware completely free from any distro-specific modifications?

frankbell 08-31-2011 08:34 PM

Regarding the package management, Slackware installs stuff as close to plain vanilla as possible. Pat's focus is on stability and simplicity, not on tailoring. Anything you install with Slack will be as close the the developers' release versions as you will find.

Slackware does not have an official package repository and does not resolve dependencies. Probably the most popular unofficial repository these days is Slackbuilds.

The front page of Slackware dot com tells you what kernels are packaged with Slack 13.37. The default is 2.6.37.6, but others are included with the installation files.

The Slackware community is a large and helpful one and well-represented here at LQ. I know they helped me frequently and willingly when I started with Slackware six years ago.

Once you Slack, you never go back.

0men 08-31-2011 08:37 PM

Hey there!

Slackware 13.37 runs on 2.6.38.4. If thats to high use 13.1 which uses 2.6.33.4. You dont have to worry about 'downgrading' your distribution to the last one. I use 13.1 and couldnt be more happy with its stability, ill keep it around... well probably forever. Pat still keeps security support for 8.1, so dont feel as though its going to go out of date !

Yeah you do..... thats the one thing that kept me away from Slackware for so long. Slackbuilds.org offer 'slackbuild' packages, which make programs easy to install however you'll have to install dependeics first. Thankfully the Slackbuilds website shows the dependecies you need. For some weird reason, i still compile all my progarms on my Debian system from source :S , i got the Slackware bug i think, of knowing where everything is in my system. Upgrading security patches can be done with a package manager by the way.... (slackpkg) which comes installed on your Slackware system.

Once you go slack you'll never go back.

ReaperX7 08-31-2011 08:39 PM

I think Slackware uses kernel 2.6.37 or later as of 13.37.

Dependencies are manually resolved for Slackware. No automation. However you can see what all dependencies are needed by using SlackBuilds.org.

Most Slackware packages use vanilla package with minimal patches unless absolutely required.

The Ralink might be a problem, but there is a proprietary driver from the OEM that I know of as being successfully used with other Ralink Wireless adapters.

Woodsman 08-31-2011 08:44 PM

Quote:

What kernel version does Slackware use (as of 13.37)? (If it's anything above 2.6.35, I'll have a little trouble compiling the drivers for my wireless card.)
13.37: 2.6.37.6

http://slackware.mirrors.tds.net/pub...ANNOUNCE.13_37

13.1 uses the 2.6.33.4 kernel.

To vouch for previous releases, I use 13.1 and 12.2.

Quote:

Do I have to manually resolve any dependencies for any packages?
Short answer: Package dependencies are resolved by the users.

The standard tradition explained to new Slackware users is to perform a full install. With a full install there are no dependencies to check.

The most popular repository for additional packages probably is slackbuild.org, which does not provide pre-built packages. Users download build scripts and build the final packages locally. Another popular repository is slacky.eu, and the people hosting that site provides packages as well as sources. With both sites, any dependencies needed are documented.

Many of the packages built for Slackware derivative distros can be used with the stock Slackware, such as from Salix, Absolute, Zenwalk, Vector. Other than Salix there is no guarantee of any of those packages being fully compatible with the stock Slackware, but as most of the developers use pretty much the same build process as Slackware, users can snatch the build scripts and modify to taste for Slackware.

There is a script tool called sbopkg that can download the build scripts from slackbuild.org and will download the build scripts and sources for related dependencies too. All packages are still built locally.

Two popular and well known personal repositories for Slackware are offered by Eric Hameleers and Robbie Workman.

Quote:

I have a Ralink RT2870 wireless card. If the kernel version is above 2.6.35, how can I go about compiling the drivers? (the drivers themselves haven't been updated since July 2010)
This thread is recent and likely helpful for you:

http://www.linuxquestions.org/questi...how-to-897422/

Quote:

Are all packages in Slackware completely free from any distro-specific modifications?
Pretty much. Slackware is well known for patching upstream sources as little as possible and only for the sake of making packages work correctly and to patch security flaws. Overwhelmingly Pat (Volkerding) and the team refrain from patching anything to provide a distro-specific flavor to a package.

shaunsingh14 08-31-2011 09:33 PM

Quote:

Originally Posted by Woodsman (Post 4458437)
13.37: 2.6.37.6

http://slackware.mirrors.tds.net/pub...ANNOUNCE.13_37

13.1 uses the 2.6.33.4 kernel.

To vouch for previous releases, I use 13.1 and 12.2.



Short answer: Package dependencies are resolved by the users.

The standard tradition explained to new Slackware users is to perform a full install. With a full install there are no dependencies to check.

The most popular repository for additional packages probably is slackbuild.org, which does not provide pre-built packages. Users download build scripts and build the final packages locally. Another popular repository is slacky.eu, and the people hosting that site provides packages as well as sources. With both sites, any dependencies needed are documented.

Many of the packages built for Slackware derivative distros can be used with the stock Slackware, such as from Salix, Absolute, Zenwalk, Vector. Other than Salix there is no guarantee of any of those packages being fully compatible with the stock Slackware, but as most of the developers use pretty much the same build process as Slackware, users can snatch the build scripts and modify to taste for Slackware.

There is a script tool called sbopkg that can download the build scripts from slackbuild.org and will download the build scripts and sources for related dependencies too. All packages are still built locally.

Two popular and well known personal repositories for Slackware are offered by Eric Hameleers and Robbie Workman.



This thread is recent and likely helpful for you:

http://www.linuxquestions.org/questi...how-to-897422/


Pretty much. Slackware is well known for patching upstream sources as little as possible and only for the sake of making packages work correctly and to patch security flaws. Overwhelmingly Pat (Volkerding) and the team refrain from patching anything to provide a distro-specific flavor to a package.

Thank you for your help.

I just have one more question, I lack any sort of blank DVDs, so how can I write Slackware install DVD straight to my 8GB SanDisk flash drive?

Should I use one of the following commands?

Code:

dd if=/home/shaun/Downloads/slackware.iso of=/dev/sdb
cat slackware.iso > /dev/sdb

or does that not work?

ReaperX7 08-31-2011 10:24 PM

Check the "USB-and-PXE-installers" folder located on the main tree and it should have a shell script and a bootable image which should do just that. Not sure if you need a partition containing the Slackware files though mounted for that purpose but you may.

shaunsingh14 08-31-2011 10:56 PM

Quote:

Originally Posted by ReaperX7 (Post 4458479)
Check the "USB-and-PXE-installers" folder located on the main tree and it should have a shell script and a bootable image which should do just that. Not sure if you need a partition containing the Slackware files though mounted for that purpose but you may.

So. . .

Is that in the full Slackware ISO? (keep in mind I'm trying to become a Slacker after two years of apt-get, pacman, emerging, and yum)
Or do I have to go to Slack's website and download it myself?

sahko 09-01-2011 12:53 AM

You could also:
Code:

isohybrid slackwareisoname.iso
and then dd it to the flash drive like you described above. Notice that this way the original iso you had downloaded will be modified so it might be preferable to isohybrid a copy of it.

ruario 09-01-2011 02:56 AM

Quote:

Originally Posted by shaunsingh14 (Post 4458489)
So. . .

Is that in the full Slackware ISO? (keep in mind I'm trying to become a Slacker after two years of apt-get, pacman, emerging, and yum)
Or do I have to go to Slack's website and download it myself?

It should be on the ISO, however you can also get it online from one of the mirrors. Within that directory is file called README_USB.TXT that outlines the process.

Here is a link to an on-line copy so you can read it directly from your browser:

ftp://ftp.slackware.no/pub/linux/sla...README_USB.TXT

Like a couple of the others stated, I'd suggest you start with a full install. This will mean that all the dependencies for the official Slackware packages are fully satisfied.

You should also note that a full install will run just as quickly and efficiently as a more stripped down install. This is because the various applications and services/daemons are not started unless you choose to start them. This is unlike on many other distros that will often start something in the background a moment after you install it. On Slackware if you have not chosen to start a given piece of software it just sits there doing nothing, meaning the only penalty for a full install is disk space. However Slackware isn't that big in relative terms (the various multimedia files in my home directory are bigger) and given the price of disk space these days, a little 'wasted space' is hardly a penalty at all.

Consider also the convenience of already having a good range of useful apps already available without having to regularly "apt-get, pacman, emerge, and yum" every time you realise you need some favoured utility or other.

Personally, I would only consider stripping the install down if you have very specific requirements, such as installing on an unusual device that is hard to add storage to.

For software that you can't find within a full Slackware install, http://slackbuilds.org/ should indeed be your next port of call. This is a large collection of build scripts to add additional software to your system. Since you have used Arch, you can consider it the equivalent of the AUR. SlackBuilds is not quite as extensive as the AUR and is not updated quite as frequently. On the other hand as the scripts are vetted by admins they seem to be of higher quality on the whole. ;)

When using SlackBuilds, I'd recommend that for the first couple of extra packages you add to your system you go to the website, download the build scripts you need and follow the process carefully (make sure you read the associated documentation). Once you are more comfortable with how it all works you could then have a look at Sbopkg. Sbopkg is a SlackBuilds helper utility that further automates many of the steps.

Again as stated previously the SlackBuild scripts list out what dependencies (outside of the full Slackware install) are needed so you should not have any real issues as long as you take note and build in the correct order.

Alien Bob 09-01-2011 03:43 AM

Quote:

Originally Posted by shaunsingh14 (Post 4458407)
- I have a Ralink RT2870 wireless card. If the kernel version is above 2.6.35, how can I go about compiling the drivers? (the drivers themselves haven't been updated since July 2010)

Slackware 13.37 includes several "staging" drivers in the kernel-modules package, and one of them is the "rt2870sta" driver. Slackware's kernel-firmware package contains the "rt2870.bin" firmware, so I guess you're all set with Slackware 13.37, your wireless card should be recognized out of the box.

Eric

NoStressHQ 09-01-2011 04:46 AM

Quote:

Originally Posted by shaunsingh14 (Post 4458462)
I just have one more question, I lack any sort of blank DVDs, so how can I write Slackware install DVD straight to my 8GB SanDisk flash drive?

Not sure if I understood well, moreover I use vmplayer so it might be different than Virtual Box, but isn't it possible to just "mount" the iso and run the vm with it ? With vmplayer you just have to make the iso as if it were inside the 'virtual DVD drive' and here it goes... Nothing to burn or copy or whatever...

Btw, don't be scared about the dependencies: first install everything from the DVD, with a bit of luck you might have nothing more to install... Then, if anything is needed, first thing to install is sbopkg, read a bit about it, it's quite easy and straightforward to use. And in many cases there are few or no dependencies. There are a LOT of threads about deps. on this forum, just do a quick search, you'll find some gems.

And Welcome to Slackware, once you'll dive in, you'll like it, at least I hope so :).

ottavio 09-01-2011 12:36 PM

Quote:

Originally Posted by frankbell (Post 4458427)
Slackware does not have an official package repository and does not resolve dependencies.

Slackware does not have an official package repository? Since when?

ReaperX7 09-01-2011 10:07 PM

Quote:

Originally Posted by ottavio (Post 4458963)
Slackware does not have an official package repository? Since when?

I think he means for stuff like packages not included on the DVD... but up on SlackBuilds.

All known SIS sound cards should be supported through ALSA.

jordanGSU 09-02-2011 05:47 AM

Quote:

Originally Posted by Alien Bob (Post 4458639)
Slackware 13.37 includes several "staging" drivers in the kernel-modules package, and one of them is the "rt2870sta" driver. Slackware's kernel-firmware package contains the "rt2870.bin" firmware, so I guess you're all set with Slackware 13.37, your wireless card should be recognized out of the box.

Eric

I'll second that, I'm using a usb rt2870 on Slackware13.37. I did have difficulty getting it to work because of conflicts with the rt2870sta drivers...but was able to get it working without downloading and compiling anything additional. The resolution is noted in the following:
http://www.linuxquestions.org/questi...how-to-897422/

shaunsingh14 09-02-2011 06:10 PM

I also have a problem when it comes down to installing Slack.

I bought a stack of blank DVD-RW, and when it shows me the slackware boot prompt, it gets stuck on AACPMCI or something like that for like thirty minutes.

Is this normal for a Slack install or is it an unusual bug?

ramkatral 09-02-2011 07:09 PM

Quote:

Originally Posted by shaunsingh14 (Post 4460013)
I also have a problem when it comes down to installing Slack.

I bought a stack of blank DVD-RW, and when it shows me the slackware boot prompt, it gets stuck on AACPMCI or something like that for like thirty minutes.

Is this normal for a Slack install or is it an unusual bug?

Well give us a little more detail than "or something like that". We can't really diagnose the issue without seeing what's going on precisely. I don't hear too very many issues with booting up the installer. It's simple and lightweight and generally runs pretty well. Anyway, post us the details of where it's hanging...

shaunsingh14 09-02-2011 10:07 PM

Quote:

Originally Posted by ramkatral (Post 4460030)
Well give us a little more detail than "or something like that". We can't really diagnose the issue without seeing what's going on precisely. I don't hear too very many issues with booting up the installer. It's simple and lightweight and generally runs pretty well. Anyway, post us the details of where it's hanging...

Here's where the installation is hanging:
Code:

Adaptec aacraid driver 1.1-5[26400]-ms

gaaslight 09-03-2011 05:09 PM

Quote:

Originally Posted by shaunsingh14 (Post 4460119)
Here's where the installation is hanging:
Code:

Adaptec aacraid driver 1.1-5[26400]-ms

Have you tried an "expert"or "menu" install deselecting that package?

shaunsingh14 09-03-2011 06:39 PM

Quote:

Originally Posted by gaaslight (Post 4460666)
Have you tried an "expert"or "menu" install deselecting that package?

No, how do I go about in doing so?

Here's what I did so far:

- boot: <hit enter>
- le waiting for the installation procedure to commence
- le stuck on adaptec for half an hour
- Me *rage*

NoStressHQ 09-03-2011 07:01 PM

I might have missed something, but are you still installing inside a VM as you told earlier on this thread ? If so which VM software ? Or do you install on the 'real' machine ?

shaunsingh14 09-03-2011 07:20 PM

Quote:

Originally Posted by NoStressHQ (Post 4460715)
I might have missed something, but are you still installing inside a VM as you told earlier on this thread ? If so which VM software ? Or do you install on the 'real' machine ?

No I'm not installing on a VM (I only did that for Arch and Gentoo.
I'm trying to install on my actual computer, but so far nothing's working.

On Virtualbox, the installer cranks through everything without issue (I tried Slackware 8 in VBox a few years ago)

NoStressHQ 09-04-2011 02:06 PM

Well it's hard to help you because I've never had any problem in the install phase. The only thing I could recommend is to create a separate, specific and explicit thread about your problem, so people having the same problem as you might help you. Feeding this current thread might hide the problem to people who'd be able to help you.

Good luck !


All times are GMT -5. The time now is 08:56 PM.