Wie funktioniert das ?? Die Festplatte ist zwar groß genug, aber wie bekomme ich die Daten da drauf ???
Dann: ich habe ein 56er-ELSA-Modem, für das es nur Treiber für WIN gibt, was kann ich da tun ?
Grüße
Jan
Wie funktioniert das ?? Die Festplatte ist zwar groß genug, aber wie bekomme ich die Daten da drauf ???
Dann: ich habe ein 56er-ELSA-Modem, für das es nur Treiber für WIN gibt, was kann ich da tun ?
Grüße
Jan
Du kannst es mit einer Netzwerkinstallation versuchen. Das Medium
wird dann über NFS angesprochen. Das ganze geht auch mit slip (serielle)
oder plip (parallele) wenn das Notebook keine Netzwerkkarte hat.
Allerdings brauchst Du dafür einen zweiten Rechner auf dem bereits
ein Linux läuft.
j.
Step 1: Prepare the parallel port
First, you need to: cat /proc/devices. If lp is listed, it must be removed. Plip will not work if lp already has the parallel port. If lp is a module, it can simply be removed by rmmod lp. However, if lp is compiled into your kernel, then it will be necessary to use a different kernel if you want to use plip.
An extra step is need for recent versions of Linux, which use parport to manage the parallel port: insmod parport. Just ignore this if you are using an older version of Linux.
Step 2: Activate the PLIP interface
Use insmod plip to activate the interface. It should produce a message like this: plip1: Parallel port at 0x378, using assigned IRQ 7. Make a note of which plip interface was activated -- it could be plip0, plip1 or plip2.
Do this on both computers. It will probably activate plip1 on both of them, but it doesn't matter if they are different (just keep track of which is which).
Step 3: Assign network address/route to the PLIP interface
First you should edit /etc/hosts on both computers, so that you can use hostnames instead of numbers. This makes the configuration simpler.
----------------------------
127.0.0.1 localhost
192.168.1.1 clark
192.168.1.2 lois
----------------------------
On the clark computer do this:
-------------------------------------
ifconfig plip1 clark pointopoint lois
route add lois
-------------------------------------
On the lois computer do this:
-------------------------------------
ifconfig plip1 lois pointopoint clark
route add clark
-------------------------------------
(note: you may need to use plip0 or plip2 instead of plip1. It depends on which interface was activated when you did insmod plip)
You are now ready to ping between lois and clark. Good luck. If it works, you'll have a fully functional TCP/IP connection. You'll be able to do many useful things, like telnet, ftp, nfs and xhost.
Ahhh ja !
Danke für den Tip.
Ich dachte ich kann mich jetzt locker in Linux einarbeitein, indem ich es auf einem Notebook ohne besonders schwierige Hardware installiere. Schade, dann werde ich wohl doch nicht um einen größeren Aufwand herumkommen, oder kennt jemand eine andere Möglichkeit ??
Früher gab es immer die Option "von einer Fat Partition" Installieren.
Dazu musst Du allerdings die wichtigen Pakete unter DOS per Diskette
auf die Platte kopieren, alternativ kannst Du Dir auch ein externes
ZIP Laufwerk leihen.
Die Aussage "Notebook ohne besonders schierige Hardware" würde ich
auch noch mal überdenken. Was ist denn Da für ein Grafikchip drin ?
j.
Das klingt nicht übel, sofern ich nicht Hunderte von Disketten dazu beanspruchen muss....
Zu den Grafikchip kann ich nicht viel sagen, es handelt sich um ein Budget-Note von Highscreen. Also eine simple 2D-Karte, onboard so wie ich das seh, mit maximal 1024er Auflösung auf den ext. Monitorausgang und 800er auf dem s/w - Display.
Ansonsten 250 MB Festplatte, kein Sound, kein Modem, 1xseriell, 1x parallel, 1x ps/2, kein CD-Anschluss, eben noch ziemlich simpel
wie wärs wenn du die notebook platte mal in einen normalen rechner einbaust uder ein cdrom anklemmst ?
Schau mal unter http://homepages.ihug.co.nz/~ichi/ (LINUX FOR OLD PCs) nach. Dort sind diverse Methoden beschrieben, wie man diese Hürde überspringen kann.
War gerade dort und meine: auf den Ersten Blick sieht die Site wirklich vielversprechend aus !
Besten Dank...
;-))