algumas duvidas sobre o ubuntu

xtr3me disse:
Assim é um bocado complicado :D
Tens de dizer o que é que não está a funcionar (erros que estejas a ter, etc ...), porque o pessoal n adivinha :P

eu ate punha as screenshots para verem o erro mas n estou a conseguir escrever no disco de armazenamento a partir do ubuntu e esta formatado em fat32.

digam-me uma coisa: para fazer esses comandos nao é preciso indicar o directorio onde esta o fixeiro .tar? ou basta ter a janela aberta onde ta o fixeiro e usar a consola?

cumps
 
xtr3me disse:
hellaxe, isso nem parece teu man?
Reinstalar o SO por causa de um bootloader? Isso parece solução à la windows (qq coisa formata) :P

@xtr3me - No inicio quando não percebia nada de linux para mim era a forma mais fácil. Agora depois de muitas horas de leituras já se torna na opção mais demorada, não é? :lol:

@ sephiroth - fazes:


Código:
cd directoria_onde _está_o_ficheiro_tar_extraido (do tipo: /home/hellaxe/ficheiro_extraido)
./configure
make
su root (para ir para root)
make install
 
xtr3me disse:
tar -zxvf qqcoisa.tar.gz
depois de extraído ele cria uma pasta com o nome qqcoisa
entras na pasta (cd qqcoisa) e depois:

./configure
make
su root (para ir para root)
make install

Basicamente fazes isto pq o que sacaste é um código fonte que precisa de ser compilado para passar para código máquina.
Então o configure verifica se aparentemente tens tudo o que é preciso (libs, etc), o make é para compilar o código e o make install para instalar.

Também pode ocorrer a hipótese de vir um script de instalação em vez de um source.

No README ou no INSTALL que costumam acompanhar estes arquivos e que ficam dentro da pasta diz o que é preciso fazer para instalar ;)

Boa sorte

Já tinha dito isto num post anterior :P
 
Só repeti pq no post seguinte ele colocou isto:
Código:
digam-me uma coisa: para fazer esses comandos nao é preciso indicar o directorio onde esta o fixeiro .tar? ou basta ter a janela aberta onde ta o fixeiro e usar a consola?

Tentei ser mais explicito. Peace my friend:lol:
 
ja estive a tentar e deu este erro:

nelson@ubuntu:~$/home/nelson/bast-0.9.0.tgz:cannot execute binary file

estive a ler o readme e plo que percebi (ou nao) tenho que compilar o kernell, como s faz isso?

COMPILATION:

To compile the drivers, unzip and untar the file. In the unicorn directory you
will find the two subdirectories unicorn_atm and unicorn_bus.
You may compile the drivers based on the include files in the kernel source
or standard kernel include files. Set the variable KERNELDIR in the Makefile's
to point to your kernel sources if the first option in chosen.
If you choose the latter, you may need to copy the contents of the kernel
source "include/net" directory into "/usr/include/net/".
Go into these subdirectories and do a "make" and a "make install".
If the compile option "USE_HW_TIMER" is set, the performance is increased,
but the CPU load increased.
Use the same compiler as you use when compiling the linux kernel. The driver has
been tested using gcc-2.96, gcc-2.95.2, gcc-2.91.66 and gcc 3.0.3.


INSTALLATION:

To start the ADSL software, do a "modprobe unicorn_pci". Check in the syslog that
the drivers are started OK. The ADSL line should come up automatically. The status
can also be checked using the "proc" interface (/proc/net/atm/UNICORN\:0".
SHOWTIME in the log or in the status means that ADSL connction is up and ATM cells
may be transmitted and received.
Depending on your network setup, you will need additional software as with any other
ADSL ATM card. For bridged ethernet (RFC2684), the br2684.o module and brctl is needed.
For PPPoE, any pppoe client over the bridged interface (nas0) should work
(Roaring Penguin pppoe client has been tested).
The scripts directory contains some example startup scripts.

Bridged (RFC2684) and PPP over Ethernet:
Depending on your kernel, you may need to patch the kernel and enable the option
"RFC1483/2684 Bridged protcols" under "Networking options". Also ATM support needs
to be enabled.
Also the user space daemon "brctl" is needed. Instructions on how to apply the
patch and the brctl and patch sources can be found at http://www.zoftware.org/adsl-pppoe.

PPP over ATM:
For PPP over ATM, the module pppoatm.o is needed, together with the pppd plugin
pppoatm.so and a version of pppd that supports plugins.
Currently version ppp-2.4.0b2 supports PPPoATM plugins. A patched version ready for
PPPoATM can be found at http://www.sourceforge.net/.

PPPoATM specific pppd options:
llc-encaps: use LLC encapsulation for PPPoATM
vc-encaps: use VC multiplexing for PPPoATM (default)

some help please?

e obrigado pla ajuda ate agora, sou mm bronco em linux :lol:

cumps
 
epa esse modem é lixado tenho um e nunca o liguei em linux

arranjei atraves de um amigo um speedtouch roxo devido a isso

esse modem so é vendido em portugal por isso nao existe suporte em foruns etc

compra um modem que de para ligar por porta ethernet e fica tudo mais facil modems usb em linux sao lixados para instalar
 
Última edição:
Ui, o icedata. Se até em windows dá problemas a instalar quanto mais em linux. Ainda por cima é usb-only.

(Pelo que li sobre ele deve ser, provavelmente, um dos piores modem's que andam por aí)
 
digam me uma coisa, para o linux reconhecer o modem automaticamente tenho de ter uma palaca deste genero: http://www.*****.pt/?modo=produto&produtoId=1249&cat=380&id=468 certo?

Milhafre obrigado pelo link

cumps
 
Back
Topo