DrColo | |
| 2006-07-21 15:58 - Respuestas: 5 - Tema nº: 2417363
Hola. Utilizo Ubuntu 6.06
Tengo que instalar un fichero .tar.gz y hago esto: tar -zxvf archivo.tar.gz
En este caso ndiswrapper, y me aparece esto:
ndiswrapper-1.21/
ndiswrapper-1.21/AUTHORS
ndiswrapper-1.21/ChangeLog
ndiswrapper-1.21/INSTALL
ndiswrapper-1.21/Makefile
ndiswrapper-1.21/README
ndiswrapper-1.21/ndiswrapper.spec
ndiswrapper-1.21/version
ndiswrapper-1.21/ndiswrapper.8
ndiswrapper-1.21/utils/
ndiswrapper-1.21/utils/Makefile
ndiswrapper-1.21/utils/ndiswrapper
ndiswrapper-1.21/utils/loadndisdriver.c
ndiswrapper-1.21/utils/ndiswrapper-buginfo
ndiswrapper-1.21/driver/
ndiswrapper-1.21/driver/divdi3.c
ndiswrapper-1.21/driver/hal.c
ndiswrapper-1.21/driver/iw_ndis.c
ndiswrapper-1.21/driver/iw_ndis.h
ndiswrapper-1.21/driver/loader.c
ndiswrapper-1.21/driver/loader.h
ndiswrapper-1.21/driver/longlong.h
ndiswrapper-1.21/driver/Makefile
ndiswrapper-1.21/driver/misc_funcs.c
ndiswrapper-1.21/driver/ndis.c
ndiswrapper-1.21/driver/ndis.h
ndiswrapper-1.21/driver/ndiswrapper.h
ndiswrapper-1.21/driver/ntoskernel.c
ndiswrapper-1.21/driver/ntoskernel.h
ndiswrapper-1.21/driver/ntoskernel_io.c
ndiswrapper-1.21/driver/pe_linker.c
ndiswrapper-1.21/driver/pe_linker.h
ndiswrapper-1.21/driver/pnp.c
ndiswrapper-1.21/driver/pnp.h
ndiswrapper-1.21/driver/proc.c
ndiswrapper-1.21/driver/usb.c
ndiswrapper-1.21/driver/usb.h
ndiswrapper-1.21/driver/winnt_types.h
ndiswrapper-1.21/driver/workqueue.c
ndiswrapper-1.21/driver/wrapmem.h
ndiswrapper-1.21/driver/wrapmem.c
ndiswrapper-1.21/driver/wrapper.c
ndiswrapper-1.21/driver/wrapndis.h
ndiswrapper-1.21/driver/wrapndis.c
ndiswrapper-1.21/driver/x86_64_stubs.S
Qué hago luego? Leí que tengo que poner ./configure y cuando lo pongo me aparece
bash: ./configure: No existe el fichero ó directorio
¿Qué hago? Espero que me ayuden.
Gracias. | |
|
|
no_existe | |
|
Re: Problemas con las instalaciones .tar.gz - 2006-07-21 19:46 - Respuesta 2
Hola
Mira en README hay viene que pasos seguir para la instalacion. | |
|
|
DrColo | |
|
Re: Problemas con las instalaciones .tar.gz - 2006-07-21 21:20 - Respuesta 3
Lo que pasa en que no me entero de nada...
Te lo pego para que veas lo que dice:
What is it?
===========
Some vendors do not release specifications of the hardware or provide
a linux driver for their wireless network cards. This project provides
a linux kernel module that loads and runs NDIS (Windows network driver
API) drivers supplied by the vendors
Status
======
Many cards work; see
http://ndiswrapper.sourceforge.net/wiki/index.php/List
for details.
Installation
============
See INSTALL for a short version of installation instructions. More
up-to-date instructions, as well as FAQ etc., can be found at
http://ndiswrapper.sourceforge.net/wiki/index.php?Installation.
Problems
========
Read documentation at http://ndiswrapper.sourceforge.net/wiki.
Before sending bug reports, please check archives of mailing list and
public forum available at project home page:
http://ndiswrapper.sourceforge.net. Both these have search facility.
Follow the instructions below when sending a bug report:
* Recompile with 'make DEBUG=3' and reload ndiswrapper module.
Report dmesg output. Without this step, proper feedback may not be
possible. Include details about your card, chipset (reported by lspci),
distribution, kernel version in the post.
* Check if latest CVS works.
* Use an alternate windows driver; see the link in Status section above
for a driver that is known to work for your chipset. You may also
find more information in the Wiki.
Gracias. | |
|
|
DrColo | |
|
Re: Problemas con las instalaciones .tar.gz - 2006-07-21 21:21 - Respuesta 4
Te pego también lo que dice el INSTALL:
The instructions below explain how to install ndiswrapper. This is
rather short version; more details about installation,
troubleshooting, FAQ etc. can be found in the Wiki at
http://ndiswrapper.sourceforge.net/wiki
Prerequisites
=============
You need a recent kernel, at least 2.6.6 or 2.4.26, with header files
for the kernel. Make sure there is a link to the kernel source from
the modules directory. The command
ls /lib/modules/`uname -r`/build
should have at least 'include' directory and '.config' file.
Downloading
===========
Download the latest version of the ndiswrapper sources from here and
extract it with the command
tar zxvf ndiswrapper-version.tar.gz
This will create ndiswrapper-version directory. Change to that
directory and run
make uninstall
make
Login as root and run
make install
Install Windows driver
======================
If this is the first time you install ndiswrapper, you need to install
Windows driver for Windows XP (in some cases Windows NT or Windows
2000 may also work). First, get a Windows driver that is known to
work. See http://ndiswrapper.sourceforge.net/wiki/List for status
about the device for which you are installing Windows driver. For
this, you need to identify device ID with
lspci -n
if it is PCI device or
lsusb
if it is USB device.
Then lookup in that List for the device ID and if a driver is known to
work, get that driver. Occassionally, Windows driver on the CD or your
Windows partition may work, but if it doesn't, don't complain - get a
known-to-work driver.
Many Windows drivers are distributed either as zipped files or cab
files. Zipped files, even if they are .exe files, can be extracted
with 'unzip' in Linux; cab files can be extracted with combination of
'cabextract' and 'unshield' programs.
Once the driver has been unpacked, locate .inf and .sys files. If
necessary, move these files so both .inf and .sys are in the same
directory. Some drivers also come with firmware files, such as
fwrad16.bin etc. These files also should be in the same
directory. Then install the Windows driver with
ndiswrapper -i driver.inf
This installs .inf file and required .sys and .bin files. Now, see if
installation of Windows driver is "valid" with
ndiswrapper -l
This should report
"driver present, hardware present"
for the driver installed and if that driver is for the device that is
already in the system. If device is not present, it should report
"driver present"
If not, the Windows driver has not been installed properly.
Now load ndiswrapper module with
modprobe ndiswrapper
If everything worked properly, this should initialize 'wlan0' wireless
device, which can be configured with wireless tools, such as
'iwconfig', 'wpa_supplicant' etc.
Gracias de nuevo. | |
|
|
no_existe | |
|
Re: Problemas con las instalaciones .tar.gz - 2006-07-22 12:44 - Respuesta 5
Hola de nuevo
Solo hay que ejecutar ./INSTALL
Hay otra forma de menos mareos es instalar Automatix hay ya viene el ndiswrapper | |
|
|
|