Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] wireless net.eth1 not there
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
sidkdbl07
Apprentice
Apprentice


Joined: 25 May 2003
Posts: 184

PostPosted: Sun Dec 12, 2004 8:00 pm    Post subject: [SOLVED] wireless net.eth1 not there Reply with quote

I am setting up my Toshiba M30 laptop...
I have the wired ethernet card up and running, but I need some help setting up the wireless

I don't see any /etc/init.d/net.eth1 so I can't try to start the wireless chip. Do I have to make a copy of /etc/init.d/net.eth0?

I need a starting point. thanks for any help you can offer.


Last edited by sidkdbl07 on Mon Dec 13, 2004 5:14 am; edited 1 time in total
Back to top
View user's profile Send private message
siro
Tux's lil' helper
Tux's lil' helper


Joined: 20 Mar 2004
Posts: 102

PostPosted: Sun Dec 12, 2004 8:06 pm    Post subject: Reply with quote

make a symlink with:

ln -s /etc/init.d/net.eth0 /etc/init.d/net.eth1

or if net.eth0 is not there do:

ln -s /etc/init.d/net.lo /etc/init.d/net.eth1

The script is smart enough to know which interface it belongs to.
Back to top
View user's profile Send private message
sidkdbl07
Apprentice
Apprentice


Joined: 25 May 2003
Posts: 184

PostPosted: Sun Dec 12, 2004 9:44 pm    Post subject: Reply with quote

ok...did that
Now when I type /etc/init.d/net.eth1 start
Code:
eth1 does not exist
Back to top
View user's profile Send private message
tsr
n00b
n00b


Joined: 03 Jun 2004
Posts: 47

PostPosted: Sun Dec 12, 2004 10:18 pm    Post subject: Reply with quote

does
Code:
ifconfig
display any other devices besides eth0 and lo? It could be that the wireless card is wlan0, ath0, or something similar. The other thing to do is make sure the driver modules are inserted, or it's compiled into your kernel.
Back to top
View user's profile Send private message
sidkdbl07
Apprentice
Apprentice


Joined: 25 May 2003
Posts: 184

PostPosted: Mon Dec 13, 2004 5:14 am    Post subject: {SOLVED} wireless net.eth1 not there Reply with quote

I emerged ipw2200

modprobe ipw2200
modprobe ieee_80211_crypt_wep

/etc/init.d/net.eth1 start
iwconfig eth1 essid <xxxxxx>
ixconfig eth1 key open <xxxxxxx>

voila.... I'm surfin'! 8)
Back to top
View user's profile Send private message
robfantini
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jan 2004
Posts: 106
Location: Boston, Massachusetts

PostPosted: Mon Dec 13, 2004 12:09 pm    Post subject: Reply with quote

how do you find the value for essid ?
Back to top
View user's profile Send private message
tsr
n00b
n00b


Joined: 03 Jun 2004
Posts: 47

PostPosted: Mon Dec 13, 2004 10:34 pm    Post subject: Reply with quote

The ESSID is determined by the router you use, it's basically the name that the router itself broadcasts (or not, depending on your setup). For instance, many linksys broadband wireless routers with default settings broadcast "linksys" as their ESSID. You might want to try this if you have a similar router. To really determine it, check out your router's config, you'll have to consult your manual because different routers are accessed in different ways.
Back to top
View user's profile Send private message
Flakeygator
n00b
n00b


Joined: 12 Nov 2004
Posts: 10

PostPosted: Wed Dec 15, 2004 7:29 am    Post subject: Reply with quote

yeps and the default password would be something along the lines of "admin"
;-) for linksys routers.

have fun !
Back to top
View user's profile Send private message
tsr
n00b
n00b


Joined: 03 Jun 2004
Posts: 47

PostPosted: Wed Dec 15, 2004 10:18 am    Post subject: Reply with quote

No username either, that's caught some people I know! :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum