Ola AFF
Acredito que digitou algo errado em alguns comandos:
sudo lshw - C network
Hardware Lister (lshw) - B.02.15
usage: lshw [-format] [-options ...]
lshw -version
O certo aqui deveria ser
sudo lshw - C network
(soletrando)
lshw = éle esse agá dábliu<espaço><traço>Letra c maiuscula<espaço>network
Voce postou apenas uma mensagem da sintaxe do pacote hardware lister.
nm-toll
No command 'nm-toll' found, did you mean:
Command 'nm-tool' from package 'network-manager' (main)
nm-toll: command not found
Aqui não existe o comando nm-toll e como a mensagem sugere, use nm-tool, este deve funcionar.
De qualquer forma, uma pesquisa no forum já deveria ter resolvido sua duvida, veja => http://ubuntuforum-br.org/index.php?topic=88766.0
[]'s
Como postou na sessão errada, e o Ubuntu 12.04 ainda não tem suporte no forum, estou unindo ao topico oficial da versão
Caro Tota, muito obrigado pelas suas considerações.
A simples instalação do pacote "firmware-b43-installer", sugerida no link acima, não resolveu o meu problema.
Minha situação é a seguinte:
Tenho instalado em meu computador o "firmware for the b43 driver" e o "b43-fwcutter".
A placa wireless funciona apenas se eu der o comando "sudo modprobe - v b43" no terminal.
Na minha pasta "/etc/modprobe.d", tenho o arquivo"broadcom-sta-common.conf" com o seguinte conteúdo:
# wl module from Broadcom conflicts with ssb
# We must blacklist the following modules:
blacklist b44
blacklist b43legacy
blacklist b43
blacklist brcm80211
blacklist brcmsmac
blacklist ssb
install wl /sbin/modprobe --ignore-install wl $CMDLINE_OPTS
No arquivo "blacklist.conf", tenho:
# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.
# evbug is a debug tool that should be loaded explicitly
blacklist evbug
# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd
# replaced by e100
blacklist eepro100
# replaced by tulip
blacklist de4x5
# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394
# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m
# Conflicts with dvb driver (which is better for handling this device)
blacklist snd_aw2
# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
blacklist i2c_i801
# replaced by p54pci
blacklist prism54
# replaced by b43 and ssb.
blacklist bcm43xx
# most apps now use garmin usb driver directly (Ubuntu: #114565)
blacklist garmin_gps
# replaced by asus-laptop (Ubuntu: #184721)
blacklist asus_acpi
# low-quality, just noise when being used for sound playback, causes
# hangs at desktop session start (Ubuntu: #246969)
blacklist snd_pcsp
# ugly and loud noise, getting on everyone's nerves; this should be done by a
# nice pulseaudio bing (Ubuntu: #77010)
blacklist pcspkr
# EDAC driver for amd76x clashes with the agp driver preventing the aperture
# from being initialised (Ubuntu: #297750). Blacklist so that the driver
# continues to build and is installable for the few cases where its
# really needed.
blacklist amd76x_edac
Não sei configurar esse comando na inicialização. Alguém sabe como fazer?