Inicio de sesión
Navegación
ayudenme sobre un usb-serial
hola a todos, bueno como soy nuevo aqui no se si alguien me pueda ayudar, lo que pasa es que compre un adaptador usb serial pero no puedo configurar el driver este son los pasos:
Instructions to install new driver
You may require the sources matching the current kernel to be installed on your system (and built).
There are many helpfull websites that can assist you with this step and it isnt as daunting as you first think!
Try http://www.osnews.com/story.php?news_id=2949&page=2 as a first step if the link is still available.
To install the ftdi_sio driver use the following steps:
1. Create a temporary folder in your linux machine.
2. Extract the files from ftdi_sio.tar.gz file to your temporary folder
"gunzip ftdi_sio.tar.gz"
"tar -xvf ftdi_sio.tar"
3. Build the driver
"make"
4. Plug in your ftdi device
5. Check to see if default driver was loaded
"lsmod" - you will see ftdi_sio if a driver is loaded
6. Remove the default installed driver
"rmmod ftdi_sio"
7. Install the newly built driver
"insmod ftdi_sio.o"
NOTES:
1.This driver was adapted from the 2.4.32 kernel to support both the 2232C and 232R chip
2.There is no need to follow this procedure if you want 232R chip supprt. The 232BM driver will
be sufficient.Changes made to the driver for the 232R chip are purly cosmetic (plug/unplug will appear as a 232R chip in
the kernel log).
si alguien me asosora se los agradecere muchisimo.
hasta luego chavales.
- Inicie sesión o regístrese para enviar comentarios
En que paso te atoras?
- Inicie sesión o regístrese para enviar comentarios
bueno para empezar estuve investigando sobre la version del kernel que trae ubuntu 11.10 y es el 3.0.12 segun este link:
http://www.noticiasubuntu.com/repasamos-las-novedades-mas-importantes-de...
y volviendo al tema no se si volverlo a configurar y ademas no se que significa "Build the driver
"make"
entonces estoy frito
saludos
- Inicie sesión o regístrese para enviar comentarios
Lo que esta entre comillas es lo que tienes que ejecutar en una Terminal, el renglon de arriba es lo que va a hacer el comando.
- Inicie sesión o regístrese para enviar comentarios
bueno en la carpeta que descomprimi vienen 2 archivos el Makefile y Rules.make que traen en el logo un candado, pero les doy doble click y me pregunta si deseo ejecutar en la terminal, selecciono que si pero aparece la terminal y desaparece al instante, luego conecto el cable para ver si lo detecta pero nada, sin novedad. oye y entonces voy a teclear "Makefile" o "Rules.make" o como?
- Inicie sesión o regístrese para enviar comentarios
Como dije, todo lo que esta entre comillas son comandos que tienes que ejecutar en la Terminal, no abrir ese archivo desde el nautilus y con el boton derecho que lo ejecute en terminal, pues te faltan muchos mas pasos que tienes que hacer en la Terminal.
- Inicie sesión o regístrese para enviar comentarios
- Inicie sesión o regístrese para enviar comentarios