Sandro Posted May 23, 2015 Report Share Posted May 23, 2015 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 More sharing options...
0 Funtoo Linux Developer pytony Posted May 27, 2015 Funtoo Linux Developer Report Share Posted May 27, 2015 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/blacklistNote: If this broadcom-sta does not solve your issue, don't forget to uninstall it and unblacklist bcma, ssb and mac80211. Sandro 1 Link to comment Share on other sites More sharing options...
0 Funtoo Linux Developer pytony Posted May 26, 2015 Funtoo Linux Developer Report Share Posted May 26, 2015 I think you'll need net-wireless/broadcom-sta. Link to comment Share on other sites More sharing options...
0 Sandro Posted May 26, 2015 Author Report Share Posted May 26, 2015 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 More sharing options...
0 Sandro Posted May 27, 2015 Author Report Share Posted May 27, 2015 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 More sharing options...
Question
Sandro
Hi !
I've a
I've installed linux-firmware
and that is my kernel-config
but
What can i do to solve ?
PS: lspci -k
Thanx :)
Link to comment
Share on other sites
4 answers to this question
Recommended Posts