PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Treiber installieren....



$parrow
11.04.04, 12:52
hallo,
ich probiere gerade einen treiber für meine netzwerkkarte zu installiern....klappt aber nicht (ich bin linux neuling..) ich habe alles nach der readme file gemacht aber es funzt nicht
:
1) Make sure that the kernel source is installed in /usr/src/linux
or /usr/src/linux-2.4.

das trifft schonmal nicht zu bei mir (habe madrake 9.1 und kde...falls das hilft)

ich habe dann alle weiteren schritte trotzdem gemacht....also dei datei auf die platte und dann unzipt und dann in den ordner gewechselt und dann make load gemacht.....kommen aber nur fehler wenn ich das machen (habe das inner konsole gemacht)

plz help me.......!!!!!!!!! :eek: :eek: :rolleyes: :ugly: :mad:

hier is die readme file:

Loading the driver
------------------

1) Make sure that the kernel source is installed in /usr/src/linux
or /usr/src/linux-2.4.

2) Copy the file /Linux/3c2000.tar.gz from the 3Com driver CD to
your hard drive.

3) Change to the directory containing 3c2000.tar.gz

4) Type 'tar zxvf 3c2000.tar.gz'

5) Type 'cd 3c2000'

Note: on SuSE systems since 7.1, you will have to execute the
following commands before running make:

cp /boot/vmlinuz.version.h /usr/src/linux/include/linux/version.h
cp /boot/vmlinuz.autoconf.h /usr/src/linux/include/linux/autoconf.h

For more details se http://sdb.suse.de/en/sdb/html/mwalter_kernel_24.html

6) Type 'make load' to load the driver.

Alternatively, you may type the following to load the driver:

insmod 3c2000.o

------------------------------------------ soweit bin ich gekommen


Something like the following will be added to /var/log/messages:

Jan 22 19:31:19 localhost kernel: 3C2000: 3Com Gigabit NIC Driver Version A08
Jan 22 19:31:19 localhost kernel: Copyright (C) 2003 3Com Corporation.
Jan 22 19:31:19 localhost kernel: Copyright (C) 2003 Marvell.
Jan 22 19:31:19 localhost kernel: eth0: 3Com Gigabit NIC (3C2000)

Depending on your configuration, the OS may then automatically bring the
interface up and request an address from a DHCP server. If it does not,
bring the interface up with the command:

ifconfig eth0 up

You may have to substitue 'eth0' for your actual interface if you have
more than one ethernet NIC installed.

If your system is not configured for DHCP, you can assign an IP address
with the command:

ifconfig eth0 a.b.c.d

Where a.b.c.d is the IP address that you wish to use. Again, eth0 may
be different depending on your system configuration.

$parrow
11.04.04, 14:46
hab ich vielleicht ins falsche forum gepostet oder warum hilft mir keiner?? :confused:

pasumima
11.04.04, 15:06
das trifft schonmal nicht zu bei mir (habe madrake 9.1 und kde...falls das hilft)



wenn das nicht zutrifft dann brauchste auch nicht weiter machen

entweder kernel-sourcen installieren damits zutrifft

oder wenn die sourcen installiert sind eine verknüpfung auf "linux" erstellen

DERRICHTER
11.04.04, 22:02
Es spricht alles dafür, dass die Kernel-Sourcen nicht installiert sind. Nachinstallieren!