Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Tópicos - vdepizzol

Páginas: [1]
1
Hardware e Periféricos / Driver da placa de rede não funciona
« Online: 09 de Setembro de 2006, 13:50 »
Olá,

Estou tentando fazer funcionar a placa de rede do meu computador velho mas tá difícil.

O driver é tulip, que vem junto do kernel. Entretando, ele reconhece a placa como uma 100BaseT, sendo que ela é 10BaseT.

Procurando na internet[1] e conversando no #ubuntu-br, descobri que havia como forçar a utilização de 10BaseT. Dei então um modprobe tulip options=4[2] e também adicionei tulip options=4 em /etc/modules.

Então, dei um ifconfig eth0 e o resultado foi:

Código: [Selecionar]
eth0    Encapsulamento do link: Ethernet Endereço de HW 00:D0:E8:48:11:25
inet end.: (...)
UP BRODCAST RUNNING MULTICAST MTU:1500
RX packets:0 erros:318 dropped:0 overruns:0 frame:0
TX packets:0 erros:50 droped:0 overruns:0 carrier:0
colisões:0 txqueuelen:1000
RX bytes:0 (0.0b) TX byes:0 (0.0b)
IRQ:9 Endereço de E/S:0x1000

Logo depois dei um dmesg e a surpresa:
Código: [Selecionar]
tulip0: Index #0 - media 10baseT (#9) described by a 21142 Serial PHY (2) block.
tulip0: Index #1 - Media AUI (#18) described by 21142 Serial PHY (2) block.
tulip0: Index #2 - Media 10baseT-FDX (#4) described by a 21142 Serial PHY (2) block.
tulip0: Index #3 - Media MII (#11) described by <unknown> (7) block.
eth%d: Invalid media table selection 7.
tulip0: **WARNING***: No MII tranceiver found!
eth0: Intel DS21145 Tulip rev 17 at 00011000, 00:D0E8:11:25, IRQ 9.
(...)
000:00:13.0: tulip_stop_rxtx() failed
000:00:13.0: tulip_stop_rxtx() failed
000:00:13.0: tulip_stop_rxtx() failed
000:00:13.0: tulip_stop_rxtx() failed
(...)
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Transmit timed out, status e0260000, CSR12 000000c6, resetting...
000:00:13.0: tulip_stop_rxtx() failed
000:00:13.0: tulip_stop_rxtx() failed
(...)

Alguém tem alguma idéia de como faço para resolver esse problema?

[1] http://electron.mit.edu/~gsteele/eone/
[2] http://web.archive.org/web/20040622042330/www.scyld.com/tulip.html

2
Hardware e Periféricos / Placa de captura Kworld (chipset Philips)
« Online: 22 de Julho de 2006, 21:09 »
Olá,

comprei uma placa Kworld Global TV Terminator que não foi automaticamente detectada pelo ubuntu.

O resultado de lspci -vvv é:
Código: [Selecionar]
0000:00:0d.0 Multimedia controller: Philips Semiconductors SAA7133 Video Broadcast Decoder (rev d0)
        Subsystem: Philips Semiconductors: Unknown device 0000
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 32 (3750ns min, 9500ns max)
        Interrupt: pin A routed to IRQ 217
        Region 0: Memory at e4800000 (32-bit, non-prefetchable) [size=2K]
        Capabilities: [40] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

Como faço para instalá-la?

3
Sistema / GRUB com dois HDs
« Online: 16 de Julho de 2006, 18:09 »
Olá,

Tenho um computador com dual-boot e dois HDs. O Windows fica em um e o Ubuntu em outro. Às vezes vou ter que tirar o hd do ubuntu. O problema começa aí: o arquivo de configuração do GRUB fica nesse HD e sem ele não vou conseguir abrir o Windows. O que eu faço? Tem como o arquivo de configuração do GRUB ficar no HD do windows ou mesmo ser utilizado o NTLDR como inicializador?

Obrigado.

--
Vinicius Depizzol
vdepizzol em gmail.com

4
Hardware e Periféricos / Placa de vídeo ATI Rage XL
« Online: 21 de Abril de 2006, 21:54 »
Olá,

como faço para instalar a minha placa de vídeo (com suporte a video-in) ATI Rage XL? E qual programa uso para ver a entrada de vídeo?

Obrigado

5
Internet, Redes e Segurança / Servidor de arquivos
« Online: 13 de MAR?O de 2006, 16:31 »
Olá, (o assunto não tem muito a ver com ubuntu, mas sim com linux)

Estou pensando em usar linux em um servidor de arquivos, mas tenho algumas dúvidas.

- Qual a melhor distribuição para esse uso?
- Eu posso armazenar meus arquivos no linux e acessá-los em computadores Windows?

6
Olá,

comecei a instalar o xubuntu... instalei normalmente no modo server e etc... qdo fui dar um apt-get, não conseguiu conexão com a internet... o problema é a placa de rede...

procurei na internet como instalar linux no meu pc e achei essas informações em http://electron.mit.edu/~gsteele/eone/ (tem alguma coisa falando também aqui):

Código: [Selecionar]
To get the card working, first download the source code for the latest version of the driver from the linux tulip driver homepage (you need at least version 0.92: version 0.91g did not work for me). You will need to have the kernel source code header files installed, and have the gcc c compiler installed. (You did install the c compiler, didn't you?)

Instruction for compiling the driver are given in detail on the above webpage: you will need to download the following files into a temporary directory:

    * tulip.c
    * pci-scan.c
    * pci-scan.h
    * kern_compat.h

The command for compiling the source code is included at the end of the c files in comments. If you have trouble (like errors about finding a file modversions.h), you may have to add an "include" line to the compile command, telling your compiler where the linux kernel source code header files are. For example, if you installed the source code for the kernel version you are using are in the directory /usr/local/src/linux, you would add the command line option:

     -I/usr/local/src/linux/include

to the compile command. If you still have errors, cd into the kernel source code directory and do a "make dep". This will remake all of the kernel header files.

Compiling these will produce two kernel modules: pci-scan.o and tulip.o. First insert the pci-scan module into the kernel:

     insmod pci-scan.o

Now insert the tulip driver module, and give it the flag "options=4" to tell the driver to use the 10baseT-FDX transceiver:

     insmod tulip.o options=4

You should now be able to bring up the eth0 interface, and send and recieve packets on your ethernet card. You should copy the tulip.o and pci-scan.o files into your module directory, /lib/modules/$(kernel version)/net, overwriting the old tulip.o driver.

Getting these to load automatically on startup will depend on which linux distribution you are using. In debian, you will add a line "tulip options=4" in the file /etc/modules. This file is simply a list of the modules you want the operation system to load automatically at startup. Check with the documentation of your distribution to find out how they handle modules loading.


Não faço idéia de como fazer isso q ta falando no site... baixei os arquivos em http://www.scyld.com/tulip.html, levei pro computador q eu to instalando, e só... não sei o q fazer agora....

alguém pode me ajudar???

7
XFCE / Testar o Live-cd com Xubuntu... tem como?
« Online: 07 de Janeiro de 2006, 14:49 »
Olá,

Tentei rodar o live-cd no meu computador velho (um eOne Celeron 500 mhz, 64mb sd-ram) mas não funcionou pq precisa ao menos de 128mb de memória ram... Sei que o Ubuntu não é recomendado para uma configuração dessa, então penso em instalar o Xubuntu.

Li alguns artigos de como instalar o xubuntu e já sei como que é. Mas antes eu queria verificar se os drivers são compatíveis... tem então como eu testar o live-cd com o Xubuntu?

8
Instalação e Atualização / O Live-CD não dá boot (resolvido)
« Online: 03 de Janeiro de 2006, 20:34 »
Olá,

Recebi hoje os cds do Ubuntu. Ao colocar o live-cd no drive e reiniciar, não aconteceu nada... o Windows entrou normalmente... Entrei nas configurações de BIOS pra ver se tinha alguma coisa desabilitando o boot mas não tem nada, exatamente nada.

Dei uma googlada sobre dar boot através do disquete, mas também não tive sucesso...  :(

Como eu faço pra testar o Live-cd se ele não boota???

Páginas: [1]