Have to Bring Up Wireless Network Manually
Frank Hahn
fhahnisfake at yahoo.com.invalid
Sat Jun 10 14:13:39 UTC 2006
I have a Gateway 7510GX laptop with a Broadcom 4318 wireless network
card. I have had difficulties in the past with this card but have
finally been able to get it working by using the builtin bcm43xx module.
The problem that I seem to have is that the interface does not come up
automatically after each reboot. I have to issue the command:
"ifconfig eth1 up"
to bring up the interface. It does not happen immediately, but after
20-30 seconds, it will start working. I think this is tied into dhcp.
I have assigned the IP address to the laptop statically as well as the
other computers in the house. I want them to get the same IP address
each time they start. The Linksys WRT54G is the access point/router.
In the /etc/network/interfaces file, there are the following entries:
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet static
wireless-essid hahnfamily
address 192.168.100.16
netmask 255.255.255.0
gateway 192.168.100.14
wireless-key ???????? (deleted by me)
auto eth2
iface eth2 inet dhcp
auto ath0
iface ath0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
Output from lspci -v:
0000:03:07.0 Network controller: Broadcom Corporation BCM4318
[AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
Subsystem: Broadcom Corporation Gateway 7510GX
Flags: bus master, fast devsel, latency 64, IRQ 185
Memory at c0200000 (32-bit, non-prefetchable) [size=8K]
This should be something simple. Thanks.
--
Frank Hahn
More information about the ubuntu-users
mailing list