[Jderobot-dev] [Air] Wifi en Raspberry

Livio Calvo kenshiro.gohan en gmail.com
Jue Ene 10 19:21:09 CET 2013


Para ponerlo en modo maestro, he tenido que utilizar hostapd, por si le 
sirve a alguien:

Ejecutar: hostapd /mi/directorio/hostapd.conf  siendo hostapd.conf un 
archivo con el siguiente contenido:

#change wlan0 to your wireless device
interface=wlan0
driver=nl80211
ssid=NOMBRE DE LA RED
channel=1
hw_mode=g
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
wpa=2
wpa_passphrase=CONTRASEÑA
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP

Saludos !

On 01/10/2013 06:34 PM, JoseMaria wrote:
> Bien por ese pincho wifi funcionando en la raspberry!! Pongo en copia a
> la lista de jderobot, para proyectos como ElderCare puede resultar útil.
>
> Buen trabajo Livio. Avanti.
>
> JoseMaria
> On Thu, 2013-01-10 at 17:51 +0100, Livio Calvo wrote:
>> Arreglado, las instrucciones son estas:
>>
>>
>> Downloading the Ralink firmware via Ethernet apt
>> Firstly we are going to update the software sources to install
>> packages from the non-free repositories.
>>
>> nano /etc/apt/sourceslist
>>
>> Find the Debian entries (If not in the UK then you will probably want
>> to change the hostname for the server):
>> deb http://ftp.uk.debian.org/debian/ squeeze main contrib
>> deb http://ftp.uk.debian.org/debian/ squeeze main
>>
>> change to:
>> deb http://ftp.uk.debian.org/debian/ squeeze main contrib non-free
>> deb http://ftp.uk.debian.org/debian/ squeeze main contrib non-free
>>
>> Then issue:
>> sudo apt-get update
>> To update the software list and then
>>
>> sudo apt-get install firmware-ralink
>> To install the appropriate firmware for the ralink adapters.
>>
>>
>>
>> On 01/09/2013 08:17 PM, Livio Calvo wrote:
>>
>>> Hola,
>>>
>>> No me es posible levantar el wifi, el chip es un ralink 3070. El
>>> paquete en debian parece ser firmware-ralink pero en raspbian parece
>>> no existir. Algun consejo?
>>>
>>> Saludos !
>>>
>>>
>> _______________________________________________
>> Air mailing list
>> Air en gsyc.es
>> http://gsyc.escet.urjc.es/cgi-bin/mailman/listinfo/air



More information about the Jde-developers mailing list