Find the answer to your Linux question:
Results 1 to 3 of 3
Hi All, Newbie here! I've just installed this card but not sure how to get it going under Debian Sarge (2.4.27-2-686)?? There are Linux drivers on the disk, but i ...
  1. #1
    Just Joined!
    Join Date
    Nov 2005
    Posts
    2

    D-Link dge-530t gigabit NIC driver instillation?

    Hi All,

    Newbie here!

    I've just installed this card but not sure how to get it going under Debian Sarge (2.4.27-2-686)??

    There are Linux drivers on the disk, but i get as far as the "make all" stage in their instructions and it turns into an errorfest...

    3 INSTALLATION
    ================
    Install linux driver as following command:

    0. tar xvzf sk98lin.tgz, then goto sk98lin dir.
    1. make all
    2. insmod sk98lin.o
    3. ifconfig eth0 up 10.xxx.xxx.xxx netmask 255.0.0.0
    ^^^^^^^^^^^^^^^\ ^^^^^^^^\
    IP NETMASK
    Now eth0 should active, you can test it by "ping" or get more information by
    "ifconfig". If tested ok, continue the next step.

    The "ls /proc/net/sk98lin" command will show you the interface name to be
    eth0, eth1 etc.

    4. cp sk98lin.o /lib/modules/`uname -r`/kernel/drivers/net
    5. Add the following lines to /etc/modules.conf:
    alias eth0 sk98lin
    6. Run "netconfig" or "netconf" to create configuration script ifcfg-eth0
    located at /etc/sysconfig/network-scripts or create it manually.
    7. Driver will automatically load and configure at next boot time.
    ***

    How do i go about installing these drivers?? (how to get the "make all" command to run ok??)

    Are there any drivers already include with Sarge?? (I read that 2.6 kernel has them??)

    Cheers,
    Kenny

  2. #2
    Linux Newbie eerok's Avatar
    Join Date
    Feb 2005
    Location
    Canada
    Posts
    153

    Re: D-Link dge-530t gigabit NIC driver instillation?

    Quote Originally Posted by kiwikencox
    Are there any drivers already include with Sarge?? (I read that 2.6 kernel has them??)
    If that's true, you could save yourself a lot of grief by reinstalling with the "linux26" option. This will load with the 2.6 kernel, which may then detect your nic ... and then you have the option to install the 2.6 kernel as well.
    noobus in perpetuum

  3. #3
    Just Joined!
    Join Date
    Nov 2005
    Posts
    2
    Ok, going to give that a go.
    Cheers!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •