http://linux.slashdot.org/linux/06/08/15/1518234.shtml
I think I'll wait for it to be released before I install my new 320gb SATA HDD. :)
I thought they upgraded to kernel 2.6 in Slack 10.1, but /. says they upgraded to kernel 2.4.33. :o
Quote from: MyndFyrex86] link=topic=7060.msg87554#msg87554 date=1155662935]
I thought they upgraded to kernel 2.6 in Slack 10.1, but /. says they upgraded to kernel 2.4.33. :o
It was available in Slack 10.1 as an option. Same with Slack 11.
2.4 series is more stable than 2.6. 2.6's minor changes can be drastic. It's sickening. :/
Yeah, Patrick favors speed/general useability over the newer kernel. However, 2.4.33 is as up-to-date as 2.6.17, they're both the heads.
Hmm.. maybe I'll try it out. I rememer when I tried 10.2.... total nightmare.
Too bad there's no GNOME. I always like GNOME better than KDE. I think KDE is ugly.
Nightmare? I've never had an issue with Slackware, but that's just me.
You can get a third-party gnome package easily, try www.linuxpackages.net, the best source for non-standard Slackware packages.
I remember upgrading from 10.1 to 10.2 (I thought it was 10.0 to 10.1... but eh :/) and I broke my kernel. :(
Quote from: iago on August 15, 2006, 03:50:55 PM
Nightmare? I've never had an issue with Slackware, but that's just me.
You can get a third-party gnome package easily, try www.linuxpackages.net, the best source for non-standard Slackware packages.
Heh, it was mostly hardware detection that caused the nightmare, lol.
Oh, really.... hmm, maybe I will try it out. Hopefully the hardware detection is
a lot better than 10.2.
What hardware wasn't detected? You should be able to get through an install (boot with sata.i if you have an SATA HDD), and then configure a kernel to meet your hardware specifications... (www.kernel.org).
Quote from: skip on August 15, 2006, 03:39:45 PM
Hmm.. maybe I'll try it out. I rememer when I tried 10.2.... total nightmare.
Too bad there's no GNOME. I always like GNOME better than KDE. I think KDE is ugly.
http://gsb.freerock.org/
Hahaha, lol, has this thread turned into helping me?
Quote from: Newby on August 15, 2006, 03:59:01 PM
What hardware wasn't detected? You should be able to get through an install (boot with sata.i if you have an SATA HDD), and then configure a kernel to meet your hardware specifications... (www.kernel.org).
It wasn't the installation that was the problem. I installed it fine, but my resolution was a small box in the middle of the screen (probably because my card wasn't detected), my internet didn't work (probably because my modem/router wasn't detected), so I couldn't get drivers, my USB mouse didn't work, etc. That's all I can remember from the top of my head.
Quote from: Ergot on August 15, 2006, 04:11:18 PM
Quote from: skip on August 15, 2006, 03:39:45 PM
Hmm.. maybe I'll try it out. I rememer when I tried 10.2.... total nightmare.
Too bad there's no GNOME. I always like GNOME better than KDE. I think KDE is ugly.
http://gsb.freerock.org/
Hmm.. interesting. Thanks for this.
I have that same issue on the laptop I use. I just jack the resolution up to 1600x1200 and it doesn't bother me! :)
Quote from: skip on August 15, 2006, 04:50:29 PM
It wasn't the installation that was the problem. I installed it fine, but my resolution was a small box in the middle of the screen (probably because my card wasn't detected), my internet didn't work (probably because my modem/router wasn't detected), so I couldn't get drivers, my USB mouse didn't work, etc. That's all I can remember from the top of my head.
Hm. Turn up the resolution. Make sure you run net-config (IIRC that's what it's called). Enable hotplug. All of that happened to me too.
Quote from: Newby on August 15, 2006, 06:18:47 PM
I have that same issue on the laptop I use. I just jack the resolution up to 1600x1200 and it doesn't bother me! :)
You have the same laptop as I do. If I remember correctly, I couldn't get any higher than 640x480.
Quote from: rabbit on August 15, 2006, 07:11:38 PM
Quote from: skip on August 15, 2006, 04:50:29 PM
It wasn't the installation that was the problem. I installed it fine, but my resolution was a small box in the middle of the screen (probably because my card wasn't detected), my internet didn't work (probably because my modem/router wasn't detected), so I couldn't get drivers, my USB mouse didn't work, etc. That's all I can remember from the top of my head.
Hm. Turn up the resolution. Make sure you run net-config (IIRC that's what it's called). Enable hotplug. All of that happened to me too.
Haha, I guess I'll try that out when 11.0 comes out.
Quote from: skip on August 15, 2006, 07:16:51 PM
You have the same laptop as I do. If I remember correctly, I couldn't get any higher than 640x480.
Quote
newby@overkill:~$ grep -A 1 -B 3 "1600x1200" /etc/X11/xorg.conf
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
If the video card is ATI or nVidia, that won't work. You have to download the drivers which is a bit of a pain. Both are do-able, though.
And for network card, you probably have to load the driver. Most people (besides rabbit, I suppose) do the defaults when installing, which is setting up the network card for dhcp and enabling hotplug. Assuming you did those, and you have no interweb, you have to load the driver (every network card you'll ever see, most likely, has a driver).
Figure out the brand, google it to figure out the driver, then do "modprobe [drivername]"
Quote from: rabbit on August 15, 2006, 07:11:38 PM
Hm. Turn up the resolution. Make sure you run net-config (IIRC that's what it's called). Enable hotplug. All of that happened to me too.
Just to clarify, there is no hyphen. It's just "netconfig".
How do you go about updating Slackware without completely reinstalling?
Ugh, all that work... I kind of prefer to just use a distro where all that stuff is already installed & configured out of the box.
Quote from: deadly7 on August 16, 2006, 10:54:00 AM
How do you go about updating Slackware without completely reinstalling?
There's several ways, depending on how you installed:
- If you used a different partition for /home and /usr/local, then you just install again, formatting your root partition
- If you used the same partition, you can probably just install again, ensuring that you check off the same files
- Use slapt-get --dist-upgrade
Quote from: skip on August 16, 2006, 11:04:36 AM
Ugh, all that work... I kind of prefer to just use a distro where all that stuff is already installed & configured out of the box.
I believe I just said this in my previous post, but maybe I didn't stay it right: Slackware DOES install and configure everything out of the box, unless you say 'no' while installing it. That's except for drivers, which isn't a terribly common condition.
Quote from: deadly7 on August 16, 2006, 10:54:00 AM
How do you go about updating Slackware without completely reinstalling?
There's a file on the root location of the install CD. Called "UPGRADING" or something.
Follow those instructions. ;)