News:

Pretty crazy that we're closer to 2030, than we are 2005. Where did the time go!

Main Menu

About to dive into this fun world of Linux!

Started by CrAz3D, April 24, 2006, 07:19:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

CrAz3D

I did that too.

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

MyndFyre

Quote from: Ergot 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.
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.
Quote from: Joe on January 23, 2011, 11:47:54 PM
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Quote from: Rule on May 26, 2009, 02:02:12 PMOur species really annoys me.

Joe

Quote from: Sidoh on April 26, 2006, 11:46:30 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?
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


CrAz3D

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

Ergot

I meant download the kernel packages... :P
Quote from: Newby on February 26, 2006, 12:16:58 AM
Who gives a damn? I fuck sheep all the time.
Quote from: rabbit on December 11, 2005, 01:05:35 PM
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

Sidoh

Quote from: CrAz3D 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

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.

CrAz3D

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

MyndFyre

Quote from: CrAz3D 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

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
Quote from: Joe on January 23, 2011, 11:47:54 PM
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Quote from: Rule on May 26, 2009, 02:02:12 PMOur species really annoys me.

CrAz3D

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 ;)

Sidoh

Quote from: MyndFyrex86] link=topic=5677.msg66844#msg66844 date=1146183678]
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.

Ergot

Quote from: CrAz3D 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 ;)
* Ergot remembers the days of using RH9...
Ahh those were horrible times :P.
Quote from: Newby on February 26, 2006, 12:16:58 AM
Who gives a damn? I fuck sheep all the time.
Quote from: rabbit on December 11, 2005, 01:05:35 PM
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

CrAz3D

#71
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?!

Ergot

In /etc/fstab:

/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...
Quote from: Newby on February 26, 2006, 12:16:58 AM
Who gives a damn? I fuck sheep all the time.
Quote from: rabbit on December 11, 2005, 01:05:35 PM
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

CrAz3D

#73
Quote from: Ergot on April 28, 2006, 01:23:22 AM
In /etc/fstab:

/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

Ergot

Quote from: Newby on February 26, 2006, 12:16:58 AM
Who gives a damn? I fuck sheep all the time.
Quote from: rabbit on December 11, 2005, 01:05:35 PM
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