Google Groups Home
Help | Sign in
Please Review: Host AP Driver Scripts Conflicting With Slackware?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Edafe Knabe  
View profile  
 More options Feb 16 2005, 3:40 pm
Newsgroups: alt.os.linux.slackware
From: Edafe Knabe <nob...@local.domain>
Date: Wed, 16 Feb 2005 20:40:25 GMT
Local: Wed, Feb 16 2005 3:40 pm
Subject: Please Review: Host AP Driver Scripts Conflicting With Slackware?
Hello,
I have copied rc.inet1 and rc.inet1.conf and made some alterations to
get the Host AP driver working, resulting in rc.hostap and rc.hostap.conf:

http://www.edafe.org/slackware/index.html#hostap

Both rc.hostap and rc.hostap.conf APPEAR to be playing nice with
existing Slackware scripts rc.inet1 and rc.inet1.conf.

Can you spot any sections in rc.inet1 and rc.inet1.conf that should not
be duplicated in this way?

Regards,
Edafe


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Hameleers  
View profile  
 More options Feb 17 2005, 2:55 pm
Newsgroups: alt.os.linux.slackware
From: Eric Hameleers <al...@penguin1.dyndns.org>
Date: Thu, 17 Feb 2005 20:55:05 +0100
Local: Thurs, Feb 17 2005 2:55 pm
Subject: Re: Please Review: Host AP Driver Scripts Conflicting With Slackware?

Edafe Knabe wrote:
> Hello,
> I have copied rc.inet1 and rc.inet1.conf and made some alterations to
> get the Host AP driver working, resulting in rc.hostap and rc.hostap.conf:

> http://www.edafe.org/slackware/index.html#hostap

> Both rc.hostap and rc.hostap.conf APPEAR to be playing nice with
> existing Slackware scripts rc.inet1 and rc.inet1.conf.

> Can you spot any sections in rc.inet1 and rc.inet1.conf that should not
> be duplicated in this way?

> Regards,
> Edafe

Well, most of the change looks k°like it could be written as
"s/eth/wlan/g" ... and this way you duplicate starting/stopping the
loopback interface as well as setting the default gateway.

If your goal is to be able to configure interfaces other than eth?
(such as wlan? tr? ath? and such), I myself am using a modified
rc.inet1 and rc.inet1.conf that allow you to define arbitrary
interface names, as many as you want.

Since my modification is not yet accepted by Patrick Volkerding, I
will not copy it to this news group, but you can email me and I'll
mail you the script back.
I will most likely re-write this script again soon, but it works 100%
as it is now.

Cheers, Eric

--
We have no answers to your questions
Yet we can question your demands

We don't intend to save your souls
Suspense is our device                                      [laibach]


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Edafe Knabe  
View profile  
 More options Feb 18 2005, 5:30 am
Newsgroups: alt.os.linux.slackware
From: Edafe Knabe <nob...@local.domain>
Date: Fri, 18 Feb 2005 10:30:41 GMT
Local: Fri, Feb 18 2005 5:30 am
Subject: Re: Please Review: Host AP Driver Scripts Conflicting With Slackware?
Eric,
Thanks for taking the time to have a look at this.

What do you mean by "could be written as 's/eth/wlan/g'"?

I removed the sections Loopback Functions and Gateway Functions from
rc.hostap. I also removed the entry for the default gateway from
rc.hostap.conf.

Am I right to think that DEBUG_ETH_UP="no" can be removed from
rc.hostap.conf as well?

Now, about that script...

Regards,
Edafe


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Faux_Pseudo  
View profile  
 More options Feb 18 2005, 11:33 pm
Newsgroups: alt.os.linux.slackware
From: Faux_Pseudo <Faux_Pse...@gmail.com>
Date: Sat, 19 Feb 2005 04:33:14 GMT
Local: Fri, Feb 18 2005 11:33 pm
Subject: Re: Please Review: Host AP Driver Scripts Conflicting With Slackware?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

_.-In alt.os.linux.slackware, Edafe Knabe wrote the following -._

> What do you mean by "could be written as 's/eth/wlan/g'"?

It measn that anywhere you see "eth" you can change it to wlan so eth0
would become wlan0 etc.   See a website for sed usage to grok the full
meaning.

- --
  .-'))     asciipr0n.com/fp       ('-.  | It's a damn poor mind that
 ' ..-  .:" )               ( ":.  -.. ' | can only think of one way to
  ((,,_;'.;'   UIN=66618055  ';. ';_,,)) | spell a word.
        ((_.YIM=Faux_Pseudo :._))        | - Andrew Jackson
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFCFsGKSJec2PH9pbURAn38AJ4t/j/vdO1AO+J8r6MrPjRSl7s6ZACeJtRW
0ndtQXl+U2DjuDT7VPDmGOI=
=0b8k
-----END PGP SIGNATURE-----


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Edafe Knabe  
View profile  
 More options Feb 19 2005, 12:17 pm
Newsgroups: alt.os.linux.slackware
From: Edafe Knabe <nob...@local.domain>
Date: Sat, 19 Feb 2005 17:17:54 GMT
Local: Sat, Feb 19 2005 12:17 pm
Subject: Re: Please Review: Host AP Driver Scripts Conflicting With Slackware?
Faux_Pseudo,
Thanks for that hint.

Edafe


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google