View previous topic :: View next topic |
Author |
Message |
tewlz n00b
Joined: 28 Sep 2002 Posts: 53
|
Posted: Sat Sep 17, 2005 3:25 pm Post subject: wlan0: interface_variable : command not found [SOLVED] |
|
|
My old thinkpad laptop recently started complaining about "interface_variable" not found while starting wlan0.
Code: | /etc/init.d/net.wlan0: line 683: interface_variable: command not found
/etc/init.d/net.wlan0: line 466: interface_variable: command not found |
Line 683 in /etc/init.d/net.wlan0:
Code: |
ifvar=$( interface_variable ${iface} )
|
Line 466:
Code: |
local ifvar=$( interface_variable ${iface} )
|
Not sure where to start with this...
This laptop has no other way of connecting, has no cdrom, no floppy or another nic. Anyone seen this error?
Last edited by tewlz on Sat Sep 17, 2005 5:18 pm; edited 1 time in total |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
|
tewlz n00b
Joined: 28 Sep 2002 Posts: 53
|
Posted: Sat Sep 17, 2005 5:11 pm Post subject: |
|
|
Code: |
Ensure that net.wlan0 is a symlink to net.lo
|
Thank you. That was it. Whew. |
|
Back to top |
|
|
|