[root@localhost liveuser]# rpm -qa|grep wl
iwl6000g2b-firmware-17.168.5.2-2.fc17.noarch
iwl5000-firmware-8.83.5.1_1-2.fc17.noarch
broadcom-wl-5.100.82.112-2.fc17.1.noarch
iwl1000-firmware-39.31.5.1-2.fc17.noarch
iwl100-firmware-39.31.5.1-3.fc17.noarch
iwl4965-firmware-228.61.2.24-4.fc17.noarch
python-iwlib-1.2-1.fc17.x86_64
kmod-wl-5.100.82.112-2.fc17.12.x86_64
iwl6000-firmware-9.221.4.1-3.fc17.noarch
iwl6050-firmware-41.28.5.1-4.fc17.noarch
iwl6000g2a-firmware-17.168.5.3-2.fc17.noarch
iwl3945-firmware-15.32.2.9-6.fc17.noarch
kmod-wl-3.3.7-1.fc17.x86_64-5.100.82.112-2.fc17.12.x86_64
iwl5150-firmware-8.24.2.2-3.fc17.noarch
[root@localhost liveuser]# uname -a
Linux localhost.localdomain 3.3.4-5.fc17.x86_64 #1 SMP Mon May 7 17:29:34 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost liveuser]#
ok.
[code]# rpm -e --nodeps kmod-wl
rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/releases/17/Everything/x86_64/os/kmod-wl-3.3.4-5.fc17.x86_64-5.100.82.112-2.fc17.11.x86_64.rpm
updatedb
locate wl.ko[/code]
output.
[root@localhost liveuser]# rpm -e --nodeps kmod-wl
[root@localhost liveuser]# rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/releases/17/Everything/x86_64/os/kmod-wl-3.3.4-5.fc17.x86_64-5.100.82.112-2.fc17.11.x86_64.rpm
Retrieving http://download1.rpmfusion.org/nonfree/fedora/releases/17/Everything/x86_64/os/kmod-wl-3.3.4-5.fc17.x86_64-5.100.82.112-2.fc17.11.x86_64.rpm
Preparing... ########################################### [100%]
1:kmod-wl-3.3.4-5.fc17.x8########################################### [100%]
[root@localhost liveuser]# updatedb
[root@localhost liveuser]# locate wl.ko
/usr/lib/modules/3.3.4-5.fc17.x86_64/extra/wl/wl.ko
/usr/lib/modules/3.3.7-1.fc17.x86_64/extra/wl/wl.ko
[root@localhost liveuser]#
bene:
[code]# depmod -a
modprobe wl
dmesg|tail -n 30[/code]
vedi se ora networmanager la rileva bene.
[root@localhost liveuser]# dmesg|tail -n 30
4856.799338] atkbd serio0: Use 'setkeycodes e013 <keycode>' to make it known.
4856.818715] atkbd serio0: Unknown key released (translated set 2, code 0x93 on isa0060/serio0).
4856.818725] atkbd serio0: Use 'setkeycodes e013 <keycode>' to make it known.
5312.539481] atkbd serio0: Unknown key pressed (translated set 2, code 0x93 on isa0060/serio0).
5312.539492] atkbd serio0: Use 'setkeycodes e013 <keycode>' to make it known.
5312.562776] atkbd serio0: Unknown key released (translated set 2, code 0x93 on isa0060/serio0).
5312.562786] atkbd serio0: Use 'setkeycodes e013 <keycode>' to make it known.
7256.957579] CPU3: Package power limit notification (total events = 4)
7256.957583] CPU1: Package power limit notification (total events = 4)
7256.957586] CPU2: Package power limit notification (total events = 4)
7256.957589] CPU0: Package power limit notification (total events = 4)
7256.958091] CPU1: Package power limit normal
7256.958100] CPU2: Package power limit normal
7256.958108] CPU3: Package power limit normal
7256.958115] CPU0: Package power limit normal
7536.652958] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
7561.093474] CPU0: Package power limit notification (total events = 83)
7561.093477] CPU1: Package power limit notification (total events = 83)
7561.093481] CPU3: Package power limit notification (total events = 83)
7561.093484] CPU2: Package power limit notification (total events = 83)
7561.093527] CPU3: Package power limit normal
7561.093529] CPU2: Package power limit normal
7561.093531] CPU1: Package power limit normal
7561.093533] CPU0: Package power limit normal
7592.417651] lib80211: common routines for IEEE802.11 drivers
7592.417660] lib80211_crypt: registered algorithm 'NULL'
7592.421023] wl: module license 'MIXED/Proprietary' taints kernel.
7592.421025] Disabling lock debugging due to kernel taint
7592.460846] lib80211_crypt: registered algorithm 'TKIP'
7592.461025] eth0: Broadcom BCM4358 802.11 Hybrid Wireless Controller 5.100.82.112
Ora il wireless viene rilevato però ho sempre il problema che non lo fa in automatico e non riesco ad accedere al router
in che senso: non lo fa in automatico ?
non riesci a vedere le reti disponibili ?
Esatto, dovrei configurarla manualmente
ci fai vedere:
# iwconfig
[code][root@localhost liveuser]# iwconfig
em1 no wireless extensions.
lo no wireless extensions.
eth0 IEEE 802.11bgn ESSID:"" Nickname:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate:144 Mb/s Tx-Power:off
Retry min limit:7 RTS thr:off Fragment thr:off
Power Managementmode:All packets received
Link Quality=5/5 Signal level=0 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
[root@localhost liveuser]#
[/code]
ok.
se dai :
# iwlist eth0 scanning
farà la lista delle reti disponibili, la tua è nella lista ?
[root@localhost liveuser]# iwlist eth0 scanning
eth0 Failed to read scan data : Invalid argument
[code]# ifconfig eth0 192.168.1.14 up
iwlist eth0 scanning[/code]
[code][root@localhost liveuser]# ifconfig eth0 192.168.1.14 up
[root@localhost liveuser]# iwlist eth0 scanning
eth0 Failed to read scan data : Invalid argument
[root@localhost liveuser]#
[/code]
# systemctl restart NetworkManager.service
networkmanager continua a non vedere le reti ?
no continua a non vederle
conosci il nome della rete e la ( eventuale) password ?
Non lo ricordo perché più che un nome è una serie di numeri…per quello volevo entrare nel router ma non ci riesco
non hai disponibile un’altra macchina con wifi ?
No
Ci riprover; appena ho ancora un po’ di tempo perché adesso devo assentarmi.
Ti ringrazio comunque per l’estrema disponibilità 
Grazie