I've installed ndiswrapper and the XP driver for the Broadcom 54G card
that's built into my laptop (using Fedora Core 2 32 bit edition). The
driver seems to work, iwconfig sees the network. I need some help
configuring the card. I created an ifcfg-eth1 script, I specified
TYPE=Wireless but I was just guessing there, what do I need to change and
what other files do I need to edit?
# Broadcom 54G
DEVICE=eth1
BOOTPROTO=static
BROADCAST=192.168.1.255
HWADDR=00:06:25:5D:71:AB
IPADDR=192.168.1.61
NETMASK=255.255.255.0
NETWORK=192.168.1.0
ONBOOT=yes
TYPE=Wireless
Thanks,
|