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

0 Members and 2 Guests are viewing this topic.

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: About to dive into this fun world of Linux!
« Reply #60 on: April 27, 2006, 11:07:43 am »
I did that too.

Just when doing something with ndiswrapper it can't find build files for that kernel :(

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 #61 on: April 27, 2006, 11:34:03 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.
There aren't RPMs for NDISWrapper yet.  NDISWrapper comes with a very simple installation instruction:

make install

Then:

modprobe ndiswrapper

Unfortunately make install fails because it's expecting kernel sources.
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 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 #62 on: April 27, 2006, 05:32:46 pm »
[...] Installing is easy.  You download the package [...]

How is he supposed to download it? =p

That is a real pain. What came first, the chicken or the egg? What came first, the connection to get the connection support, or the connection support to make the connection?
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 #63 on: April 27, 2006, 06:17:45 pm »
still lookin for Ndiswrapper solutions :(

Also, how do I chmod my /fat drive so I can read/write?
I've tried chmod 777 /fat (like I sorta used to do with FTP stuff), but that aint working right

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 #64 on: April 27, 2006, 06:40:55 pm »
I meant download the kernel packages... :P
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

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: About to dive into this fun world of Linux!
« Reply #65 on: April 27, 2006, 06:43:42 pm »
still lookin for Ndiswrapper solutions :(

Also, how do I chmod my /fat drive so I can read/write?
I've tried chmod 777 /fat (like I sorta used to do with FTP stuff), but that aint working right

Look in the /etc/fstab file I introduced to you yesterday.  You'll need to change "defaults" (if that's what you have it as; I noticed you said "default" once, but I dismissed it as a typo at the time) to something that allows write privileges.

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: About to dive into this fun world of Linux!
« Reply #66 on: April 27, 2006, 06:47:04 pm »
I've already downloaded the kernel & kernel-devel RPMs, I still do not have "build" files for the kernels.

I've found an RPM for ndiswrapper1.7-2.fhfc5.at.x86_64
Error: Missing Dependency: ndiswrapper-kmdl-1.7.2.rhfc5.at is needed by package ndiswrapper

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 #67 on: April 27, 2006, 08:21:18 pm »
still lookin for Ndiswrapper solutions :(

Also, how do I chmod my /fat drive so I can read/write?
I've tried chmod 777 /fat (like I sorta used to do with FTP stuff), but that aint working right

You need to update your mount command to something like mount -rw /dev/hda2 /fat.  Check mount's man page (man mount) for more info.

<rant>Of course, there's a chance that the man page will have just-as-obscure switch documentation like "-rw makes the device's attributes rw."  :P
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 CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: About to dive into this fun world of Linux!
« Reply #68 on: April 27, 2006, 08:40:39 pm »
k, i'll check on that when i'm done reinstalling.... ::)

I loaded so many random RPMs trying to get the ndiswrapper rpm i found to work it was nuts.  I loaded .5gb of 'stuff' today, oye.
Just thought I'd try again ;)
Maybe it'll work better this time? .. prob not,but its cleaner now. 

I'll probably just wait for you to complete it all & write up a fun little thing I can read ;)

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: About to dive into this fun world of Linux!
« Reply #69 on: April 27, 2006, 09:04:43 pm »
You need to update your mount command to something like mount -rw /dev/hda2 /fat.  Check mount's man page (man mount) for more info.

<rant>Of course, there's a chance that the man page will have just-as-obscure switch documentation like "-rw makes the device's attributes rw."  :P

It's mounted using an entry in /etc/fstab, not a command run in the startup scripts.

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 #70 on: April 27, 2006, 10:03:46 pm »
k, i'll check on that when i'm done reinstalling.... ::)

I loaded so many random RPMs trying to get the ndiswrapper rpm i found to work it was nuts.  I loaded .5gb of 'stuff' today, oye.
Just thought I'd try again ;)
Maybe it'll work better this time? .. prob not,but its cleaner now. 

I'll probably just wait for you to complete it all & write up a fun little thing I can read ;)
* Ergot remembers the days of using RH9...
Ahh those were horrible times :P.
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

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: About to dive into this fun world of Linux!
« Reply #71 on: April 28, 2006, 01:12:04 am »
un-w00t, I found open modes

I want to use rw instead of defaults...or w/e I had
Although, defaults include: rw,suid,dev,exec,auto,nouser,async :(

When I try to delete something from /fat it still says I can't do it because I don't have access to modify parent directory ("/")...how do I get access to do that?!
« Last Edit: April 28, 2006, 01:15:42 am by CrAz3D »

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 #72 on: April 28, 2006, 01:23:22 am »
In /etc/fstab:
Code: [Select]
/dev/hda2        /fat           vfat        uid=yourusername,umask=0077         1   0
I think that's what iago told me to do or what it someone else...
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

Offline CrAz3D

  • Hero Member
  • *****
  • Posts: 10184
    • View Profile
Re: About to dive into this fun world of Linux!
« Reply #73 on: April 28, 2006, 01:26:27 am »
In /etc/fstab:
Code: [Select]
/dev/hda2        /fat           vfat        uid=yourusername,umask=0077         1   0
I think that's what iago told me to do or what it someone else...
have it @

/dev/hda2     /fat     vfat     uid=CrAz3D,umask=0077     1 0

Still get "dont have permissions to modify parent folder"


edit:
BLAST IT!

I download/install kernel-devel-2.6.15-1.2054_FC5.x86_64 (or something similar)..it works.
I extract ndiswrapper-1.15.  That works.
I cd to /home/CrAz3D/ndiswrapper-1.15.  Fine & dandy
# make (that worked)
#make install (that worked)

now when I try to run a ndiswrapper command it doesnt work:( boo
« Last Edit: April 28, 2006, 01:58:00 am by CrAz3D »

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 #74 on: April 28, 2006, 02:05:11 am »
Did you like... restart?
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