Placa de rede não funciona

1. Placa de rede não funciona

Jônatas Taveira
jtaveira

(usa Ubuntu)

Enviado em 12/07/2009 - 20:37h

Olá boa noite,

Depois de muitas pesquisas não consegui configurar minha placa de video do meu notebook (Positivo Sim+) no Ubunto 9.04.

Já segui uma dica (http://www.vivaolinux.com.br/dica/Configurando-o-xorg.conf-no-Ubuntu/) mesmo assim não funcionou.. inclusive minha tela está dividida em dois..

Segue o lspci:
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 671MX
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS968 [MuTIOL Media IO] (rev 01)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter (rev 02)
00:05.0 IDE interface: Silicon Integrated Systems [SiS] SATA Controller / IDE mode (rev 03)
00:06.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
00:07.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
00:0f.0 Audio device: Silicon Integrated Systems [SiS] Azalia Audio Controller
00:1f.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
03:00.0 System peripheral: JMicron Technologies, Inc. SD/MMC Host Controller
03:00.2 SD Host controller: JMicron Technologies, Inc. Standard SD Host Controller
03:00.3 System peripheral: JMicron Technologies, Inc. MS Host Controller


Alguém poderia me ajudar?
Obrigado!


  


2. Re: Placa de rede não funciona

Genesco Sousa
gesousa

(usa Ubuntu)

Enviado em 12/07/2009 - 22:23h

A SIS é aquela que possui o pior suporte de driver para usuarios linux, os driver que existe para o linux sao na maioria versões feitas por desenvolvedores voluntarios sem nenhum suporte de qualquer tipo da sis.

Assim os drivers para sis na sua maioria só possui suporte 2d, o que resolve o problema basico de resoluçao e passar videos, como não sao oficiais eles, nao vem instalado no ubuntu, mas há varios artigos na net de como instalar estes drivers no ubuntu.

http://down-linux.blogspot.com/2009/04/driver-sis-671771-para-ubuntu-904.html
http://ubuntuforum-br.org/index.php?topic=48807.0

Agora se que rodar com algum suporte 3d, a unica possibilidade é utilizar a distribuição satux (mantida pela Semp Toshiba), ubuntu 8.04 ou debian etch.

A Semp toshiba conseguiu com o fabricante sis um driver com suporte 3d, mas este so foi liberado em forma binaria (compilado para kernel 2.6.27) e para versão 7.2 do xorg, assim este driver nao funciona nas distribuições mais novas ...




3. SIS 771/671

Jônatas Taveira
jtaveira

(usa Ubuntu)

Enviado em 14/07/2009 - 08:05h

Bom dia,

Obrigado pela dica, mas ainda não deu certo, ví em vários tópicos e segui vários passou e não funcionou.. na verdade funciona só que na resolução 800x600 (notebook Positivo Sim+ tela de 14.1"). mais alguma dica?


Valeu!


4. Placa de rede SIS 771/671 - RESOLVIDO

Jônatas Taveira
jtaveira

(usa Ubuntu)

Enviado em 15/07/2009 - 09:51h

Bom dia,


Depois de muitas pesquisas consegui configurar a placa de vídeo ( SIS 771/671) de meu notebook (Positivo Sim+).


Fiz os seguintes passos:

1. Editei o arquivo xorg.conf (sudo gedit /etc/X11/xorg.conf) conforme arquivo abaixo:


# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30 - 63
VertRefresh 50 - 75
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection


2. Salvei e reiniciei o PC e já ficou na resolução 1024x768 (com opção para 1080x768 1024x768 800x600 640x480).


Obrigado pela dica!!