Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

Trouble about wireless.


Sandro

Question

Hi !

 

I've a

Vaio-i5 ~ # lspci|grep -i net
07:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)

I've installed linux-firmware

 

and that is my kernel-config

 

but

Vaio-i5 ~ # ifconfig -a
eth0      Link encap:Ethernet  HWaddr 30:f9:ed:a5:4a:a8  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
ipddp0    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-30-00-00-00-00-00-00-00-00  
          BROADCAST NOARP MULTICAST  MTU:585  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:30 errors:0 dropped:0 overruns:0 frame:0
          TX packets:30 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:4490 (4.3 KiB)  TX bytes:4490 (4.3 KiB)
 
usb0      Link encap:Ethernet  HWaddr 02:00:01:58:31:37  
          inet addr:192.168.42.172  Bcast:192.168.42.255  Mask:255.255.255.0
          inet6 addr: fe80::1ff:fe58:3137/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:16850 errors:1 dropped:0 overruns:0 frame:1
          TX packets:15552 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:15193608 (14.4 MiB)  TX bytes:2662770 (2.5 MiB)

Vaio-i5 ~ # iwconfig 
eth0      no wireless extensions.
 
usb0      no wireless extensions.
 
ipddp0    no wireless extensions.
 
lo        no wireless extensions.

What can i do to solve ?

 

PS: lspci -k

 

Thanx :)

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
  • Funtoo Linux Developer

Then why insert them in blacklist ?

I guess it is to ensure they can't be loaded.

 

Maybe try

 

echo -e "blacklist bcma\nblacklist ssb\nblacklist mac80211" >> /etc/modprobe.d/blacklist
Note: If this broadcom-sta does not solve your issue, don't forget to uninstall it and unblacklist bcma, ssb and mac80211.
Link to comment
Share on other sites

  • 0

Ok; installing this ebuild i obtain :

* Messages for package net-wireless/broadcom-sta-6.30.223.248-r3:

 *   BCMA: If you insist on building this, you must blacklist it!
 *   SSB: If you insist on building this, you must blacklist it!
 *   MAC80211: If you insist on building this, you must blacklist it!
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.

But in my lsmod they don't compares:

Vaio-i5 ~ # lsmod | grep -i "bcma\|ssb\|mac80211"
Vaio-i5 ~ #

Then why insert them in blacklist ? :unsure:

 

I've also edited the kernel config files disabling all options containing BCMA, SSB and MAC80211.

But i had errors ricompiling the kernel.

 

This is my 3rd experiment

>>> Source compiled.
>>> Test phase [not enabled]: net-wireless/broadcom-sta-6.30.223.248-r3

>>> Install broadcom-sta-6.30.223.248-r3 into /var/tmp/portage/net-wireless/broadcom-sta-6.30.223.248-r3/image/ category net-wireless
 * Installing wl module
 * Preparing file for modprobe.d ...                                     [ ok ]
>>> Completed installing broadcom-sta-6.30.223.248-r3 into /var/tmp/portage/net-wireless/broadcom-sta-6.30.223.248-r3/image/

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   lib/modules/3.18.12-gentoo/net/wireless/wl.ko
ecompressdir: bzip2 -9 /usr/share/doc

>>> Installing (1 of 1) net-wireless/broadcom-sta-6.30.223.248-r3
 * Removing /usr/lib/systemd/
 * Removing /lib/systemd/
 * Removing net-wireless/broadcom-sta-6.30.223.248-r3 from moduledb.
 * Updating module dependencies for 3.18.12-gentoo ...                   [ ok ]
 * Adding module to moduledb.

 * Messages for package net-wireless/broadcom-sta-6.30.223.248-r3:

 *   BCMA: If you insist on building this, you must blacklist it!
 *   SSB: If you insist on building this, you must blacklist it!
 *   MAC80211: If you insist on building this, you must blacklist it!
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.
>>> Auto-cleaning packages...

Questo il mio pi? recente kernel-config

 

Thanks for the aid .... but there are really (for me) technical difficulties ..... :|

Link to comment
Share on other sites

  • 0

GREEEEAAAAAT !!!!!! Magic Pytony !!!!! I'm writing with my smartphone as router wifi :P

 

Still I do not understand why I had tried to put them in the blacklist but it was not working.

Syntax error or it was useful to disable the modules of other Broadcom devices in menuconfig?

However you're great Thank You very very mutch :) :) :)

 

Also the tethering works fine.

 

Thank You Magician :) :) :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...