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 07-08-2011, 08:10 AM   #1
noxified
LQ Newbie
 
Registered: Jul 2011
Posts: 3

Rep: Reputation: Disabled
Install internet modem to slackware.


Hello to all.I'm new to slackware.I wanna connect to internet with ZTE 160 modem(it's wireless),from RDS internet provider.How do i connect?How to i install it?Where from i can get the drivers/packages?I'm used to ubuntu only,and i'll need if it's possible exactly all steps to install it. Thank you a lot.
 
Old 07-09-2011, 01:27 AM   #2
Konphine
Member
 
Registered: Jul 2011
Location: Phoenix, New York
Distribution: Slackware 13.37
Posts: 376

Rep: Reputation: 11
Well, if you're like REALLY new to Slackware, then it is slightly different from other distros, but not all that much.

There are 3 programs you can use:

1. wpa_gui

This one comes with Slackware but only does wireless connections. For me this didn't work, but I don't think Slack would have included it if it didn't work, so don't dismiss it as an option.

2. wicd

This one is in the /extras section of the Slackware CD. Unfortunately this one didn't work for me either but like I said previously, there's no reason to have it if it doesn't work.

3. NetworkManager

This one was the worst one to get, but it worked for me (although I haven't been able to figure out how to start it automatically, which I suppose is a good thing for other people at my College who might try to use my computer). NetworkManager, if I recall correctly, also comes with Ubuntu pre-installed. For Slackware though, you have to build all of it's dependencies, and some of those dependencies have dependencies of their own. So you'll have to install a lot, but it worked for me.
===================================================
As for installing programs in Slackware, what you want to do is get the .txz file, which for some programs (e.g. Mozilla Firefox, VLC Media Player, etc.) can be directly downloaded from their website. If you do have it, all you have to do is:

1. Open a terminal
2. Type "su -" and then proceed to type in the password for the root user.
3. Go to the directory that contains the .txz file by typing "cd /the/path/to/the/txz/file"
4. "installpkg TheProgram_SBo.txz"

Not all programs have the .txz file for you just like that, and SlackBuilds.org, a common website for programs on Slackware, does not have them that easily.

If you're going to go with the SlackBuilds.org route, then you'll have to download 2 files:

1. The Source file (sometimes there's a 32-bit and 64-bit version, pick the correct one for your operating system).
2. The tar.gz file.

Find out where you downloaded them to, and extract the tar.gz file (right click, "Archive To Here") although some of us recommend getting a new folder to put all of this in, and it's usually titled src, so mine, personally is: /home/konphine/src/. Move both the source file and the tar.gz file into the new folder you got after extracting.

Then, in a terminal:

Quote:
su -
*password for root user*
cd /path/to/the/new/folder (e.g. mine would be /home/konphine/src/TheExtractedProgramsFile)
./ *Press the tab key after the "./"*
Let it compile.

Then, when it's done (successfully) it should say it's in root's /tmp folder, and I would recommend moving it out of there since /tmp is for temporary files. After that, wherever you moved it to, go back to terminal and type:

Quote:
cd /path/to/the/new/txz/file
installpkg TitleOfTheTXZFile.txz
It should be done in less than 15 seconds.

Quick note: If the program that you want to install requires dependencies, you'll have to do this process for each of the dependencies in order for to be able to compile the program that uses the respective dependency.

There was another website, something like slackpackages or something of that sort that makes it much easier, but I personally prefer SlackBuilds.org.
 
0 members found this post helpful.
Old 07-09-2011, 03:34 AM   #3
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Quote:
There was another website, something like slackpackages or something of that sort that makes it much easier, but I personally prefer SlackBuilds.org.
For NetworkManager you can get a precompiled package for your architecture from http://connie.slackware.com/~rworkma...xtra/packages/. As rworkman is a Slackware developer, you can have confidence in the binary package ;-)
The package is installed by executing, as root, 'installpkg </path/packagename>'.

Last edited by allend; 07-09-2011 at 03:36 AM.
 
Old 07-09-2011, 05:43 AM   #4
Konphine
Member
 
Registered: Jul 2011
Location: Phoenix, New York
Distribution: Slackware 13.37
Posts: 376

Rep: Reputation: 11
allend:
Quote:
For NetworkManager you can get a precompiled package for your architecture from http://connie.slackware.com/~rworkma...xtra/packages/. As rworkman is a Slackware developer, you can have confidence in the binary package ;-)
The package is installed by executing, as root, 'installpkg </path/packagename>'.
There was...a precompiled...PACKAGE?!?!?!!!!????!!!!!!!!!!!!!!!
 
Old 07-20-2011, 03:35 AM   #5
noxified
LQ Newbie
 
Registered: Jul 2011
Posts: 3

Original Poster
Rep: Reputation: Disabled
A bit too complicated for me.
 
Old 07-20-2011, 03:43 AM   #6
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by noxified View Post
A bit too complicated for me.
No, you can do it. Have more confidence in yourself.
 
Old 07-20-2011, 04:53 AM   #7
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,099

Rep: Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276Reputation: 7276
Quote:
Originally Posted by noxified View Post
A bit too complicated for me.
Don't let the witch doctors scare you.

Just install Wicd from /extra and you'll be fine.
 
Old 07-20-2011, 09:18 AM   #8
noxified
LQ Newbie
 
Registered: Jul 2011
Posts: 3

Original Poster
Rep: Reputation: Disabled
ok ok,i'l try. :S
 
Old 07-20-2011, 09:28 AM   #9
Robert.Thompson
Member
 
Registered: Nov 2009
Location: Montreal, Quebec, Canada
Distribution: LinuxMint 20 Cinnamon
Posts: 589

Rep: Reputation: 49
Quote:
Originally Posted by noxified View Post
ok ok,i'l try. :S
With the Slackware 13.37 DVD in the drive and visible in /media as 'SlackDVD', open a terminal window and do the following:

Code:
su (& enter the root password)
installpkg /media/SlackDVD/extra/wicd/wicd-1.7.0-i486-2.txz
After it has installed, the Wicd Network Manager can be found under Applications --> Internet.


Edit: If you are trying to install a cell modem (broadband), and I think that this is what this modem is, see the last posts on this link:

http://www.linuxquestions.org/questi...-modem-773492/

HTH,

Last edited by Robert.Thompson; 07-20-2011 at 12:46 PM. Reason: typo
 
  


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 to install micromax mmx310 3G usb modem for internet mrughindersingh Linux - Hardware 1 02-11-2011 09:55 AM
configuring internet in slackware 12.1 using ZTE zxdsl 831 usb modem supras Linux - Networking 5 04-05-2009 01:13 AM
I have a wireless modem, its my gateway to internet how can I install it??!? debian_101 Linux - Hardware 1 01-07-2007 10:40 AM
Using a usb modem for internet install nmoog Debian 1 08-15-2004 09:17 PM
How install modem & Internet connection cauge Mandriva 12 12-11-2003 08:43 PM

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

All times are GMT -5. The time now is 06:16 PM.

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