Pagina 1 di 2

[Risolto] Problema con WiFi

Inviato: lunedì 4 ottobre 2010, 17:06
da 20TheDarkAngel12
Ho installato Ubuntu sul pc un giorno fa. Ma credo che non abbia riconosciuto la scheda wifi potete aiutarmi per piacere???

Re: [Wireless] Problema con WiFi

Inviato: lunedì 4 ottobre 2010, 17:43
da jerico
ciao e benvenuto nel mondo opensource. vediamo un pò... apri un terminale che trovi in apllicazioni→accessori,scrivi dentro

Codice: Seleziona tutto

lspci
incolla il risultato qui per farmelo vedere

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 16:52
da 20TheDarkAngel12
Ecco :

Codice: Seleziona tutto

amila@Miloo:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
00:1f.6 Signal processing controller: Intel Corporation 82801I (ICH9 Family) Thermal Subsystem (rev 03)
01:00.0 VGA compatible controller: ATI Technologies Inc M96 [Mobility Radeon HD 4650]
01:00.1 Audio device: ATI Technologies Inc RV710/730
02:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
06:00.0 FireWire (IEEE 1394): JMicron Technology Corp. IEEE 1394 Host Controller
06:00.1 System peripheral: JMicron Technology Corp. SD/MMC Host Controller
06:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host Controller
06:00.3 System peripheral: JMicron Technology Corp. MS Host Controller
06:00.4 System peripheral: JMicron Technology Corp. xD Host Controller
amila@Miloo:~$ 

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 16:54
da jerico
hai una broadcom

Codice: Seleziona tutto

02:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
ora postami il risultato di

Codice: Seleziona tutto

sudo iwlist scan
ti chiederà la password,digitala anche se non compare a video e premi invio. e anche

Codice: Seleziona tutto

iwconfig

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 17:43
da 20TheDarkAngel12
con sudo iwlist scan

Codice: Seleziona tutto

amila@Miloo:~$ sudo iwlist scan
[sudo] password for amila: 
lo        Interface doesn't support scanning.
eth0      Interface doesn't support scanning.
wlan0     Interface doesn't support scanning : Network is down
amila@Miloo:~$ 
mentre con iwconfig

Codice: Seleziona tutto

amila@Miloo:~$ 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
            Power Management:off   
amila@Miloo:~$ 

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 17:46
da jerico
prova a dare

Codice: Seleziona tutto

sudo ifconfig wlan0 up
poi ripostami il risultato di

Codice: Seleziona tutto

sudo iwlist wlan0 scan

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 17:58
da 20TheDarkAngel12
con sudo ifconfig wlan0 up

Codice: Seleziona tutto

amila@Miloo:~$ sudo ifconfig wlan0 up
[sudo] password for amila: 
SIOCSIFFLAGS: No such file or directory
amila@Miloo:~$
con sudo iwlist wlan0 scan

Codice: Seleziona tutto

amila@Miloo:~$ sudo iwlist wlan0 scan
wlan0     Interface doesn't support scanning : Network is down
amila@Miloo:~$ 

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 17:59
da jerico
dai questo e incolla tutto qui

Codice: Seleziona tutto

sudo apt-get update && sudo apt-get install linux-backports-modules-wireless-lucid-generic

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 18:16
da 20TheDarkAngel12
ma ce un problema per fare questo serve internet ma io nn ho internet su ubuntu ho internet solo su windows ma ho solo con wifi come internet

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 18:30
da jerico
azz... aspetta

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 18:34
da andyrock
Per questa scheda normalmente si fa da «Sistema->Amministrazione->Driver hardware» il problema è che non hai neanche la connessione via ethernet.

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 18:35
da 20TheDarkAngel12
Non ho niente tramite ubuntu

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 18:38
da andyrock
Dopo aver dato:

Codice: Seleziona tutto

sudo ifconfig wlan0 up
Posta:

Codice: Seleziona tutto

dmesg | tail

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 18:57
da 20TheDarkAngel12
Con sudo ifconfig wlan0 up

Codice: Seleziona tutto

amila@Miloo:~$ sudo ifconfig wlan0 up
[sudo] password for amila: 
SIOCSIFFLAGS: No such file or directory
amila@Miloo:~$ 
Con dmesg | tail

Codice: Seleziona tutto

amila@Miloo:~$ dmesg | tail
[   99.296460] atkbd.c: Use 'setkeycodes e014 <keycode>' to make it known.
[  101.633940] atkbd.c: Unknown key pressed (translated set 2, code 0x94 on isa0060/serio0).
[  101.633945] atkbd.c: Use 'setkeycodes e014 <keycode>' to make it known.
[  101.647281] atkbd.c: Unknown key released (translated set 2, code 0x94 on isa0060/serio0).
[  101.647285] atkbd.c: Use 'setkeycodes e014 <keycode>' to make it known.
[  105.072177] b43 ssb0:0: firmware: requesting b43/ucode15.fw
[  105.074529] b43 ssb0:0: firmware: requesting b43-open/ucode15.fw
[  105.078799] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
[  105.078807] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
[  105.078811] b43-phy0 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.
amila@Miloo:~$ 

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 19:05
da jerico
ti manca il firmware

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 19:08
da 20TheDarkAngel12
allora cosa posso fare

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 19:10
da jerico
scarica questo
http://mirrors.kernel.org/ubuntu/pool/m ... 1_i386.deb
installalo col doppio clic poi riavvia

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 19:26
da 20TheDarkAngel12
installato e poi ho riavviato ma niente
per caso devo aspettare qualche minuto??

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 19:27
da jerico
rifai questo
arlecchino92 ha scritto: Dopo aver dato:

Codice: Seleziona tutto

sudo ifconfig wlan0 up
Posta:

Codice: Seleziona tutto

dmesg | tail

Re: [Wireless] Problema con WiFi

Inviato: martedì 5 ottobre 2010, 19:36
da 20TheDarkAngel12
Con sudo ifconfig wlan0 up

Codice: Seleziona tutto

amila@Miloo:~$ sudo ifconfig wlan0 up
[sudo] password for amila: 
SIOCSIFFLAGS: No such file or directory
amila@Miloo:~$ 
Con dmesg | tail

Codice: Seleziona tutto

amila@Miloo:~$ dmesg | tail
[   17.336108]   groups: 0 1
[   17.336113] CPU1 attaching sched-domain:
[   17.336116]  domain 0: span 0-1 level MC
[   17.336118]   groups: 1 0
[   18.097266] hda-intel: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
[   53.232164] b43 ssb0:0: firmware: requesting b43/ucode15.fw
[   53.235001] b43 ssb0:0: firmware: requesting b43-open/ucode15.fw
[   53.238286] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
[   53.238291] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
[   53.238294] b43-phy0 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.
amila@Miloo:~$