Results 41 to 50 of 54
Alrighty guys,
After having the same problem, I have been keeping an eye on this thread for a while. And after a little bit of investigation I seem to have ...
- 06-20-2007 #41Just Joined!
- Join Date
- Jun 2007
- Posts
- 1
Alrighty guys,
After having the same problem, I have been keeping an eye on this thread for a while. And after a little bit of investigation I seem to have nearly cracked it.
I have managed to actually add the network card to the Fedora Network GUI tool interface. But....
Firstly when you are editing the etc/modprobe.conf file
I put
Then followed the rest of the instructions except as mentioned before, used:Code:alias eth1 bcm43xx
and copied the files into the appropriate folder as mentioned previously.Code:bcm43xx-fwcutters <path>/<driver name>
Now - instead of using
I usedCode:/sbin/modprobe -r
Which actually puts the network card into the system-config-network GUICode:/sbin/modprobe bcm43xx
Now here is the but.....
It has the correct driver name and the network card is there.. but it list's it as a ethernet card - not a wireless.
I assumed that this was due to the Alias name part
So changed it to:Code:alias eth1 bcm43xx
or what ever the wireless equivalent isCode:alias wireless0 bcm43xx
Which does change it to a wireless type card.. but dosent use the approptiate drivers..
Any ideas..
Hope I helped you a little more..
- 06-23-2007 #42Just Joined!
- Join Date
- Apr 2007
- Posts
- 97
I still can't get it to work. No results.
- 06-23-2007 #43
Are you still getting the same error?
Maybe it would be a good idea to spend $30 USD and get a card that offers a lot less hassle. Or you could try a different distro, some cards work with some distros right out of the box and just won't work on other distros.
Have you tried the card with a LiveCD, like Knoppix or Mandriva? I know Knoppix comes with NDISwrapper, MADWifi and Intel support.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 06-23-2007 #44
I haven't read the complete thread (too lazy for that
),
what does iwconfig output?
If the card is already shown on system-config-network you should have something on iwconfig so you can at least connect manuallyPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 06-23-2007 #45Just Joined!
- Join Date
- Apr 2007
- Posts
- 97
It recognizes the hardware, but when i go to add the device as a wireless device it doesn't recogize it there and it doesn't list it.
- 06-23-2007 #46
Try this, create a file in the networking scripts folder.
it should look similar to this:Code:nano /etc/sysconfig/network-scripts/ifcfg-eth1
Of course you need to change the ESSID, channel, HWADDR, and so forth. use ctrl X to exit.# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
TYPE=Wireless
DEVICE=eth1
HWADDR=00:00:50:6f:82:82
BOOTPROTO=dhcp
NETMASK=
DHCP_HOSTNAME=
IPADDR=
DOMAIN=
ONBOOT=yes
USERCTL=no
IPV6INIT=no
PEERDNS=yes
ESSID=your ESSID
CHANNEL=11
MODE=Managed
RATE=Auto
Restart the network
Open the network tool and see if it is listed now.Code:service network restart
EDIT: I was doing an unrelated search and came across this link, where users are reporting success with bcm43xx.Code:system-config-network
FedoraForum.org - Cant connect to wireless networkLast edited by MikeTbob; 06-23-2007 at 01:31 PM. Reason: Added Link to mailing list
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.
- 06-24-2007 #47Just Joined!
- Join Date
- Apr 2007
- Posts
- 97
What do i put in for as you said "ESSID, channel, HWADDR, and so forth" ??? I have no idea!
- 06-24-2007 #48
ESSID is essentially the name of the network that you're trying to connect to. Channel will probably be equal to 1 but I'm not sure. HWADDR is the MAC address of the wireless interface you're trying to use to connect, it is in the output of ifconfig.
- 09-26-2007 #49Just Joined!
- Join Date
- Sep 2007
- Posts
- 11
- 09-26-2007 #50Just Joined!
- Join Date
- Sep 2007
- Posts
- 11
wireless internet configuration fedora 7
Hi Folks,
I have Network Controller Broadcom Corporation BCM4306 802.11b/g wireless LAN controller (rev 03).
I need to know what driver I need to download? Also direct me where can I download this driver?
Thanks
gvlinux[/QUOTE]


Reply With Quote

