Repositorios internet Synaptic

Pues que soy un novato, y no tengo ni idea de como añadir repositorios de internet en Synaptic...

Estoy siguiendo una guía del ndiswrapper para instalarlo en debian, y cuando llego al paso de obtener el paquete ndiswrapper-modules-2.6.8-2-686, no hay manera de configurarlo para poder pillarlo...

Os copio lo que dice la guía:

The wireless tools will be downloaded and installed. You can check that they are by typing "iwconfig" and seeing if it gives you any output. It won't tell us anything good now, but it'll come in very handy later. Now we need to grab the ndiswrapper itself. Do...

apt-get install ndiswrapper-modules-2.6.8-2-686

If it suggests you install additional packages (it should suggest ndiswrapper-utils), type "Y" and hit enter to agree. It will download and install the packages.

Eso es, sólo necesito saber como configurar los repositorios de internet, porque sin ellos, poca cosa haré...

Gracias!
tienes k conseguir la version k corresponde a tu kernel. asi k primero miraria k version usas mediante

# uname -r

despues escribiria:

apt-get search ndiswrapper-modules

y la version k aparezca k sea la misma k tu kernel (por ejemplo 2.6.12) es la k tendras k instalar usando

apt-get install ndiswrapper-modules-XXXXXXXXXXX

prueba y m cuentas :-p
Ya ya, si precisamente busco la versión de mi kernel! Lo que necesito saber es como configurar los repositorios de internet en Synaptic, lo del kernel ya está hecho, venía antes de el paso de ndiswrapper-modules. Mira, aquñi te lo pego:

How to do it

Get the new kernel

First, you need to grab a new kernel. One is compiled and waiting for you in the apt repository. Do...

apt-get install kernel-image-2.6.8-2-686

It will download the deb containing the kernel and work it's magic. Before you know it a new kernel will be all setup and your boot loader will be configured with a new entry to boot it. Cool, huh? Your previous kernel and boot loader entry are preserved so you can boot it anytime you like.

Reboot and choose your new kernel at the bootmenu.

Get the wireless-tools and ndiswrapper packages

Now we'll grab the wireless-tools package. This will let us setup our card once it's working. You guessed it, apt-get has us covered.

apt-get install wireless-tools

The wireless tools will be downloaded and installed. You can check that they are by typing "iwconfig" and seeing if it gives you any output. It won't tell us anything good now, but it'll come in very handy later. Now we need to grab the ndiswrapper itself. Do...

apt-get install ndiswrapper-modules-2.6.8-2-686

If it suggests you install additional packages (it should suggest ndiswrapper-utils), type "Y" and hit enter to agree. It will download and install the packages. When it's done, try...

Y en ese último paso me he quedado porque los anteriores he podido pillar los paquetes del CD de instalación, pero ese último ya no está...
nem a vore...

has hecho los pasos k t he dixo antes?

dime k t sale al poner uname -r
Mira, haciendo uname -r y los pasos que me dijiste, sale esto:

debian:/home/xavi# uname -r
2.6.8-2-686
debian:/home/xavi# apt-get install ndiswrapper-modules-2.6.8-2-686
S'està llegint la llista de paquets... Fet
S'està construint l'arbre de dependències... Fet
W: No s'ha pogut llegir la llista de paquets font http://ftp.es.debian.org pool/main Packages (/var/lib/apt/lists/ftp.es.debian.org_debian_dists_pool_main_binary-i386_Packages) - stat (2 El fitxer o directori no existeix)
W: Potser voldreu executar apt-get update per a corregir aquests problemes
E: No s'ha pogut trobar el paquet ndiswrapper-modules-2.6.8-2-686

Vamos, que no se ha podido leer la lista de paquetes...
4 respuestas