Results 1 to 6 of 6
Trying to install Gentoo on my virtual computer, I was following the handbook, and got to the part about adding wireless devices. I ran iwconfig and got the response:
Code:
...
- 05-07-2011 #1Just Joined!
- Join Date
- Nov 2010
- Location
- Alaska
- Posts
- 55
iwconfig
Trying to install Gentoo on my virtual computer, I was following the handbook, and got to the part about adding wireless devices. I ran iwconfig and got the response:
I checked the handbook and it said nothing, so I'm lost. Also, this is a broadcom wireless card, and from what I've tried, it doesn't run on Ubuntu and works fine on Knoppix (Though it gives some dBus error upon opening Wicd). I did a little searching, and from what I could understand from what I found, I think it might be a driver issue. Just what a newbie like me thinks though.Code:lo no wireless extention. eth0 no wireless extention.

Any help would be greatly appreciated.
- 05-07-2011 #2Just Joined!
- Join Date
- Mar 2011
- Location
- pittsburgh
- Posts
- 44
Did you make sure that you enabled support for Broadcom wireless when you configured your kernel? It should be under Device Drivers then Networking and then WLAN or Wireless Networking.
- 05-07-2011 #3Just Joined!
- Join Date
- Nov 2010
- Location
- Alaska
- Posts
- 55
I don't think I did. I'm really bad at drivers and anything that's hardware related.
Anyways, I'll try looking for it. If I can't find it or if there's something else wrong I'll post again.
Also, thanks for the help, I really appreciate it.
- 05-07-2011 #4Just Joined!
- Join Date
- Nov 2010
- Location
- Alaska
- Posts
- 55
I tried modprobe on the drivers, and that didn't fix it. I searched info on enabling broadcom wireless drivers, and it shows me some file that I can't find. Any help?
Broadcom 43xx - Gentoo Linux Wiki
- 05-07-2011 #5Just Joined!
- Join Date
- Mar 2011
- Location
- pittsburgh
- Posts
- 44
perhaps your Broadcom card isn't supported by the 43 driver.
can you connect to your network via ethernet, temporarily? if not, you will probably have to boot off the live disk again, mount your partitions, proc, bind dev and chroot again. And then
which will let you runCode:emerge sys-apps/pciutils
so you can find out what exact model of card you have. I have had issues with networking where all cards of that brand but mine had support "out of the box" (<_<) so there might be something extra that needs done to get yours to work, but you need to find out what the make and model of your Broadcom is first.Code:lspci | grep Broadcom
- 05-07-2011 #6


Reply With Quote

