Jump to content

Recommended Posts

V.T. Eric Layton
Posted

... I'm gonna' need to study THIS thread because I seem to have no network connectivity currently. :w00t: I also need to make some changes here and there. I need to install Dropline Gnome as soon as I get connected. I also need to upgrade my kernel. I'm using 2.4.33.3. I want to get a 2.6 kernel in there. Well, that'll keep me busy for a while, I guess.I still have my Fedora Core 6 to install, but I think I'll save that for tomorrow sometime. :hysterical:

  • Replies 123
  • Created
  • Last Reply

Top Posters In This Topic

  • V.T. Eric Layton

    66

  • Bruno

    41

  • sloppyslacker

    5

  • striker

    3

V.T. Eric Layton
Posted

Well, I haven't made any progress on getting connected with Slack 11. This is weird. I didn't have any problem with Slack 10.2. Hmm... Oh well, I'll work on it some more later. The other good news is that I decided to go ahead and install FC6. That went relatively well. I just have a couple minor bugaboos to work out of it. I'm in FC6 right now, as a matter of fact.Later...

V.T. Eric Layton
Posted

netconfig is NOT working, unfortunately. It's late, I'm frustrated. I'll play with it a bit tomorrow or the next day. Thanks for that link, though. :hmm:

Posted

Hi EricIf you have no other computers running DHCP you can set the Slackware to use a static IP addesss ( same tool "netconfig" or manually in /etc/rc.d/rc.inet1.conf )Running "/etc/rc.d/rc.inet1 restart" after changing settings should do the trick.:hmm: Bruno

Posted

Here is the trick for DHCP use, . . . . in the /etc/rc.d/rc.inet1.conf change these lines like below:

# Config information for eth0:IPADDR[0]=""NETMASK[0]=""USE_DHCP[0]="yes"DHCP_HOSTNAME[0]=""
And a bit down the file:
# Default gateway IP address:GATEWAY="10.1.1.10"
( !!!!!! Adapt the gateway IP to your situation )Save the file and after that give the command:
#  /etc/rc.d/rc.inet1 restart

Basically this *should* do the trick . . .:hmm: Bruno

V.T. Eric Layton
Posted

I'll check this out later, Bruno. Thanks. I also need to figure out how to upgrade the kernel. I installed one from the CD (sata1...). I'm not sure I installed the proper kernel. I'm going to go back in there today sometime and see for sure.

V.T. Eric Layton
Posted

Hey Bruno... oddly enough, when I booted to Slack just now, I seem to have connectivity. I dunno what happened, but all's well now. :)Now on to the other problems... my mouse wheel won't scroll, the 60hz screen flicker is killing my eyes, etc.

Posted
Hey Bruno... oddly enough, when I booted to Slack just now, I seem to have connectivity. I dunno what happened, but all's well now. B)
LOL . . . . . . so it was false alarm was it ?
Now on to the other problems... my mouse wheel won't scroll, the 60hz screen flicker is killing my eyes, etc.
First back up your /etc/X11/xorg.conf file:
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf-BACKUP

Next start tweaking the 60hz and the mouse settings according to: Slackware Tips 1B) Bruno

V.T. Eric Layton
Posted

Yup. I've been attempting to tweak xorg.conf for the last 20 minutes, but I'm finding that I can't do it with root privileges from within the GUI (Kedit). I guess I'm going to have to do it the "Linux way". :thumbsup:

V.T. Eric Layton
Posted

OK, I'm back in Ubuntu because my printer is not working in Slack and I wanted to copy the stuff from the Slack Tips page before I attempted to fiddle with the xorg.conf. So off I go now...

V.T. Eric Layton
Posted

Hmm... I'm afraid Slack's not going to work with "Vesa Framebuffer" drivers on my system. :( Changing the vertical sync range in xorg.conf does not give me any better display characteristics. It won't let me have anything other than 61 hz refresh rate. So... how does one install nVidia drivers in Slack?By the way, scroll is working on the mouse now. :thumbsup:

sloppyslacker
Posted
Hmm... I'm afraid Slack's not going to work with "Vesa Framebuffer" drivers on my system. :( Changing the vertical sync range in xorg.conf does not give me any better display characteristics. It won't let me have anything other than 61 hz refresh rate. So... how does one install nVidia drivers in Slack?By the way, scroll is working on the mouse now. :thumbsup:
From Brunos tips
Posted

Hi EricI made an edit to the link SlSlacker posted . . it should work okay now.:thumbsup: Bruno

V.T. Eric Layton
Posted

Ah yes! Gooder! :)I'll snoop around there later this evening. I'm headed out the door for a while, which is just as well because the 60hz flicker in Slack was getting my nauseous. :thumbsup: Thanks, well keep you posted... :(

sloppyslacker
Posted
Hmm... when I click on that link, Sloppy, it takes me here:http://www.w3.org/Protocols/ :offtopic:
Not sure how that happened, as I don't think I've ever been to that specific page. Sorry, should have checked the link. :hmm:
V.T. Eric Layton
Posted

OK, Bruno... I installed the nVidia drivers from your link above. I checked the xorg.conf as you suggest on that tip page. All's well. The nVidia drivers are in and working, but here's something weird... my range for vertical refresh in xorg.conf is 70-85hz, yet when I open the KDE Control Center and check the Display settings, it says my vert rate is 50hz. I don't have any flicker, though. It looks much closer to 70-85hz, not 50hz. What's up with that? Is this just a KDE bugaboo?One more thing, how to kill the nVidia splash screen before X loads? I know how to do it in Ubuntu, but not sure how in Slack.Now I'm off to find out why my printer doesn't work in Slack.Thanks for the help...~Eric

Not sure how that happened, as I don't think I've ever been to that specific page. Sorry, should have checked the link. :hmm:
No harm done... Bruno fixed it. I've been there, done that (see post above). Thanks! :offtopic:
V.T. Eric Layton
Posted (edited)

OK, I think I'm really going to need the 2.6 kernel in Slack. I'm installing Dropline Gnome as I type this, and while it will work with the 2.4 kernel, some of its features won't function. So, with that in mind, Bruno... what's the easiest way to upgrade to the 2.6 kernel? Supposedly, the kernel is on my installation disk. It didn't offer me the option for the 2.6 during the initial install, though. :(Help! :w00t:

Edited by V.T. Eric Layton
Posted

Hi EricFor the kernel have a look here: http://distrowatch.com/weekly.php?issue=20040628#1Note: Do not forget to install the kernel-headers and kernel-modules packages as well !!And for the Nvidia splash, have a look in the /etc/X11/xorgconf:

Section "Device" Identifier "NVIDIA" Driver "nvidia" Option "nologo" "1"
That should do the trick ;):w00t: Bruno
V.T. Eric Layton
Posted

Ah... the old "nologo" trick. That's the same as in Ubuntu. I should have known that one.Dropline Gnome is up and running in Slack. Now I feel at home! Woo-hoo! I know where things are and what I'm doing. :w00t: Here's a shot of my Slack desktop:th_Slack_Dropline.png*click for bigger picThe only bad thing I can find to complain about with Dropline is that it stuck me with FF 2.0... :(It's late. I'll fix that splash and read about the kernel upgrade tomorrow. Thanks again, Bruno!G'night... (or good morning, for you!) :w00t:

V.T. Eric Layton
Posted

OK, printer up and running in Slack! YAY! :thumbsup: But I have no color. ;) That's OK though, that's a printer problem, not the OS. I hardly ever print in color, anyway.So, here's a really ignorant Slack novice question: How to I install software in Slack. I can't seem to find any equivalent to synaptic or YUM or anything like that in here. I saw Bruno post on some thread around here about Swaret. Hmm... I'll go try to find that thread now.Later...

Posted

Here it is Eric:SwaretRemember to set the /etc/swaret.conf to "VERSION=11.0"Next to Swaret there is the command "installpkg" you can use on packages you find at: http://www.linuxpackages.net/ ( packages ending on .tgz ):thumbsup: Bruno

V.T. Eric Layton
Posted

You know, Bruno, I should just make your tips page my home page in FF. ;)Thanks! I'm off to go see what trouble I can get into with Swaret. :thumbsup:

Posted
You know, Bruno, I should just make your tips page my home page in FF. ;)
LOL . . . actually I have that myself :thumbsup:
Thanks! I'm off to go see what trouble I can get into with Swaret. :)
You're a bright lad . . . you will manage fine ! :)B) Bruno
V.T. Eric Layton
Posted

Oooh boy! Swaret is installed and I'm currently d-loading bunches of goodies from the LinuxPackages site. :thumbsup:

V.T. Eric Layton
Posted (edited)

OK, I installed:Open OfficeArobat ReaderMplayer w/ codecsNVU -- unfortunately, I can't find it in the Gnome menu. I think it's only for KDE. :thumbsup: All fixed. I just created a new launcher for it using Gnome's menu editor. :)Also, I have my sound working now.Making progress! I'll be a Slacker in no time. ;)I still need to decide about this kernel upgrade, though. One reason is that I'd really like to use UDEV instead of Hotplug. I think I need the 2.6 kernel to do that. Well... I'll keep researching.

Edited by V.T. Eric Layton
Posted

Great progress you made there Eric !!About udev: yep you would need the 2.6 kernel for that . . . but honestly I do not see why you would prefer udev.:thumbsup: Bruno

V.T. Eric Layton
Posted

Well, I'm not really sure myself, except for the fact that all the other distros I'm used to using use UDEV. I understand that there would be a boot-up speed increase, supposedly. However, I'm not sure if there are any other advantages.Speaking of hardware, Bruno... how can I get hdparm to work in Slack. I'd like to activate my DMA on my drives. Can I do that in slack without hdparm?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...