LinuxQuestions.org
Review your favorite Linux distribution.
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 08-23-2009, 05:03 PM   #1
glore2002
Member
 
Registered: Mar 2007
Location: Buenos Aires, Argentina.
Distribution: Lubuntu 17.10 x64
Posts: 510

Rep: Reputation: 33
So, I've installed Slackware64-current. Need some configuration help.


Hi back!
Well, finally I've installed Slackware64 on my second HD. I chose the option to install lilo on the first partition of the same disk where slackware is and then I did a chainload as you suggested. It worked fine.

Now, I need some help on this subjects:

a) Internet goes slow. Much slower than in Debian or WinXp. Did any of you faced the same problem?

b) How should I install nVidia driver (for my 7300gt card) and flash player?

c) Can I install software from Slackbuilds or they are just for the 32 version of Slackware?

Thank you!
Glore2002.-
 
Old 08-23-2009, 05:22 PM   #2
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Rep: Reputation: 139Reputation: 139
a) No, runs at the same speed for me.
b) Nvidia drivers are downloaded from the nvidia homepage, and installed from the command line, as root, in runlevel 3. Flashplayer plugins are available in the /extra directory on the cd/dvd.
c) Good question. Yes and no. As I understand it many slackbuilds will be converted and available when Slackware 13.0 comes out, so that they can compile either 32-bit or 64-bit. Some programs will only ever be 32-bit, you will then need to either have a true multi-lib Slackware 13.0 (see Alien Bob's Wiki), have 32-bit compatibility libraries installed, a chrooted 32-bit environment, an emulated 32-bit environment or a full separate 32-bit install. Or indeed make do without the 32-bit program and run pure 64-bit only. My particular choice is a true multi-lib environment, but that might not suit you.

samac
 
Old 08-23-2009, 05:26 PM   #3
glore2002
Member
 
Registered: Mar 2007
Location: Buenos Aires, Argentina.
Distribution: Lubuntu 17.10 x64
Posts: 510

Original Poster
Rep: Reputation: 33
Slackware64-current network setup

If I go to system settings / network settings and network settings again on the left panel (kde) I get the following message:

"could not parse the xml file ()"

and not available networks are shown and I can't modify any parameter.

I can surf the web but very very slow. I don't know what the problem is but network setting doesn't work.

Thanks in advance,
 
Old 08-23-2009, 05:44 PM   #4
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Quote:
Originally Posted by glore2002 View Post
Hi back!
Well, finally I've installed Slackware64 on my second HD. I chose the option to install lilo on the first partition of the same disk where slackware is and then I did a chainload as you suggested. It worked fine.

Now, I need some help on this subjects:

a) Internet goes slow. Much slower than in Debian or WinXp. Did any of you faced the same problem?
What measurement are you using to determine that internet is much slower than other OSes?

Quote:
Originally Posted by glore2002 View Post
b) How should I install nVidia driver (for my 7300gt card) and flash player?
Download the Nvidia driver, then run "sh NVIDIA-Linux-x86_64-185.18.14-pkg2.run" as root in a terminal.

For Flash Player, mnt your DVD and run
Code:
rsync -av /mnt/dvd/extra/flashplayer-plugin/ /tmp/flash/
NB: substitute /mnt/dvd/ for where your DVD is mounted.

Then cd /tmp/flash/ and run:
Code:
sh flashplayer-plugin.SlackBuild --cleanup
which will create /tmp/flashplayer-plugin-10.0.32.18-x86_64-1.txz
So now you run:
Code:
installpkg /tmp/flashplayer-plugin-10.0.32.18-x86_64-1.txz
Quote:
Originally Posted by glore2002 View Post
c) Can I install software from Slackbuilds or they are just for the 32 version of Slackware?
Get your extra software from Alien Bob's repository ... he has a good number of 64-bit apps.

And if you want to build some package he doesn't have, use his Alien's SlackBuild Toolkit
 
Old 08-23-2009, 05:44 PM   #5
mRgOBLIN
Slackware Contributor
 
Registered: Jun 2002
Location: New Zealand
Distribution: Slackware
Posts: 999

Rep: Reputation: 231Reputation: 231Reputation: 231
Run
Code:
netconfig
as root from a terminal.

If you want to use a GUI based config then I'd suggest installing wicd. Please do read and follow the instructions that are there.
 
Old 08-23-2009, 06:13 PM   #6
glore2002
Member
 
Registered: Mar 2007
Location: Buenos Aires, Argentina.
Distribution: Lubuntu 17.10 x64
Posts: 510

Original Poster
Rep: Reputation: 33
Thanks for the replies. I will now try to install nVidia driver and flashplayer.

Why do I say Internet goes much slower?

a) When I start firefox, it takes a lot to show google search page.
b) If I enter any url, it takes a lot to open that page. This happens with any page. For instance, if I want to go to linuxquestions.org, it takes much much longer than in debian or xp (same computer).

In Debian, if I type any url, It takes me there as it should: Fast.
 
Old 08-23-2009, 06:26 PM   #7
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Setup your internet with "netconfig" as mRgOBLIN told you in your other thread.

You should not start two threads for the same problem. Report the other one and
ask a moderator to merge them.

After running "netconfig" if it's still slow, post the output of these two cmds:
Code:
egrep -v "(^#|^ *$)" /etc/rc.d/rc.inet1.conf
cat /etc/resolv.conf
and if they look right, I'll give you a script to test the response time of your
DNS servers. (DNS servers change names to IP addresses)

Last edited by unSpawn; 08-23-2009 at 07:07 PM. Reason: //Removed URI as threads were merged.
 
Old 08-23-2009, 06:42 PM   #8
BrZ
Member
 
Registered: Apr 2009
Distribution: Slackware
Posts: 543

Rep: Reputation: 121Reputation: 121
try to disable ipv6 on Firefox: about:config -> network.dns.disableIPv6 -> true
 
Old 08-23-2009, 07:08 PM   #9
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
//Merged threadid=749739 into threadid=749735.

Eye close to the glass,
Horrified he sees the fly:
Merger Successful.
 
Old 08-23-2009, 07:28 PM   #10
glore2002
Member
 
Registered: Mar 2007
Location: Buenos Aires, Argentina.
Distribution: Lubuntu 17.10 x64
Posts: 510

Original Poster
Rep: Reputation: 33
Quote:
Originally Posted by unSpawn View Post
Eye close to the glass,
Horrified he sees the fly:
Merger Successful.
Thanks for the merging and sorry for opening two threads.
 
Old 08-23-2009, 07:34 PM   #11
glore2002
Member
 
Registered: Mar 2007
Location: Buenos Aires, Argentina.
Distribution: Lubuntu 17.10 x64
Posts: 510

Original Poster
Rep: Reputation: 33
I setup internet with netconfig and nothing changed. Same for setting Firefox ipv6 to true.

If I restart the computer and go into Debian, everything goes fine. In Slackware it takes too long to access web sites.

Output of egrep -v "(^#|^ *$)" /etc/rc.d/rc.inet1.conf

Quote:
IPADDR[0]="192.168.1.136"
NETMASK[0]="255.255.255.0"
USE_DHCP[0]=""
DHCP_HOSTNAME[0]=""
IPADDR[1]=""
NETMASK[1]=""
USE_DHCP[1]=""
DHCP_HOSTNAME[1]=""
IPADDR[2]=""
NETMASK[2]=""
USE_DHCP[2]=""
DHCP_HOSTNAME[2]=""
IPADDR[3]=""
NETMASK[3]=""
USE_DHCP[3]=""
DHCP_HOSTNAME[3]=""
GATEWAY="192.168.1.1"
DEBUG_ETH_UP="no"
Output of: cat /etc/resolv.conf

Quote:
search inicioms.com
nameserver 192.168.1.1
Thanks again,

Last edited by glore2002; 08-23-2009 at 07:35 PM.
 
Old 08-23-2009, 07:41 PM   #12
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
Quote:
nameserver 192.168.1.1
Try entering the IP address of your ISP's DNS server.
 
Old 08-23-2009, 08:04 PM   #13
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
If you don't know the IPS's DNS server address, you can either:

check in your router
call them and ask
check in another OS
issue "mtr www.linuxquestions.org" as root and figure out which one's they are

some other easier idea I forget atm ... out the door to study Chinese

then take out that top line you now have in /etc/resolv.conf and put them in
 
Old 08-23-2009, 08:38 PM   #14
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
should be able to copy the info that's in your debian resolv.conf to the slackware resolv.conf if that's the problem.
 
Old 08-23-2009, 08:45 PM   #15
glore2002
Member
 
Registered: Mar 2007
Location: Buenos Aires, Argentina.
Distribution: Lubuntu 17.10 x64
Posts: 510

Original Poster
Rep: Reputation: 33
Quote:
Originally Posted by allend View Post
Try entering the IP address of your ISP's DNS server.

This is what I did:

in /etc/resolv.conf I wrote the following:

Quote:
nameserver 200.49.130.26
nameserver 200.49.130.27
nameserver 200.49.130.33
Which are the DNS for my ISP.

Now, Internet seems to run fine. Is it ok what I did?

Thank you!
 
  


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
Slackware64-current on a second HD. glore2002 Slackware 7 08-23-2009 11:38 AM
help install slackware64-current christyler2009 Slackware 2 06-26-2009 11:31 AM
Slackware64-Current / slackpkg slackass Slackware 31 06-06-2009 10:51 PM
[SOLVED] what's that directory (slackware64-current) sycamorex Slackware 3 05-30-2009 09:03 AM
Slackware64 -current and KDE mlangdn Slackware 7 05-29-2009 08:57 AM

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

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