Home | Community | Message Board


This site includes paid links. Please support our sponsors.


Welcome to the Shroomery Message Board! You are experiencing a small sample of what the site has to offer. Please login or register to post messages and view our exclusive members-only content. You'll gain access to additional forums, file attachments, board customizations, encrypted private messages, and much more!

Shop: Kraken Kratom Red Vein Kratom   PhytoExtractum Buy Bali Kratom Powder   Myyco.com Golden Teacher Liquid Culture For Sale

Jump to first unread post Pages: 1
OfflineDistortedEyes
hello
Male


Registered: 03/16/04
Posts: 875
Loc: uk
Last seen: 16 years, 6 months
installing programs on linux?(ubuntustudio)
    #7389384 - 09/09/07 07:23 PM (16 years, 6 months ago)

I need to install ndiswrapper so ican get my wireless connection to work but i've got no idea how to do it as i'm used to the windows .exe files.

how do i install programs in linux, i'm using ubuntu studio

do i have to type stuff into the command line thing?, where can i learn to do this?


--------------------
Sometimes when I read threads visions of men sword fighting with their genitalia run through my head. - sadspacemonkey

Edited by DistortedEyes (09/09/07 07:28 PM)

Extras: Filter Print Post Top
OfflineCepheus
Balance
Male User Gallery


Folding@home Statistics
Registered: 04/19/06
Posts: 8,266
Loc: the space between reality...
Last seen: 1 year, 2 months
Re: installing programs on linux?(ubuntustudio) [Re: DistortedEyes]
    #7389527 - 09/09/07 08:03 PM (16 years, 6 months ago)

well download ndiswrapper

then open a command line (terminal) and cd to whereever you downloaded the file to; i.e

cd /home/distortedeyes/

then extract it; if its .tar.gz:

tar -zxvf ndiswrapper.tar.gz

if its .tar.bz2

tar -xvjpf ndiswrapper.tar.bz2

then cd to the ndiswrapper directory

cd ndiswrapper

then configure and make;

./configure
make

then become root to install it;

sudo make install (if this doesn't work try: su make install)

then ndiswrapper will be installed on your system.

Next thing is to get it to work with your drivers:

Put your drivers somewhere like /home/myname/.windrivers

and then to install them use; sudo ndiswrapper -i /home/myname/.windrivers/*drivername*.inf

then do sudo ndiswrapper -l
to check that your driver installed successfully

Next thing to do is to load it into the kernel; modprobe ndiswrapper

Now to bring up your wireless network; iwconfig wlan0 essid *youressidhere*

ifconfig wlan0 up
dhcpcd wlan0

Providing you don't have a wireless password; that should work.


--------------------
"I only ever hope to reach equilibrium, in Nature's matrix, in line with the meridian" ~ Jehst

:sun: "...and I know that I have to keep breathing, as tomorrow the sun will rise, who knows what the tide will bring?" :sun:

Free Spore Ring Europe
Send any spare spore prints you might have and help the distribution :grin:

Open Source. Freedom.  GNU/Linux

Addicting is not a word.

Extras: Filter Print Post Top
OfflineCepheus
Balance
Male User Gallery


Folding@home Statistics
Registered: 04/19/06
Posts: 8,266
Loc: the space between reality...
Last seen: 1 year, 2 months
Re: installing programs on linux?(ubuntustudio) [Re: DistortedEyes]
    #7389530 - 09/09/07 08:04 PM (16 years, 6 months ago)

and if that wasn't thorough enough / you want more explanation / further configuration google setting up ndiswrapper on ubuntu.


--------------------
"I only ever hope to reach equilibrium, in Nature's matrix, in line with the meridian" ~ Jehst

:sun: "...and I know that I have to keep breathing, as tomorrow the sun will rise, who knows what the tide will bring?" :sun:

Free Spore Ring Europe
Send any spare spore prints you might have and help the distribution :grin:

Open Source. Freedom.  GNU/Linux

Addicting is not a word.

Extras: Filter Print Post Top
InvisibleautomanM
blasted chipmunk
 User Gallery

Registered: 09/18/03
Posts: 8,272
Re: installing programs on linux?(ubuntustudio) [Re: DistortedEyes]
    #7389568 - 09/09/07 08:13 PM (16 years, 6 months ago)

open a terminal: applications -> accessories -> terminal

type:
sudo apt-get install ndisgtk

enter password

done


--------------------
No, no, you're not thinking, you're just being logical. ~ Niels Bohr

Extras: Filter Print Post Top
OfflineCepheus
Balance
Male User Gallery


Folding@home Statistics
Registered: 04/19/06
Posts: 8,266
Loc: the space between reality...
Last seen: 1 year, 2 months
Re: installing programs on linux?(ubuntustudio) [Re: automan]
    #7389576 - 09/09/07 08:14 PM (16 years, 6 months ago)

gay package managers.

Package managers will make all the noobs incompetent with linux :shocked:


--------------------
"I only ever hope to reach equilibrium, in Nature's matrix, in line with the meridian" ~ Jehst

:sun: "...and I know that I have to keep breathing, as tomorrow the sun will rise, who knows what the tide will bring?" :sun:

Free Spore Ring Europe
Send any spare spore prints you might have and help the distribution :grin:

Open Source. Freedom.  GNU/Linux

Addicting is not a word.

Extras: Filter Print Post Top
InvisibleautomanM
blasted chipmunk
 User Gallery

Registered: 09/18/03
Posts: 8,272
Re: installing programs on linux?(ubuntustudio) [Re: Cepheus]
    #7389611 - 09/09/07 08:25 PM (16 years, 6 months ago)

you have a gentoo banner in your signature... doesnt it use a package manager called portage?


--------------------
No, no, you're not thinking, you're just being logical. ~ Niels Bohr

Extras: Filter Print Post Top
OfflineCepheus
Balance
Male User Gallery


Folding@home Statistics
Registered: 04/19/06
Posts: 8,266
Loc: the space between reality...
Last seen: 1 year, 2 months
Re: installing programs on linux?(ubuntustudio) [Re: automan]
    #7389622 - 09/09/07 08:31 PM (16 years, 6 months ago)

Not to say I use it (but of course I do).

I'm just saying a noob needs to be familiar with how to operate the system they want to use.. its like cars with automatic transmission, sure it makes life easier, but at the end of the day knowledge of manual and the use of manual, furthers and ameliorates your experience..:grin:

and besides portage > apt :grin:


--------------------
"I only ever hope to reach equilibrium, in Nature's matrix, in line with the meridian" ~ Jehst

:sun: "...and I know that I have to keep breathing, as tomorrow the sun will rise, who knows what the tide will bring?" :sun:

Free Spore Ring Europe
Send any spare spore prints you might have and help the distribution :grin:

Open Source. Freedom.  GNU/Linux

Addicting is not a word.

Extras: Filter Print Post Top
InvisibleautomanM
blasted chipmunk
 User Gallery

Registered: 09/18/03
Posts: 8,272
Re: installing programs on linux?(ubuntustudio) [Re: Cepheus]
    #7389677 - 09/09/07 08:48 PM (16 years, 6 months ago)

while we are basically on the same page, i think enjoyment should come first in a new linux user's experience. telling them they arent doing things the right way because they dont do it the manual way is an elitist attitude that drives a lot of people away from linux.

my mother can't change the oil in her car. that doesnt mean that she shouldnt be able to drive cars. her priorities are just in different places.

take gentoo for example. while i, personally, think it is far superior to ubuntu for me, it may not be that way for other people. some people dont care how the rc system and user modes work. some people wont ever run servers or need to build programs with specialized configurations. they wont ever need to build specialized kernels or need to handle files from a terminal.

in gentoo, if you want to make a program fire up earlier in the boot process do you manually move it from one rc directory to another? probably not. i imagine you: rc-update add program boot. let the automation handle it, which is good. that is something gentoo does right. debain (and therefore ubuntu) have a tool called update-rc that does the same thing.

in gentoo if you wanted ndisgtk, you would have done:
emerge -av ndisgtk
then answered yes if there was no conflict.

in ubuntu you would:
apt-get install ndisgtk
then answered yes if appropriate.

apt is a tool in debian/ubuntu, emerge is a tool in gentoo. rc-update is a tool in gentoo. update-rc is a tool in debian/ubuntu.

to each his own. i just think people should be more supportive of people taking the plunge into linux instead of pushing their own bias on others.


--------------------
No, no, you're not thinking, you're just being logical. ~ Niels Bohr

Extras: Filter Print Post Top
OfflineDistortedEyes
hello
Male


Registered: 03/16/04
Posts: 875
Loc: uk
Last seen: 16 years, 6 months
Re: installing programs on linux?(ubuntustudio) [Re: DistortedEyes]
    #7389707 - 09/09/07 08:54 PM (16 years, 6 months ago)

looks like i've got some reading to do.


--------------------
Sometimes when I read threads visions of men sword fighting with their genitalia run through my head. - sadspacemonkey

Extras: Filter Print Post Top
InvisibleautomanM
blasted chipmunk
 User Gallery

Registered: 09/18/03
Posts: 8,272
Re: installing programs on linux?(ubuntustudio) [Re: DistortedEyes]
    #7389729 - 09/09/07 09:00 PM (16 years, 6 months ago)

Quote:

DistortedEyes said:
looks like i've got some reading to do.




DistortedEyes, if you want a graphical way to install it, go to:
System -> Administration -> Synaptic Package Manager

after it opens, click the button that says reload.

then click the search button and enter: ndisgtk

when you find it, put a check in the box next to it.

click apply. follow questions.

you have just installed ndisgtk


--------------------
No, no, you're not thinking, you're just being logical. ~ Niels Bohr

Extras: Filter Print Post Top
OfflineCepheus
Balance
Male User Gallery


Folding@home Statistics
Registered: 04/19/06
Posts: 8,266
Loc: the space between reality...
Last seen: 1 year, 2 months
Re: installing programs on linux?(ubuntustudio) [Re: DistortedEyes]
    #7390493 - 09/10/07 01:21 AM (16 years, 6 months ago)

I'm all for the general use of linux by the population, but the whole point in it is the fact that its an enthusiasts operating system. I know distrobutions like (k)ubuntu are bringing it to the masses, but I feel everyone who takes the plunge should at least try to understand what they're letting themselves in for.. and the various ways of doing things.

As you said, tools like rc-update (or vice versa) are brilliant, but I'd still expect the average hobbyist to have at least some idea what thats doing. Of course; as it is with anything new, theres a honeymoon period where you really don't have a clue (I remember I was the same all them years ago when I first installed slackware 8 :grin:) but the sooner you start to tinker and play with things the better your experience of the operating system in general. Everything becomes so much easier, because you're not limited to the GUIs, and in lots of cases this will stimulate an interest in things like bash / perl/ python scripting.

I've always seen it as an OS for the average hobbyist to evolve on.. not just a windows alternative. :shrug:


--------------------
"I only ever hope to reach equilibrium, in Nature's matrix, in line with the meridian" ~ Jehst

:sun: "...and I know that I have to keep breathing, as tomorrow the sun will rise, who knows what the tide will bring?" :sun:

Free Spore Ring Europe
Send any spare spore prints you might have and help the distribution :grin:

Open Source. Freedom.  GNU/Linux

Addicting is not a word.

Extras: Filter Print Post Top
Jump to top Pages: 1

Shop: Kraken Kratom Red Vein Kratom   PhytoExtractum Buy Bali Kratom Powder   Myyco.com Golden Teacher Liquid Culture For Sale


Similar ThreadsPosterViewsRepliesLast post
* linux and windows Cracka_X 1,414 17 04/20/07 08:41 AM
by AlCapwn
* the Phychotrons Officaly Gonna start using Linux Thread
( 1 2 all )
Phychotron 3,525 31 06/06/05 05:47 AM
by MAIA
* getting started with linux *DELETED* Room4Shroom 922 7 09/27/06 08:20 PM
by Room4Shroom
* anyone know linux. dressel11 733 5 06/08/06 04:10 PM
by drbob
* Gentoo Linux Rules All! FreedomFight 679 6 11/27/05 10:22 PM
by Vvellum
* What version of Linux do you use and why?
( 1 2 3 all )
K1wI 3,842 48 11/15/06 07:38 PM
by wilshire
* Postng out of linux
( 1 2 all )
RoKiSdEaD 3,458 21 09/09/04 11:34 PM
by Vvellum
* This whole linux thing djfrog 742 4 03/12/04 05:21 AM
by Krishna

Extra information
You cannot start new topics / You cannot reply to topics
HTML is disabled / BBCode is enabled
Moderator: Entire Staff
1,144 topic views. 4 members, 24 guests and 47 web crawlers are browsing this forum.
[ Show Images Only | Sort by Score | Print Topic ]
Search this thread:

Copyright 1997-2024 Mind Media. Some rights reserved.

Generated in 0.018 seconds spending 0.003 seconds on 12 queries.