Jump to content

Madwifi Problems.........sortof


Recommended Posts

Im trying out the madwifi drivers for my Atheros card and then seem to work fine but........

 

In order for me to get them to work I kind of have to jump through hoops. I don't mind but the wife may if I install them on her laptop. Here is what I am talking about.

 

First I have to take down my eth0 card.

 

"ifconfig eth0 down"

 

Then I have to bring up my ath0 card

 

"ifconfig ath0 up 192.xxx.x.xxx" I have a static ip set to the pcs.

 

Now I can ping the lan pcs, but cant get out into the world unless I do....

 

"route add default gw 192.xxx.x.xxx"

 

Then everything works find. One problem with all of that though......... I don't want to have to do that. I would like to have all of that working on boot, but I don't know how.

 

I think I have to make startup scripts, maybe? and if so how? Where is cybrjackle when you need him. :cheeky:

 

 

FX

Link to comment
Share on other sites

Ok I got it solved. Got to give thanks to those in #slackware who helped. Here is what I did.....

 

Opened up "/etc/rc.d/rc.local" and added these lines.......

 

 

ifconfig eth0 down

ifconfig ath0 up 192.168.0.6

route add default gw 192.168.0.1

 

I'll have to use some cli to bring up the eth0 card when its hardwired, but thats fine.

 

Hope this may help others.

 

FX

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...