wifi; chiavetta attiva ma non si connette

Se avete problemi con l'installazione e la configurazione di Slackware postate qui. Non usate questo forum per argomenti generali... per quelli usate Gnu/Linux in genere.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware, se l'argomento è generale usate il forum Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute.
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
lenzetta2
Linux 0.x
Linux 0.x
Messaggi: 36
Iscritto il: gio 2 feb 2012, 18:30
Nome Cognome: antonio flamini
Slackware: 13.37

wifi; chiavetta attiva ma non si connette

Messaggio da lenzetta2 »

Non riesco a far funzionare il wireless, e dire che ce lo messa tutta. Ho appena finito di leggere l'ennesimo post sulla connessione wireless dove l'amico ha risolto scaricando il driver dalla broadcom mentre il mio non sono riuscito a trovarlo. Ho un laptop acer, e il driver è bcm4318. Comunque ho provato con una chiavetta sitecom, driver rt73usb, questo c'è, infatti la chiavetta è attiva ma non riesco a connettermi.
Posto le configurazioni dei files: wpa_supplicant, rc-wireless e inet1, e anche lspci e iwconfig. Magari ho sbagliato la configurazione. Spero ci sia qualcuno che possa aiutarmi a far funzionare almeno la chiavetta, per il momento.
Grazie

iwconfig:

Codice: Seleziona tutto

bash-4.1# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11bg  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          
wlan1     IEEE 802.11bg  ESSID:"nome rete"  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:on
lspci:

Codice: Seleziona tutto

bash-4.1# lspci
00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 10)
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:04.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:05.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:12.0 IDE interface: ATI Technologies Inc IXP SB400 Serial ATA Controller (rev 80)
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80)
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 83)
00:14.1 IDE interface: ATI Technologies Inc IXP SB400 IDE Controller (rev 80)
00:14.2 Audio device: ATI Technologies Inc IXP SB4x0 High Definition Audio Controller (rev 01)
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:05.0 VGA compatible controller: ATI Technologies Inc RS482 [Radeon Xpress 200M]
06:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
06:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
06:04.0 CardBus bridge: ENE Technology Inc CB-712/4 Cardbus Controller (rev 10)
06:04.1 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader Controller (rev 01)
06:04.2 SD Host controller: ENE Technology Inc ENE PCI Secure Digital Card Reader Controller (rev 01)
06:04.3 FLASH memory: ENE Technology Inc FLASH memory: ENE Technology Inc: (rev 01)
06:04.4 FLASH memory: ENE Technology Inc SD/MMC Card Reader Controller (rev 01)
bash-4.1# 
rc.inet1.conf:

Codice: Seleziona tutto

# /etc/rc.d/rc.inet1.conf
#
# This file contains the configuration settings for network interfaces.
# If USE_DHCP[interface] is set to "yes", this overrides any other settings.
# If you don't have an interface, leave the settings null ("").

# You can configure network interfaces other than eth0,eth1... by setting
# IFNAME[interface] to the interface's name. If IFNAME[interface] is unset
# or empty, it is assumed you're configuring eth<interface>.

# Several other parameters are available, the end of this file contains a
# comprehensive set of examples.

# =============================================================================

# Config information for eth0:
IPADDR[0]=""
NETMASK[0]=""
USE_DHCP[0]="yes"
DHCP_HOSTNAME[0]=""

# Config information for eth1:
IPADDR[1]=""
NETMASK[1]=""
USE_DHCP[1]=""
DHCP_HOSTNAME[1]=""

# Config information for eth2:
IPADDR[2]=""
NETMASK[2]=""
USE_DHCP[2]=""
DHCP_HOSTNAME[2]=""

# Config information for eth3:
IPADDR[3]=""
NETMASK[3]=""
USE_DHCP[3]=""
DHCP_HOSTNAME[3]=""

# Default gateway IP address:
GATEWAY=""

# Change this to "yes" for debugging output to stdout.  Unfortunately,
# /sbin/hotplug seems to disable stdout so you'll only see debugging output
# when rc.inet1 is called directly.
DEBUG_ETH_UP="no"

## Example config information for wlan0.  Uncomment the lines you need and fill
## in your info.  (You may not need all of these for your wireless network)
IFNAME[4]="wlan1"
#IPADDR[4]=""
#NETMASK[4]=""
USE_DHCP[4]="yes"
DHCP_HOSTNAME[4]="icculus-wireless"
DHCP_KEEPRESOLV[4]="yes"
#DHCP_KEEPNTP[4]="yes"
#DHCP_KEEPGW[4]="yes"
#DHCP_IPADDR[4]=""
WLAN_ESSID[4]="nome rete"
WLAN_MODE[4]=Managed
##WLAN_RATE[4]="54M auto"
WLAN_CHANNEL[4]="auto"
WLAN_KEY[4]=passwordvf5rt63gf67753gft63uh6
##WLAN_IWPRIV[4]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=96389dc66eaf7e6efd5b5523ae43c7925ff4df2f8b7099495192d44a774fda16"
WLAN_WPA[4]="wpa_supplicant"
WLAN_WPADRIVER[4]="wext"

## Some examples of additional network parameters that you can use.
## Config information for wlan0:
#IFNAME[4]="wlan0"              # Use a different interface name nstead of
                                # the default 'eth4'
#HWADDR[4]="00:01:23:45:67:89"  # Overrule the card's hardware MAC address
#MTU[4]=""                      # The default MTU is 1500, but you might need
                                # 1360 when you use NAT'ed IPSec traffic.
#DHCP_KEEPRESOLV[4]="yes"       # If you dont want /etc/resolv.conf overwritten
#DHCP_KEEPNTP[4]="yes"          # If you don't want ntp.conf overwritten
#DHCP_KEEPGW[4]="yes"           # If you don't want the DHCP server to change
                                # your default gateway
#DHCP_IPADDR[4]=""              # Request a specific IP address from the DHCP
                                # server
#WLAN_ESSID[4]=DARKSTAR         # Here, you can override _any_ parameter
                                # defined in rc.wireless.conf, by prepending
                                # 'WLAN_' to the parameter's name. Useful for
                                # those with multiple wireless interfaces.
#WLAN_IWPRIV[4]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=thekey"
                                # Some drivers require a private ioctl to be
                                # set through the iwpriv command. If more than
                                # one is required, you can place them in the
                                # IWPRIV parameter (separated with the pipe (|)
                                # character, see the example).
rc.wireless:

Codice: Seleziona tutto

# Wireless LAN adapter configuration
#
# Theory of operation : 
#
# The script attempts to match a block of settings to the specific wireless
# card inserted, the *first* block matching the card is used.
# The address format is "hwaddr", with * as a wildcard.
# 'hwaddr' is the unique MAC address identifier of the wireless card.
# The MAC address is usually printed on the card, or can be found via ifconfig.
# Some examples here use only half of the MAC address with a wildcard to
# match a whole family of cards...
#
# All the Wireless specific configuration is done through the Wireless
# Extensions, so we will just call 'iwconfig' with the right parameters
# defined below.
# Of course, you need to have iwconfig installled on your system.
# To download iwconfig, or for more info on Wireless Extensions :
#	http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
#
# Note : you don't need to fill all parameters, leave them blank, in most
# cases the driver will initialise itself with sane defaults values or
# automatically figure out the value... And no drivers do support all
# possible settings...
#
# -- This is a modified '/etc/pcmcia/wireless.opts' script --
# -- I added sections for Prism/GT and Atheros based cards --
# --    (supported by the prism54 and madwifi drivers)     --
# --              16/sep/2004 * Eric Hameleers             --
#

VERBOSE=1

case "$HWADDR" in
00:1B:11:*)
[ -n ${WLAN_ESSID[$i]} ] && ${IWCOMMAND} essid ${WLAN_ESSID[$i]}
;;

## NOTE : Comment out the following five lines to activate the samples below ...
## --------- START SECTION TO REMOVE -----------
## Pick up any Access Point, should work on most 802.11 cards
#*)
 #   INFO="Any ESSID"
  #  ESSID="any"
   # ;;
## ---------- END SECTION TO REMOVE ------------


# Here are a few examples with a few Wireless LANs supported...
# The matching is done on the first 3 bytes of the MAC address

# SMC2835W EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Adapter 
00:1b:11:*)
    INFO="SMC2835W EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Adapter"
    # ESSID (extended network name) : My Network, any
    ESSID="rete asa d-link"
    # NWID/Domain (cell identifier) : 89AB, 100, off
    NWID=""
    # Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto
    MODE="Managed"
    # Frequency or channel : 1, 2, 3 (channel) ; 2.422G, 2.46G (frequency)
    FREQ=""
    CHANNEL="6"
    # Sensitivity (cell size + roaming speed) : 1, 2, 3 ; -70 (dBm)
    SENS=""
    # Bit rate : auto, 1M, 11M,54M
    RATE="auto"
    # Encryption key : 4567-89AB-CD, s:password
    # Example for 40-bit encryption:
    #KEY="883e-aa67-21 [1] key 5501-d0da-87 [2] key 91f5-3368-6b [3] key 2d73-31b7-96 [4]"
    # Example for 104-bit encryption (aka 128-bit WEP):
    #KEY="d5ad2f05abd048ecf10b1c80c7"
    KEY=sj48ddk98f7fg432as5bf8f9g765tgbvd56syd6s94j8fhst34bz7ddm573d
    # RTS threshold : off, 500
    RTS=""
    # Fragmentation threshold : off, 1000
    FRAG=""
    # Other iwconfig parameters : power off, ap 01:23:45:67:89:AB
    IWCONFIG=""
    # iwspy parameters : + 01:23:45:67:89:AB
    IWSPY=""
    # iwpriv parameters : set_port 2, set_histo 50 60
    IWPRIV=""
;;

# Multiband Atheros based 802.11a/b/g universal NIC cards
00:05:4E:*)
    INFO="Multiband Atheros based 802.11a/b/g universal NIC"
    # ESSID (extended network name) : My Network, any
    ESSID=""
    # Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto
    MODE="Managed"
    # Frequency or channel : 1, 2, 3 (channel) ; 2.422G, 2.46G (frequency)
    FREQ=""
    CHANNEL="7"
    # Bit rate : auto, 1M, 11M,54M
    RATE="auto"
    # Encryption key : 4567-89AB-CD, s:password
    # Example for 40-bit encryption:
    #KEY="883e-aa67-21 [1] key 5501-d0da-87 [2] key 91f5-3368-6b [3] key 2d73-31b7-96 [4]"
    # Example for 104-bit encryption (aka 128-bit WEP):
    #KEY="d5ad2f05abd048ecf10b1c80c7"
    KEY=""
    # Other iwconfig parameters : power off, ap 01:23:45:67:89:AB
    IWCONFIG=""
    # iwspy parameters : + 01:23:45:67:89:AB
    IWSPY=""
    # iwpriv parameters : set_port 2, set_histo 50 60
    IWPRIV=""
    ;;

# Lucent Wavelan IEEE (+ Orinoco, RoamAbout and ELSA)
# Note : wvlan_cs driver only, and version 1.0.4+ for encryption support
00:60:1D:*|00:02:2D:*)
    INFO="Wavelan IEEE example (Lucent default settings)"
    ESSID="Wavelan Network"
    MODE="Managed"
    #RATE="auto"
    KEY="s:secu1"
    # To set all four keys, use :
    #KEY="s:secu1 [1] key s:secu2 [2] key s:secu3 [3] key s:secu4 [4] key [1]"
    # For the RG 1000 Residential Gateway: The ESSID is the identifier on
    # the unit, and the default key is the last 5 digits of the same.
    #ESSID="084d70"
    #KEY="s:84d70"
    ;;

# Cisco/Aironet 4800/3x0
# Note : MPL driver only (airo/airo_cs), version 1.3 or later
00:40:96:*|00:02:8A:*)
    INFO="Cisco/Aironet example (Cisco default settings)"
    ESSID="any"
    # To set all four ESSID, use iwconfig v21 and the same trick as above
    MODE="Managed"
    #RATE="11M auto"
    #KEY="d5ad2f05abd048ecf10b1c80c7"
    KEY="off"
    ;;

# Samsung MagicLan (+ some other PrismII cards)
# Note : Samsung binary library driver, version 1.20 or later
00:00:F0:*|00:02:78:*)
    INFO="Samsung MagicLan example (Samsung default settings)"
    ESSID="any"
    MODE="Managed"
    CHANNEL="4"
    RATE="auto"
    #KEY="883e-aa67-21 [1] key 5501-d0da-87 [2] key 91f5-3368-6b [3] key 2d73-31b7-96 [4]"
    #IWCONFIG="power on"
    ;;

# Raytheon Raylink/WebGear Aviator2.4
# Note : doesn't work yet, please use for debugging only :-(
00:00:8F:*|00:00:F1:*)
    INFO="Raylink/Aviator2.4 example (Aviator default ad-hoc setting)"
    ESSID="ADHOC_ESSID"
    MODE="Ad-Hoc"
    RATE="auto"
    IWPRIV="set_framing 1"
    ;;

# Old Lucent Wavelan
08:00:0E:*)
    INFO="Wavelan example (Lucent default settings)"
    NWID="0100"
    MODE="Ad-Hoc"
    FREQ="2.425G"
    KEY="off"
    ;;

# Netwave (Xircom Netwave/Netwave Airsurfer)
00:80:C7:*)
    INFO="Netwave example (Netwave default settings)"
    NWID="100"
    KEY="00"
    ;;

# Proxim RangeLan2/Symphony (what is the MAC address ???)
XX:XX:XX:*)
    INFO="Proxim RangeLan2/Symphony example"
    NWID="0"
    MODE="Master"
    CHANNEL="15"
    IWPRIV="setsubchan 1"
    ;;

# No Wires Needed Swallow 550 and 1100 setting (what is the MAC address ???)
XX:XX:XX:*)
    INFO="NWN Swallow example"
    ESSID="session"
    KEY="0000-0000-00 open"
    ;;

# Symbol Spectrum24 setting (what is the MAC address ???)
XX:XX:XX:*)
    INFO="Symbol Spectrum24 example"
    ESSID="Essid string"
    ;;

# Generic example (decribe all possible settings)
*)
    INFO="Fill with your own settings..."
    # ESSID (extended network name) : My Network, any
    ESSID=""
    # NWID/Domain (cell identifier) : 89AB, 100, off
    NWID=""
    # Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto
    MODE=""
    # Frequency or channel : 1, 2, 3 (channel) ; 2.422G, 2.46G (frequency)
    FREQ=""
    CHANNEL=""
    # Sensitivity (cell size + roaming speed) : 1, 2, 3 ; -70 (dBm)
    SENS=""
    # Bit rate : auto, 1M, 11M
    RATE=""
    # Encryption key : 4567-89AB-CD, s:password
    KEY=""
    # RTS threshold : off, 500
    RTS=""
    # Fragmentation threshold : off, 1000
    FRAG=""
    # Other iwconfig parameters : power off, ap 01:23:45:67:89:AB
    IWCONFIG=""
    # iwspy parameters : + 01:23:45:67:89:AB
    IWSPY=""
    # iwpriv parameters : set_port 2, set_histo 50 60
    IWPRIV=""
    ;;
esac
wpa_supplicant.conf:

Codice: Seleziona tutto

# See /usr/doc/wpa_supplicant-0.7.3/wpa_supplicant.conf.sample
# for many more options that you can use in this file.

# This line enables the use of wpa_cli which is used by rc.wireless
# if possible (to check for successful association)
ctrl_interface=/var/run/wpa_supplicant
# By default, only root (group 0) may use wpa_cli
ctrl_interface_group=wheel
eapol_version=1
ap_scan=1
fast_reauth=1
#country=US

# WPA protected network, supply your own ESSID and WPAPSK here:
network={
  scan_ssid=0
  ssid="rete casa d-link"
  proto=WPA
  key_mgmt=WPA-PSK
  pairwise=CCMP TKIP
  group=CCMP TKIP WEP104 WEP40
  psk=passwordby6e78y6yhdff45gshbsfs54vbsbs
  priority=10
}

# Plaintext connection (no WPA, no IEEE 802.1X),
# nice for hotel/airport types of WiFi network.
network={
  key_mgmt=NONE
  priority=0
}

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: wifi; chiavetta attiva ma non si connette

Messaggio da targzeta »

Hola, in questo thread DrSlump è riuscito a risolvere un problema che aveva con una scheda wireless BCM4313. La tua è una BCM4318, ma il driver dovrebbe funzionare lo stesso per entrambe le schede. Leggi tutto il thread senza saltare ai link perché all'inizio gli abbiamo suggerito delle cose che poi si sono rivelate superflue. Sono quasi sicuro che il problema è lo stesso e che lo risolverai allo stesso modo ;)

Emanuele

Offtopic: P.S. Usa i tag 'code' quando posti del codice o il contenuto di file. Ho modificato il tuo post in questo senso.
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

lenzetta2
Linux 0.x
Linux 0.x
Messaggi: 36
Iscritto il: gio 2 feb 2012, 18:30
Nome Cognome: antonio flamini
Slackware: 13.37

Re: wifi; chiavetta attiva ma non si connette

Messaggio da lenzetta2 »

In uno dei links ho trovato anche i bcm4318 che stavo cercando, li ho installati e lì per lì non andavano, poi pensando di essermi dimenticato un passaggio ho installato anche un'altro tipo di driver; bene, per farvela corta ho dovuto reinstallare il sistema. Ho fatto caso che nella blacklist c'è anche il bcm4318... solo che non viene caricato, si può usarlo o no?
Comunque, nel mentre, io rimetto la chiavetta che perlomeno si attivava. Però non ve ne andate, che sicuramente dovrò chiedervi di nuovo consiglio.

p.s.
Chiedo scusa per i tag, spina, non li avevo visti. Avevo letto il bbcode e credevo che si dovessero inserire manualmente [\b], considerando che in slackware si fa tutto manualmente...

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: wifi; chiavetta attiva ma non si connette

Messaggio da targzeta »

In realtà per usare i la tua scheda wireless io pensavo più all'ausilio dei driver free e non di quelli closed. Il driver in questione dovrebbe chiamarsi semplicemente b43 e non è sicuramente in blacklist. Il problema che ha riscontrato DrSlump è la mancanza dei firmware nella slackware 13.37. Hai fatto le prove che ho consigliato a lui? Prova ad eseguire, da root:

Codice: Seleziona tutto

modprobe -r b43
dmesg -c
modprobe b43
e poi postaci l'output del comando (e solo di questo comando):

Codice: Seleziona tutto

dmesg
Emanuele
Offtopic: P.S. Per i tag non ti preoccupare, ho visto che avevi usato il tag 'b' (che sta per 'bold' -> in grassetto) però anche lì, avevi chiuso male il tag perché non si chiude con [\b] ma con [/b]. Però per l'output e altro è meglio usare il tag 'code', che, comunque, nessuno ti impedisce di scriverlo direttamente a mano.
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

lenzetta2
Linux 0.x
Linux 0.x
Messaggi: 36
Iscritto il: gio 2 feb 2012, 18:30
Nome Cognome: antonio flamini
Slackware: 13.37

Re: wifi; chiavetta attiva ma non si connette

Messaggio da lenzetta2 »

Spero di aver azzeccato i tags. Comunque è propio li, in kernel.org che ho scaricato quel driver.

Codice: Seleziona tutto

root@sato:/etc# dmesg
[ 6274.490654] b43-pci-bridge 0000:06:02.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 6274.498240] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x0D, vendor 0x4243)
[ 6274.498266] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x09, vendor 0x4243)
[ 6274.498287] ssb: Core 2 found: PCI (cc 0x804, rev 0x0C, vendor 0x4243)
[ 6274.498306] ssb: Core 3 found: PCMCIA (cc 0x80D, rev 0x07, vendor 0x4243)
[ 6274.520177] ssb: Sonics Silicon Backplane found on PCI device 0000:06:02.0
[ 6274.554396] b43-phy3: Broadcom 4318 WLAN found (core revision 9)
[ 6274.576265] ieee80211 phy3: Selected rate control algorithm 'minstrel_ht'
[ 6274.576502] Registered led device: b43-phy3::tx
[ 6274.576531] Registered led device: b43-phy3::rx
[ 6274.576558] Registered led device: b43-phy3::radio
[ 6274.576579] Broadcom 43xx driver loaded [ Features: PMLS, Firmware-ID: FW13 ]
[ 6274.824097] b43-phy3 ERROR: Firmware file "b43/ucode5.fw" not found
[ 6274.824102] b43-phy3 ERROR: Firmware file "b43-open/ucode5.fw" not found
[ 6274.824105] b43-phy3 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: wifi; chiavetta attiva ma non si connette

Messaggio da targzeta »

Vedi che il problema è lo stesso. Ti mancano i firmware. Segui il consiglio di miklos però guarda che i firmware hanno il nome sbagliato, quindi leggi qui e il mio post direttamente successivo a quello.

Facci sapere,
Emanuele

P.S. No, i tag gli hai sbagliati ancora :)
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

lenzetta2
Linux 0.x
Linux 0.x
Messaggi: 36
Iscritto il: gio 2 feb 2012, 18:30
Nome Cognome: antonio flamini
Slackware: 13.37

Re: wifi; chiavetta attiva ma non si connette

Messaggio da lenzetta2 »

Mi sono sbagliato a postare la risposta, l'ho scritta nell'altro post.
Comunque mi sa tanto che non è andata bene. Ma il brcm include anche il 4318? Adesso provo

Codice: Seleziona tutto

root@sato:/lib/firmware/brcm# dmesg
[ 8832.092992] brcm80211: module is from the staging directory, the quality is unknown, you have been warned.

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: wifi; chiavetta attiva ma non si connette

Messaggio da targzeta »

Aspetta. Mi sa che mi sono confuso io. Posta l'output del comando:

Codice: Seleziona tutto

lspci -vv -s 06:02.0 
mi raccomando ai tag 'code' (il tag si chiama proprio 'code' e si apre con

Codice: Seleziona tutto

.

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

lenzetta2
Linux 0.x
Linux 0.x
Messaggi: 36
Iscritto il: gio 2 feb 2012, 18:30
Nome Cognome: antonio flamini
Slackware: 13.37

Re: wifi; chiavetta attiva ma non si connette

Messaggio da lenzetta2 »

Infatti non va

Codice: Seleziona tutto

root@sato:/lib/firmware/brcm# lspci -vv -s 06:02.0
06:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
        Subsystem: AMBIT Microsystem Corp. TravelMate 2410
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64
        Interrupt: pin A routed to IRQ 22
        Region 0: Memory at b0200000 (32-bit, non-prefetchable) [size=8K]
        Kernel driver in use: b43-pci-bridge
        Kernel modules: ssb

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: wifi; chiavetta attiva ma non si connette

Messaggio da targzeta »

Che scemo che sono, ti ho dato il comando sbagliato (però hai indovinato i tag :)). Il comando è:

Codice: Seleziona tutto

lspci -nn -s 06:02.0
Emanunele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

lenzetta2
Linux 0.x
Linux 0.x
Messaggi: 36
Iscritto il: gio 2 feb 2012, 18:30
Nome Cognome: antonio flamini
Slackware: 13.37

Re: wifi; chiavetta attiva ma non si connette

Messaggio da lenzetta2 »

Codice: Seleziona tutto

root@sato:/lib/firmware/brcm# lspci -nn -s 06:02.0
06:02.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: wifi; chiavetta attiva ma non si connette

Messaggio da targzeta »

Allora, il tuo chipset è supportato dal modulo b43 e non dal modulo brcm80211. Ti ho fatto installare i firmware sbagliati (cancella pure la directory che hai creato)!!! Quello che devi fare è installare i firmware corretti come ti consigliava il modulo (guarda questo tuo post più su).

Se mi dai un po' di tempo ti dico esattamente cosa fare, altrimenti puoi leggere tu stesso qui però non hai nessun bisogno di installare il comando b43-fwcutter come ti dice nel link. Basta compilarlo. Se aspetti un attimo ti posto la procedura.

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: wifi; chiavetta attiva ma non si connette

Messaggio da targzeta »

Mettiti in una directory temporanea, diciamo '/tmp' e fai quanto segue (tutto come utente normale):

Codice: Seleziona tutto

wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-015.tar.bz2
tar -xf b43-fwcutter-015.tar.bz2
cd b43-fwcutter-015
make
cd ..
wget http://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2
tar -xf broadcom-wl-5.100.138.tar.bz2
ora, come root:

Codice: Seleziona tutto

b43-fwcutter-015/b43-fwcutter -w /lib/firmware broadcom-wl-5.100.138/linux/wl_apsta.o
e dovresti aver installato correttamente tutti i firmware nella directory

Codice: Seleziona tutto

/lib/firmware/b43/
Fatto questo, ora fai quanto segue per provare i driver:

Codice: Seleziona tutto

modprobe -r ssb
modprobe -r b43
dmesg -c
modprobe b43
quindi postaci l'output del comando:

Codice: Seleziona tutto

dmesg
così vediamo se tutto è andato bene.

Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

lenzetta2
Linux 0.x
Linux 0.x
Messaggi: 36
Iscritto il: gio 2 feb 2012, 18:30
Nome Cognome: antonio flamini
Slackware: 13.37

Re: wifi; chiavetta attiva ma non si connette

Messaggio da lenzetta2 »

ma dopo make non ci andrebbe make unstall?

Avatar utente
targzeta
Iper Master
Iper Master
Messaggi: 6629
Iscritto il: gio 3 nov 2005, 14:05
Nome Cognome: Emanuele Tomasi
Slackware: 64-current
Kernel: latest stable
Desktop: IceWM
Località: Carpignano Sal. (LE) <-> Pisa

Re: wifi; chiavetta attiva ma non si connette

Messaggio da targzeta »

No. Te l'ho detto che non hai bisogno di installarlo. Nota che dopo uso direttamente il compilato con tutto il suo path:

Codice: Seleziona tutto

b43-fwcutter-015/b43-fwcutter
Emanuele
Se pensi di essere troppo piccolo per fare la differenza, prova a dormire con una zanzara -- Dalai Lama

Rispondi