Author Topic: About to dive into this fun world of Linux!  (Read 38571 times)

0 Members and 1 Guest are viewing this topic.

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: About to dive into this fun world of Linux!
« Reply #45 on: April 26, 2006, 06:57:19 pm »
1. Not sure!  Sorry.
2. See #1.
3. Open a terminal and run '#lspci -s -vv 2.04' (might be 2:04)
4. The 256 drive will be /dev/hdx, where x is some letter.  It starts at a, and the progresses.  Just poke around.  If you get something like 'mount: /dev/hdx is not a valid block device', then that drive doesn't exist, and you should go back to the last one.

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: About to dive into this fun world of Linux!
« Reply #46 on: April 26, 2006, 07:35:00 pm »
when doing md fat.......i get "bash,md: command not found"

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: About to dive into this fun world of Linux!
« Reply #47 on: April 26, 2006, 07:36:19 pm »
It's mkdir, not md :P

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: About to dive into this fun world of Linux!
« Reply #48 on: April 26, 2006, 07:40:09 pm »
It's mkdir, not md :P

Maybe it's md in FC4? :P

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: About to dive into this fun world of Linux!
« Reply #49 on: April 26, 2006, 07:43:29 pm »
cool!

mkdir /fat
mount /dev/hda2 /fat worked!!!

now, since system-config-boot does nothing....

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: About to dive into this fun world of Linux!
« Reply #50 on: April 26, 2006, 07:55:05 pm »
It's mkdir, not md :P

Maybe it's md in FC4? :P

Nah, it's md in DOS.  I just figured that since the *nixers finally got around to making a dir command act as a synonym to ls, md and rd might be synonyms for mkdir and rmdir.  Guess I was wrong.

Since system-config-boot does nothing, install it!  Add or Remove Programs on the Applications button, and it will be under a category like system configuration or whatnot.
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: About to dive into this fun world of Linux!
« Reply #51 on: April 26, 2006, 08:02:00 pm »
Nah, it's md in DOS.  I just figured that since the *nixers finally got around to making a dir command act as a synonym to ls, md and rd might be synonyms for mkdir and rmdir.  Guess I was wrong.

And to think ... I gave you the benefit of the doubt! :(

Hehe, just kidding ...

I thought md was an alias for mkdir, but it's not (in Slackware, at least):

Quote
MD(4)                                                       MD(4)

NAME
       md - Multiple Device driver aka Linux Software Raid

SYNOPSIS
       /dev/mdn
       /dev/md/n

DESCRIPTION
       The  md  driver  provides virtual devices that are created
       from one or more  independent  underlying  devices.   This
       array  of devices often contains redundancy, and hence the
       acronym RAID which stands for a Redundant Array  of  IndeĀ­
       pendent Devices.

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: About to dive into this fun world of Linux!
« Reply #52 on: April 26, 2006, 09:30:51 pm »
when clicking add/remove programs it says "unable to retrieve software info"...then it closes :(
edit:
crap, maybe its cuz im not online...

edit:it works now....yay ethernet cable

new: how do i make it so whenever i get on FC that i'm allowed access to /fat?
i have to remount it each time?
.....and why is my homepage mcdonalds!?


edit:(again)
w00t!
sidoh hooked me up wit da knowledge!
vim /etc/fstab
/dev/hda2    /fat    vfat    defaults    0 0

I hope it all works.
...now I just need wifi
« Last Edit: April 26, 2006, 10:49:32 pm by CrAz3D »

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: About to dive into this fun world of Linux!
« Reply #53 on: April 26, 2006, 11:05:07 pm »
Nah, it's md in DOS.  I just figured that since the *nixers finally got around to making a dir command act as a synonym to ls, md and rd might be synonyms for mkdir and rmdir.  Guess I was wrong.

sudo ln -s /bin/mkdir /bin/md

rd is harder, because of it's really odd behavior.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: About to dive into this fun world of Linux!
« Reply #54 on: April 26, 2006, 11:39:57 pm »
Ok, who wants to help me compile/install/whatever ndiswrapper? ;)

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: About to dive into this fun world of Linux!
« Reply #55 on: April 26, 2006, 11:46:30 pm »
http://www.x86labs.org:81/forum/index.php/topic,4523.0.html

That thread has pretty much everything you should need.  Installing is easy.  You download the package, extract it (tar xzf <package>), cd <package>, ./configure, make, sudo make install and you're set.  I don't know what kind of configuring you need to do for this, but take a look at the shell script that iago linked somewhere in there.

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: About to dive into this fun world of Linux!
« Reply #56 on: April 27, 2006, 01:02:27 am »
http://www.linuxquestions.org/linux/answers/Networking/Ndiswrapper_in_Fedora_Core_5

I think this oughta help me real nice, except I can't get the 2.16 kernel to actually install.  2.16 kernel-devel installs, but not kernel.  oye, suggesttions?

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: About to dive into this fun world of Linux!
« Reply #57 on: April 27, 2006, 07:11:03 am »
Kernels:
make makeconfig
make modules_install install

I love Human Readable, they have a guide specifically for updating.  Alas, you don't use Slackware, otherwise it'd be perfect, but it's a good start.

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: About to dive into this fun world of Linux!
« Reply #58 on: April 27, 2006, 10:31:20 am »
I'm looking into "yum update kernel"...this seems to be updating me to kernel-2.6.16-1.2096
yum seems interesting

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: About to dive into this fun world of Linux!
« Reply #59 on: April 27, 2006, 10:32:39 am »
Can't you grab some rpm's or something? But yea... there's several tools that are quite useful... there's another one like yum... I forget though :(. I personally do not suggest you try to compile a kernel at this point. Stick with package here until you get to know the system better.
« Last Edit: April 27, 2006, 10:34:53 am by Ergot »
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology