This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ASG8 and D-Link DGE-530T

Hi everyone,

I have some difficulty to make Astaro (as Home user) detect my NIC D-Link DGE-530T.

Based on this post (https://community.sophos.com/products/unified-threat-management/astaroorg/f/52/t/27167) at least two users have this card working with ASG7, and maybe ASG8 for one of them.

Also based on the HCL (found there: https://support.astaro.com/extensions/AstaroExtensions/AstaroHCL/lists/Astaro-HCL.xml), my NIC seem to be supported


DGE-530T Gigabit Ethernet Adapter
D-Link System Inc
Network controller
v8="yes"/>
expected
module


Gigabit Ethernet Adapter
D-Link System Inc






The lspci -vvx output for this card is
02:01.0 Ethernet controller: D-Link System Inc Device 4302 (rev 10)

        Subsystem: D-Link System Inc Device 4302
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- 


and the lspci -vvxn is:
02:01.0 0200: 1186:4302 (rev 10)

        Subsystem: 1186:4302
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- 


So from that point, using the last ASG (8.202) I have no idea how to add this hardware through ASG WebAdmin. Any help would be appreciated.

Thanks in advance [:)]
sharky98


This thread was automatically locked due to age.
Parents
  • The "DGE-530T Rev C1" with product ID 0x4302 is currently not supported.

    I build you some kernel RPMs which maybe support it. They are build against the upcoming 8.300.
    So either upgrade to the current BETA and install them when 8.300 is soft released and test it.

    Index of DGE-530T

    Cheers
     Ulrich
Reply
  • The "DGE-530T Rev C1" with product ID 0x4302 is currently not supported.

    I build you some kernel RPMs which maybe support it. They are build against the upcoming 8.300.
    So either upgrade to the current BETA and install them when 8.300 is soft released and test it.

    Index of DGE-530T

    Cheers
     Ulrich
Children
  • Hi,

    Thank you for your quick answer.

    However, it seems that the kernel you provided doesn't work. At least, I wasn't able to make it work if it has to work.

    -I first installed the 8.295 beta
    -uploaded the kernel-default-2.6.32.48-4.g3f851fd.i686.rpm file
    -Switch as root (su -)
    -Executed the rpm with "rpm -Uvh --force kernel-default-2.6.32.48-4.g3f851fd.i686.rpm" command
    -Rebooted the system

    And... then I don't know if I have to do something else, or I missed something during the installation.

    If I did everything I should, any idea what I could do next to make it work?

    Thank you again,
    sharky98

    EDIT: A new line appeared in the lspci -vvx and lspci -vvxn: "Kernel modules: skge". So i guess now it might work and it's only a matter of telling ASG that the NIC is there and where to look for it?

    EDIT2: Some more new information. I did a fresh re-install of the beta 8.295. I have tried to make the DGE working. I have been modifying the modprobes.conf.local and modules files to add things like "alias eth0 e100" and "alias eth1 skge", or just "e100" and "skge" without any succes so far. It didn't work either from the fresh install or the modified kernel you provided. Now, I am lost!