View previous topic :: View next topic |
Author |
Message |
sidkdbl07 Apprentice


Joined: 25 May 2003 Posts: 184
|
Posted: Sun Dec 12, 2004 8:00 pm Post subject: [SOLVED] wireless net.eth1 not there |
|
|
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 |
|
 |
siro Tux's lil' helper

Joined: 20 Mar 2004 Posts: 102
|
Posted: Sun Dec 12, 2004 8:06 pm Post subject: |
|
|
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 |
|
 |
sidkdbl07 Apprentice


Joined: 25 May 2003 Posts: 184
|
Posted: Sun Dec 12, 2004 9:44 pm Post subject: |
|
|
ok...did that
Now when I type /etc/init.d/net.eth1 start
Code: | eth1 does not exist |
|
|
Back to top |
|
 |
tsr n00b

Joined: 03 Jun 2004 Posts: 47
|
Posted: Sun Dec 12, 2004 10:18 pm Post subject: |
|
|
does 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 |
|
 |
sidkdbl07 Apprentice


Joined: 25 May 2003 Posts: 184
|
Posted: Mon Dec 13, 2004 5:14 am Post subject: {SOLVED} wireless net.eth1 not there |
|
|
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'!  |
|
Back to top |
|
 |
robfantini Tux's lil' helper


Joined: 10 Jan 2004 Posts: 106 Location: Boston, Massachusetts
|
Posted: Mon Dec 13, 2004 12:09 pm Post subject: |
|
|
how do you find the value for essid ? |
|
Back to top |
|
 |
tsr n00b

Joined: 03 Jun 2004 Posts: 47
|
Posted: Mon Dec 13, 2004 10:34 pm Post subject: |
|
|
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 |
|
 |
Flakeygator n00b


Joined: 12 Nov 2004 Posts: 10
|
Posted: Wed Dec 15, 2004 7:29 am Post subject: |
|
|
yeps and the default password would be something along the lines of "admin"
for linksys routers.
have fun ! |
|
Back to top |
|
 |
tsr n00b

Joined: 03 Jun 2004 Posts: 47
|
Posted: Wed Dec 15, 2004 10:18 am Post subject: |
|
|
No username either, that's caught some people I know!  |
|
Back to top |
|
 |
|