LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-17-2005, 09:27 AM   #1
Flukey
LQ Newbie
 
Registered: Jun 2005
Location: England, UK
Distribution: Fedora Core 4
Posts: 10

Rep: Reputation: 0
Installing a Module


Hello all,

I am very new to Linux. I would like to know how you go about running a .b22.tar file ( i think its called that) and how you would install the software in this. Also because my Mandriva 10.1 is on my Sony VAIO laptop, i need to install the Sonypi module sometime.

How would i go about installing a module and even finding this module?


Thanks guys

Looking forward to replies.

If i have forgotten to add anything that would be of any help please jsut say and i will (try) do my best to get the information you need.

Flukey
 
Old 06-17-2005, 10:09 AM   #2
titanium_geek
Senior Member
 
Registered: May 2002
Location: Horsham Australia
Distribution: elementary os 5.1
Posts: 2,479

Rep: Reputation: 50
what exactly are you trying to install? most likely you are looking at something like
tar -xcf *whatever it is*
cd *to the directory*
./configure
make
make install (must be done as root, use su)

http://www.linuxdocs.org/HOWTOs/Kernel-HOWTO.html

http://www.google.com/search?hl=en&q...=Google+Search

titanium_geek
Welcome to LQ!
 
Old 06-17-2005, 10:43 AM   #3
Flukey
LQ Newbie
 
Registered: Jun 2005
Location: England, UK
Distribution: Fedora Core 4
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by titanium_geek
what exactly are you trying to install? most likely you are looking at something like
tar -xcf *whatever it is*
cd *to the directory*
./configure
make
make install (must be done as root, use su)

http://www.linuxdocs.org/HOWTOs/Kernel-HOWTO.html

http://www.google.com/search?hl=en&q...=Google+Search

titanium_geek
Welcome to LQ!
Hi there, thank you very much for your quick response and welcoming me to the forum. It has been very help ful so far.

The SonyPI module, is for the power management of the laptop i assume e.g. special function keys, when i shut the lid etc....

I am trying to install Kopete on my system, its the latest one out which is 0.10.1 from here.

Heres is the download ftp links:
http://prdownloads.sourceforge.net/k...r.bz2?download

And the kopete build page:

http://kopete.kde.org/index.php?page=downloads

So i am wondering how to install this tar.bz2 file (being Kopete).

I know you can do it in the console but i am not sure how.

And also is there any software i can install which you choose the file you wish to install. I know you have an install manager for rpm but you dont have one for tar files as they have to be extracted.

Im running KDE 3.2 and i have the Kopete that comes with it, i keep getting error messages stating my password is wrong when it clearly isn't, so i did a bit of surfing and found out that the latest build has sorted this out.

Thanks again

Flukey
 
Old 06-17-2005, 10:54 AM   #4
oneandoneis2
Senior Member
 
Registered: Nov 2003
Location: London, England
Distribution: Ubuntu
Posts: 1,460

Rep: Reputation: 48
.bz2 indicates it was zipped using the bzip compression algorithm. Running "bunzip (or bunzip2?) filename.bz2" will unzip it to a plain .tar file.

.tar indicates multiple files and/or directories were merged into one file for ease of zipping/downloading. "tar xvf filename.tar" will expand the single file into multiple files & directories

Then you'll probably have a new directory, which you'll want to go into to read the README file it'll almost certainly have. . .

Last edited by oneandoneis2; 06-17-2005 at 10:55 AM.
 
Old 06-17-2005, 11:00 AM   #5
Flukey
LQ Newbie
 
Registered: Jun 2005
Location: England, UK
Distribution: Fedora Core 4
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by oneandoneis2
.bz2 indicates it was zipped using the bzip compression algorithm. Running "bunzip (or bunzip2?) filename.bz2" will unzip it to a plain .tar file.

.tar indicates multiple files and/or directories were merged into one file for ease of zipping/downloading. "tar xvf filename.tar" will expand the single file into multiple files & directories

Then you'll probably have a new directory, which you'll want to go into to read the README file it'll almost certainly have. . .
Hi, thanks for enlightening me of what bz2 and tar means. All makes better sense now. I will have a go at installing this file.

How long would i take to master the concept of using Mandrake and installing software and configuring modules?
 
Old 06-17-2005, 02:19 PM   #6
titanium_geek
Senior Member
 
Registered: May 2002
Location: Horsham Australia
Distribution: elementary os 5.1
Posts: 2,479

Rep: Reputation: 50
hmmm... how long?
installing software from the command line.... a week or so of constant messing about. (Have you heard of urpmi? google.)
configuring modules- a little longer. 3 months to a year? I have no idea, but I think it would take a little expertise and knowledge.

titanium_geek
 
Old 06-17-2005, 05:44 PM   #7
Flukey
LQ Newbie
 
Registered: Jun 2005
Location: England, UK
Distribution: Fedora Core 4
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by titanium_geek
hmmm... how long?
installing software from the command line.... a week or so of constant messing about. (Have you heard of urpmi? google
configuring modules- a little longer. 3 months to a year? I have no idea, but I think it would take a little expertise and knowledge.

titanium_geek
I have heard of Easy Urpmi, i am not sure what it does though. Cna you please explain? thanks

Is there any books you can buy for Mandrake? because im not that keen reading online tutorials as you have to keep searching on the net until you find a solution on how to do something.

Thanks
 
Old 06-17-2005, 10:04 PM   #8
titanium_geek
Senior Member
 
Registered: May 2002
Location: Horsham Australia
Distribution: elementary os 5.1
Posts: 2,479

Rep: Reputation: 50
I bet there is a mandrake manual somewhere- try the mandrake site...

the concept behind urpmi and other such programs (apt for debian) is that you can install stuff (usually from the net) and the os won't freak out. When compiling and installing from source, you can run into trouble- this software aims to fix that.

titanium_geek
 
Old 06-19-2005, 07:37 PM   #9
titanium_geek
Senior Member
 
Registered: May 2002
Location: Horsham Australia
Distribution: elementary os 5.1
Posts: 2,479

Rep: Reputation: 50
hey, found this howto on modules:

http://www.tldp.org/HOWTO/Module-HOWTO/
and
http://sunsite.nus.sg/pub/LDP/HOWTO/Module-HOWTO.html

titanium_geek
 
  


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
Installing Module-Assistant Sleepy_Sentry Ubuntu 4 01-18-2006 08:19 PM
Installing a php module Koven Linux - Software 2 02-23-2005 09:05 AM
Installing a module astano Linux - Newbie 3 06-28-2004 07:22 AM
installing module sjefke37 Linux - Hardware 2 03-28-2004 11:43 AM
installing a module oldrunner55 Linux - General 1 09-19-2003 01:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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