Ticket #240 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Problems with WLAN Interface

Reported by: volkeer Assigned to: wbx
Priority: minor Milestone:
Component: general Version: trunk
Keywords: WLAN Cc:

Description

Hi, I flashed my ASUS WL500G Deluxe with FreeWRT. WebBuilderID 11105360DF9

I changed my interfaces as shown

#auto eth2 iface eth2 inet static

address 192.168.26.1 netmask 255.255.255.0 wireless-type broadcom wireless-country DE wireless-mode ap wireless-ssid FreeWRT wireless-security none wireless-channel 11

If I shutup my interface ifup eth2 I get the following message

ip: either "local" is duplicate, or "/24" is a garbage.

I use the same interfaces configuration on an other Router. On this Router the configuration works.

Greets Volker Lingens

Attachments

Change History

03/02/07 13:42:30 changed by volkeer

No it works.

I did the following.

1. changed address 192.168.26.1 to address 192.168.26.0 <br> 2. ifup eth2<br> 3. ifdown eth2<br> 4. changed address 192.168.26.0 to address 192.168.26.1 <br> 5. ifup eth2 (no error shown)<br> 6. fwcf commit<br> 7. reboot

No, I can startup the interface but the wlan script does not work.

I did the following

1. ipkg update<br> 2. ipkg remove -recursive broadcom-wl-util<br> 3. ipkg install -force-overwrite broadcom-wl-util<br>

this does not work.

03/22/07 21:11:31 changed by wbx

  • status changed from new to closed.
  • resolution set to fixed.

fixed in a debug session with volker. whitespaces in /etc/network/interfaces are evil.


Add/Change #240 (Problems with WLAN Interface)




Action