View previous topic :: View next topic |
Author |
Message |
crayztechnique n00b


Joined: 03 Apr 2016 Posts: 30
|
Posted: Sat Apr 16, 2016 1:53 pm Post subject: Wireless Woes - Help Please |
|
|
Alright so wlan is not loading at this point. I cat /proc/net/wireless and I'm getting no wlan at this time.
So what are the best ways to go about identifying the appropriate drivers for my device at this point from the console (I have no GUI yet) so I can build the right support into the kernel? Or is there a chance I just haven't turned the device on, in which case . . . How does one do that? |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55015 Location: 56N 3W
|
Posted: Sat Apr 16, 2016 3:53 pm Post subject: |
|
|
crayztechnique,
Your wireless card should show up in either lspci or lsusb. It does not need to be switched on for this.
When you find it, tell us what it is.
You will not have kernel support until you explicitly set it.
Code: | emerge pciutils usbutils | to get the above commands.
wegetpaste is your friend too. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
Ant P. Watchman

Joined: 18 Apr 2009 Posts: 6920
|
Posted: Sat Apr 16, 2016 6:14 pm Post subject: |
|
|
Absence of /proc/net/wireless doesn't say much, it isn't there on my router or laptop either but I just sshed to them over wifi to verify that. |
|
Back to top |
|
 |
crayztechnique n00b


Joined: 03 Apr 2016 Posts: 30
|
Posted: Sat Apr 16, 2016 8:01 pm Post subject: |
|
|
NeddySeagoon,
Network Controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY |
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55015 Location: 56N 3W
|
Posted: Sat Apr 16, 2016 10:38 pm Post subject: |
|
|
crayztechnique,
You need the b43 kernel module built as a module.
The kernel WiFi support, modules will work. I don't know if b43 works with both sets but its safe to build both sets.
You will need the b43 firmware for your device. It may be in linux-firmware.
That will get your wireless interface visible in ifconfig -a
After that, you will need to install and configure wpa-supplicant to do the WiFi specific parts of getting connected. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
crayztechnique n00b


Joined: 03 Apr 2016 Posts: 30
|
Posted: Mon Apr 18, 2016 6:25 pm Post subject: |
|
|
NeddySeagoon wrote: | You need the b43 kernel module built as a module. |
This is what I was missing. b43 had to be built as a module instead of built into the kernel. Thanks again for all the help. |
|
Back to top |
|
 |
|