instalação de placa serial [RESOLVIDO]

1. instalação de placa serial [RESOLVIDO]

Yamauchi
suportey

(usa Outra)

Enviado em 28/07/2012 - 07:23h

Bom dia Caros,


Caros eu tenho aqui na empresa um software de vendas que necessita de comunicaçao com as portas seriais, COM1, COM3, COM4.

Eu uso como padrao uma placa serial da moschip MSC9865, eu ja baixei o driver e instalei mais mesmo assim quando eu vou usar aparece assim "ERRO AO ABRIR PORTA" como eu posso resolver esse problema?

Teria como tambem mudar a porta tipo de COM2 para COM3?



att

Abraços Fraternos





  


2. MELHOR RESPOSTA

Perfil removido
removido

(usa Nenhuma)

Enviado em 30/07/2012 - 11:15h

então você usa a distribuição Ylmf_OS, codinome lucid ?

Bom primeiro vamos instalar este driver que está faltando:

1º - Logue como root e baixe o arquivo do módulo:


su -
cd /usr/src
wget -c http://www.drivers-download.com/Drv/MosChip/MCS9865/MCS9865_Linux.tar.gz


2º - Depois desempacote o arquivo e acesse o diretório criado:


tar zxf MCS9865_Linux.tar.gz
cd MCS9865_V1.0.0.9/


3º - Instalando pacotes necessários pata compilar o driver (como essa distro é baseada no ubuntu 10.04 pode ser ou não que os pacotes tenham nome diferente)


apt-get install build-essential linux-headers-$(uname -r) autoconf


4º - rode os comandos para compilar e instalar o driver:


make
make install


5º - Se nenhum erro apareceu reinicie a máquina e poste a saída dos comandos abaixo com o dispositivo conectado:

reboot 



lspci -k |grep -i serial -A 3
ls -l /dev/tty*


retorna ai

3. Re: instalação de placa serial [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 28/07/2012 - 09:53h

Bom dia colega,

tenho algumas perguntas antes de dá continuidade ao suporte.

Qual distro e qual versão da mesma usa para conectar o dispositivo na placa serial ?
Obteve o driver de qual site ?


posta aqui a saída do comando abaixo:


ls --color /dev/tty*
lspci -k |grep -i serial -A 5


fico aguardando.



4. =D

Antonio Thomacelli
tonnytg

(usa Outra)

Enviado em 28/07/2012 - 11:30h

Os comandos que nosso colega 'eabreu' citou a cima, são importantes para nós conseguirmos te ajudar.

Por favor verifique também a versão do seu kernel, talvez ele esteja com BUG ou desatualizado.

 $ uname -a  



5. Re: instalação de placa serial [RESOLVIDO]

Yamauchi
suportey

(usa Outra)

Enviado em 30/07/2012 - 09:39h

Bom dia Caros,

Eu utilizei os seguintes comandos que voces me passaram e obtive os seguintes resultados

comando

ls --color /dev/tty*

obitive esse resultado

/dev/tty /dev/tty19 /dev/tty3 /dev/tty40 /dev/tty51 /dev/tty62
/dev/tty0 /dev/tty2 /dev/tty30 /dev/tty41 /dev/tty52 /dev/tty63
/dev/tty1 /dev/tty20 /dev/tty31 /dev/tty42 /dev/tty53 /dev/tty7
/dev/tty10 /dev/tty21 /dev/tty32 /dev/tty43 /dev/tty54 /dev/tty8
/dev/tty11 /dev/tty22 /dev/tty33 /dev/tty44 /dev/tty55 /dev/tty9
/dev/tty12 /dev/tty23 /dev/tty34 /dev/tty45 /dev/tty56 /dev/ttyS0
/dev/tty13 /dev/tty24 /dev/tty35 /dev/tty46 /dev/tty57 /dev/ttyS1
/dev/tty14 /dev/tty25 /dev/tty36 /dev/tty47 /dev/tty58 /dev/ttyS2
/dev/tty15 /dev/tty26 /dev/tty37 /dev/tty48 /dev/tty59 /dev/ttyS3
/dev/tty16 /dev/tty27 /dev/tty38 /dev/tty49 /dev/tty6
/dev/tty17 /dev/tty28 /dev/tty39 /dev/tty5 /dev/tty60
/dev/tty18 /dev/tty29 /dev/tty4 /dev/tty50 /dev/tty61

tambem executei o comando

lspci -k |grep -i serial -A 5

e me retornou

05:00.0 Serial controller: NetMos Technology PCI 9865 Multi-I/O Controller
05:00.1 Serial controller: NetMos Technology PCI 9865 Multi-I/O Controller
05:00.2 Parallel controller: Illegal Vendor ID Device 9865


e o comando do nosso outro amigo

uname -a

me retornou

Linux yamauchi 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010 i686 GNU/Linux

ultizei tambem um outro comando para verificar a versao nao sei se vai ajudar

cat /proc/version

Linux version 2.6.32-22-generic (buildd@rothera) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010

o driver da serial foi baixado do site do fabricante mesmo, MOSCHIP.



Grato.







6. Re: instalação de placa serial [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 30/07/2012 - 10:08h

posta a saída do comando:

lsb_release -a 



7. Re: instalação de placa serial [RESOLVIDO]

Yamauchi
suportey

(usa Outra)

Enviado em 30/07/2012 - 10:48h

Me retornou o seguinte:

No LSB modules are available.
Distributor ID: Ylmf_OS
Description: Ylmf_OS 3.0
Release: 3.0
Codename: lucid


8. Re: instalação de placa serial [RESOLVIDO]

Yamauchi
suportey

(usa Outra)

Enviado em 30/07/2012 - 13:41h

Ocorreu o seguinte erro quando executei o camando make dentro da pasta que baixei


rm -f *.mod.c *.o *.ko .*.cmd *.symvers
make -C /lib/modules/2.6.32-22-generic/build/ SUBDIRS= modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-22-generic'
CHK include/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
make[2]: *** No rule to make target `kernel/bounds.c', needed by `kernel/bounds.s'. Stop.
make[1]: *** [prepare0] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-22-generic'
make: *** [default] Error 2





9. Re: instalação de placa serial [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 30/07/2012 - 13:53h

você conseguiu instalar todos os pacotes no terceiro passo ?


10. Re: instalação de placa serial [RESOLVIDO]

Yamauchi
suportey

(usa Outra)

Enviado em 30/07/2012 - 13:57h

o camando

apt-get install build-essential linux-headers-$(uname -r) autoconf

nao consegui installar ele me retorno essa informaçao

Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
O pacote build-essential não está disponível, mas é referenciado por outro pacote.
Isto pode significar que o pacote está faltando, ficou obsoleto ou
está disponível somente a partir de outra fonte
E: O pacote build-essential não tem candidato para instalação



11. Re: instalação de placa serial [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 30/07/2012 - 14:02h

posta a saída do comando abaixo:

cat /etc/apt/sources.list 



12. Re: instalação de placa serial [RESOLVIDO]

Yamauchi
suportey

(usa Outra)

Enviado em 30/07/2012 - 14:05h

retorno isso



# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://br.archive.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ lucid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ lucid-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://br.archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://br.archive.ubuntu.com/ubuntu/ lucid universe
deb http://br.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://br.archive.ubuntu.com/ubuntu/ lucid-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://br.archive.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://br.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ lucid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://br.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts