Visualizzazione dei risultati da 1 a 5 su 5
  1. #1

    Configurare la scheda wireless su Ubuntu

    Ciao

    Questa volta il mio problema riguarda il collegamento wireless. Con Ubuntu default (2.6.10), mi bastava fare network-admin per vedere la mia scheda wireless e quindi configurarla, con il kernel ricompilato (2.5.12.5, ho usato lo stesso config) con quel comando non vedo più la scheda. :master:

    Eppure lspci me la trova:


    0000:02:03.0 Network controller: Intel Corp. PRO/Wireless 2200BG (rev 05)


    Che cosa potrei/dovrei fare?
    If it looks like computer graphics, it is not good computer graphics.

    http://www.CGReality.com

  2. #2
    Ho risolto.
    If it looks like computer graphics, it is not good computer graphics.

    http://www.CGReality.com

  3. #3
    Utente di HTML.it L'avatar di cacao74
    Registrato dal
    Jan 2005
    Messaggi
    2,570
    Originariamente inviato da Dias
    Ho risolto.
    Bravo.

    Rendi però il tuo contributo utile anche per altri utenti, postando tutto quello che hai fatto per arrivare alla soluzione.

    grazie. ciao
    slack? smack!

  4. #4
    Si, hai ragione.

    Il link dovrebbe essere questo (ora non mi va, boh):

    http://www.google.it/url?sa=t&ct=res...BpmEiALUg7X6DQ



    Da li ho fatto questi passaggi:

    codice:
    sudo tar xvzf ipw2200-fw-2.3.tgz
    sudo cp ipw-2.3-*.fw /usr/lib/hotplug/firmware/
    
    
    sudo tar xvzf ieee80211-1.0.3.tgz
    cd ieee80211-1.0.3
    
    
    sudo sh remove-old
    
    
    cd ..
    sudo tar xvzf ipw2200-1.0.6.tgz
    cd ipw2200-1.0.6
    
    
    sudo sh remove-old
    
    
    cd ..
    cd ieee80211-1.0.3
    make
    sudo make install
    
    
    cd ..
    cd ipw2200-1.0.6
    make
    sudo make install
    
    
    
    sudo apt-get install wpasupplicant
    
    
    
    sudo gedit /etc/wpa_supplicant.conf       // create this file and paste this script
    
    ctrl_interface=/var/run/wpa_supplicant
    
    network={
           ssid="your_network_name"
           scan_ssid=1
           proto=WPA
           key_mgmt=WPA-PSK
           psk="your_secret_key"
    }
    
    
    //examples     			/usr/share/doc/wpasupplicant/examples/wpa_supplicant.conf.gz
    
    
    reboot
    
    dmesg | grep ipw
    
    sudo wpa_supplicant -B -i eth1 -c /etc/wpa_supplicant.conf -D ipw -w -dd		//if there are errors, miss -w flag
    If it looks like computer graphics, it is not good computer graphics.

    http://www.CGReality.com

  5. #5
    Utente di HTML.it L'avatar di indre
    Registrato dal
    Jan 2002
    Messaggi
    2,735

    re

    ho seguito la medesima guida ma mi ha incasinato tutto
    When I was young I used to pray for a bike. Then I realized that God doesn't work that way. So I stole a bike and prayed for forgiveness.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.