ZyXEL GN650 1000Base-T Adapter unter Linux installiren?Brauche Hlife!

Mr Peanutbutter

Lieutenant
Registriert
März 2004
Beiträge
982
Also als erstes muss ich sagen das ich mich als root angemeldte habe und alle erforderlichen schritte der readme für Linux gelessen habe, dennoch brauche ich hilfe!Ich komme einfach bei 4. nicht weiter denn ich verstehe nicht was ich da machen soll könnte mir fileicht jemand sagen was die da meinen?Danke wäre echt nett, denn ich bin schon seit stunden damit beschäfftigt und nun weiss ich einfach nicht mehr weiter.


Mein Kernel Patch ist übrigens:/lib/modules/2.6.5-7.111-smp/kernel/drivers/net das wär für euch bei Nr 4 sicher noch nütlich.

Was ich noch sagen sollte ist das ich auch noch eine interne Netzwerkkarte auf dem Motherbord habe leider nur 10/100 MBs.
**
** ZyXEL GN600 series 1000Base-T Adapter
**
** Linux Driver
**
** v1.11 Dec, 2003
**
**


Introduction:
=============

The instructions listed below are for linux driver installation. You must
compile the source code to generate the module and use insmod command to
insert it.


Contents of the Subdirectory:
=============================

linux.txt This file.
velocity_main.h The linux core driver header file
velocity_main.c The linux core driver source code file
Makefile Makefile for generating driver object file
velocity_vmns.c The vmns driver support source file
velocity_vmns.h The vmns driver support header file
velocity_cfg.h The driver configuration header file
vmns_drv.h The vmns driver support header file
velocity_mac.h The definitions of MAC regiseters
velocity_wol.h The WOL magic packet hearder file
velocity_wol.c The WOL magic pacekt source file
velocity_mii.h The header file on definitions of MII registers
velocity_dbg.h The kenerl log header file
velocity_desc.h The definitions of MAC descriptors
velocity_proc.h The header to for proc entries
velocity_proc.c The source to create proc entries
velocity_stats.h The definitons of MAC Hardware counters
velocity.h The extended driver header file

Kernel Supported
================
This driver support linux kernel version 2.2.x and 2.4.x now.

Installation
============
Please enter the following commands at the UNIX prompt. Remember, UNIX is
case sensitive.

1) Create a temporary directory:
mkdir /temp

2) Change to the temporary directory:
cd /temp

2) Copy driver (.tgz file) from DOS disk, (mcopy below is one tool in
mtools, if you didn't install mtools, you can type
'mount -t msdos /dev/fd0 /mnt' and use 'cp /mnt/velocityget.tgz /temp'
command to copy the driver to the temporary directory):
mcopy a:velocityget.tgz .

3) untar the archive file:

tar xzvf velocityget.tgz
cd velocityget

4) Compile the driver source files and it will generate object file, and
copy it to correct driver installation path (The installation directory
is different in different kernel versions. In 2.4.x kernel, the path is
/lib/modules/KERNEL_VERSION/kernel/drivers/net/, and in 2.2.x kernel,
the path is /lib/modules/KERNEL_VERSION/net/, the KERNEL_VERSION (see
above) means the kernel version of your Linux distribution. If you don't
know your kernel version , please run 'uname -r' command in command
line. The kernel version will look like '2.2.16', '2.4.2-2smp' etc.) :
make install

5) Check configuration file (/etc/modules.conf or /etc/conf.modules,it
depend on your Linux distribution) for loading kernel modules. Make sure
there is the following content in the configuration file, where # is
interface number (eg: alias eth0 velocityget):
alias eth# velocityget

6) Reboot now:
shutdown -r now

7) Install your driver module (If the driver module is in the wrong place,
an error message will appear, and say that can't find the driver
module):
insmod velocityget

8) Use ifconfig command to assign the IP address, where # is network
interface number:
ifconfig eth# <IP>

9) Check the interface works:
ping <remote_host_IP>
 
Zuletzt bearbeitet:
marcelcedric schrieb:
Wo liegt das Problem?

mfg

Bei Punkt 4. Da komme ich einfach nicht weiter!Was muss ich da machen?
 
Wenn du einen 2.6er Treiber hast, geht der Treiber nicht.

Gib mal lspci ein und gib mir die Ausgabe.

mfg
 
mein glückwunsch. ich hab auch dieses mistding drin. es gibt afaik zur zeit keinen treiber für den 2.6 kernel. damit das ding läuft musst du wohl auf 2.4 umsteigen.
freebsd 5.3 unterstützt das ding von sich aus.
 
jdkbx schrieb:
mein glückwunsch. ich hab auch dieses mistding drin. es gibt afaik zur zeit keinen treiber für den 2.6 kernel. damit das ding läuft musst du wohl auf 2.4 umsteigen.
freebsd 5.3 unterstützt das ding von sich aus.

Jo, ich such gerade ueber google, vielleicht erfahr ich mehr ueber lspci und dmesg.

mfg
 
marcelcedric schrieb:
Wenn du einen 2.6er Treiber hast, geht der Treiber nicht.

Gib mal lspci ein und gib mir die Ausgabe.

mfg

linux:~ # lspci
0000:00:00.0 Host bridge: Silicon Integrated Systems [SiS] SiS 645xx (rev 50)
0000:00:01.0 PCI bridge: Silicon Integrated Systems [SiS]: Unknown device 0003
0000:00:02.0 ISA bridge: Silicon Integrated Systems [SiS]: Unknown device 0963 (rev 14)
0000:00:02.1 SMBus: Silicon Integrated Systems [SiS]: Unknown device 0016
0000:00:02.3 FireWire (IEEE 1394): Silicon Integrated Systems [SiS] FireWire Controller
0000:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
0000:00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
0000:00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
0000:00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
0000:00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
0000:00:0b.0 Ethernet controller: VIA Technologies, Inc.: Unknown device 3119 (rev 01)
0000:00:0c.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
0000:00:0c.1 Input device controller: Creative Labs SB Audigy MIDI/Game port (rev 04)
0000:00:0c.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev 04)
0000:00:0f.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000:01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0342 (rev a1)

Aber eigentlich wolte ich doch nur ne Antwort zu punkt 4. Und auf der verpackung steht Kompatiel zu linux 2.5.x und Höher. Oder gibts ne andere Metode um das ding zum laufen zubringen?
 
Zurück
Oben